Skip to main content

Posts

Showing posts from September, 2015

Why I Switched to Ubuntu

Bagian terbesar di komputerku adalah Ubuntu. Kenapa? Ya, karena aku suka sama Ubuntu, sama tampilannya, khususnya Ubuntu Gnome -- No offense to Unity lovers though. Ubuntu jadi satu-satunya OS yang beruntung buat nongkrong di komputerku, bukan di Jendela, bukan pula pake Apel (what?). Itu semua berawal dari zaman dulu kala.... ... (musik --kayak drililing drilling ling driling-- saat memasukki flashback story) ... Aku seorang muda, pekuliah di Institut Teknologi Bandung. Hidup sendiri, alone,  di kosan. Tak ada orang tua, tak ada keluarga, jauh dari sanak saudara. Susah-susah hidup harus dihirup sendiri. Tak ada yang bisa diajak berbagai. Senang-senang hidup juga dimakan sendiri. Nggak ada yang bisa diajak tertawa. Zaman itu Android adalah sesuatu yang sedang marak-maraknya. Android sedang meroket, terkenal di sana-sini. Semua orang, uhm hampir semua orang, tahu apa itu Android. Hal ini mendapatkan perhatianku, aku jadi pengin belajar bikin aplikasi Android.... (huh, cerita

Antergos - Friendly Linux Distro Based-On Arch Linux

For you who is still hungry to try something new OS, here I think Antegros will take your interest.

My Favorite Youtubers Ever

Siapa youtuber favorite kamu? Oke... Oke aku juga suka itu... Oke, itu aku juga suka... oke,... oke... oke, siapa dia? oke, aku belum pernah denger dia... ... Kebanyakan youtuber favoritku adalah youtuber dari luar negeri, ada juga yang dari dalam negeri, cuma tidak sebanyak yang kusuka dari youtuber luar. Soalnya HAMPIR tidak ada youtuber dalam negeri yang berkualitas. Hampir, aku bilang, HAMPIR..., yang artinya, ada juga youtuber dalam negeri yang kontennya bagus dan videonya berkualitas , atau kontennya bagus tapi videonya tidak berkualitas , atau kontennya tidak bagus cuma videonya berkualitas . Macem-macem. Langsung saja, berikut youtuber-youtuber favoritku. #1. The Finebros The finebros atau The Fine Brothers adalah youtuber favoritku terfavorit. Jika ada youtuber yang kusuka, maka tidak melebihi kesukaanku pada youtuber yang satu ini. Kenapa? Karena mereka memiliki konten yang unik, berbeda dari yang lain. Salah satu tayangan yang paling kusukai dari channel ini ada

A Simple Java TCP Client

As followed my post about simple java TCP server and I promised to post about simple java TCP client, so here it is. If you haven't read my simple java TCP server already, then why don't you give it a go. There you'll find how to compile java code that I will not be covering in this post. So go ahead to this post and get back here as soon as you know how to compile java code. If you already know how to do it, then it's okay to continue to read this post. import java.io.*; import java.net.*; import java.util.Scanner; class Client{     private static Client client;     private static int socketNumber = 1234;     private static Socket clientSocket;     public Client(){         try{             clientSocket = new Socket("localhost", getSocket());         }catch(Exception e){             System.out.println("Error."+e.getMessage());         }     }     private int getSocket(){         Scanner in = new Scanner(System.in);         System.out.print(&quo

Godaan yang Melalaikan

Swasta (Mahasiswa Tingkat Akhir/Mahasiswa TA/Mahasiswa Tingkat 4) membutuhkan kegigihan dan usaha keras agar tidak menjadi Swasta terus menerus (Mahasiswa tiada akhir? jangan deh). Kenapa butuh kegigihan dan usaha keras? Ya karena swasta harus nyelesain TA, selain itu swasta harus.... uhmmm... nyelesain TA, haha, apa lagi? Dan ini membutuhkan segala daya upaya sekuat tenaga agar bisa selesai TAnya. Jangan salah. Cobaan yang menerpa begitu beragam bagi orang yang ada dalam fase swasta. Contohnya: "susah, idenya ngga muncul-muncul" , atau "lagi ngga mood" . Pas giliran lagi mood: "lagi sibuk" . Terus pas sibuknya udah selesai: "mood nya udah ilang..." . #cape deh Alasan klasik swasta pas awal-awal jadi swasta adalah ngga punya ide. Meskipun sudah diberi tahu dosen tips and trick untuk membangun ide yang gemilang nan cemerlang, tapi masih saja ide itu tak kunjung muncul. #sedihnya Berbeda denganku. Aku sudah ada ide, ide cemerlang nan gemilang.

A Simple Java TCP Server

Here is a simple example of TCP Server using java. It gives you idea about how TCP server opens up a port and receives message from TCP client. To compile this code, simply install Java JDK  to your computer. Then save this code with file name Server.java and then open terminal. Change your directory to where you save this file and type in javac Server.java  - this will create new file Server.class, don't do anything with .class file unless you'll get an error: "Exception in thread "main" java.lang.NoClassDefFoundError ". And then type in terminal java Server  . import java.io.*; import java.net.*; import java.util.Scanner; class Server{ private static Server server; static int serverPort = 1234; static ServerSocket welcomeSocket; public Server(){ try{ welcomeSocket = new ServerSocket(setSocket()); }catch(Exception e){ System.out.println("Error: "+e.getMessage()); } } privat

Back To Blender

I've been working on something wet with Blender 3D since couple days ago, which is..... The Ocean. After a very long time I didn't work with Blender, I feel so bad when I start to work with Blender again as I almost forget most of the functions and that kind of stuffs in Blender. So in order to recall that memory of Blender back, I watched a video about how to make ocean in blender and I followed the steps and I did with my own hand. And the result, I'm pretty happy with it. Here's the sneak peek of my work. By the way, I'm trying to make animation of an ocean. So that'll take so long to finish this render. It's frame 19 of 250 frames. And each frame takes about half an hour to render. I got to be patient. I know. And it slows down my laptop. (I'm using laptop to do this stuffs. No GPU render, so slow. So sad). And perhaps, I'll do the tutorial for this. maybe, perhaps. If I want to. #fighting