Live data from Hacker News

Viewing profile — erik_seaberg

erik_seaberg

HN member
Joined
Fri, Aug 21, 2015, 8:20 PM UTC
HN karma
4,519
Public activity
3,139 items

About erik_seaberg

No profile information was provided.

Recent public activity

  1. comment
    Comment #42511517

    It’s better to quote a reserved word than to be unable to use it.

  2. comment
    Comment #42483984

    Seems to me the article focused on how they did this big job, rather than why.

  3. comment
    Comment #42469719

    There are times when mistakes will cause more serious problems for customers. There are times when staff will be less available to aid recovery. A good strategy shouldn't deny thes…

  4. comment
    Comment #42458468

    Will the compiler infer that a lambda or a method ref implements Func with its exception type param, or do you have to rewrite call sites?

  5. comment
    Comment #42443656

    Software demand skyrocketed because of the WWW, which came out in 1991 just before Python (although Perl, slightly more mature, saw more use in the early days).

  6. comment
    Comment #42420575

    Deep work needs peace and quiet. This is getting hard to find in an open plan office, except late in the evening.

  7. comment
    Comment #42419530

    This. It's so frustrating that sync.Map isn't generic and reusing the builtin map API is impossible.

  8. comment
    Comment #42419401

    Boring repetition is a bad fit for the human brain. Working memory is very small. Mistakes per line are frequent. It wants to see patterns that are not quite there. Even when it wo…

  9. comment
    Comment #42384769

    I remember science news articles about cooling rather than warming. Newsweek had to retract at least one of theirs: https://www.newsweek.com/newsweek-rewind-debunking-global-co...

  10. comment
    Comment #42383859

    Around competitive prices and terms rather than a monopoly.

  11. comment
    Comment #42380947

    It might seem really unlikely any acquirer would ever sue, but if your big company has compliance auditors they will need to see something in black and white.

  12. comment
  13. comment
    Comment #42331770

    The warning went at least as far as the inland side of Fremont, which seemed extreme.

  14. comment
    Comment #42324267

    Pairing doesn't replace code review because the reviewer needs to see the finished branch with fresh eyes, unbiased by discussion and false starts, to know whether it's safe and cl…

  15. comment
    Comment #42324083

    A "trusted team" pushing unreviewed code to prod is breathtakingly reckless. I don't trust anyone to do that. Not even myself. Please review my code, because our customers matter a…

  16. comment
    Comment #42323690

    I'm reminded of Bright's https://en.wikipedia.org/wiki/Empire_(1977_video_game) , a turn-based PvP strategy game. My friend's 1989-ish instance was sadistic enough to batch execute…

  17. comment
    Comment #42322565

    Fixed pitch fonts and ASCII art are outdated; not even Dwarf Fortress relies on them anymore. You can sort of line up numbers, but you have to be careful to use U+2007 FIGURE SPACE…

  18. comment
    Comment #42322288

    This comes down to Postel's Law; they recommend liberally receiving what you conservatively cannot send. Also from RFC 2616 but not cited by the author: > This flexibility regardin…

  19. comment
    Comment #42301905

    The resources are 0.004% of the population of one wealthy country, who devoted themselves to shaping about 400 tons of stainless steel. Nothing constructive comes of starving a pro…

  20. comment
    Comment #42300013

    Escaping pollution is not a reason for going. Creating habitable areas on/under Mars is clearly harder than maintaining habitable areas on/under Earth. We have people who are much …

  21. comment
    Comment #42291907

    Is there tooling to automatically transpile from other languages to this?

  22. comment
    Comment #42291770

    Hundreds of programming languages set very high expectations, which should support groundbreaking ideas like Lisp style macros and multimethods, ML style pattern matching, Prolog s…

  23. comment
    Comment #42284739

    Static typing prevents reusing functions unless they're generic. The other option is to give up static typing and pass "all" everywhere, like a dynamic language.

  24. comment
    Comment #42278405

    Google is famous for tough interviews and accepting a small fraction of applicants. I was impressed with everyone I met, and Pike's "incapable" statement was baseless and insulting…

  25. comment
    Comment #42278064

    Half of my comments were "nit: consider blah blah" where I want it on his radar, but I approved anyway and if he declines I'm fine with it.