Viewing profile — stillinbeta
stillinbeta
HN member- Joined
- Mon, Dec 20, 2010, 3:43 AM UTC
- HN karma
- 12
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About stillinbeta
No profile information was provided.
Recent public activity
-
comment
Comment #5000804
In most circumstances for (key, val) in data won't work, as the default dictionary iterable only contains the keys. You want for key, val in data.items():
-
comment
Comment #4652151
Some of the stuff in there is pretty spectacular, like this qt-brainfuck: https://github.com/sea-kg/seakgChrysocyonParser/compare/0988...
-
comment
Comment #4068055
Nine times out of ten I'd say you could probably just install from the AUR. If not I doubt you could do so programatically, because the names might not be the same.
-
comment
Comment #4028983
I can see the ship for a second, then it explodes and disappears. Firefox 12, Linux, Intel Mesa drivers
-
comment
Comment #3816080
It seems odd that it only returns a province/state when just the area code provides more information than that. Example: any (647) or (416) area code will always be from Toronto, b…
-
comment
Comment #3458041
I have 5+ years experience with Erlang, a language I know literally not a single line of. It's from a repo (that I forked) that is half/half Erlang, Python.
-
comment
Comment #3004390
/dev/random will block while waiting to collect entropy from the system. /dev/urandom will be satisfied with pseudorandom numbers. That's fine for many applications (e.g. a file fi…
-
comment
Comment #2925379
The kernel is literally a day older than I am, and I use it every day. I wish I'd accomplished nearly as much as it had.
-
comment
Comment #2211075
Programming is fun! Why else would I be here?