rss.xml 95 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  3. <channel>
  4. <title>Posts on Pleasant Programmer</title>
  5. <link>http://pleasantprogrammer.com/posts/rss.xml</link>
  6. <description>Recent content in Posts on Pleasant Programmer</description>
  7. <generator>Hugo -- gohugo.io</generator>
  8. <language>en-us</language>
  9. <lastBuildDate>Sun, 15 Jan 2017 19:31:00 +0800</lastBuildDate>
  10. <atom:link href="http://pleasantprogrammer.com/posts/rss.xml" rel="self" type="application/rss+xml" />
  11. <item>
  12. <title>OpenPrepPad</title>
  13. <link>http://pleasantprogrammer.com/posts/openpreppad.html</link>
  14. <pubDate>Sun, 15 Jan 2017 19:31:00 +0800</pubDate>
  15. <guid>http://pleasantprogrammer.com/posts/openpreppad.html</guid>
  16. <description>
  17. &lt;p&gt;Smart electronics and IoT (Internet of Things) are all the rage these days. You
  18. have a lot of companies sprout up trying to make the next big thing, which also
  19. leads to a lot of failures big and small. Pebble, the maker of my smartwatch,
  20. got bought out by Fitbit recently. This left watch owners without any official
  21. support, but thankfully, community members &lt;a href=&#34;http://rebble.io/&#34;&gt;stepped up&lt;/a&gt; to continue
  22. maintaining it.&lt;/p&gt;
  23. &lt;p&gt;Another casualty of the IoT boom was the &lt;a href=&#34;http://theorangechef.com/&#34;&gt;Orange Chef&lt;/a&gt; &lt;a href=&#34;https://www.amazon.com/Orange-Chef-Smart-Scale-Silver/dp/B00KFW8L90&#34;&gt;Prep Pad&lt;/a&gt;. It&amp;rsquo;s a
  24. bluetooth connected weighing scale to make it easy to track your calories and
  25. carb/fat/protein intake. My dad bought it last year only to find out that the
  26. app was incredibly buggy. The search function doesn&amp;rsquo;t work which makes the whole
  27. thing practically useless. I also found out later that you can&amp;rsquo;t even download
  28. the app to use the scale anymore.&lt;/p&gt;
  29. &lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt; I just found out as I was writing this post that it &lt;em&gt;may&lt;/em&gt; get supported
  30. by &lt;a href=&#34;http://www.prnewswire.com/news-releases/perfect-company-acquires-orange-chefs-prep-pad-related-ip-continues-momentum-in-the-connected-kitchen-300383178.html&#34;&gt;another company&lt;/a&gt;.&lt;/p&gt;
  31. &lt;p&gt;So the app is useless, but at least you can use it as a scale, right?&lt;/p&gt;
  32. &lt;p&gt;&lt;img src=&#34;http://pleasantprogrammer.com/galleries/openpreppad/preppad.jpg&#34; alt=&#34;Prep Pad&#34; /&gt;&lt;/p&gt;
  33. &lt;p&gt;Nope. The device has no display whatsoever. The only controls on it are the
  34. on/off button and a green LED that isn&amp;rsquo;t even that useful at telling you whether
  35. it&amp;rsquo;s on or not. At this point, it&amp;rsquo;s just a giant paperweight.&lt;/p&gt;
  36. &lt;h2 id=&#34;reverse-engineering&#34;&gt;Reverse Engineering&lt;/h2&gt;
  37. &lt;p&gt;Since I essentially had nothing to lose, I tried poking at the thing to figure
  38. out how it works. I didn&amp;rsquo;t really have experience with bluetooth besides trying
  39. to get my bluetooth mouse connected on Linux. The main thing I used then was
  40. &lt;code&gt;bluetoothctl&lt;/code&gt; which is essentially a CLI for managing bluetooth devices so I
  41. started there.&lt;/p&gt;
  42. &lt;p&gt;I started up &lt;code&gt;bluetoothctl&lt;/code&gt; and turned on the Prep Pad. And it showed up!&lt;/p&gt;
  43. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;[bluetooth]# power on
  44. [CHG] Controller ... Class: 0x00010c
  45. Changing power on succeeded
  46. [CHG] Controller ... Powered: yes
  47. [bluetooth]# scan on
  48. Discovery started
  49. [CHG] Device 1C:BA:8C:21:7C:BB RSSI: -51
  50. [CHG] Device 1C:BA:8C:21:7C:BB Name: CHSLEEV_00
  51. [CHG] Device 1C:BA:8C:21:7C:BB Alias: CHSLEEV_00
  52. &lt;/pre&gt;&lt;/div&gt;
  53. &lt;p&gt;I then connected to it, which was surprisingly easy.&lt;/p&gt;
  54. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;[bluetooth]# connect 1C:BA:8C:21:7C:BB
  55. Attempting to connect to 1C:BA:8C:21:7C:BB
  56. [CHG] Device 1C:BA:8C:21:7C:BB Connected: yes
  57. [CHG] Device 1C:BA:8C:21:7C:BB Name: CH BTScale_00
  58. [CHG] Device 1C:BA:8C:21:7C:BB Alias: CH BTScale_00
  59. &lt;/pre&gt;&lt;/div&gt;
  60. &lt;p&gt;Now normally, when you turn the device on, the green light flashes occasionally.
  61. Once I connected to it, the green light stayed on permanently. Clearly, I was
  62. making progress. A lot of services were also discovered but I had no idea what
  63. those things were at that point.&lt;/p&gt;
  64. &lt;p&gt;After a lot of poking around, I could check the general device information. You
  65. could get hardware, software and firmware version. There&amp;rsquo;s also the device
  66. serial number which was nowhere on the actual physical device.&lt;/p&gt;
  67. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;[CHSLEEV_00]# select-attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0010/char0017
  68. [CH BTScale_00:/service0010/char0017]# attribute-info
  69. Characteristic - Firmware Revision String
  70. UUID: 00002a26-0000-1000-8000-00805f9b34fb
  71. Service: /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0010
  72. Value: 0x31
  73. Value: 0x2e
  74. Value: 0x31
  75. Value: 0x33
  76. Value: 0x41
  77. Value: 0x00
  78. Flags: read
  79. [CH BTScale_00:/service0010/char0017]# read
  80. Attempting to read /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0010/char0017
  81. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0010/char0017 Value: 0x31
  82. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0010/char0017 Value: 0x2e
  83. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0010/char0017 Value: 0x31
  84. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0010/char0017 Value: 0x33
  85. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0010/char0017 Value: 0x41
  86. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0010/char0017 Value: 0x00
  87. 31 2e 31 33 41 00 1.13A.
  88. [CH BTScale_00:/service0010/char0017]#
  89. &lt;/pre&gt;&lt;/div&gt;
  90. &lt;p&gt;There was also a service which contained Accel Enable, Accel Range, Accel
  91. X-Coordinate, Accel Y-Coordinate, and Accel Z-Coordinate. I guess it stands for
  92. accelerometer, which is probably what it uses to weigh things.&lt;/p&gt;
  93. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;[CHSLEEV_00]# select-attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026
  94. [CH BTScale_00:/service0023/char0024/desc0026]# read
  95. Attempting to read /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026
  96. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x41
  97. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x63
  98. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x63
  99. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x65
  100. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x6c
  101. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x20
  102. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x45
  103. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x6e
  104. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x61
  105. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x62
  106. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x6c
  107. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024/desc0026 Value: 0x65
  108. 41 63 63 65 6c 20 45 6e 61 62 6c 65 Accel Enable
  109. &lt;/pre&gt;&lt;/div&gt;
  110. &lt;p&gt;I couldn&amp;rsquo;t read from any of the Accel Coordinates. It kept saying permission
  111. denied. I could however, notify on them. But that didn&amp;rsquo;t yield anything as well.
  112. What I &lt;em&gt;could&lt;/em&gt; read was Accel Enable, which was set to 00. I guess that means it
  113. was off. After writing 01 to Accel Enable, I found I could get values out of
  114. Accel X-Coordinate!&lt;/p&gt;
  115. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;[CHSLEEV_00]# select-attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024
  116. [CH BTScale_00:/service0023/char0024]# write 01
  117. Attempting to write /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char0024
  118. [CH BTScale_00:/service0023/char0024]# select-attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a
  119. [CH BTScale_00:/service0023/char002a]# notify on
  120. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Notifying: yes
  121. Notify started
  122. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0x5b
  123. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0xa3
  124. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0x02
  125. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0x00
  126. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0x55
  127. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0xa3
  128. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0x02
  129. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0x00
  130. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0x59
  131. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0xa3
  132. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0x02
  133. [CHG] Attribute /org/bluez/hci0/dev_1C_BA_8C_21_7C_BB/service0023/char002a Value: 0x00
  134. &lt;/pre&gt;&lt;/div&gt;
  135. &lt;p&gt;I tried pressing the scale down a few times, and the values changed accordingly.
  136. Now, I just had to figure out how to convert the values into grams. It looked
  137. like the values were 32-bit integers sent as 4 bytes. In the above example it
  138. would be &lt;code&gt;0x0002a35b&lt;/code&gt;, &lt;code&gt;0x0002a355&lt;/code&gt;, &lt;code&gt;0x0002a359&lt;/code&gt; or 172891, 172855, 172899. The
  139. values also decrease as you exert more effort on the scale. So assuming you have
  140. take the initial value as &lt;em&gt;tare&lt;/em&gt;, you simply subtract any succeeding from that
  141. &lt;em&gt;tare&lt;/em&gt; and you can have your &amp;ldquo;weight&amp;rdquo;.&lt;/p&gt;
  142. &lt;p&gt;The values I got didn&amp;rsquo;t seem to be grams though. After weighing some things on
  143. an actual scale and comparing the values I got, I found I can just divide the
  144. values by 14 and get something in grams. That 14 is entirely a magic number
  145. though and I have no idea whether other Prep Pad&amp;rsquo;s would have the same constant.&lt;/p&gt;
  146. &lt;h2 id=&#34;openpreppad&#34;&gt;OpenPrepPad&lt;/h2&gt;
  147. &lt;p&gt;With all that figured out, I went ahead and made a &lt;a href=&#34;https://github.com/thatsmydoing/openpreppad&#34;&gt;simple CLI application&lt;/a&gt;
  148. to interface with the Prep Pad. Ironically, node was the simplest thing I found
  149. that had &lt;a href=&#34;https://github.com/sandeepmistry/noble&#34;&gt;nice bluetooth library support&lt;/a&gt; so that&amp;rsquo;s what I wrote it in. I
  150. also added most of the technical details in the README for that as well.&lt;/p&gt;
  151. &lt;p&gt;While this is all well and cool, I doubt the intersection of Linux users and
  152. people who &lt;s&gt;got ripped off&lt;/s&gt; bought the Prep Pad is anyone besides me. In
  153. light of that, I&amp;rsquo;m in the process of making a React Native version of the app,
  154. but that&amp;rsquo;s still a work in progress. Who knows, if the new owners of Prep Pad
  155. are good, I might not even need to finish it.&lt;/p&gt;
  156. </description>
  157. </item>
  158. <item>
  159. <title>Haproxy Charset</title>
  160. <link>http://pleasantprogrammer.com/posts/haproxy-charset.html</link>
  161. <pubDate>Fri, 24 Jun 2016 00:00:00 +0000</pubDate>
  162. <guid>http://pleasantprogrammer.com/posts/haproxy-charset.html</guid>
  163. <description>&lt;p&gt;A common problem we encounter is for things like &lt;em&gt;ñ&lt;/em&gt; not showing up correctly. This actually caused &lt;a href=&#34;http://www.rappler.com/nation/politics/elections/2016/132894-human-error-hash-election-results-code-mismatch&#34;&gt;some issues&lt;/a&gt; in the recent Philippine elections, but this isn&amp;rsquo;t about hash codes or anything like that.&lt;/p&gt;
  164. &lt;p&gt;By default, we use UTF-8 for text storage and rendering. A problem is that browsers don&amp;rsquo;t assume UTF-8 as the default and you need to have either a &lt;code&gt;&amp;lt;meta charset=&amp;quot;utf-8&amp;quot; /&amp;gt;&lt;/code&gt; in the HTML or &lt;code&gt;Content-Type: text/html; charset=utf-8&lt;/code&gt; in the headers. A few of our services don&amp;rsquo;t set the &lt;code&gt;Content-Type&lt;/code&gt; with the &lt;code&gt;charset=utf-8&lt;/code&gt; part so you&amp;rsquo;d get piñata instead of piñata.&lt;/p&gt;
  165. &lt;p&gt;Being lazy, we usually just correct this at the reverse proxy side. It&amp;rsquo;s trivial to do in nginx. You just need to add &lt;code&gt;charset utf-8;&lt;/code&gt; to your configuration and you&amp;rsquo;re good. For haproxy though, I couldn&amp;rsquo;t readily find a solution for it and had to go through the docs to see what I could do.&lt;/p&gt;
  166. &lt;p&gt;After a bit of experimenting, I had success with this:&lt;/p&gt;
  167. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;# set content-type to utf-8 if not already
  168. acl has_charset hdr_sub(content-type) -i charset=
  169. rspirep (Content-Type.*) \1;\ charset=utf-8 unless has_charset
  170. &lt;/pre&gt;&lt;/div&gt;
  171. &lt;p&gt;This is probably not the best way to do it. Arguably, we should just fix our services to have the correct &lt;code&gt;Content-Type&lt;/code&gt; in the first place, but I can do that some other time.&lt;/p&gt;
  172. </description>
  173. </item>
  174. <item>
  175. <title>Cloudflare Shenanigans</title>
  176. <link>http://pleasantprogrammer.com/posts/cloudflare-shenanigans.html</link>
  177. <pubDate>Fri, 25 Dec 2015 00:00:00 +0000</pubDate>
  178. <guid>http://pleasantprogrammer.com/posts/cloudflare-shenanigans.html</guid>
  179. <description>&lt;p&gt;An old client of ours managed to convince a telco to zero-rate the data for their app. In order to whitelist it though, we needed to use plain HTTP for domain whitelisting. For HTTPS, they can only whitelist by IP address. Like any good developer, we were using HTTPS. Also, like any good developer, we put our server behind Cloudflare.&lt;/p&gt;
  180. &lt;p&gt;Now the problem is that Cloudflare can put you behind &lt;a href=&#34;https://www.cloudflare.com/ips/&#34;&gt;any IP they own&lt;/a&gt;, which is a huge range. There&amp;rsquo;s no guarantee that the IP we have now is going to be the same later on. So we did the reasonable thing and asked them to whitelist all of the Cloudflare IPs. And the telco agreed! We were in total disbelief when that happened. But hey, if life gives you free internet, you take it.&lt;/p&gt;
  181. &lt;p&gt;We never actually empirically tested whether other sites hosted on Cloudflare were also actually zero-rated. But I like to think that we saved a lot of people on their data costs from browsing Reddit and 4chan. But alas, good things must come to an end.&lt;/p&gt;
  182. &lt;p&gt;A few months after we started beta testing the app, Cloudflare added more IPs to their range. Unfortunately, our server got moved to those new IPs which were not whitelisted yet. Apparently, the telco whitelisting process was incredibly convoluted and time consuming. Our client didn&amp;rsquo;t want to bother asking them to whitelist more IPs. We also tried asking Cloudflare to move us back to the original IP range, but they could only do that if we were in their enterprise tier. We couldn&amp;rsquo;t really afford that, so we looked for other options.&lt;/p&gt;
  183. &lt;p&gt;Since Cloudflare was essentially just a giant reverse proxy, theoretically there should be no distinction between one IP address from another. The specific IP we get is probably just for load balancing. So we tried accessing the IPs in the range directly and just setting the Host header and it worked! But we get SSL errors because the IP itself doesn&amp;rsquo;t have its own certificate.&lt;/p&gt;
  184. &lt;p&gt;After more testing, we figured out that you could actually use any Cloudflare backed domain so long as we properly set the Host header. We just needed to find one still in the old range. Coincidentally, 4chan.org was. Which led to this wonderful commit&lt;/p&gt;
  185. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;commit 123456789abcdef
  186. Author: ~~~~~~
  187. Date: ~~~~~~
  188. 4chan hack
  189. &lt;span style=&#34;color: #000080; font-weight: bold&#34;&gt;diff --git a/src/com/client/common/Util.java b/src/com/client/common/Util.java&lt;/span&gt;
  190. &lt;span style=&#34;color: #A00000&#34;&gt;--- a/src/com/client/common/Util.java&lt;/span&gt;
  191. &lt;span style=&#34;color: #00A000&#34;&gt;+++ b/src/com/client/common/Util.java&lt;/span&gt;
  192. &lt;span style=&#34;color: #800080; font-weight: bold&#34;&gt;@@ -210,7 +210,8 @@ public class Util {&lt;/span&gt;
  193. }
  194. public static String getServerAddress(Context context) {
  195. &lt;span style=&#34;color: #A00000&#34;&gt;- String address = &amp;quot;https://backend.client.com&amp;quot;;&lt;/span&gt;
  196. &lt;span style=&#34;color: #00A000&#34;&gt;+ // String address = &amp;quot;https://backend.client.com&amp;quot;;&lt;/span&gt;
  197. &lt;span style=&#34;color: #00A000&#34;&gt;+ String address = &amp;quot;https://4chan.org&amp;quot;;&lt;/span&gt;
  198. if(!isDebug(context)) return address;
  199. try {
  200. &lt;span style=&#34;color: #000080; font-weight: bold&#34;&gt;diff --git a/src/com/client/common/logging/APIClient.java b/src/com/client/common/logging/APIClient.java&lt;/span&gt;
  201. &lt;span style=&#34;color: #A00000&#34;&gt;--- a/src/com/client/common/logging/APIClient.java&lt;/span&gt;
  202. &lt;span style=&#34;color: #00A000&#34;&gt;+++ b/src/com/client/common/logging/APIClient.java&lt;/span&gt;
  203. &lt;span style=&#34;color: #800080; font-weight: bold&#34;&gt;@@ -101,6 +101,7 @@ public class APIClient {&lt;/span&gt;
  204. private HttpResponse postInternal(String url, List&amp;lt;NameValuePair&amp;gt; data, boolean forRegistration) throws ClientProtocolException, IOException {
  205. HttpPost request = new HttpPost(Util.getServerAddress(mContext)+&amp;quot;/api/&amp;quot;+url);
  206. request.setHeader(&amp;quot;X-API-VERSION&amp;quot;, apiVersion);
  207. &lt;span style=&#34;color: #00A000&#34;&gt;+ request.setHeader(&amp;quot;Host&amp;quot;, &amp;quot;backend.client.com&amp;quot;);&lt;/span&gt;
  208. if(data == null) {
  209. data = new ArrayList&amp;lt;NameValuePair&amp;gt;();
  210. &lt;/pre&gt;&lt;/div&gt;
  211. &lt;p&gt;Eventually, we did decide to just abandon Cloudflare for the server. We probably weren&amp;rsquo;t going to be the target of a DDOS or anything. This also allowed us to do more secure things like pinning the server certificate in the application itself. Clearly, this is what we should have just done in the first place, but at the time we just wanted a stopgap solution.&lt;/p&gt;
  212. &lt;p&gt;I just still find it funny we were making people&amp;rsquo;s phones go to 4chan.org everyday for more than a year.&lt;/p&gt;
  213. </description>
  214. </item>
  215. <item>
  216. <title>TiddlyWiki in the Sky (or TiddlyWeb for TW5)</title>
  217. <link>http://pleasantprogrammer.com/posts/tiddlywiki-in-the-sky-or-tiddlyweb-for-tw5.html</link>
  218. <pubDate>Thu, 24 Dec 2015 00:00:00 +0000</pubDate>
  219. <guid>http://pleasantprogrammer.com/posts/tiddlywiki-in-the-sky-or-tiddlyweb-for-tw5.html</guid>
  220. <description>
  221. &lt;p&gt;I&amp;rsquo;ve always liked &lt;a href=&#34;http://tiddlywiki.com&#34;&gt;TiddlyWiki&lt;/a&gt;. Back when it first came out, it was really amazing. A wiki all in one file, that worked in the browser. It didn&amp;rsquo;t need a backend, it would just save itself as an all new HTML file with all your posts inside. I&amp;rsquo;ve used it a lot over the years, as a personal wiki/journal and a class notebook. I even had a blog with it at one point using one of the server-side forks.&lt;/p&gt;
  222. &lt;p&gt;Now, there&amp;rsquo;s TiddlyWiki5 which is a rewrite of the original TiddlyWiki that looks a whole lot snazzier, and I assume has better architecture overall. It also has experimental support for all the server-side platforms (particularly TiddlyWeb) that have cropped up.&lt;/p&gt;
  223. &lt;p&gt;If you&amp;rsquo;re just looking for a simple server setup for TiddlyWiki5, it has native support for that on its own. There&amp;rsquo;s plenty of documentation on the site. But if you&amp;rsquo;re looking for more advanced features (like storing your posts in git or a database), then you&amp;rsquo;ll need to use it with TiddlyWeb. The problem is that most of the documentation for TiddlyWeb still refers to the old TiddlyWiki.&lt;/p&gt;
  224. &lt;p&gt;To support TiddlyWiki5, we&amp;rsquo;ll need a version of the wiki which has the TiddlyWeb plugin already installed and configured. After that, some tweaking is necessary to get TiddlyWeb to provide what the wiki requires.&lt;/p&gt;
  225. &lt;h2 id=&#34;setting-up-tiddlywiki&#34;&gt;Setting Up TiddlyWiki&lt;/h2&gt;
  226. &lt;p&gt;TiddlyWiki5 provides a command line tool via &lt;code&gt;npm&lt;/code&gt; that allows building custom versions of the wiki. In fact, it comes with templates, called &amp;ldquo;editions&amp;rdquo;, that we can use for our setup. Assuming you already have it installed, create the wiki using&lt;/p&gt;
  227. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;tiddlywiki mywiki --init tw5tank &lt;span style=&#34;color: #408080; font-style: italic&#34;&gt;# create wiki from template&lt;/span&gt;
  228. &lt;/pre&gt;&lt;/div&gt;
  229. &lt;p&gt;This creates a wiki intended for use with &lt;a href=&#34;https://tank.peermore.com/&#34;&gt;Tank&lt;/a&gt;, which is built on top of TiddlyWeb. From here, you should look in &lt;code&gt;mywiki/tiddlers/system&lt;/code&gt; which contain the entries for &lt;code&gt;SiteTitle&lt;/code&gt;, &lt;code&gt;SiteSubtitle&lt;/code&gt;, &lt;code&gt;DefaultTiddlers&lt;/code&gt;, and &lt;code&gt;tiddlyweb-host&lt;/code&gt;. The first 3 should be configured however you want. These are necessary because they&amp;rsquo;re needed before the wiki can load them from the server. &lt;code&gt;tiddlyweb-host&lt;/code&gt; contains the location of the TiddlyWeb server, this should be &lt;code&gt;http://localhost:8080/&lt;/code&gt; if you&amp;rsquo;re just testing locally. With everything configured, you can build the new wiki by running&lt;/p&gt;
  230. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;tiddlywiki mywiki --build
  231. &lt;/pre&gt;&lt;/div&gt;
  232. &lt;p&gt;This will output the wiki to &lt;code&gt;mywiki/output/tw5tank.html&lt;/code&gt;. You can now serve it using your favorite local webserver, like &lt;code&gt;python -m http.server&lt;/code&gt;.&lt;/p&gt;
  233. &lt;h2 id=&#34;setting-up-tiddlyweb&#34;&gt;Setting Up TiddlyWeb&lt;/h2&gt;
  234. &lt;p&gt;The TiddlyWeb tutorial recommends using &lt;code&gt;tiddlywebwiki&lt;/code&gt; which has all the plugins setup for a nice wiki instance for the old TiddlyWiki. It has a lot of features that aren&amp;rsquo;t really needed, so we won&amp;rsquo;t go with that. So first, we&amp;rsquo;ll need to install TiddlyWeb and any plugins we might want to use.&lt;/p&gt;
  235. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;pip install tiddlyweb tiddlywebplugins.status tiddlywebplugins.cherrypy tiddlywebplugins.cors
  236. &lt;/pre&gt;&lt;/div&gt;
  237. &lt;p&gt;Next, we&amp;rsquo;ll need the tiddlyweb configuration in &lt;code&gt;tiddlywebconfig.py&lt;/code&gt;&lt;/p&gt;
  238. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;&lt;span style=&#34;color: #408080; font-style: italic&#34;&gt;# A basic configuration.&lt;/span&gt;
  239. &lt;span style=&#34;color: #408080; font-style: italic&#34;&gt;# `pydoc tiddlyweb.config` for details on configuration items.&lt;/span&gt;
  240. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;import&lt;/span&gt; &lt;span style=&#34;color: #0000FF; font-weight: bold&#34;&gt;tiddlywebplugins.status&lt;/span&gt;
  241. config &lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt; {
  242. &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;system_plugins&amp;#39;&lt;/span&gt;: [&lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;tiddlywebplugins.status&amp;#39;&lt;/span&gt;, &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;tiddlywebplugins.cors&amp;#39;&lt;/span&gt;],
  243. &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;secret&amp;#39;&lt;/span&gt;: &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;36c98d6d14618c79f0ed2d49cd1b9e272d8d4bd0&amp;#39;&lt;/span&gt;,
  244. &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;wsgi_server&amp;#39;&lt;/span&gt;: &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;tiddlywebplugins.cherrypy&amp;#39;&lt;/span&gt;,
  245. &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;cors.enable_non_simple&amp;#39;&lt;/span&gt;: &lt;span style=&#34;color: #008000&#34;&gt;True&lt;/span&gt;
  246. }
  247. original_gather_data &lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt; tiddlywebplugins&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;status&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;_gather_data
  248. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;def&lt;/span&gt; &lt;span style=&#34;color: #0000FF&#34;&gt;_status_gather_data&lt;/span&gt;(environ):
  249. data &lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt; original_gather_data(environ)
  250. data[&lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;space&amp;#39;&lt;/span&gt;] &lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt; {&lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;recipe&amp;#39;&lt;/span&gt;: &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;default&amp;#39;&lt;/span&gt;}
  251. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;return&lt;/span&gt; data
  252. tiddlywebplugins&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;status&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;_gather_data &lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt; _status_gather_data
  253. &lt;/pre&gt;&lt;/div&gt;
  254. &lt;p&gt;The tweaks involved are:&lt;/p&gt;
  255. &lt;ul&gt;
  256. &lt;li&gt;using the status plugin which the wiki requires&lt;/li&gt;
  257. &lt;li&gt;monkeypatching the status plugin for the wiki to use the correct &amp;ldquo;recipe&amp;rdquo;&lt;/li&gt;
  258. &lt;li&gt;using cherrypy server instead of the buggy default one&lt;/li&gt;
  259. &lt;li&gt;using cors since we&amp;rsquo;re not hosting the wiki itself on the same server&lt;/li&gt;
  260. &lt;/ul&gt;
  261. &lt;p&gt;With that, we just need to create the store that will hold our data&lt;/p&gt;
  262. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;twanager recipe default &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;lt;&amp;lt;EOF&lt;/span&gt;
  263. &lt;span style=&#34;color: #BA2121&#34;&gt;desc: standard TiddlyWebWiki environment&lt;/span&gt;
  264. &lt;span style=&#34;color: #BA2121&#34;&gt;policy: {&amp;quot;read&amp;quot;: [], &amp;quot;create&amp;quot;: [], &amp;quot;manage&amp;quot;: [&amp;quot;R:ADMIN&amp;quot;], &amp;quot;accept&amp;quot;: [], &amp;quot;write&amp;quot;: [&amp;quot;R:ADMIN&amp;quot;], &amp;quot;owner&amp;quot;: &amp;quot;administrator&amp;quot;, &amp;quot;delete&amp;quot;: [&amp;quot;R:ADMIN&amp;quot;]}&lt;/span&gt;
  265. &lt;span style=&#34;color: #BA2121&#34;&gt;/bags/default/tiddlers&lt;/span&gt;
  266. &lt;span style=&#34;color: #BA2121&#34;&gt;EOF&lt;/span&gt;
  267. twanager bag default &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;lt;&amp;lt;EOF&lt;/span&gt;
  268. &lt;span style=&#34;color: #BA2121&#34;&gt;{&amp;quot;policy&amp;quot;: {&amp;quot;read&amp;quot;: [], &amp;quot;create&amp;quot;: [], &amp;quot;manage&amp;quot;: [&amp;quot;R:ADMIN&amp;quot;], &amp;quot;accept&amp;quot;: [], &amp;quot;write&amp;quot;: [], &amp;quot;owner&amp;quot;: &amp;quot;administrator&amp;quot;, &amp;quot;delete&amp;quot;: []}}&lt;/span&gt;
  269. &lt;span style=&#34;color: #BA2121&#34;&gt;EOF&lt;/span&gt;
  270. &lt;/pre&gt;&lt;/div&gt;
  271. &lt;p&gt;Finally, we can start the TiddlyWeb server&lt;/p&gt;
  272. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;twanager server
  273. &lt;/pre&gt;&lt;/div&gt;
  274. &lt;h2 id=&#34;putting-it-all-together&#34;&gt;Putting it all together&lt;/h2&gt;
  275. &lt;p&gt;Once you have the TiddlyWeb server running, you can just go to wherever you&amp;rsquo;re hosting the wiki html and it should work. You can try creating some posts, and the check mark on the sidebar should be red for a while and then turn black. Once that&amp;rsquo;s done it&amp;rsquo;s saved. You can refresh your browser and your posts should still be there.&lt;/p&gt;
  276. &lt;p&gt;At this point, you can start customizing your TiddlyWeb instance, by changing your store to something like a database, or adding authorization. You can also tweak the server setup so you won&amp;rsquo;t need CORS anymore.&lt;/p&gt;
  277. &lt;p&gt;TiddlyWiki5 is still relatively new. I hope that eventually, support for server-side and the plugin ecosystem grows to be as great as the old TiddlyWiki.&lt;/p&gt;
  278. </description>
  279. </item>
  280. <item>
  281. <title>Is My Terminal Window Active?</title>
  282. <link>http://pleasantprogrammer.com/posts/is-my-terminal-window-active.html</link>
  283. <pubDate>Sun, 07 Jun 2015 00:00:00 +0000</pubDate>
  284. <guid>http://pleasantprogrammer.com/posts/is-my-terminal-window-active.html</guid>
  285. <description>
  286. &lt;p&gt;I&amp;rsquo;ve been working in OSX for almost 3 years now, but I recently switched back to Linux because of all the problems people encountered with Yosemite. There are some things I missed from OSX though. One of which is &lt;a href=&#34;https://github.com/marzocchi/zsh-notify&#34;&gt;zsh-notify&lt;/a&gt;. It&amp;rsquo;s a zsh plugin that alerts you if your long-running task is complete, and whether it failed or not.&lt;/p&gt;
  287. &lt;p&gt;It&amp;rsquo;s pretty convenient when you&amp;rsquo;re compiling something and then go on to browse reddit while waiting. Usually, I spend too much time just reading and forget about the compilation entirely. With the plugin, I get the notification and maybe go back to work.&lt;/p&gt;
  288. &lt;p&gt;One nice feature it has is that if you&amp;rsquo;re currently looking at the terminal window of the job that just finished, it won&amp;rsquo;t notify you. It only notifies on windows that aren&amp;rsquo;t currently in focus. To do this, it has to actually talk to Terminal.app or iTerm2 to see if the window and tab are active.&lt;/p&gt;
  289. &lt;p&gt;This is alright in OSX since those 2 are the generally most used terminal emulators. On Linux though, everyone has their own favorite terminal. Given that, I figured I could probably rely on talking to X to see if the window is active instead of each single terminal emulator. X can&amp;rsquo;t tell if the tab is active though, but I don&amp;rsquo;t use tabs in my current setup so it should still be good.&lt;/p&gt;
  290. &lt;h2 id=&#34;xdotool&#34;&gt;xdotool&lt;/h2&gt;
  291. &lt;p&gt;&lt;a href=&#34;http://superuser.com/questions/382616/detecting-currently-active-window&#34;&gt;Preliminary research&lt;/a&gt; reveals that we can easily get what the active window is with xdotool. &lt;code&gt;xdotool getactivewindow&lt;/code&gt; gives us the X window id of the active one. Now all we need is a way to get the window id of the terminal we&amp;rsquo;re in.&lt;/p&gt;
  292. &lt;h2 id=&#34;first-attempt-windowid&#34;&gt;First Attempt: $WINDOWID&lt;/h2&gt;
  293. &lt;p&gt;Apparently, xterm and similar terminal emulators define an environment variable called &lt;code&gt;$WINDOWID&lt;/code&gt; with the window id of the terminal. Obviously, this is too good to be true. In xterm and konsole the &lt;code&gt;$WINDOWID&lt;/code&gt; was correct, but in VTE-based terminal emulators, &lt;code&gt;$WINDOWID&lt;/code&gt; had the wrong value. In terminology, it didn&amp;rsquo;t define &lt;code&gt;$WINDOWID&lt;/code&gt; altogether. So &lt;code&gt;$WINDOWID&lt;/code&gt; wasn&amp;rsquo;t going to work.&lt;/p&gt;
  294. &lt;h2 id=&#34;second-attempt-xdotool-search-magic&#34;&gt;Second Attempt: xdotool search $MAGIC&lt;/h2&gt;
  295. &lt;p&gt;My second idea was that you can use zsh to change the window title to a magic number and then just check if the active window is the same one as the window with the magic number. This sort of worked for most terminals, except konsole which does whatever it wants with the window title. There&amp;rsquo;s also the problem of some zsh configs automatically settings the window title to the current command.&lt;/p&gt;
  296. &lt;p&gt;In hindsight, I could probably have just done &lt;code&gt;xdotool search --name xdotool&lt;/code&gt; since in most cases, when you run the search, zsh or konsole will set the window name to the current command. Maybe that&amp;rsquo;s another option I can explore some day.&lt;/p&gt;
  297. &lt;h2 id=&#34;third-attempt-ppid&#34;&gt;Third Attempt: $PPID&lt;/h2&gt;
  298. &lt;p&gt;My third idea was another environment variable called &lt;code&gt;$PPID&lt;/code&gt;, which is the process id of the parent of the shell. As it happens, the parent is the window containing the zsh instance. This is actually pretty consistent across most terminals. The only problem was if you launched zsh from another shell since your new zsh&amp;rsquo;s parent will now be another zsh instance instead of an X window.&lt;/p&gt;
  299. &lt;p&gt;At first glance, launching zsh within zsh doesn&amp;rsquo;t seem like something most people would do, but this is what happens when you run screen or tmux. To work around this, we can actually just save the original &lt;code&gt;$PPID&lt;/code&gt; in a different variable and use that instead.&lt;/p&gt;
  300. &lt;p&gt;Now that we have the PID of the window from zsh, we can once again use xdotool to get the PID of the current active window with &lt;code&gt;xdotool getactivewindow getwindowpid&lt;/code&gt;. We just simply compare that with our &lt;code&gt;$PPID&lt;/code&gt; and we can tell if we&amp;rsquo;re in an active window or not. Overall, this approach worked surprisingly well so that&amp;rsquo;s the final solution I went with.&lt;/p&gt;
  301. </description>
  302. </item>
  303. <item>
  304. <title>Removing PLDTMyDSLBiz from the ZyXEL P-2612HNU</title>
  305. <link>http://pleasantprogrammer.com/posts/removing-pldtmydslbiz-from-the-zyxel-p-2612hnu.html</link>
  306. <pubDate>Wed, 27 Nov 2013 00:00:00 +0000</pubDate>
  307. <guid>http://pleasantprogrammer.com/posts/removing-pldtmydslbiz-from-the-zyxel-p-2612hnu.html</guid>
  308. <description>&lt;p&gt;I&amp;rsquo;ve always thought that people were just too lazy to change their SSIDs when I see &amp;ldquo;PLDTMyDSLBizCafeJapan&amp;rdquo;. It became apparent when we got our own PLDT line that it was because the bundled router/modem &lt;em&gt;does not&lt;/em&gt; allow you to remove the prefix.&lt;/p&gt;
  309. &lt;p&gt;This is not the kind of thing you expect as a business customer. Even for home customers, I feel it&amp;rsquo;s still a bit dishonest. I&amp;rsquo;d be fine if it was just the default SSID, but forcing people to have it as part of their SSID is like advertising that your company (I mean PLDT) is a douche.&lt;/p&gt;
  310. &lt;p&gt;Of course, we couldn&amp;rsquo;t just leave the SSID prefix there, so we tried a number of things to get rid of it. There are articles for removing it from the &lt;a href=&#34;http://www.phandroidinternet.com/2013/06/how-to-remove-on-wifi-name-or-ssid-on.html&#34;&gt;Prolink H5004N&lt;/a&gt; or the &lt;a href=&#34;http://www.symbianize.com/showthread.php?t=730091&#34;&gt;ZyXEL P-660HN-T1A&lt;/a&gt; but not for the one we got which was the ZyXEL P-2612HNU-F1F.&lt;/p&gt;
  311. &lt;p&gt;We did still try the firebug/inspector tricks, but it seems that there is a server-side check that adds in the &amp;ldquo;PLDTMyDSLBiz&amp;rdquo;. We tried a number of things, but the one that ultimately worked (and we had a good laugh about) was to backup the configuration, edit the dumped file and restore it.&lt;/p&gt;
  312. &lt;p&gt;The backup is actually just an XML file. You can search for SSID and change the parameter there. It&amp;rsquo;s a bit annoying because the router has to restart after restoring the configuration, but it works!&lt;/p&gt;
  313. &lt;p&gt;A minor note, the router doesn&amp;rsquo;t seem to support SSIDs with a comma (,) well. It just gets everything before the comma as the SSID for some reason.&lt;/p&gt;
  314. </description>
  315. </item>
  316. <item>
  317. <title>Console Keymap Switching</title>
  318. <link>http://pleasantprogrammer.com/posts/console-keymap-switching.html</link>
  319. <pubDate>Tue, 29 Oct 2013 00:00:00 +0000</pubDate>
  320. <guid>http://pleasantprogrammer.com/posts/console-keymap-switching.html</guid>
  321. <description>&lt;p&gt;At the office, we have some people who use DVORAK. Normally, this isn&amp;rsquo;t a problem. To each his own after all. It does become a bit problematic though, when we&amp;rsquo;re dealing with the servers around the office.&lt;/p&gt;
  322. &lt;p&gt;We normally leave the servers on QWERTY. After all, most people start off as QWERTY typists and migrate to something else. That said, it&amp;rsquo;s apparently difficult to stay fluent in both. People tend to forget how to type in QWERTY once they learn DVORAK or something else. While it is true that they can just look a the keyboard while typing, my coworkers would prefer it to just be in DVORAK.&lt;/p&gt;
  323. &lt;p&gt;For the console, they&amp;rsquo;d typically do &lt;code&gt;sudo loadkeys dvorak&lt;/code&gt; after logging in. The problem with this is, after they logout, the keymapping is still on DVORAK. This has been quite annoying for a few times since I can&amp;rsquo;t even login to change the keymap. What I wanted was something like you get in the graphical login screens where you can pick your keymap before logging in. Apparently, there isn&amp;rsquo;t a readily available thing for the console.&lt;/p&gt;
  324. &lt;p&gt;I googled around for solutions and came across &lt;a href=&#34;http://superuser.com/questions/548234/how-can-i-easily-toggle-between-dvorak-and-qwerty-keyboard-layouts-from-a-linux&#34;&gt;a nice idea&lt;/a&gt;. You could alias &lt;code&gt;asdf&lt;/code&gt; to load the DVORAK mapping and &lt;code&gt;aoeu&lt;/code&gt; (the equivalent to asdf in DVORAK) to load the QWERTY mapping. This actually makes sense since you don&amp;rsquo;t really have to know where the letters are. The only problem is, you once again have to be logged in to change the key mappings.&lt;/p&gt;
  325. &lt;p&gt;After some further searching, I found &lt;a href=&#34;http://unix.stackexchange.com/questions/2884/toggle-between-dvorak-and-qwerty&#34;&gt;something close to what I wanted&lt;/a&gt;. Apparently, Alt+Up sends a KeyboardSignal keycode to the init process, which can act on that. It also works anywhere, even before being logged in. For SysVinit systems, you can just add a line to your inittab for a command to be run when Alt+Up is pressed.&lt;/p&gt;
  326. &lt;p&gt;In the office, however, we generally use Arch Linux which uses SystemD. But apparently, it also has a mechanism of accepting the Alt+Up press. It runs the kbrequest target whenever it gets the keypress. &lt;code&gt;kbrequest.target&lt;/code&gt; is normally aliased to run the rescue service though, so you have to manually create the file in &lt;code&gt;/etc/systemd/system/kbrequest.target&lt;/code&gt; and fill it with a description:&lt;/p&gt;
  327. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;&lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;[Unit]&lt;/span&gt;
  328. &lt;span style=&#34;color: #7D9029&#34;&gt;Description&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;kbrequest target&lt;/span&gt;
  329. &lt;/pre&gt;&lt;/div&gt;
  330. &lt;p&gt;We can then add a service to be run whenever the target is called. Something like &lt;code&gt;/etc/systemd/system/keymap-switch.service&lt;/code&gt;:&lt;/p&gt;
  331. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;&lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;[Unit]&lt;/span&gt;
  332. &lt;span style=&#34;color: #7D9029&#34;&gt;Description&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;Keymap Switch Service&lt;/span&gt;
  333. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;[Service]&lt;/span&gt;
  334. &lt;span style=&#34;color: #7D9029&#34;&gt;Type&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;oneshot&lt;/span&gt;
  335. &lt;span style=&#34;color: #7D9029&#34;&gt;ExecStart&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;/usr/local/bin/keymap-switch&lt;/span&gt;
  336. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;[Install]&lt;/span&gt;
  337. &lt;span style=&#34;color: #7D9029&#34;&gt;WantedBy&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;kbrequest.target&lt;/span&gt;
  338. &lt;/pre&gt;&lt;/div&gt;
  339. &lt;p&gt;After enabling said service, we only need the actual keymap switcher, &lt;code&gt;/usr/local/bin/keymap-switch&lt;/code&gt;. The StackOverflow answer provides different ways of detecting the current keymap so we know which one to switch to. Since we&amp;rsquo;re using SystemD, we can use that instead for managing which keymap we&amp;rsquo;re actually using. It stores the current settings inside &lt;code&gt;/etc/vconsole.conf&lt;/code&gt;. We can also then switch keymaps by using &lt;code&gt;localectl set-keymap&lt;/code&gt;.&lt;/p&gt;
  340. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;&lt;span style=&#34;color: #408080; font-style: italic&#34;&gt;#!/bin/sh&lt;/span&gt;
  341. &lt;span style=&#34;color: #008000&#34;&gt;source&lt;/span&gt; /etc/vconsole.conf
  342. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;if&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;[&lt;/span&gt; &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #19177C&#34;&gt;$TERM&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;dumb&amp;quot;&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;]&lt;/span&gt;; &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;then&lt;/span&gt;
  343. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;if&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;[&lt;/span&gt; &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #19177C&#34;&gt;$KEYMAP&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;dvorak&amp;quot;&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;]&lt;/span&gt;; &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;then&lt;/span&gt;
  344. localectl set-keymap us
  345. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;else&lt;/span&gt;
  346. localectl set-keymap dvorak
  347. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;fi&lt;/span&gt;
  348. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;fi&lt;/span&gt;
  349. &lt;/pre&gt;&lt;/div&gt;
  350. &lt;p&gt;After putting it all together, it works! We can switch keymaps on the fly by simply pressing Alt+Up.&lt;/p&gt;
  351. </description>
  352. </item>
  353. <item>
  354. <title>Geocoding Services</title>
  355. <link>http://pleasantprogrammer.com/posts/geocoding-services.html</link>
  356. <pubDate>Wed, 25 Sep 2013 00:00:00 +0000</pubDate>
  357. <guid>http://pleasantprogrammer.com/posts/geocoding-services.html</guid>
  358. <description>&lt;p&gt;A key component for any routing service is being able to do geocoding. Most people who are looking for routes most probably don&amp;rsquo;t know exactly where their start and end points are on the map. Even then, manually looking for a location on a map is a time-consuming task.&lt;/p&gt;
  359. &lt;p&gt;The gold standard for doing geocoding right now is Google Maps. It&amp;rsquo;s hard to find a better location search experience. If they actually provided routing for jeeps here in the Philippines, I imagine there wouldn&amp;rsquo;t be &lt;em&gt;that&lt;/em&gt; much you could do for the competition.&lt;/p&gt;
  360. &lt;p&gt;When the competition started though, I took it as a challenge to avoid Google Maps as much as possible. I wanted to see how much is currently possible with other options such as OpenStreetMap. In fact, OSM does have a geocoding service called &lt;a href=&#34;http://nominatim.openstreetmap.org&#34;&gt;Nominatim&lt;/a&gt;.&lt;/p&gt;
  361. &lt;p&gt;Sadly, for a mapping app, what you want to do is not simply just geocoding. With geocoding, you take an address and turn it into coordinates. When you want to search for a place in a mapping app, you take part of an address, infer the rest of it, and give the user options to choose from.&lt;/p&gt;
  362. &lt;p&gt;Given a typical mapping app, you might type in &amp;ldquo;ateneo&amp;rdquo; and expect it to give you Ateneo de Manila University. With typical geocoding services like Nominatim or even Google&amp;rsquo;s &lt;a href=&#34;https://developers.google.com/maps/documentation/javascript/geocoding&#34;&gt;geocoding API&lt;/a&gt;, you probably won&amp;rsquo;t get any result for this. What you want to use is the &lt;a href=&#34;https://developers.google.com/maps/documentation/javascript/places&#34;&gt;Places API&lt;/a&gt; which provides an autocomplete search box. Using it, when you type in &amp;ldquo;ateneo&amp;rdquo;, it automatically suggests in the dropdown, &amp;ldquo;Ateneo de Manila University&amp;rdquo;.&lt;/p&gt;
  363. &lt;p&gt;A downside to using the Places API is that it&amp;rsquo;s against the terms of service to use it with something that isn&amp;rsquo;t Google Maps, which means no OpenStreetMap. If there were more time, writing your own autocompletion engine using OpenStreetMap&amp;rsquo;s data will probably be a better long term solution.&lt;/p&gt;
  364. &lt;p&gt;For now, since the competition&amp;rsquo;s deadline is just a few days away, I&amp;rsquo;ll be using Google Maps.&lt;/p&gt;
  365. </description>
  366. </item>
  367. <item>
  368. <title>Jeep and Bus Schedules</title>
  369. <link>http://pleasantprogrammer.com/posts/jeep-and-bus-schedules.html</link>
  370. <pubDate>Sun, 28 Jul 2013 00:00:00 +0000</pubDate>
  371. <guid>http://pleasantprogrammer.com/posts/jeep-and-bus-schedules.html</guid>
  372. <description>&lt;p&gt;Wouldn&amp;rsquo;t it be wonderful if there were no buses or jeepneys in the Philippines over the weekends? It would truly be a cyclist&amp;rsquo;s paradise. Imagine biking along EDSA, normally that would be a death sentence, but according to the GTFS data, you shouldn&amp;rsquo;t worry. I can assure you, it&amp;rsquo;s still a death sentence.&lt;/p&gt;
  373. &lt;p&gt;The GTFS spec defines 2 ways of statically specifying trip schedules. You can define the exact times that a service will arrive at a stop. You can also specify between what times the service is active and how often a new bus or jeep leaves the first stop. You also define which days those rules apply. You could say every MWF, the bus operates from 9:00AM to 9:00PM and every TTH, the bus services from 3:00AM to 11:00PM.&lt;/p&gt;
  374. &lt;p&gt;This should be sufficient in theory, but real world conditions like traffic or the weather could throw the schedules off. To solve this, there&amp;rsquo;s another spec, GTFS-realtime. This allows transit agencies to push temporary schedule updates and service announcements.&lt;/p&gt;
  375. &lt;p&gt;Like much everything else about the Philippine transit system, there aren&amp;rsquo;t really any &amp;ldquo;schedules&amp;rdquo; to speak of. It&amp;rsquo;s generally whenever the buses or jeeps feel like it. So we have no static schedules. We don&amp;rsquo;t have a central agency or the tracking technology to make it feasible to push updates via GTFS-RT.&lt;/p&gt;
  376. &lt;p&gt;Ideally, we shouldn&amp;rsquo;t bother inputting the schedule information into GTFS. Only the route data is really important for jeeps and buses. However, the schedule information is required in the GTFS, and routing apps wouldn&amp;rsquo;t work without it. So we have to add a reasonable trip schedule for jeeps and buses.&lt;/p&gt;
  377. &lt;p&gt;The current GTFS data does define these trip schedules. We assume that jeeps and buses operate between 6:00AM and 11:00PM and a new jeep passes by every 10 minutes. Also, jeeps and buses are defined to only operate on weekdays.&lt;/p&gt;
  378. &lt;p&gt;While there might be jeeps who change routes or don&amp;rsquo;t operate on weekends, I&amp;rsquo;m pretty sure that jeeps and buses run on weekends. We&amp;rsquo;ll have to fix it ourselves temporarily since there&amp;rsquo;s no central GTFS feed yet.&lt;/p&gt;
  379. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;&lt;span style=&#34;color: #408080; font-style: italic&#34;&gt;# 724594 seems to be the service id used by jeeps and buses&lt;/span&gt;
  380. sed -i .bak &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;/^724594/ s/0,0/1,1/&amp;#39;&lt;/span&gt; calendar.txt
  381. &lt;/pre&gt;&lt;/div&gt;
  382. &lt;p&gt;Another thing we could do is to adjust the time between buses, although the improvement is arguable. With the current 10 minutes between jeeps, it might provide some routes a significant advantage just because the timing is right. So you might get differing route suggestions depending on what time you planned the route. This makes sense when you&amp;rsquo;re sure what the times are, so you can minimize the wait, but with jeeps, you never really know how long the wait will actually be.&lt;/p&gt;
  383. &lt;p&gt;If we set the frequency to one minute, it &lt;em&gt;might&lt;/em&gt; give better routes by eliminating the timing issue. Or not, it&amp;rsquo;s kind of hard to tell.&lt;/p&gt;
  384. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;&lt;span style=&#34;color: #408080; font-style: italic&#34;&gt;# jeep and bus route ids tend to start with 72&lt;/span&gt;
  385. sed -i .bak &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;#39;/^72/ s/,600/,60/&amp;#39;&lt;/span&gt; frequencies.txt
  386. &lt;/pre&gt;&lt;/div&gt;
  387. &lt;p&gt;Overall, the problems we&amp;rsquo;re having is a symptom of the mismatch between our transit system and the GTFS. It would be great if our transit system gets better and we don&amp;rsquo;t need to do hackish things for it to fit the GTFS, but that&amp;rsquo;s still a dream. For now, all we can really do is fit a triangle into a square hole.&lt;/p&gt;
  388. </description>
  389. </item>
  390. <item>
  391. <title>Highways in OTP</title>
  392. <link>http://pleasantprogrammer.com/posts/highways-in-otp.html</link>
  393. <pubDate>Wed, 24 Jul 2013 00:00:00 +0000</pubDate>
  394. <guid>http://pleasantprogrammer.com/posts/highways-in-otp.html</guid>
  395. <description>&lt;p&gt;One of the weird things that happens with OTP is sometimes it gives absurdly roundabout routes. Here is OTP&amp;rsquo;s suggested route for walking from UP to Ateneo:&lt;/p&gt;
  396. &lt;p&gt;&lt;img src=&#34;../galleries/transit/otproundabout.png&#34; alt=&#34;Roundabout route from UP to Ateneo&#34; /&gt;&lt;/p&gt;
  397. &lt;p&gt;This is just so hilariously wrong. It&amp;rsquo;s much simpler to just walk along Katipunan Avenue.&lt;/p&gt;
  398. &lt;p&gt;OTP couldn&amp;rsquo;t possibly be that dumb though, so there must be something we&amp;rsquo;re doing wrong. If you notice, Katipunan Avenue is colored red compared to the other streets. OTP seems to be avoiding any path that goes along Katipunan Avenue. The problem might have something to do with the &amp;ldquo;road type&amp;rdquo; designated to Katipunan.&lt;/p&gt;
  399. &lt;p&gt;Apparently, by default OTP will consider roads of type &lt;code&gt;trunk&lt;/code&gt; to be non-walkable and non-bikable. This is documented in the &lt;a href=&#34;http://wiki.openstreetmap.org/wiki/OpenTripPlanner&#34;&gt;OpenStreetMap wiki&lt;/a&gt; and the &lt;a href=&#34;https://github.com/openplans/OpenTripPlanner/wiki/GraphBuilder#permissions-and-bicycle-safety&#34;&gt;OTP wiki&lt;/a&gt; as well. There are actually multiple ways to go about this then. The first solution that came to mind was to just edit the original OSM XML file.&lt;/p&gt;
  400. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;sed -i .bak s/trunk/primary/g manila.osm
  401. &lt;/pre&gt;&lt;/div&gt;
  402. &lt;p&gt;And rebuild the graph. It doesn&amp;rsquo;t really matter much because the OSM data isn&amp;rsquo;t used to render the maps. It&amp;rsquo;s just used to build the routing data. This is actually what I did for &lt;a href=&#34;http://maps.pleasantprogrammer.com&#34;&gt;maps.pleasantprogrammer.com&lt;/a&gt;.&lt;/p&gt;
  403. &lt;p&gt;It&amp;rsquo;s also possible to set the default way properties in OTP. Instead of disallowing walking and biking on &lt;code&gt;highway=trunk&lt;/code&gt; we could allow that. This is not much better than the &lt;code&gt;sed&lt;/code&gt; solution though. It&amp;rsquo;s better since you keep the weighting done by OTP, but you&amp;rsquo;re still saying that all trunks are walkable which might not be the case.&lt;/p&gt;
  404. &lt;p&gt;The most correct way to actually fix this is to go through each of the trunks and specifying &lt;code&gt;foot=yes&lt;/code&gt; and &lt;code&gt;bicycle=yes&lt;/code&gt; for those trunks that are actually walkable. You could either do this locally with the dumped data, or contribute it directly to OSM. I&amp;rsquo;m not sure on the particulars with updating OSM though.&lt;/p&gt;
  405. </description>
  406. </item>
  407. <item>
  408. <title>Elevation Data in OTP</title>
  409. <link>http://pleasantprogrammer.com/posts/elevation-data-in-otp.html</link>
  410. <pubDate>Tue, 23 Jul 2013 00:00:00 +0000</pubDate>
  411. <guid>http://pleasantprogrammer.com/posts/elevation-data-in-otp.html</guid>
  412. <description>&lt;p&gt;&lt;img src=&#34;../galleries/transit/otpelevation.png&#34; alt=&#34;OpenTripPlanner showing elevation data&#34; /&gt;&lt;/p&gt;
  413. &lt;p&gt;One thing I hadn&amp;rsquo;t tested out last time was OTP&amp;rsquo;s support for elevation data. It makes use of this by showing the elevation you have to traverse while walking along the suggested route. It can also take it into account when suggesting bike routes.&lt;/p&gt;
  414. &lt;p&gt;The &lt;a href=&#34;https://github.com/openplans/OpenTripPlanner/wiki/FiveMinutes&#34;&gt;5 minute tutorial&lt;/a&gt; actually discusses the elevation data briefly, but a more in-depth thing you can look at is the &lt;a href=&#34;https://github.com/openplans/OpenTripPlanner/wiki/GraphBuilder#elevation-data&#34;&gt;GraphBuilder documentation&lt;/a&gt;. It suggests using the ASTER dataset which is free but requires registration. I just opted to use the SRTM data available from the &lt;a href=&#34;http://www.philgis.org/freegisdata.htm&#34;&gt;PhilGIS website&lt;/a&gt;.&lt;/p&gt;
  415. &lt;p&gt;I don&amp;rsquo;t know about the ASTER dataset, but the PhilGIS data was in the ERDAS img format. OTP only supports GeoTIFF so there was a need to convert it beforehand. You can use &lt;a href=&#34;http://www.gdal.org/&#34;&gt;GDAL&lt;/a&gt; for this. You&amp;rsquo;d just then run,&lt;/p&gt;
  416. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;gdal_translate srtm41_90m_phl.img phil.tiff
  417. &lt;/pre&gt;&lt;/div&gt;
  418. &lt;p&gt;Afterwards, it&amp;rsquo;s just a matter of following the OTP instructions on using a local elevation dataset. The process actually doubled the size of the generated Graph.obj so it might not be ideal if you&amp;rsquo;re running on limited RAM.&lt;/p&gt;
  419. &lt;p&gt;I&amp;rsquo;ve actually hosted a &lt;a href=&#34;http://maps.pleasantprogrammer.com&#34;&gt;working example&lt;/a&gt;. It&amp;rsquo;s pretty much at the limits of the RAM so it might be slow and unreliable, but you can test it out just for fun. Please don&amp;rsquo;t abuse it though.&lt;/p&gt;
  420. </description>
  421. </item>
  422. <item>
  423. <title>GraphServer</title>
  424. <link>http://pleasantprogrammer.com/posts/graphserver.html</link>
  425. <pubDate>Tue, 23 Jul 2013 00:00:00 +0000</pubDate>
  426. <guid>http://pleasantprogrammer.com/posts/graphserver.html</guid>
  427. <description>&lt;p&gt;Link: &lt;a href=&#34;http://graphserver.github.io/graphserver/&#34;&gt;http://graphserver.github.io/graphserver/&lt;/a&gt;&lt;/p&gt;
  428. &lt;p&gt;One other routing webapp I saw was GraphServer. It&amp;rsquo;s actually more of a general purpose Graph library which supports GTFS and OSM data than an actual dedicated routing software like OpenTripPlanner. It&amp;rsquo;s also based off python and C instead of Java, so it feels a lot less heavy.&lt;/p&gt;
  429. &lt;p&gt;The instructions on the website are already pretty good. There are just some minor errors with it. Where it says &lt;code&gt;gs_gtfsdb_build&lt;/code&gt;, you should actually use &lt;code&gt;gs_gtfsdb_compile&lt;/code&gt;. Also, when running &lt;code&gt;gs_osmdb_compile&lt;/code&gt; you might need to use &lt;code&gt;-t&lt;/code&gt; for tolerant in case you follow the instructions on chopping up the original OSM data.&lt;/p&gt;
  430. &lt;p&gt;A nice suggestion from the GraphServer instructions was to crop the OSM data to minimize the graph size. This is actually quite helpful if you downloaded the entire Philippine OSM dump. It reduced the original 900MB file to 135MB which was a lot more workable. I did hit a problem with their instructions though. The linked version of osmosis is an old one, which doesn&amp;rsquo;t support 64-bit ids. The &lt;a href=&#34;http://wiki.openstreetmap.org/wiki/Osmosis&#34;&gt;latest version of Osmosis&lt;/a&gt; easily did the job though.&lt;/p&gt;
  431. &lt;p&gt;The actual routing though, was not exactly good. I only tried one route which should normally take 1-2 transfers, it suggested a route which involved 4+ transfers. It also didn&amp;rsquo;t provide any alternate routes aside from that one. I&amp;rsquo;m not sure if it&amp;rsquo;s a limitation of the provided routeserver, but I didn&amp;rsquo;t bother checking if it supported parameters which might provide better routes.&lt;/p&gt;
  432. &lt;p&gt;I think graphserver could be useful, but it seems more involved than say OpenTripPlanner. There do seem to be people who use graphserver for their routing apps, but for the bounds of the contest, or just as a side project, it might require too much effort.&lt;/p&gt;
  433. </description>
  434. </item>
  435. <item>
  436. <title>Transit Wand</title>
  437. <link>http://pleasantprogrammer.com/posts/transit-wand.html</link>
  438. <pubDate>Mon, 15 Jul 2013 00:00:00 +0000</pubDate>
  439. <guid>http://pleasantprogrammer.com/posts/transit-wand.html</guid>
  440. <description>&lt;p&gt;Link: &lt;a href=&#34;https://play.google.com/store/apps/details?id=com.conveyal.transitwand&#34;&gt;http://transitwand.com&lt;/a&gt;&lt;/p&gt;
  441. &lt;p&gt;Overall, this was the simplest of the &lt;a href=&#34;http://philippine-transit.hackathome.com/use-this-code/&#34;&gt;open-source transit tools&lt;/a&gt; to actually get up and running. There&amp;rsquo;s already a deployed instance of the server, and you can easily download the phone app via the &lt;a href=&#34;https://play.google.com/store/apps/details?id=com.conveyal.transitwand&#34;&gt;Play Store&lt;/a&gt;. Even running the server by yourself didn&amp;rsquo;t have any of the hiccups I had with GTFS Editor.&lt;/p&gt;
  442. &lt;p&gt;The phone app is actually quite simple. It allows you to capture a trip, which will record your GPS coordinates as you ride public transit. It also allows you to mark points of the trip where you stop and also how long the stop took. Lastly, it allows you to record embarking and disembarking passengers which is potentially useful for ridership data.&lt;/p&gt;
  443. &lt;p&gt;After doing a capture session, you can review the data on the phone. It will plot out the route on a map, with markers for the stops. You then either delete the data if it looks wrong, or you can upload it to the Transit Wand server. Uploading involves registering an account, but it&amp;rsquo;s free and you don&amp;rsquo;t even actually need to put in a username or anything. It simply registers the phone&amp;rsquo;s IMEI on the server and gives you a 6-digit identifier.&lt;/p&gt;
  444. &lt;p&gt;You can then use the 6-digit identifier to view the data on Transit Wand&amp;rsquo;s server, which is good since uploading any data automatically deletes it from the phone. There really isn&amp;rsquo;t much else you can do with it though. It just allows you to view the data, and export it as a &lt;a href=&#34;https://en.wikipedia.org/wiki/Shapefile&#34;&gt;Shapefile&lt;/a&gt;.&lt;/p&gt;
  445. &lt;p&gt;As is, this is purely a data collection client-server app. Barring looking at the database, there is no way to get a list of phones which have collected data. Only the person who initiated the data collection knows the 6-digit code to view their data. There&amp;rsquo;s also no way to extract the ridership information from the server yet. This isn&amp;rsquo;t to say that the data won&amp;rsquo;t eventually go public though.&lt;/p&gt;
  446. &lt;p&gt;An interesting thing you &lt;em&gt;can&lt;/em&gt; do with the Transit Wand data is import it into GTFS Editor to make a new route. You don&amp;rsquo;t even have to manually download and upload the data. Just type in your 6-digit identifier and it will give you a list of routes you&amp;rsquo;ve captured via Transit Wand. This is wonderful as you get all the stop data, as well as the shape of the route.&lt;/p&gt;
  447. &lt;p&gt;I imagine these two tools were how the DOTC came up with all the GTFS data we have now. What I don&amp;rsquo;t understand is why the shape data isn&amp;rsquo;t present. Importing from Transit Wand already gets you shape data. There are even facilities to edit the shape within the editor if clean up is necessary. The only problem I saw was the fact that you can&amp;rsquo;t easily move stops, you have to input coordinates to change the position.&lt;/p&gt;
  448. &lt;p&gt;It &lt;em&gt;might&lt;/em&gt; also be possible that when the DOTC was still collecting the data, the route collection or editing features weren&amp;rsquo;t present yet. That would just be lame and depressing though.&lt;/p&gt;
  449. &lt;p&gt;Overall, Transit Wand does what it&amp;rsquo;s supposed to do. You collect data, and then upload it to a server. There is a lot of room for improvement though. It would be nice to have a better API that allows access to more of the data. Building in analysis tools for the ridership data might also be a welcome thing. I imagine it would also be great if you could encourage people to use the app and upload their own trips.&lt;/p&gt;
  450. </description>
  451. </item>
  452. <item>
  453. <title>Fare Data</title>
  454. <link>http://pleasantprogrammer.com/posts/fare-data.html</link>
  455. <pubDate>Sat, 13 Jul 2013 00:00:00 +0000</pubDate>
  456. <guid>http://pleasantprogrammer.com/posts/fare-data.html</guid>
  457. <description>
  458. &lt;p&gt;As part of the data released by the DOTC, we also have the &lt;a href=&#34;http://philippine-transit.hackathome.com/dataset-philippines-transit-information-service-gtfs/&#34;&gt;fare matrix&lt;/a&gt; for aircon buses, ordinary buses and jeeps. All as wonderful images. The data is also actually available from the &lt;a href=&#34;http://ltfrb.gov.ph/main/farerates&#34;&gt;LTFRB website&lt;/a&gt;. Generally, the fare scheme is represented as &amp;ldquo;pay &lt;em&gt;X&lt;/em&gt; pesos for the first &lt;em&gt;Y&lt;/em&gt; kilometers, pay &lt;em&gt;Z&lt;/em&gt; for every succeeding kilometer.&amp;rdquo; Instead of a table, we can simply represent this as a formula instead,&lt;/p&gt;
  459. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;base_fare + (distance - initial) * per_km
  460. &lt;/pre&gt;&lt;/div&gt;
  461. &lt;p&gt;The relevant values for the three services are:&lt;/p&gt;
  462. &lt;table&gt;
  463. &lt;thead&gt;
  464. &lt;tr&gt;
  465. &lt;td&gt;type&lt;/td&gt;
  466. &lt;td&gt;base_fare&lt;/td&gt;
  467. &lt;td&gt;initial&lt;/td&gt;
  468. &lt;td&gt;per_km&lt;/td&gt;
  469. &lt;/tr&gt;
  470. &lt;/thead&gt;
  471. &lt;tbody&gt;
  472. &lt;tr&gt;
  473. &lt;td&gt;bus aircon&lt;/td&gt;
  474. &lt;td&gt;12.00&lt;/td&gt;
  475. &lt;td&gt;5 km&lt;/td&gt;
  476. &lt;td&gt;2.20&lt;/td&gt;
  477. &lt;/tr&gt;
  478. &lt;tr&gt;
  479. &lt;td&gt;bus ordinary&lt;/td&gt;
  480. &lt;td&gt;10.00&lt;/td&gt;
  481. &lt;td&gt;5 km&lt;/td&gt;
  482. &lt;td&gt;1.85&lt;/td&gt;
  483. &lt;/tr&gt;
  484. &lt;tr&gt;
  485. &lt;td&gt;jeep aircon&lt;/td&gt;
  486. &lt;td&gt;8.00&lt;/td&gt;
  487. &lt;td&gt;4 km&lt;/td&gt;
  488. &lt;td&gt;1.40&lt;/td&gt;
  489. &lt;/tr&gt;
  490. &lt;/tbody&gt;
  491. &lt;/table&gt;
  492. &lt;p&gt;It isn&amp;rsquo;t as simple as that though. Fares are also rounded to the nearest 25 centavos. So we&amp;rsquo;d need to round them off correctly. This can be achieved by doing,&lt;/p&gt;
  493. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;round(calculated_fare * 4.0)/4.0
  494. &lt;/pre&gt;&lt;/div&gt;
  495. &lt;p&gt;There&amp;rsquo;s also the discounted fare for students, senior citizens and persons with disability. They get 20% off the fare (prior to rounding) and the resulting fare is rounded off as well.&lt;/p&gt;
  496. &lt;p&gt;Doing just this, we actually do get the same results as the fare matrices in the image for the most part. There are some discrepancies with the discounted jeep fares. I&amp;rsquo;ve tried to resolve it by tweaking around with the formulas, but it really doesn&amp;rsquo;t make sense in any way. I presume these were manually adjusted for one reason or another.&lt;/p&gt;
  497. &lt;p&gt;Here&amp;rsquo;s a &lt;a href=&#34;../uploads/farematrix.rb&#34;&gt;script&lt;/a&gt; that generates CSVs of all the three fare matrices. If you&amp;rsquo;re too lazy to run it, here are links to the &lt;a href=&#34;../uploads/pub_aircon.csv&#34;&gt;aircon bus&lt;/a&gt;, &lt;a href=&#34;../uploads/pub_ordinary.csv&#34;&gt;ordinary bus&lt;/a&gt; and &lt;a href=&#34;../uploads/puj.csv&#34;&gt;jeep&lt;/a&gt; fare matrices.&lt;/p&gt;
  498. &lt;h3 id=&#34;gtfs-compatibility&#34;&gt;GTFS compatibility&lt;/h3&gt;
  499. &lt;p&gt;As is, the provided GTFS data does not have any fare data. I imagine this is because the existing spec doesn&amp;rsquo;t have good support for distance-based fares like we have in the Philippines. Judging from the &lt;a href=&#34;https://code.google.com/p/googletransitdatafeed/wiki/FareExamples&#34;&gt;fare examples&lt;/a&gt;, the only reasonable way we could implement distance-based fares is following example 6. This would involve setting a fare for each possible pair of stops based on the distance between them. This isn&amp;rsquo;t exactly ideal. In fact, the people originally working on the DOTC project have voiced &lt;a href=&#34;https://groups.google.com/forum/#!topic/gtfs-fare-wg/V63xRSnQJGw&#34;&gt;issues&lt;/a&gt; and made &lt;a href=&#34;https://groups.google.com/forum/#!msg/gtfs-changes/uybrAokZ9Cg/rqlzXdMypUgJ&#34;&gt;proposals&lt;/a&gt; for having distance-based fares included into GTFS.&lt;/p&gt;
  500. &lt;p&gt;Apparently, public transit fares are a really complicated thing. You have fares based on distance, number of stops passed through, and transfers which may or may not cost extra. Not only that, you might have discounted fares, or first-class vs economy fares. The community will want to get it right before it&amp;rsquo;s formally included in the spec. You can see the current state of the consolidated &lt;a href=&#34;https://docs.google.com/document/d/1mK3--o5g4-3cCXaqmch92U63JTwChh0L2VCmcDViIlM/edit&#34;&gt;GTFS fare proposal here&lt;/a&gt;.&lt;/p&gt;
  501. &lt;p&gt;Even in it&amp;rsquo;s proposal form though, we might have hope of being able to see these being used. There&amp;rsquo;s currently a &lt;a href=&#34;https://github.com/OneBusAway/onebusaway-gtfs-modules/pull/30&#34;&gt;pull request&lt;/a&gt; for supporting the distance-based fare scheme into the OneBusAway libraries. The libraries actually used by GTFS Editor and OpenTripPlanner for working with GTFS data.&lt;/p&gt;
  502. &lt;h3 id=&#34;remaining-problems&#34;&gt;Remaining Problems&lt;/h3&gt;
  503. &lt;p&gt;Given all that, it would probably still be a long way before this allows us to make a really good routing app. We still don&amp;rsquo;t have shape data, so the distance estimates would really be rough estimates at best. There&amp;rsquo;s no support for rounding to the nearest centavo. I realize that&amp;rsquo;s just nitpicking, but if we want something truly polished, even that has to be taken care of.&lt;/p&gt;
  504. &lt;p&gt;We also don&amp;rsquo;t know if the jeeps or buses strictly follow the distance-based scheme. After all, if you can get on and off anywhere, you can&amp;rsquo;t really measure distance that exactly. I assume they generally work off the notion of &amp;ldquo;zones&amp;rdquo; than actual distance travelled. In that sense, they work more similarly to the LRT which has fares based on how many stops you pass. For jeeps and buses, your fare is probably based more on how many &amp;ldquo;zones&amp;rdquo; you pass through.&lt;/p&gt;
  505. &lt;h3 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h3&gt;
  506. &lt;p&gt;Philip, a co-worker of mine at By Implication, had suggested that we might want to use a different model than what the GTFS proposes. I have to agree with him. At this point, the GTFS doesn&amp;rsquo;t really fit with our system. But I do think that open data and standards are great. In fact, I applaud the developers who made proposals for the fare system, as those are great first steps towards making the GTFS a more universal standard.&lt;/p&gt;
  507. &lt;p&gt;Side note: I&amp;rsquo;d also actually really like to hear about the DOTC developers&amp;rsquo; experience with the project. It would be nice if they had a devblog.&lt;/p&gt;
  508. </description>
  509. </item>
  510. <item>
  511. <title>GTFS Editor</title>
  512. <link>http://pleasantprogrammer.com/posts/gtfs-editor.html</link>
  513. <pubDate>Wed, 10 Jul 2013 00:00:00 +0000</pubDate>
  514. <guid>http://pleasantprogrammer.com/posts/gtfs-editor.html</guid>
  515. <description>
  516. &lt;p&gt;Link: &lt;a href=&#34;https://github.com/conveyal/gtfs-editor&#34;&gt;https://github.com/conveyal/gtfs-editor&lt;/a&gt;&lt;/p&gt;
  517. &lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; they really meant under development&lt;/p&gt;
  518. &lt;p&gt;When I first saw the source of GTFS Editor, I was ecstatic. They used &lt;a href=&#34;http://playframework.com/&#34;&gt;Play framework&lt;/a&gt;!!! Not only that, they&amp;rsquo;re targeting PostgreSQL as the main database. Those are our favorite tools for building webapps at By Implication. I was a bit sad though, when I saw it was on the 1.x release of Play though. I did have some experience with that release, but not as much compared to 2.x.&lt;/p&gt;
  519. &lt;p&gt;Getting it to actually run though, wasn&amp;rsquo;t very pleasant. The initial setup was easy enough. Get &lt;a href=&#34;http://www.playframework.com/download&#34;&gt;Play 1.2.5&lt;/a&gt;, install Postgres with PostGIS, clone the repo and create backing database in Postgres. Some minor additional steps you need are to create the PostGIS extension on the database. The schema is automatically generated and applied by Play so that should be all that&amp;rsquo;s necessary. Wonderful. Then, run play, open a browser, go to &lt;a href=&#34;http://localhost:9000&#34;&gt;http://localhost:9000&lt;/a&gt;, compilation error. Fantastic.&lt;/p&gt;
  520. &lt;p&gt;If you don&amp;rsquo;t want to go through the technical details, you can just jump to the &lt;a href=&#34;#conclusion&#34;&gt;conclusion&lt;/a&gt;.&lt;/p&gt;
  521. &lt;h2 id=&#34;let-s-debug&#34;&gt;Let&amp;rsquo;s Debug!&lt;/h2&gt;
  522. &lt;p&gt;I&amp;rsquo;ll be splitting the next section up into 2 parts. In the first pass, I&amp;rsquo;ll talk about what I did to just get the app to run but I won&amp;rsquo;t try hard to fix any bugs. This generally is what I do when I try to get apps to run. I&amp;rsquo;ll also be dropping enough information so that you can actually figure out what the real problem is. In the second pass, I&amp;rsquo;ll explain what the problems were and how I fixed them.&lt;/p&gt;
  523. &lt;h3 id=&#34;first-pass&#34;&gt;First Pass&lt;/h3&gt;
  524. &lt;p&gt;A thing to note about Play (and one of the reasons it&amp;rsquo;s a lovely Java framework) is that you don&amp;rsquo;t need to do manual compilation. Just edit some source files, refresh your browser and it will automatically do the compilation for you. One less argument for using PHP. It even shows you (in the browser!) the source and which line of code caused the compilation error. So that&amp;rsquo;s what I saw, &lt;code&gt;Error: type Check already defined&lt;/code&gt;&lt;/p&gt;
  525. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;&lt;span style=&#34;color: #AA22FF&#34;&gt;@Retention&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;(&lt;/span&gt;RetentionPolicy&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;RUNTIME&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;)&lt;/span&gt;
  526. &lt;span style=&#34;color: #AA22FF&#34;&gt;@Target&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;({&lt;/span&gt;ElementType&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;METHOD&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;,&lt;/span&gt; ElementType&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;TYPE&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;})&lt;/span&gt;
  527. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;public&lt;/span&gt; &lt;span style=&#34;color: #AA22FF&#34;&gt;@interface&lt;/span&gt; Check &lt;span style=&#34;color: #666666&#34;&gt;{&lt;/span&gt; &lt;span style=&#34;color: #408080; font-style: italic&#34;&gt;// error here&lt;/span&gt;
  528. String&lt;span style=&#34;color: #666666&#34;&gt;[]&lt;/span&gt; &lt;span style=&#34;color: #0000FF&#34;&gt;value&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;();&lt;/span&gt;
  529. &lt;span style=&#34;color: #666666&#34;&gt;}&lt;/span&gt;
  530. &lt;/pre&gt;&lt;/div&gt;
  531. &lt;p&gt;You also know that typical behavior among programmers where your program doesn&amp;rsquo;t compile, but you keep trying to compile it anyway hoping that it will magically just work. That&amp;rsquo;s what I did, and it actually ran. I couldn&amp;rsquo;t really just let this pass, so I decided to try deleting &lt;code&gt;Check.java&lt;/code&gt;. I got another compilation error, &lt;code&gt;Error: type Secure already defined&lt;/code&gt;&lt;/p&gt;
  532. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;&lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;public&lt;/span&gt; &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;class&lt;/span&gt; &lt;span style=&#34;color: #0000FF; font-weight: bold&#34;&gt;Secure&lt;/span&gt; &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;extends&lt;/span&gt; Controller &lt;span style=&#34;color: #666666&#34;&gt;{&lt;/span&gt; &lt;span style=&#34;color: #408080; font-style: italic&#34;&gt;// error here&lt;/span&gt;
  533. &lt;span style=&#34;color: #AA22FF&#34;&gt;@Before&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;(&lt;/span&gt;unless&lt;span style=&#34;color: #666666&#34;&gt;={&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;login&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;,&lt;/span&gt; &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;authenticate&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;,&lt;/span&gt; &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;logout&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;})&lt;/span&gt;
  534. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;static&lt;/span&gt; &lt;span style=&#34;color: #B00040&#34;&gt;void&lt;/span&gt; &lt;span style=&#34;color: #0000FF&#34;&gt;checkAccess&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;()&lt;/span&gt; &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;throws&lt;/span&gt; Throwable &lt;span style=&#34;color: #666666&#34;&gt;{&lt;/span&gt;
  535. &lt;/pre&gt;&lt;/div&gt;
  536. &lt;p&gt;At that point, I just decided to just debug it later. It works by just forcing it anyway. So I put &lt;code&gt;Check.java&lt;/code&gt; back in and proceeded to just refresh until it compiled and ran.&lt;/p&gt;
  537. &lt;p&gt;The next problem is a sort of common thing most webapp developers have to solve one way or another. How do you set up the initial admin account? Phrased a different way, how do I login to this thing? The first thing I tried was just add a user into the &lt;code&gt;account&lt;/code&gt; table directly. One problem though was how to set the password correctly. Plaintext obviously wouldn&amp;rsquo;t work.&lt;/p&gt;
  538. &lt;p&gt;Another note regarding Play 1.x, it provides the &lt;a href=&#34;http://www.playframework.com/documentation/1.2.5/secure&#34;&gt;secure module&lt;/a&gt; which handles logins and keeping state, you simply need to implement the method &lt;code&gt;boolean authenticate(String username, String password)&lt;/code&gt;. It leaves the actual process of verifying the login to the programmer. This can be exploited by just making the method return &lt;code&gt;true&lt;/code&gt; and then any login would work. No need to actually set the password. Excellent.&lt;/p&gt;
  539. &lt;p&gt;And we&amp;rsquo;re logged in, just in time to encounter a runtime exception. This also works much like compilation errors in Play. It shows a page with the error and the relevant source lines. Now we get, &lt;code&gt;IndexOutOfBoundsException occured : Index: 0, Size: 0&lt;/code&gt;&lt;/p&gt;
  540. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;&lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;if&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;(&lt;/span&gt;session&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;get&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;(&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;agencyId&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;)&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;null&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;)&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;{&lt;/span&gt;
  541. Agency agency &lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt; agencies&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;get&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;(0);&lt;/span&gt; &lt;span style=&#34;color: #408080; font-style: italic&#34;&gt;// error here&lt;/span&gt;
  542. session&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;put&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;(&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;agencyId&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;,&lt;/span&gt; agency&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;id&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;);&lt;/span&gt;
  543. session&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;put&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;(&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;agencyName&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;,&lt;/span&gt; agency&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;);&lt;/span&gt;
  544. &lt;/pre&gt;&lt;/div&gt;
  545. &lt;p&gt;Apparently, we need to have an agency. That&amp;rsquo;s generally simple enough. You just manually insert an agency into the &lt;code&gt;agency&lt;/code&gt; table. After that&amp;rsquo;s done, we finally have a view of the actual application. It&amp;rsquo;s very Bootstrap-y, but that&amp;rsquo;s just fine. The workflow though, is not perfectly intuitive, but I&amp;rsquo;ll talk about that some other day.&lt;/p&gt;
  546. &lt;p&gt;That&amp;rsquo;s not the end of it though, we still have to fix these bugs. The developer obviously didn&amp;rsquo;t have to put up with this when they were working, so what happened? Also, the log is showing some weird things,&lt;/p&gt;
  547. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;~ _ _
  548. ~ _ __ | | __ _ _ _| |
  549. ~ | &amp;#39;_ \| |/ _&amp;#39; | || |_|
  550. ~ | __/|_|\____|\__ (_)
  551. ~ |_| |__/
  552. ~
  553. ~ play! 1.2.5, http://www.playframework.org
  554. ~
  555. ~ Ctrl+C to stop
  556. ~
  557. CompilerOracle: exclude jregex/Pretokenizer.next
  558. Listening for transport dt_socket at address: 8000
  559. 23:32:14,943 INFO ~ Starting /Users/thomas/Workspace/maps/gtfs-editor
  560. 23:32:14,948 WARN ~ Declaring modules in application.conf is deprecated. Use dependencies.yml instead (module.secure)
  561. 23:32:14,948 INFO ~ Module secure is available (/Users/thomas/.root/opt/play-1.2.5/modules/secure)
  562. 23:32:15,830 WARN ~ You&amp;#39;re running Play! in DEV mode
  563. 23:32:15,952 INFO ~ Listening for HTTP on port 9000 (Waiting a first request to start) ...
  564. 23:32:28,792 ERROR ~
  565. @6f02fa9dd
  566. Internal Server Error (500) for request GET /
  567. Compilation error (In /app/controllers/Check.java around line 10)
  568. The file /app/controllers/Check.java could not be compiled. Error raised is : The type Check is already defined
  569. play.exceptions.CompilationException: The type Check is already defined
  570. at play.classloading.ApplicationCompiler$2.acceptResult(ApplicationCompiler.java:246)
  571. at org.eclipse.jdt.internal.compiler.Compiler.handleInternalException(Compiler.java:672)
  572. at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:516)
  573. at play.classloading.ApplicationCompiler.compile(ApplicationCompiler.java:282)
  574. at play.classloading.ApplicationClassloader.getAllClasses(ApplicationClassloader.java:426)
  575. at play.Play.start(Play.java:516)
  576. at play.Play.detectChanges(Play.java:630)
  577. at play.Invoker$Invocation.init(Invoker.java:198)
  578. at Invocation.HTTP Request(Play!)
  579. 23:32:31,551 INFO ~ Connected to jdbc:postgresql://127.0.0.1/gtfs_editor
  580. SLF4J: Class path contains multiple SLF4J bindings.
  581. SLF4J: Found binding in [jar:file:/Users/thomas/Workspace/maps/gtfs-editor/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  582. SLF4J: Found binding in [jar:file:/Users/thomas/.root/opt/play-1.2.5/framework/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  583. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  584. 23:32:32,490 INFO ~ Initializing HBSpatialExtension
  585. 23:32:32,492 INFO ~ Attempting to load Hibernate Spatial Provider org.hibernatespatial.postgis.DialectProvider
  586. 23:32:32,494 INFO ~ Checking for default configuration file.
  587. 23:32:32,496 INFO ~ No configuration file hibernate-spatial.cfg.xml on the classpath.
  588. 23:32:34,077 INFO ~ Application &amp;#39;gtfs-editor&amp;#39; is now started !
  589. 23:32:34,151 INFO ~ Bootstrapping Database...
  590. 23:32:34,297 DEBUG ~ select count(*) as col_0_0_ from Agency agency0_ limit ?
  591. play.exceptions.UnexpectedException: Unexpected Error
  592. at play.vfs.VirtualFile.contentAsString(VirtualFile.java:180)
  593. at play.templates.TemplateLoader.load(TemplateLoader.java:78)
  594. at play.test.Fixtures.loadModels(Fixtures.java:174)
  595. at jobs.BootstrapDatabase.doJob(BootstrapDatabase.java:57)
  596. at play.jobs.Job.doJobWithResult(Job.java:50)
  597. at play.jobs.Job.call(Job.java:146)
  598. at play.jobs.Job.run(Job.java:132)
  599. at play.jobs.JobsPlugin.afterApplicationStart(JobsPlugin.java:116)
  600. at play.plugins.PluginCollection.afterApplicationStart(PluginCollection.java:531)
  601. at play.Play.start(Play.java:547)
  602. at play.Play.detectChanges(Play.java:630)
  603. at play.Invoker$Invocation.init(Invoker.java:198)
  604. at play.server.PlayHandler$NettyInvocation.init(PlayHandler.java:189)
  605. at play.Invoker$Invocation.run(Invoker.java:276)
  606. at play.server.PlayHandler$NettyInvocation.run(PlayHandler.java:229)
  607. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
  608. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  609. at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  610. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
  611. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
  612. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  613. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  614. at java.lang.Thread.run(Thread.java:680)
  615. Caused by: play.exceptions.UnexpectedException: Unexpected Error
  616. at play.vfs.VirtualFile.inputstream(VirtualFile.java:111)
  617. at play.vfs.VirtualFile.contentAsString(VirtualFile.java:178)
  618. ... 22 more
  619. Caused by: java.io.FileNotFoundException: /Users/thomas/.root/opt/play-1.2.5/modules/docviewer/app/initial-agencies-data.yml (No such file or directory)
  620. at java.io.FileInputStream.open(Native Method)
  621. at java.io.FileInputStream.&amp;lt;init&amp;gt;(FileInputStream.java:120)
  622. at play.vfs.VirtualFile.inputstream(VirtualFile.java:109)
  623. ... 23 more
  624. 23:32:34,316 ERROR ~ java.lang.RuntimeException: Cannot load fixture initial-agencies-data.yml: Unexpected Error
  625. 23:32:40,989 DEBUG ~ select account0_.id as id15_, account0_.active as active15_, account0_.admin as admin15_, account0_.agency_id as agency9_15_, account0_.email as email15_, account0_.lastLogin as lastLogin15_, account0_.password as password15_, account0_.passwordChangeToken as password7_15_, account0_.username as username15_ from Account account0_ where account0_.username=? limit ?
  626. 23:32:40,994 DEBUG ~ select count(*) as col_0_0_ from Account account0_ limit ?
  627. 23:32:40,999 DEBUG ~ select nextval (&amp;#39;hibernate_sequence&amp;#39;)
  628. 23:32:41,051 DEBUG ~ insert into Account (active, admin, agency_id, email, lastLogin, password, passwordChangeToken, username, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
  629. 23:32:41,061 DEBUG ~ select agency0_.id as id24_, agency0_.color as color24_, agency0_.defaultLat as defaultLat24_, agency0_.defaultLon as defaultLon24_, agency0_.defaultRouteType_id as default12_24_, agency0_.gtfsAgencyId as gtfsAgen5_24_, agency0_.lang as lang24_, agency0_.name as name24_, agency0_.phone as phone24_, agency0_.systemMap as systemMap24_, agency0_.timezone as timezone24_, agency0_.url as url24_ from Agency agency0_ order by agency0_.name
  630. 23:32:41,175 ERROR ~
  631. @6f02fa9dg
  632. Internal Server Error (500) for request GET /
  633. Execution exception (In /app/controllers/Application.java around line 57)
  634. IndexOutOfBoundsException occured : Index: 0, Size: 0
  635. play.exceptions.JavaExecutionException: Index: 0, Size: 0
  636. at play.mvc.ActionInvoker.invoke(ActionInvoker.java:237)
  637. at Invocation.HTTP Request(Play!)
  638. Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  639. at java.util.ArrayList.RangeCheck(ArrayList.java:547)
  640. at java.util.ArrayList.get(ArrayList.java:322)
  641. at controllers.Application.initSession(Application.java:57)
  642. at play.mvc.ActionInvoker.invoke(ActionInvoker.java:510)
  643. at play.mvc.ActionInvoker.invokeControllerMethod(ActionInvoker.java:484)
  644. at play.mvc.ActionInvoker.invokeControllerMethod(ActionInvoker.java:479)
  645. at play.mvc.ActionInvoker.handleBefores(ActionInvoker.java:328)
  646. at play.mvc.ActionInvoker.invoke(ActionInvoker.java:142)
  647. ... 1 more
  648. &lt;/pre&gt;&lt;/div&gt;
  649. &lt;p&gt;After &lt;code&gt;23:32:34&lt;/code&gt; is when I get the login page. &lt;code&gt;23:32:40&lt;/code&gt; is after I&amp;rsquo;ve logged in.&lt;/p&gt;
  650. &lt;h3 id=&#34;second-pass&#34;&gt;Second Pass&lt;/h3&gt;
  651. &lt;p&gt;So how did you do? First, the error that &lt;code&gt;type Check already defined&lt;/code&gt; usually does mean that &lt;code&gt;Check&lt;/code&gt; was already defined elsewhere. Looking in the app folder though, there was nothing of the sort. It&amp;rsquo;s the only one there that was &lt;code&gt;Check.java&lt;/code&gt;. But remember the secure module? Modules work by providing source files and Play just compiles them all together. Bingo, &lt;code&gt;Check.java&lt;/code&gt;. Doing a diff shows nothing was changed. So the solution really was just simply delete &lt;code&gt;Check.java&lt;/code&gt; and also &lt;code&gt;Secure.java&lt;/code&gt;. No more compilation errors!&lt;/p&gt;
  652. &lt;p&gt;The next question is, how do you get the initial user? There actually is some code that looks like it creates the default admin user,&lt;/p&gt;
  653. &lt;div class=&#34;highlight&#34; style=&#34;background: #f8f8f8&#34;&gt;&lt;pre style=&#34;line-height: 125%&#34;&gt;&lt;span&gt;&lt;/span&gt;&lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;if&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;(&lt;/span&gt;Security&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;isConnected&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;())&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;{&lt;/span&gt;
  654. &lt;span style=&#34;color: #666666&#34;&gt;...&lt;/span&gt;
  655. Account account &lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt; Account&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;find&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;(&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;username = ?&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;,&lt;/span&gt; Security&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;connected&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;()).&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;first&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;();&lt;/span&gt;
  656. &lt;span style=&#34;color: #666666&#34;&gt;...&lt;/span&gt;
  657. &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;if&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;(&lt;/span&gt;account &lt;span style=&#34;color: #666666&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;null&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; Account&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;count&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;()&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;0)&lt;/span&gt; &lt;span style=&#34;color: #666666&#34;&gt;{&lt;/span&gt;
  658. account &lt;span style=&#34;color: #666666&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;new&lt;/span&gt; Account&lt;span style=&#34;color: #666666&#34;&gt;(&lt;/span&gt;&lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;admin&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;,&lt;/span&gt; &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;admin&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;,&lt;/span&gt; &lt;span style=&#34;color: #BA2121&#34;&gt;&amp;quot;admin@test.com&amp;quot;&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;,&lt;/span&gt; &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;,&lt;/span&gt; &lt;span style=&#34;color: #008000; font-weight: bold&#34;&gt;null&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;);&lt;/span&gt;
  659. account&lt;span style=&#34;color: #666666&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color: #7D9029&#34;&gt;save&lt;/span&gt;&lt;span style=&#34;color: #666666&#34;&gt;();&lt;/span&gt;
  660. &lt;span style=&#34;color: #666666&#34;&gt;}&lt;/span&gt;
  661. &lt;span style=&#34;color: #666666&#34;&gt;...&lt;/span&gt;
  662. &lt;span style=&#34;color: #666666&#34;&gt;}&lt;/span&gt;
  663. &lt;/pre&gt;&lt;/div&gt;
  664. &lt;p&gt;You can actually see this in action at &lt;code&gt;23:32:41,051&lt;/code&gt; in the log. So what&amp;rsquo;s wrong with all of this? The account creation happened after I&amp;rsquo;ve already logged in. In fact, &lt;code&gt;Security.isConnected()&lt;/code&gt; checks whether the user is already logged in or not. How does this even make sense?&lt;/p&gt;
  665. &lt;p&gt;Lastly, we have the problem of the agencies. Just by looking at the log, you can safely say we&amp;rsquo;re missing a file called &lt;code&gt;initial-agencies-data.yml&lt;/code&gt;. Ok, apparently it&amp;rsquo;s a &lt;a href=&#34;http://www.playframework.com/documentation/1.2.5/test#fixtures&#34;&gt;fixture&lt;/a&gt; like you would use for testing. It&amp;rsquo;s easy enough to infer what the file&amp;rsquo;s contents should be. We just copy it over from the GTFS data.&lt;/p&gt;
  666. &lt;p&gt;But then where do you put the file? If you look at the log, it says &lt;code&gt;/Users/thomas/.root/opt/play-1.2.5/modules/docviewer/app/initial-agencies-data.yml&lt;/code&gt; but that doesn&amp;rsquo;t look right. That&amp;rsquo;s in the Play distribution directory, probably not somewhere something app-specific should go into. Well, a fixture is used for testing, so maybe the &lt;code&gt;test/&lt;/code&gt; directory? No, that doesn&amp;rsquo;t work either since we&amp;rsquo;re not running a test.&lt;/p&gt;
  667. &lt;p&gt;What I ended up doing was just looking at the sources for &lt;code&gt;Fixtures.load&lt;/code&gt;. If you follow the stack trace, you end up finding &lt;code&gt;Play.javaPath&lt;/code&gt; which sort of works like PATH for Fixtures and some other things. So where can we put the file? &lt;code&gt;app/&lt;/code&gt; and &lt;code&gt;conf/&lt;/code&gt;. And with that, we&amp;rsquo;re done.&lt;/p&gt;
  668. &lt;h3 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h3&gt;
  669. &lt;p&gt;GTFS Editor is very much in development. Just getting it to run was problematic. There also seem to be a lot of missing issues judging from the Github Issues page. If you want to try it out for yourself, I suggest you clone &lt;a href=&#34;https://github.com/thatsmydoing/gtfs-editor&#34;&gt;my branch&lt;/a&gt; as I&amp;rsquo;ve fixed the issues discussed earlier. The default login is &lt;code&gt;admin:admin&lt;/code&gt;.&lt;/p&gt;
  670. &lt;p&gt;Even after getting it to run, it&amp;rsquo;s still not quite usable. Not in the UX sense, but you really can&amp;rsquo;t do much with it. There is no way to import the GTFS data into the webapp. There is something like import from TransitWand but even that is unclear to me. And even if we do get that running as well, we still don&amp;rsquo;t have any data we can play around with. We would need database dumps from the already running tools for these to be of any use right now.&lt;/p&gt;
  671. </description>
  672. </item>
  673. </channel>
  674. </rss>