Viewing profile — srollyson
srollyson
HN member- Joined
- Wed, Sep 04, 2013, 9:00 PM UTC
- HN karma
- 77
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About srollyson
Website: http://www.rollyson.org/
GitHub profile: https://github.com/srollyson
Recent public activity
-
comment
Comment #6692814
I remember hearing about the WikiReader [1] a few years back and thinking it would be great for this sort of use. It's basically a cheap handheld device with an LCD display and a l…
-
comment
Comment #6491186
Here's the overview page for the Galileo board: http://www.intel.com/support/galileo/index.htm It has links for downloads, specs, tutorials, etc. Looks like they won't be available…
-
comment
Comment #6484996
Well how about that. Thanks for the link. I remember reading an article in 2600 where someone figured out that quite a few websites took a PHP filename as a query arg to be eval'd.…
-
comment
Comment #6484122
Yeah, that was a bit of a logical leap. I can see that the code analysis was probably done after getting a disk image now. I think the original lead probably came from his second b…
-
comment
Comment #6483896
Haven't finished the complaint yet, but it looks to me like the FBI found a security vulnerability in the Silk Road website itself. More specifically, it looks like they found a wa…
-
comment
Comment #6417661
I am so happy they decided to include comparison operators in text/template and html/template [1]. It drove me nuts to have to write comparison functions and call them from within …
-
comment
Comment #6390450
Incidentally, most deadbolts are ridiculously easy to pick. I can get into my front door deadbolt in about a minute with a multitool and a safety pin bent into the shape of a pick …
-
comment
Comment #6382554
Can never turn down an opportunity for a one-liner. $ perl -E 'open(my $fh, " ; close $fh; say join " ", map {$words[int rand @words]} 1..4' menu chemists administrative seeps Migh…
-
comment
Comment #6381479
You may find sshuttle interesting [1]. It's essentially VPN implemented via SSH tunnel. [1]: https://github.com/apenwarr/sshuttle
-
comment
Comment #6380998
That's all well and good, but I have still not given authorization for the use of my network to the malicious user. An open network invites legal dispute as to whether the lack of …
-
comment
Comment #6380641
Honestly, I use WEP encryption because I know that WiFi security is a house of cards in general. As you've said, it's enough to prevent the typical user from leeching bandwidth. Th…
-
comment
Comment #6333973
Looks like I might end up working Cap'n Proto after all. I've no experience with 0MQ, but it seems if Cap'n Proto's RPC is designed flexibly enough it would at least be able to sup…
-
comment
Comment #6331137
I'm not going to lie; it took me a little while to wrap my head around those stubs before implementing a TCP transport and semaphore triggers to unblock outstanding RPC function ca…
-
comment
Comment #6330580
Hi, Kenton. First: thanks for your work on Protocol Buffers. I've used it fairly extensively for RPC communications between C++/Java clients and a Java service. It made things so m…