<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title></title>
 <link href="http://gedex.web.idatom.xml" rel="self"/>
 <link href="http://gedex.web.id"/>
 <updated>2017-03-26T11:33:23+00:00</updated>
 <id></id>
 <author>
   <name>Akeda Bagus's Website</name>
   <email>admin@gedex.web.id</email>
 </author>

 
 <entry>
   <title>Blog Baru</title>
   <link href="http://gedex.web.id/2017/03/26/blog-baru/"/>
   <updated>2017-03-26T00:00:00+00:00</updated>
   <id>http://gedex.web.id/2017/03/26/blog-baru</id>
   <content type="html">&lt;p&gt;Blog utama saya pindah ke &lt;a href=&quot;https://akeda.blog&quot;&gt;akeda.blog&lt;/a&gt;. Saya usahakan untuk rajin menulis
di sana ;).&lt;/p&gt;

&lt;p&gt;Apa alasannya pindah? Pertama karena domain tersebut adalah hadiah dari Automattic,
tempat saya bekerja sejak 2015. Syarat utama hadiah tersebut adalah adanya
aktifitas dalam kurun waktu tertentu. Alasan kedua adalah &lt;em&gt;dog fooding&lt;/em&gt; produk
dari Automattic, terutama WordPress.com.&lt;/p&gt;

&lt;p&gt;Sekian &lt;em&gt;update&lt;/em&gt; terkini.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Info Capres 2014</title>
   <link href="http://gedex.web.id/2014/06/16/info-capres-2014/"/>
   <updated>2014-06-16T00:00:00+00:00</updated>
   <id>http://gedex.web.id/2014/06/16/info-capres-2014</id>
   <content type="html">&lt;p&gt;I saw my Google+’ friend shared about &lt;a href=&quot;http://apipemilu.tumblr.com/post/87895708899/api-pemilu-code-for-vote-2-0-challenge&quot;&gt;Code for Vote 2.0&lt;/a&gt;.
It’s application (Web, Mobile, or anything) competition in which the app must
consumes data from Pemilu API endpoints. I interested to participate by coding
an SPA (Single Page Application) in less than a day. Then &lt;a href=&quot;https://github.com/gedex/info-capres-2014&quot;&gt;Info Capres 2014&lt;/a&gt;
was born. As the deadline was extended, I added more features like login and
“support candidate” action via &lt;a href=&quot;https://www.firebase.com&quot;&gt;Firebase&lt;/a&gt;. Although
my app wasn’t elected into 60 candidates, I was able to learn enough about
Firebase. My app, Info Capres 2014, is an open source one with MIT license, and hosted
in &lt;a href=&quot;https://github.com/gedex/info-capres-2014&quot;&gt;GitHub&lt;/a&gt;. Check it out if you’re
interested!&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Yet Another Simple Note</title>
   <link href="http://gedex.web.id/2014/06/07/yet-anoter-simple-note/"/>
   <updated>2014-06-07T00:00:00+00:00</updated>
   <id>http://gedex.web.id/2014/06/07/yet-anoter-simple-note</id>
   <content type="html">&lt;p&gt;I’ve been playing with Go &lt;a href=&quot;https://github.com/go-martini/martini&quot;&gt;Martini&lt;/a&gt; lately.
Another little project was born, called &lt;a href=&quot;https://github.com/gedex/yet-another-simple-note&quot;&gt;yet-another-simple-note&lt;/a&gt;.
The project shows an example how to create REST API easily with Martini and how Backbone
can be used to consume the API.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Chat API is Fun</title>
   <link href="http://gedex.web.id/2014/05/09/chat-api-is-fun/"/>
   <updated>2014-05-09T00:00:00+00:00</updated>
   <id>http://gedex.web.id/2014/05/09/chat-api-is-fun</id>
   <content type="html">&lt;p&gt;I’ve been playing with &lt;a href=&quot;https://slack.com&quot;&gt;Slack&lt;/a&gt; and &lt;a href=&quot;https://hipchat.com&quot;&gt;HipChat&lt;/a&gt; API lately. It’s fun! I’m seeing Slack and
HipChat are two big players in chat service nowadays with client in web and native apps
and, of course, HTTP API. There’s &lt;a href=&quot;https://campfirenow.com&quot;&gt;Campfire&lt;/a&gt;, but I felt discouraged to play with it
when they ask credit card information for the sake of trying. Not because I felt insecure, but I don’t have
damn credit card!&lt;/p&gt;

&lt;p&gt;Slack and HipChat are so kind, it’s free under limited circumstances. But hey! I can play with their API.
If you’ve a site powered by WordPress then give a try my &lt;a href=&quot;http://wordpress.org/plugins/slack&quot;&gt;Slack&lt;/a&gt; and
&lt;a href=&quot;http://wordpress.org/plugins/better-hipchat&quot;&gt;HipChat&lt;/a&gt; plugins. It allows you to get notification in your
room/channel when certain events in WordPress occured. I don’t give up with Campfire, instead I’m looking
volunteer who has Campfire account where I can play with its API by giving me access to your account.
The end result will be a Campfire WordPress plugin with the same features as Slack and HipChat plugins.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>TCP-based Client Server Chat in CLI</title>
   <link href="http://gedex.web.id/2014/03/12/tcp-based-client-server-chat-in-cli/"/>
   <updated>2014-03-12T00:00:00+00:00</updated>
   <id>http://gedex.web.id/2014/03/12/tcp-based-client-server-chat-in-cli</id>
   <content type="html">&lt;p&gt;I just created a simple project called &lt;a href=&quot;https://github.com/gedex/cli_chat&quot;&gt;cli_chat&lt;/a&gt;.
It’s a simple CLI based client and server for TCP based chat connection. It harness
the power of Go’s channel and shows you how simple to create a TCP based program in Go.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>go-instagram 0.5 released</title>
   <link href="http://gedex.web.id/2014/02/09/go-instagram-0.5-released/"/>
   <updated>2014-02-09T00:00:00+00:00</updated>
   <id>http://gedex.web.id/2014/02/09/go-instagram-0.5-released</id>
   <content type="html">&lt;p&gt;Changelog:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Check error after &lt;code class=&quot;highlighter-rouge&quot;&gt;Client.Do&lt;/code&gt; call.&lt;/li&gt;
  &lt;li&gt;Reporting rate limits. Props Peter DeGroff.&lt;/li&gt;
  &lt;li&gt;Forgotten &lt;code class=&quot;highlighter-rouge&quot;&gt;Media.Videos&lt;/code&gt; attribute. Props Kir Shatrov.&lt;/li&gt;
  &lt;li&gt;Removed not existing field from &lt;code class=&quot;highlighter-rouge&quot;&gt;MediaVideos&lt;/code&gt; struct. Props Kir Shatrov.&lt;/li&gt;
  &lt;li&gt;Added AUTHORS file.&lt;/li&gt;
&lt;/ul&gt;
</content>
 </entry>
 
 <entry>
   <title>Need hundred of images for your project? Try imgdownloader</title>
   <link href="http://gedex.web.id/2013/08/16/need-hundred-of-images-try-imgdownloader/"/>
   <updated>2013-08-16T00:00:00+00:00</updated>
   <id>http://gedex.web.id/2013/08/16/need-hundred-of-images-try-imgdownloader</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;https://github.com/gedex/imgdownloader&quot;&gt;imgdownloader&lt;/a&gt; is a command line app, written in Go,
to download images from various providers. Currently there are three providers: Flickr, Instagram,
and Picasa. Here’s the &lt;a href=&quot;http://showterm.io/e7a51dad5d048e93d64b6#fast&quot;&gt;showterm&lt;/a&gt; which demonstrates
imgdownloader usage:&lt;/p&gt;

&lt;iframe src=&quot;http://showterm.io/e7a51dad5d048e93d64b6#fast&quot; height=&quot;440&quot; width=&quot;500px&quot;&gt;&lt;/iframe&gt;
</content>
 </entry>
 
 <entry>
   <title>go-instagram 0.4 released</title>
   <link href="http://gedex.web.id/2013/08/14/go-instagram-0.4-released/"/>
   <updated>2013-08-14T00:00:00+00:00</updated>
   <id>http://gedex.web.id/2013/08/14/go-instagram-0.4-released</id>
   <content type="html">&lt;p&gt;Changelog:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Handle HTTP 500 with plain message “Oops, an error occurred.”.&lt;/li&gt;
  &lt;li&gt;Added MediaLocation to MediaService.&lt;/li&gt;
  &lt;li&gt;Removed Location.CreatedTime as it doesn’t exist.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The first two was added because of Instagram’s API response inconsistencies.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>go-instagram 0.3 released</title>
   <link href="http://gedex.web.id/2013/08/14/go-instagram-0.3-released/"/>
   <updated>2013-08-14T00:00:00+00:00</updated>
   <id>http://gedex.web.id/2013/08/14/go-instagram-0.3-released</id>
   <content type="html">&lt;p&gt;Changelog:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Changed type of Location.ID from int to string.&lt;/li&gt;
  &lt;li&gt;Updated default user-agent string to package name plus extra space and lib version.&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>ginsta 0.2 released</title>
   <link href="http://gedex.web.id/2013/08/14/ginsta-0.2-released/"/>
   <updated>2013-08-14T00:00:00+00:00</updated>
   <id>http://gedex.web.id/2013/08/14/ginsta-0.2-released</id>
   <content type="html">&lt;p&gt;This is the first time &lt;a href=&quot;https://github.com/gedex/ginsta&quot;&gt;ginsta&lt;/a&gt; get tagged, 0.2.&lt;/p&gt;

&lt;p&gt;Changelog:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Completed all basic commands.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In the future I’d like to add following features:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;users&lt;/code&gt; commands:&lt;/li&gt;
&lt;/ul&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-text&quot; data-lang=&quot;text&quot;&gt;   $ download_user_media [-path PATH] [USER_ID]
   $ download_user_liked_media [-path PATH]
   &lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;media&lt;/code&gt; commands:&lt;/li&gt;
&lt;/ul&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-text&quot; data-lang=&quot;text&quot;&gt;   $ download_media_by_id [MEDIA_ID]
   $ download_popular_media
   &lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;tags&lt;/code&gt; commands:&lt;/li&gt;
&lt;/ul&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-text&quot; data-lang=&quot;text&quot;&gt;   $ download_recent_media_by_tag [-min_id MIN_ID] [-max_id MAX_ID] [TAG_NAME]
   &lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;p&gt;If you like to add some cool features to ginsta, don’t bother to ping or
fill an issue at ginsta’s &lt;a href=&quot;https://github.com/gedex/ginsta/issues&quot;&gt;issue tracker&lt;/a&gt;.&lt;/p&gt;
</content>
 </entry>
 

</feed>
