Viewing profile — 0x0dea
0x0dea
HN member- Joined
- Sat, May 16, 2015, 4:07 AM UTC
- HN karma
- 28
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About 0x0dea
No profile information was provided.
Recent public activity
-
comment
Comment #13066405
$ echo landline | tr denial -/\ fmr
-
comment
Comment #12967520
Do you know what year it is?
-
comment
Comment #11478230
Vim auto-indents macro blocks just fine, and preprocessing isn't compilation. For your edification, clang-format is amazing: https://youtu.be/JSjoCisIHcM?t=1764
-
comment
Comment #11156712
Couldn't find a probabilistic testing library, eh?
-
comment
Comment #11094966
In a similar vein: https://www.destroyallsoftware.com/talks/the-birth-and-death...
-
comment
Comment #11077615
The magic __COUNTER__ macro supported by some compilers can be used to simulate gensym.
-
comment
Comment #10824599
Does the body have ways of shutting that down?
-
comment
Comment #10764993
http://wordsmith.org/anagram/anagram.cgi?anagram=SerpentHill... Subtle.
-
comment
Comment #10613598
https://en.wikipedia.org/wiki/Interstitial_webpage
-
comment
Comment #10483430
Ruby's Struct is pretty nifty. Person = Struct.new :name, :age people = [ Person.new('Alice', 42), Person.new('Bob', 23), Person.new('Carol', 30) ] people.sort_by(&:age).map(&:name…
-
comment
Comment #10190531
$ whatis code code: nothing appropriate.
- comment
-
comment
Comment #9793181
https://www.destroyallsoftware.com/talks/the-birth-and-death... is non-fiction.
-
comment
Comment #9716199
"Ruby code can have a syntax error in a conditional..." No, it can't. If this is something you've seen "many times", would you mind providing an example? Show me a program that Rub…
- comment
- comment