Tuesday, 7 January 2014

Linux

Was created as an operating system for desktop or server
must have a file system

Bootloader and operating system

Bootloader is a piece of code that runs before any operating system is running.

Bootloader is the first software that runs after power up or reset.

Bootloader highly processor specific and board specific.

Bootloader are used to boot other operating system, usually each operating system has a set of bootloaders specific for it.

OS:
1. Not platform/board specific
2. Need information about memory map,
3. Can be loaded from (memory, disk, network):
- Network using bootp
- File (if system have a disk)
- From memory

Jangka

Did you know that you can build jangka using your hand?

Is always problems (Pattern recognition)

What continue to be always is a pattern formulae

Can be and its command

1. Files
2. File
3. Directory
4. Directories

1. Files can be
- Changed
- their content can be compared: COMP / FC
- copied : COPY
- erased/deleted : ERASE/DELETE
- can be formatted
- can be moved (cut-and-paste) = MOVE
- displayed its content (text-file) = TYPE
- access-list can be modified/displayed = BCDEDIT


2. File can be:
- Writed = EDIT
- Erase/delete = ERASE / DELETE
- copied = COPY
- compared and show the difference between them = FC
- Searched its inside for a text string = FIND/FINDSTR
- written to a disk and checked whether its done (verified) = VERIFY
- replaced = REPLACE
- renamed = REN/RENAME
- moved = MOVE

3. Directory can be:
- Created = MKDIR/MD
- Removed = REMOVE/RD
- content can be showed = DIR
- displayed their name / change current = CHDIR/CD

4. Directories can be
- ACLed =
-


5. Window command interpreter can be
- directed using batch program = GOTO
- paused and displays a message = PAUSE

6. Service (background process) can be:
- displayed / configured
-

7. Machine can be:
- shutted down = SHUTDOWN

Kesimpulan: Mimicing

Monday, 6 January 2014

CMD

ASSOC
ATTRIB
BREAK
BCDEDIT
CACLS
CALL
CD
CHCP
CHDIR
CHKDSK
CHKNTFS
CLS
CMD
COLOR
COMP
COMPACT
CONVERT
COPY
DATE
DEL
DIR
DISKCOMP
DISKCOPY
DISKPART
DOSKEY
DRIVERQUERY
ECHO
ENDLOCAL
ERASE
EXIT
FC
FIND
FINDSTR
FOR
FORMAT
FSUTIL
FTYPE
GOTO
GPRESULT
GRAFTABL
HELP
ICACLS
IF
LABEL
MD
MKDIR
MKLINK
MODE
MORE
MOVE
OPENFILES
PATH
PAUSE
POPD
PRINT
PROMPT
PUSHD
RD
RECOVER
REM
REN
RENAME
REPLACE
RMDIR
ROBOCOPY
SET
SETLOCAL
SC
SCHTASKS
SHIFT
SHUTDOWN
SORT
START
SUBST
SYSTEMINFO
TASKLIST
TASKKILL
TIME
TITLE
TREE
TYPE
VER
VERIFY
VOL
XCOPY
WMIC

Categorize(file, system,
WMI

files tree directory trees

disk's volume label, disk's serial number

Windows version

text file's {contents, print = PRINT}

directory structure's of a drive or directory structure's path

System time [display: TIME]

running process or running application

running task or running services(background processes) [kill: TASKKILL, display/configure: SC]

machine properties and configuration

a path

local shutdown / remote shutdown {=SHUTDOWN}

Batch file {value shifting = SHIFT, SETLOCAL, suspends the processing = PAUSE, conditional processing = IF, end localization = ENDLOCAL, Displays a message / turning-on or turning-off 

Program or command {run seperate programs [START], scheduling to run[SCHTASKS]}

Windows environment variable {Displays, sets, remove}

Directory {remove = RMDIR, RD, current directory back/forward = PUSHD, POPD, create = MKDIR, Display the name of the current directory or changes the current directory}

Files {rename = RENAME, REN, replace = REPLACE, display file share opened = , moving from one directory to another directory = MOVE, type display/modifies = , search for a string in = FINDSTR, search for a text string in a file or files = FIND, compares a set files and show the difference = FC, delete a file/files = ERASE, duplicating one or more files to another location = COPY, compare the content of two of this = COMP, display/change file attributes = ATTRIB, file extension association = ASSOC }

Disk {a bad or defective recover their readable information = RECOVER, create, change, delete the volume label = LABEL, format for to be used with Windows = FORMAT, check disk and displays a status report= CHKDSK}

Command's output {display one at a time = MORE}

a system device {configure = MODE}

a Symbolic link and a hard link {

ACL for files and directories = {Display, modify, backup, or restore ACLs for files and directories = ICACL/CACLS}

Extended character set

Group policy for machine or for user = {GPRESULT}

File system properties = {display, configure = FSUTIL}

device driver {display device driver status and properties = DRIVERQUERY}

disk partition {display

date {displays or sets the date}

Active code page number {Display or sets = CHCP}

Boot database {to sets properties in boot database = BCDEDIT}


Verb:
Delete
Display
Modifies = Change
Recovers
backup
restore
create
moving
shutdown

Objects:
Device driver, properties:
















Sunday, 5 January 2014

Windows Assembly (Debugger) lab

1. Cetak Hello World

1. debug
Start MS debug
2. assemble at address 100 (all DOS programs run here)
-a 100
angka 100 sesuai dengan alamat IP
mov ax, 0200
mov dx, 0048
int 21
mov dx, 0065
int 21
mov dx, 006c
int 21
mov dx, 006c
int 21
mov dx, 006f
int 21
mov dx, 0020
int 21
mov dx, 0077
int 21
mov dx, 006f
int 21
mov dx, 0072
int 21
mov dx, 006c
int 21
mov dx, 0064
int 21
mov dx, 0021
int 21
mov dx, 000d
int 21
mov dx, 000a
int 21
int 20 --> interrupts 20: terminates program
-h 014b 0100
-n cetakhelloworld.com
-rcx
:004b
-w
-q




Women Vs Men

Saturday, 4 January 2014

Pupuk

1. Urea
2. Pupuk Daun

Short term memory excercise

1. Bersuara aiueo
2.Melakukan push-up tertahan

Windows Registry

A database, contain all programs's information.

API viewer

The API viewer enables us to browse through the declares, constants, and types.

After you want the procedure you want, you can copy the code to the clipboard and paste it into your visual basic application.

The API viewer application

Friday, 3 January 2014

Once upon a time when your computer registered to a domain controller

Your computer behaveour; your windows component behaviour can be controlled. For instances,

C

1. Datatypes 

Datatypes determine the size, layout of the variable's memory, the range of values that can be stored within that memory, and the set of operations that can be applied to the variable.

2. Variables
A name given to a storage area that our programs can manipulate.

Styles:
1.type variable_list;
2.type variable_name = value;




Type can be: {int, char, float, double, void}
Note: void is bencong (absence of type)

Integer

Floating point

Components:
1. storage size
2. value ranges
3. the precision (berapa dijit dibelakang koma yang dimunculkan)

Contoh:


3. Constants and literals: 
Constants: fixed values that the program may not alter during the execution of a program.
Programming practice use all capslock word as constant name

Literals:


Styles defining constant:
1. Using #define preprocessor
#define name value
example:
#define LENGTH 10

2. Using const keyword
const type variable = value;

example:
cons int LENGTH = 10;



4. Storage class
Define scope (visibility) and lifetime of variables.
Storage class: {auto, register, static, extern}

auto storage class is default, can only be used within a function
register storage class define a local variable that should be stored in register instead in RAM. This means the variable has a maximum value size equal to the register size(usually one word) and doesn't have unary operator (&) applied to it (as it does not have a memory location)
static storage class
extern storage class is used to give a reference of a global variable that is visible to all the program files. Can't be initialized




5. Operators
An operator is a symbol, symbol that tells the compiler to perform specific mathematical manipulation or logical manipulation.

Arithmetic = {+. -. /, *}
Relational = {==, !=, <, >, >=, <=}
Logic = {And, Or, Not}
Bitwise = {
Unary = & = give memory address of a variabel
Sizeof(type) or sizeof(variable): return the size of type/variable






6. Decision making
Components:
1. Conditionals to be evaluated
2. Statements to be evaluated

Styles:
1. If
if there is another if then use elseif


2. Switch



7. Loops
Components:
1.
2.
3.

Styles:
1.
2.

8. Functions
Function is a group of statements. Divide your code so each function performs a specific task.

C at least having 1 function that is main() function.

The type of a function specifies the type of function's return value.

For functions that require parameters, you can pass parameters by reference or by value.
For functions that not require parameters, you shall not pass parameters by reference or by value.

Alias
A function = a method = a sub-routine = a procedure

Components:
1. Function name
2. Function's return type value
3. Function's argument/parameter
4. What function do

Examples:
main()


9. Scope rules
Scope is a region, a region of where variable can be accessed (local/interlocal?)
Scope in Bahasa is Batasan, daerah mana variabel itu bisa diakses.
Scope = [local, global, formal]

Local variabel = variabels that declared inside a function or block. They can be used only by statements that are inside that function or inside that block of code. Local variables are not known to functions outside their own.




10. Arrays

Array is a data structure.
Array is a collection of variable of the same type.


11. Pointers
Untuk menyimpan alamat memori suatu variabel.
Trus apa gunanya kalau kita sudah simpan alamat memori suatu variabel? Yah, lo bisa munculinnya.


Styles:
type *variable_name

Example:
Int *aloha


12. Strings
The string in C programming language is actually a one-dimensional array of characters and terminated by null character.

13. Structure
Array is same data type but structure variabel can save many different data type.

You can access a variabel attribute with (.),example: variabel1.name, variabel1.memory_address,

1st. Define structure format
- define structure name
- define attributes

2nd. Assign a variable as member of  a structure
-

3rd.

14. Unions
Unions: "One (unity) for all"
Imagine that you want to build a variabel that not restricted to only one data type, how you do that?
It is using unions

1st. Define the variabel that would be used as unions
2nd.
3rd.

Unions is a special data type.


Unions allow us to store different data types in the same memory location.

Unions provide an efficient way of using the same memory location for multi-purpose.



15. Bitfields


16. Typedef
Typedef is to give a type a new name.
 


17. Input & Output
When we are saying Input that means

C treat all device as file. So display is addresses the same way as files.




18. File I/O
How to open/create, close, read and write a file.

File represent a sequence of bytes.

Open file
fopen()

Closing file
fclose()

Writing file
fputc()

Reading file
fgetc()


19. Preprocessors (something that compiler do before compiling our program)
CPP as C preprocessor.

All preprocessor commands begin with a pound system (#)

The most common examples:
#include <stdio.h>


20. Header Files
File header adalah sebuah file yang berekstensi .h yang memuat deklarasi-deklarasi fungsi C dan defenisi-defenisi macro dan untuk dibagi antara file-file source.

Ada 2 tipe dari file-file header: file header buatan sendiri atau file header bawaan.

Contoh file header bawaan: stdio.h

Kedua tipe file header di ikut sertakan dengan menggunakan # atau directive include.
Contoh:
#include <stdio.h>



21. Type Casting (converting)
Type casting is a way to convert a variable from one data type to another data type.

For example, if you want to store a long value into simple integer then you can type cast to long to int.


22. Error Handling (Nanganin error)

Error is not what we expected.

We can define

23. Recursion
Calling a function inside a function.

When? Very useful when used to solve mathematical problems like to calculate factorial of a number, generating fibonacci sequence, etc.
 




24. Variable Arguments
#include stdarg.h

25. Memory Management
#include stdlib.h

Components:
1. void malloc
2. 

 
26. Command Line Arguments
Components:
1. Argc
2. Argv



API (Application Programming Interfaces)

Allowing us to access arrays of function and method that an Operating System or other application (DLL) expose.

Operation such as shutting down a computer or listing the current running processes.




Pointer C

pointer(*) expecting/supposed to receive a memory address (room number) and return the value inside that memory address.
Notation: *p

while ampersand(&) expecting a variable


MPLS

"use labels instead of ip address"

read www.ilmukomputer.com

Modulus

What can I say about modulus?

Modulus is an advancement of divide.

Cozy Environment to build a C program

1. Download codeblocks
2. Install codeblocks
3. Add codeblocks to system environment. Contoh: punya gue: C:/programfiles/codeblocks/bin
4. Open notepad, write your code there, save ke folder yang lo suka, punya gue: e:/C
5. Open cmd, type e:, type c,
6. type gcc <your filename> -o <your exe filename>
contoh: gcc aloha -o alohabin.exe
7. back to cmd, type alohabin
8. Finish

Component:
1. CMD
2. C file
3. C exe file

Compiling process in C


Komponen: samp.c, C compiler, samp.exe
Arti: file samp.c diinputkan ke C compiler kemudian dioutputkan menjadi samp.exe oleh C compiler.

Sekilas tentang C

Tentang
C menyediakan akses ke memory.

C memetakan instruksi-instruksi bahasa Assembly. Bahasa Assembly memetakan instruksi bahasa mesin. Jadi C juga memetakan instruksi bahasa mesin.

C membutuhkan dukungan run-time yang minimal.

C bisa digunakan untuk memprogram microcontroller sampai ke supercontroller.

C pertama kali digunakan untuk membuat sistem operasi UNIX.

Compiler
Microsoft's Visual C++ bisa mengkompilasi C dan C++
http://delorie.com/djgpp/

Library
Library = "Packeged of code yang membuat hidup kita lebih mudah"
Contoh: stdio.h

Standard types of variable
Int, char, float

Derivative types of variable

Surat-surat

1. Akte kawin
- dari gereja
- dari catatan sipil

2. Akte lahir anak
- dari catatan sipil

3. Kartu keluarga
- dari kantor camat

4. KTP
- dari kantor camat
- terdaftar di RT/RW, Kelurahan, Kecamantan
- Kartu keluarga

Windows Environment Variables

1. User variables for user
2. System Variables

Pengalaman Kerja

Pengalaman:
1. sebagai NOC surveillance Telkomsel. Responsibilities:
- having knowledge on transmission system, alarm handling and utilize alarm and network monitoring tools integrated in all network monitoring elements.

2. Sebagai Network Engineer

3. Sebagai Entry data engineer

4. Sebagai BSS engineer


Bessel

Creator: Daniel Bernoulli

Bitwise Operation

Below bitwise operator works on bits and perform bit-by-bit operation.
Contoh:

A = 60
B = 13



Tuesday, 31 December 2013

Knowledge VS Experience

16 Amazing Classical Music Compositions That Will Inspire You

1. Chopin’s Nocturne in E-flat Major, Opus 9, No. 2
2. Beethoven’s Symphony 7, Allegretto, 2nd movement
3. Beethoven’s Moonlight Sonata, 1st movement 
4. Mozart’s Piano Concerto No. 21, Andante (“Elvira Madigan”)
5. Vivaldi’s Winter, Four Seasons (Allegro)
6. Pachelbel’s Canon in D
7. Bach’s Air (“on the G string”, string orchestra)
8. Bach’s Preludio, Partita in E Major, Lara St. John, solo violin 
9. Bach’s Cello Suite No. 1, 1st movement
10. Schubert’s Piano Trio in E-flat major, 2nd movement 
11. Mendelssohn’s Violin Concerto, 1st movement, E Minor, Opus 64 
12. Mendelssohn’s String Quartet No. 2, 3rd movement, Intermezzo 
13. Tallis’s Spem in Alium (40-voice motet) 
14. Handel’s Hallelujah Chorus from Messiah 
15. Brahms’ String Quartet No. 1, 3rd movement, Allegro Energetico 
16. Brahms, Piano Quartet in C minor, Opus 60, 3rd movement










Complexity to simplicity Perspective

Upon first glance, something may seem to be complex because of the number of different motions and amount of gear involved. But upon closer inspection, you will notice that certain rituals are repeated over and over for generic outcames.





Drum pattern sederhana

Contoh 1: 
 
step....         1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16 
Bass drum      | X - / - / - / | X - / - / - / | X - / - / - / | X - / - / - / |
snare drum     | / - / - / - / | X - / - / - / | / - / - / - / | X - / - / - / |
closed hi-hat  | X - X - / - X | X - X - / - X | X - X - / - X | X - X - / - X |
open hi-hat    | / - / - X - / | / - / - X - / | / - / - X - / | / - / - X - / |
 
 

10 Scientific Ways to Be happy

I think the "Plant a trip but dont take it" is wrong.

LMMS (Free Music maker software)

Default components:
1. Song-editor
 This is where different sound elements are organized to produce a song.

2. Beat + Bassline Editor
This is where drum beats or basslines can be created.

3. FX-Mixer
Where volume of each channel can be separately controlled.

4. Controller Rack
Where controller is added.


Default screen
 

Monday, 30 December 2013

Jenis-jenis Garis

1. Line
2. Rectangle
3. Ellipse
4. Polygon

Great InfoGraphics on programming language

The History of Programming Languages

Major signal in human body

1. Heart rate
2. Blood preasure

Error log VBA


1. #NAME?
Example:
=cetak
using incomplete(do not list a parameter); calling a function but do not supply argument
=aloha()
calling unexist function
=aloha
calling unexist function (although with different notation)

2. #VALUE?
Example:
=mesin()
"not supplying parameters"

Cloud computing benefit

In case of UJAM cloud music maker

1.  Gak perlu beli computer super
In the cloud, the workload is moved from our device to a powerful server, so we don't need to buy a supercomputer in order to make a music.

2.  Bisa diakses dimana saja; bisa dari gadget (Iphone, android smartphone, etc.) juga
Because it's in the cloud, UJAM is accessible from anywhere on the planet, will run on portable devices, and can embedded with other services.

3.  Jasa perkapalan bisa mati (aplikasi gak perlu dikirim lewat kapal lagi :D)
Like all cloud-based solutions, UJAM is easy to distribute to millions of people without shipping physical product.

4.  Upadates gak ribet lagi nge-download software ter-update
When we need to update UJAM, you wan't to have to wait for cumbersome software downloads or be reminded to update your system -- you'll get the updates automatically

Dadam network sound

Sequencial process
contoh:
interface f0/0
ip address 192.168.1.1 255.255.255.0
ip access-group in 123
no shutdown


What would be the first process, the second process the router will do upon receiving a packet?

1st process masking (ip address): checking ip address table, 2nd process filtering (ip access-group in): checkin access-list table, 3rd process

Sunday, 29 December 2013

Sistematika penulisan ala gue

Judul
Pertanyaan: Apa yang lo lakukan?
Mandi

Latar belakang
Pertanyaan: Apa yang mendasari lo mandi?
Gw mau pergi

Tujuan
Pertanyaan: Untuk apa lo mandi?
Kenapa atau ngapain lo mandi?
Supaya gw tidak bau, gatal-gatal,

Manfaat
Apa manfaat dari yang lo lakukan itu bagi diri lo dan bagi orang lain?
Mandi buat diri gw: membuat gw tidak bau badan dan tidak gatal-gatal
Manfaat buat orang lain: gw tidak menyebabkan bau tidak sedap, dan tidak membuat orang lain risih karena garuk-garuk



Variabel yang mendukung kesuksesan lo mandi?
Air, sabun, handuk





Your own private theater


Artinya: Kalau kamu pinter memasuk-masukan, kamu bisa jadi engineer :D Cukup melegakan yah?

Saturday, 28 December 2013

OOP ala gua

tumbuhan punya daun, batang, bunga, buah

tinggi batang awalnya = 0
warna daun awal = .....

tumbuhan bisa berkembang ditandai dengan perpanjangan batang.
tumbuhan bisa layu, ditandai dengan warna dauh yang kuning.
method adalah
tumbuh()
layu()
segar()

1. Membuat kelas
Contoh: Kelas tumbuhan

2. Membuat objek
Contoh: mawar
bunga.tinggi = 0
bunga.

3. memasukkan/menggolongkan objek ke suatu kelas

Dahulu kita hanya mengenal obyek: benda, manusia, tumbuh-tumbuhan dan hewan, tapi sekarang sejak berdirinya dunia komputer, kita mengenal obyek: file, text, etc :D

Input, output, mesin (fungsi)

Input, output, mesin
Diketahui input, output, tentukan mesin
Diketahui input, mesin, tentukan output
Diketahui output, mesin tentukan input

Command Line Parameters for Wmplayer

Windows Media Player supports a set of command line parameters that specify how the Player behaves when it starts. The following table details the parameters and their behaviors.
Syntax Behavior
"path\filename"(For example: wmplayer "c:\filename.wma")Start the Player and play the file.
"path\filename" /fullscreen(For example: wmplayer "c:\filename.wmv" /fullscreen)Play the specified file in full-screen mode.You must specify the path and file name of the content to play.
/Device:{DVD|AudioCD}(For example: wmplayer /device:audio CD)Play a DVD or audio CD.
"path\filename?WMPSkin=skin name"For example: wmplayer "c:\filename.wma?wmpskin=headspace"Open the Player, applying the specified skin.
/Service:keynameOpen the Player showing the online store specified by keyname.Requires Windows Media Player 10 or later.
/Task NowPlaying Open the Player in the Now Playing feature.
/Task MediaGuide Open the Player in the Media Guide feature (current active online store in Windows Media Player 10 or later).
/Task CDAudio Open the Player in the Copy from CD feature (Rip feature in Windows Media Player 10 or Windows Media Player 11). This parameter is not supported in Windows Media Player 12.
/Task CDWrite Open the Player in the Burn feature.Requires Windows Media Player 10.
/Task MediaLibrary Open the Player in the Library feature.
/Task RadioTuner Open the Player in the Radio Tuner feature (current active online store in Windows Media Player 10 or later).
/Task PortableDevice Open the Player in the Copy to CD or Device feature (Sync feature in Windows Media Player 10 or later).
/Task Services /Service servicenameOpen the Player in the Premium Services feature, showing the service specified by the servicename parameter. This value is the unique name for the service. If the specified service has not been previously viewed, the servicename parameter is ignored. (Opens the specified online store in Windows Media Player 10 or later.)
/Task ServiceTaskXOpen the Player in the online store service task pane specified by X. For example, /Task ServiceTask1 opens the Player in the first online store service task pane.
/Task SkinViewer Open the Player in the Skin Chooser feature.
/Playlist PlaylistNameOpen the Player and play the specified playlist.
/Schema:{Music|Pictures|Video|TV|Other}For example: wmplayer /Schema:Pictures /Task:PortableDeviceOpen the Player, showing the specified media category. Requires Windows Media Player 11.

My note: Batch programming

Echo command
Echo = display it to command line screen 
Used to display something on the command-line screen.

Gini, jika echo on (default), semua command akan di echo (ditampilkan di layar).
Jika echo off, semua command tidak akan di echo, tapi, command echo off nya tetap ditampilkan. Apa solusi? tambahkan @ di depan command echo off itu.
 

Contoh:
Echo Hello World!

Set command
Set command without refinement (polos) = used to compose a variable

Set command with /a ->used to enter


Set with /P= used to display and input a value to a variable.
 prompt

Contoh:
set /P enter your password

Pause
Press any key to enter..

Goto
:label

Exit

Friday, 27 December 2013

boxes on vba

msgbox
as the names implies it used to message something

inputbox
as the name implies it used to input something

Endank Soekamti BATAL KONSER


Foto: BATAL KONSER

Segala sesuatu mutlak membutuhkan persiapan yang matang, apalagi menyangkut hal-hal yang berhubungan dengan profesionalisme.Disini kami akan mengulas kronologis kejadian kenapa pihak manajemen Endank Soekamti membatalkan secara sepihak konser di Politeknik Telkom Bandung pada tanggal 07-12-2013. Hal ini lebih diutamakan untuk menjadi pembelajaran bagi Event Organizer (Panitia), Fans, dan Endank Soekamti itu sendiri.

Sebelum mengundang Endank Soekamti untuk tampil di acara apapun dan dimanapun, Pihak Manajemen dipastikan sudah mengirim Technical Riders ke Panitia sebelum terjadi Dealing (persetujuan). Riders merupakan syarat-syarat yang harus dipenuhi Panitia, dan ini bias dibicarakan sebelumnya jika ada beberapa point-point yang tidak bisa dipenuhi oleh Panitia. Untuk kejadian di Bandung Panitia sudah menerima Riders dan ketika dikonfirmasi ulang, Pihak Panitia memastikan tidak ada masalah, baik untuk akomodasi dan Soundsystem. Sebenarnya pada H-1 Manajemen ES tidak akan memberangkatkan ES ke Bandung, dikarenakan masalah pelunasan. Akhirnya kami tetap memberangkatkan ES ke Bandung, dengan pertimbangan tidak akan mengecewakan Penonton yang sudah beli tiket Pre-sale.

Sabtu 07-Desember-2013 pagi kami tiba di Bandung.Dan sesuai janji Panitia, begitu sampai di Bandung, biaya fee dan lain-lain akan dilunasi. Namun Panitia meminta tenggat waktu sampai jam 17.00 Wib. Jam14.00 Road manager ES menelpon manajemen untuk konsultasi masalah sound system yang disediakan Panitia. Yang sangat jauh dari spesifikasi Sound System yang dibutuhkan ES sesuai Riders, Ampli gitar yang rusak, routing channel yang berantakan, minimnya jumlah channel, beberapa speaker out mati. Juga kapasitas watt yang tidak sesuai dengan luasnya venue.Dari Manajemen member solusi ke Panitia untuk mengganti dan menambah kapasitas Sound System,pada pukul 15.00,namun Panitia merasa kesulitan untuk mengatasinya.Karena tidak ada kepastian dari Panitia untuk Sound System dan pelunasan, jam 17.00 wib tepat Manajemen meminta tim produksi untuk membereskan peralatan pribadi ES yang sudah terpasang di panggung dan dibawa ke hotel. Jam 17.45 wib beberapa wakil dari Panitia menemui Manajer ES dan memohon dengan sangat untuk supaya alat-alat ES dibawa kembali dan dipasang lagi. Dan Panitia memberitahukan kalau akan menambah kapasitas SoundSystem. Namun mengingat waktu yang sangat mepet (butuhwaktu minimal 5 jam untuk setting Sound System baru) dan Panitia yang tidak professional, makaManajemen ES tetap pada keputusan awal untuk membatalkan ES tampil.

Ini kali pertama ES membatalkan konser secara sepihak.Sekedar catatan…setengah tahun yang lalu ES konser di Std. Kridosono Jogja, saat itu hujan sangat deras dan air menggenang setinggi 30 cm. pihak panitia tidak berani melanjutkan event tersebut, dengan alasan arus listrik bisa membahayakan semua. Namun personil ES tetap tampil dengan akustikan didepan puluhan ribu penonton dan hanya menggunakan penerangan dari HP dan senter. Di tahun 2005 ES konser di kota Semarang, hujan sangat deras dan badai. Sound System tidak dinyalakan, namun ada sekelompok kecil Kamtis yang tetap bertahan ditengah lapangan dengan bendera Kamtis yang dikibarkan. Sementara ES tetap bertahan di backstage, merasa terharu dan rasa loyalitas yang tanpa batas.Maka ES memohon kePihak sponsor supaya acara tetap dilanjutkan meski dengan sound yang keluar hanya dari sisi kanan. Show must go on….beberapaKamtis yang sudah minggir dan berteduh…segera berhambur menyusul teman-temannya yang tadi tetap bertahan sembari teriak : Soekamti!!! Soekamti!!! Soekamti!!!

Ibarat bersetubuh, para personil ES pun tidak mengalami orgasme.Kamtis yang sudah datang dari berbagai kota seperti Malang, Bekasi, Wonosobo, Cikarang, Jakarta, Wonogiri, Sragen dan kota lainnya jelas merasa kecewa.Untuk memenuhi hasrat Kamtis Family yang kecewa, pengelola Fans ES menghubungi Kamtis untuk dating ke Hotel tempat ES menginap sekedar beramah tamah dan ngobrol langsung dengan personil ES. Ratusan Kamtis memenuhi halaman hotel meski hujan saat itu turun dengan derasnya.Mereka bertemu langsung tanpa ada jarak dengan personil ES.Suasana hangatpun langsung terasa.Mereka berkumpul, bercengkerama dengan Kamtis yang beda kota, dan sesuai tradisi kamtis…yang datang dari luar kota akan ditampung kamtis tuan rumah. Begitu kuat persaudaraan ini…dan sangat terlihat kedewasaan Kamtis Family untuk menyikapi hal yang terjadi.Bersama-sama kami akhiri kehangatan malam itu dengan bernyanyi bareng-bareng : “ Aku ada disini mengiburmu…sekali lagi seperti dulu, senang ataupun susah selalu ceriaaa….Long Live My Family!!!”

Ini Videonya : https://www.youtube.com/watch?v=8VdLvfbo7U8

Jogja 09-Desember-2013

Segala sesuatu mutlak membutuhkan persiapan yang matang, apalagi menyangkut hal-hal yang berhubungan dengan profesionalisme.Disini kami akan mengulas kronologis kejadian kenapa pihak manajemen Endank Soekamti membatalkan secara sepihak konser di Politeknik Telkom Bandung pada tanggal 07-12-2013. Hal ini lebih diutamakan untuk menjadi pembelajaran bagi Event Organizer (Panitia), Fans, dan Endank Soekamti itu sendiri.

Sebelum mengundang Endank Soekamti untuk tampil di acara apapun dan dimanapun, Pihak Manajemen dipastikan sudah mengirim Technical Riders ke Panitia sebelum terjadi Dealing (persetujuan). Riders merupakan syarat-syarat yang harus dipenuhi Panitia, dan ini bias dibicarakan sebelumnya jika ada beberapa point-point yang tidak bisa dipenuhi oleh Panitia. Untuk kejadian di Bandung Panitia sudah menerima Riders dan ketika dikonfirmasi ulang, Pihak Panitia memastikan tidak ada masalah, baik untuk akomodasi dan Soundsystem. Sebenarnya pada H-1 Manajemen ES tidak akan memberangkatkan ES ke Bandung, dikarenakan masalah pelunasan. Akhirnya kami tetap memberangkatkan ES ke Bandung, dengan pertimbangan tidak akan mengecewakan Penonton yang sudah beli tiket Pre-sale.

Sabtu 07-Desember-2013 pagi kami tiba di Bandung.Dan sesuai janji Panitia, begitu sampai di Bandung, biaya fee dan lain-lain akan dilunasi. Namun Panitia meminta tenggat waktu sampai jam 17.00 Wib. Jam14.00 Road manager ES menelpon manajemen untuk konsultasi masalah sound system yang disediakan Panitia. Yang sangat jauh dari spesifikasi Sound System yang dibutuhkan ES sesuai Riders, Ampli gitar yang rusak, routing channel yang berantakan, minimnya jumlah channel, beberapa speaker out mati. Juga kapasitas watt yang tidak sesuai dengan luasnya venue.Dari Manajemen member solusi ke Panitia untuk mengganti dan menambah kapasitas Sound System,pada pukul 15.00,namun Panitia merasa kesulitan untuk mengatasinya.Karena tidak ada kepastian dari Panitia untuk Sound System dan pelunasan, jam 17.00 wib tepat Manajemen meminta tim produksi untuk membereskan peralatan pribadi ES yang sudah terpasang di panggung dan dibawa ke hotel. Jam 17.45 wib beberapa wakil dari Panitia menemui Manajer ES dan memohon dengan sangat untuk supaya alat-alat ES dibawa kembali dan dipasang lagi. Dan Panitia memberitahukan kalau akan menambah kapasitas SoundSystem. Namun mengingat waktu yang sangat mepet (butuhwaktu minimal 5 jam untuk setting Sound System baru) dan Panitia yang tidak professional, makaManajemen ES tetap pada keputusan awal untuk membatalkan ES tampil.

Ini kali pertama ES membatalkan konser secara sepihak.Sekedar catatan…setengah tahun yang lalu ES konser di Std. Kridosono Jogja, saat itu hujan sangat deras dan air menggenang setinggi 30 cm. pihak panitia tidak berani melanjutkan event tersebut, dengan alasan arus listrik bisa membahayakan semua. Namun personil ES tetap tampil dengan akustikan didepan puluhan ribu penonton dan hanya menggunakan penerangan dari HP dan senter. Di tahun 2005 ES konser di kota Semarang, hujan sangat deras dan badai. Sound System tidak dinyalakan, namun ada sekelompok kecil Kamtis yang tetap bertahan ditengah lapangan dengan bendera Kamtis yang dikibarkan. Sementara ES tetap bertahan di backstage, merasa terharu dan rasa loyalitas yang tanpa batas.Maka ES memohon kePihak sponsor supaya acara tetap dilanjutkan meski dengan sound yang keluar hanya dari sisi kanan. Show must go on….beberapaKamtis yang sudah minggir dan berteduh…segera berhambur menyusul teman-temannya yang tadi tetap bertahan sembari teriak : Soekamti!!! Soekamti!!! Soekamti!!!

Ibarat bersetubuh, para personil ES pun tidak mengalami orgasme.Kamtis yang sudah datang dari berbagai kota seperti Malang, Bekasi, Wonosobo, Cikarang, Jakarta, Wonogiri, Sragen dan kota lainnya jelas merasa kecewa.Untuk memenuhi hasrat Kamtis Family yang kecewa, pengelola Fans ES menghubungi Kamtis untuk dating ke Hotel tempat ES menginap sekedar beramah tamah dan ngobrol langsung dengan personil ES. Ratusan Kamtis memenuhi halaman hotel meski hujan saat itu turun dengan derasnya.Mereka bertemu langsung tanpa ada jarak dengan personil ES.Suasana hangatpun langsung terasa.Mereka berkumpul, bercengkerama dengan Kamtis yang beda kota, dan sesuai tradisi kamtis…yang datang dari luar kota akan ditampung kamtis tuan rumah. Begitu kuat persaudaraan ini…dan sangat terlihat kedewasaan Kamtis Family untuk menyikapi hal yang terjadi.Bersama-sama kami akhiri kehangatan malam itu dengan bernyanyi bareng-bareng : “ Aku ada disini mengiburmu…sekali lagi seperti dulu, senang ataupun susah selalu ceriaaa….Long Live My Family!!!”

Ini Videonya : https://www.youtube.com/watch?v=8VdLvfbo7U8

Wednesday, 25 December 2013

Membuat sistem

Membuat sistem adalah bagaimana
1. menamakan inputan-inputan
2. bagaimana memproses inputan (+,-,/,*) sehingga menghasilkan outputan

MS. Excel: Data analysis

Analysis tools
1. Anova: Single Factor
2. Anova: Single Factor With Replication
3. Anova: Two-factor Without Replication
4. Correlation
5. Covariance
6. Descriptive Statistics
7. Exponential smoothing
8. F-test two Sample using variance
9. Fourier analysis
10. Histogram
11. Moving Average
12. Random Number Generation
13. Rank and Percentile
14. Regression
15. Sampling

Data:
1. Single data
2. Group of data

Upon sets of data:
1. find the simmilliarity