Live data from Hacker News

Viewing profile — fundabulousrIII

fundabulousrIII

HN member
Joined
Tue, Jul 11, 2017, 2:32 PM UTC
HN karma
62
Public activity
103 items

About fundabulousrIII

No profile information was provided.

Recent public activity

  1. comment
    Comment #15150668

    Get a life. Oh, excuse me, was my sarcasm too transparent?

  2. comment
    Comment #15150609

    Hell is other people.

  3. comment
    Comment #15150553

    You'd rather the suicides use more primitive implements? If you are done with things a gun is pretty painless and nearly certain. Everything else should have warning labels.

  4. comment
    Comment #15150492

    hegel: The dialectic, which he 'enhanced' and marx the material dialectic. Is the dialectic valuable in abstract and is it even reasonably accurate as a model for thought and human…

  5. comment
    Comment #15150309

    Back in the 90's and early oughts no one thought of writing code this way. It was counter productive. I'd suggest that it is still counter productive to consider SDLC concepts when…

  6. comment
    Comment #15140992

    Yes, and this is utter shit. You want to push CDN bandwidth constraints onto consumer networks in some p2p model and trust the content coming out of it? The idea is ridiculous in e…

  7. comment
    Comment #15140582

    That is a fascinating world to me. I've about 25 years C, rudimentary intel x86 asm and good ability to understand new hardware. Seems to me that at 40+ this is an industry that I …

  8. comment
    Comment #15140407

    There is only one way to go there. Start a consultancy and be your own boss. That is about it for us older folks. Most of your customers don't want stellar code: they want you to f…

  9. comment
    Comment #15140373

    This is where some knowledge as a syseng or SA comes in very handy. Programmers tend to come up with cool solutions to a problem in their wheelhouse but it may not be the most cost…

  10. comment
    Comment #15140338

    These design|use patterns depend entirely on a level of abstraction facilitated by code you don't understand and I have seen this bite people badly. Using redis or memcache or what…

  11. comment
    Comment #15140260

    For most operational purposes there isn't a crying need for optimizations and handwritten assembly outside the kernel but a good programmer must at least recognize where something …

  12. comment
    Comment #15126576

    No one I know in my world uses Facebook and we only use Google for search because the experience with other engines are lackluster. Give me a better search engine and I'll use that…

  13. comment
    Comment #15116327

    Agreed. I feel like I've missed my retirement date because I started professional IT late (97) but started coding in the 80s.... There is a train wreck coming|ongoing for this indu…

  14. comment
    Comment #15115372

    When I was doing routing and switching Cisco was still undisputed king and I never had to do anything more than IGP routing. Still, at the time, using two protocol stacks (IPX/SPX …

  15. comment
  16. comment
    Comment #15115325

    whois -h whois.radb.net '!oMAINT-AS15169' | awk '/^route/ { if ($0 !~ /::/) {a++}} END {print a}' Fixed that for you.

  17. comment
    Comment #15100434

    Be a guy who can do within 2 hours of a request in a way that leaves everyone satisfied. That is hard: you have to be very good. To be very good you spend 4-10 years of your life d…

  18. comment
    Comment #15100327

    You know what? If you aren't ready to invest in infra you are out for the buck and worth a damn. I won't even mention cloud in a meeting anymore. It is plain fraud.

  19. comment
  20. comment
    Comment #15100066

    Same here. Philosophy and coding much later. All through my twenties Aristotle to Sartre, read every page twice and reduce to comprehensibility in context.

  21. comment
    Comment #15099839

    My sides.

  22. comment
    Comment #15099201

    Too literal. It's the file system syscalls translated into node which are the problem. Anytime you have the potential to block you lose the relatively clean event loop and enter li…

  23. comment
    Comment #15092259

    I'm sorry, what don't you understand? Complexity is best discussed by those who introduce it. To be clear: I said js is misplaced on the 'server' side and is a wart in general when…

  24. comment
    Comment #15091689

    No. We should collectively evaluate competency and correctness of a developer and language for it's best purpose as in any adequately run job interview.

  25. comment
    Comment #15091551

    I agree with this. I've seen the same but the core problem is we don't learn from others mistakes: we prefer to rely on our own tool-making skills to demonstrate increased facility…