Live data from Hacker News

Viewing profile — 0x0dea

0x0dea

HN member
Joined
Sat, May 16, 2015, 4:07 AM UTC
HN karma
28
Public activity
16 items

About 0x0dea

No profile information was provided.

Recent public activity

  1. comment
    Comment #13066405

    $ echo landline | tr denial -/\ fmr

  2. comment
    Comment #12967520

    Do you know what year it is?

  3. 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

  4. comment
    Comment #11156712

    Couldn't find a probabilistic testing library, eh?

  5. comment
    Comment #11094966

    In a similar vein: https://www.destroyallsoftware.com/talks/the-birth-and-death...

  6. comment
    Comment #11077615

    The magic __COUNTER__ macro supported by some compilers can be used to simulate gensym.

  7. comment
    Comment #10824599

    Does the body have ways of shutting that down?

  8. comment
    Comment #10764993

    http://wordsmith.org/anagram/anagram.cgi?anagram=SerpentHill... Subtle.

  9. comment
    Comment #10613598

    https://en.wikipedia.org/wiki/Interstitial_webpage

  10. 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…

  11. comment
    Comment #10190531

    $ whatis code code: nothing appropriate.

  12. comment
  13. comment
    Comment #9793181

    https://www.destroyallsoftware.com/talks/the-birth-and-death... is non-fiction.

  14. 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…

  15. comment
  16. comment