Live data from Hacker News

Viewing profile — throwaway286

throwaway286

HN member
Joined
Sat, Dec 10, 2016, 7:36 PM UTC
HN karma
156
Public activity
35 items

About throwaway286

No profile information was provided.

Recent public activity

  1. comment
    Comment #23636830

    Perl was my first real language, too, but I haven't used it in years. Others complain about the sigils and referencing rules but I learned them early, when I was young, so I guess …

  2. comment
    Comment #23581750

    It doesn't matter if your thinking is right or wrong. Look what happened to Galileo. If you go against the current on a touchy topic you're done for.

  3. comment
    Comment #23541421

    I don't think hooks are a superficial change. If react stayed with class based components, I'd agree with you.

  4. comment
    Comment #23304668

    How do you use org-mode to automate pull-requests? Do you make the pull request inside emacs? Are you using it to compile a note from all of the commits in a certain branch? Or som…

  5. comment
    Comment #23287257

    I've spent some time learning it that I don't regret. However, I dislike the GenServer syntax, it feels too complicated with random tuples all over the place. Also, I feel like the…

  6. comment
    Comment #23253755

    The job market for Elixir is pretty small. Sure, there are a couple of people here responding with specific listings, but still. I was hoping it would have ramped up by now but it …

  7. comment
    Comment #23000006

    This is how I feel too, and I'm a confused how the reaction to hooks is so overwhelmingly positive. I find it quite strange that we need to set up an eslint rule to make sure our f…

  8. comment
    Comment #22975744

    If you don't implement affirmative action, you'll be accused of racism (due to the uneven final result of a blind GPA filter or equivalent).

  9. comment
    Comment #22950594

    >Elixir is one of those languages where everything has been done perfectly as of the time of this comment. Including GenServers? I find writing GenServers to be needlessly painful.…

  10. comment
    Comment #22885486

    I have 10 years experience, no degree, and yeah, submitting my resume online seems like throwing it into a black hole. And I have always been one of the top performers at my previo…

  11. comment
    Comment #22885412

    It was fine for a while; I'm definitely the best at solving algorithms problems than I've ever been, but I want the structure of a job now.

  12. comment
    Comment #22879422

    Lived off savings, studied new programming languages, deep learning, leetcode, etc.

  13. comment
    Comment #22879198

    10 years into my career, after being under high stress, I quit my job with no plan.

  14. comment
    Comment #22729714

    In the small sample size of my jobs, cubicles are getting much shorter. In my pre 2010 job, the walls of the cube I had were quite tall and gave reasonable privacy. In my 2016 job,…

  15. comment
    Comment #22605066

    If I accept your argument that a mask doesn't stop you from receiving it (which I doubt): If it were a social norm to wear a mask during an outbreak, and 50% of the population did,…

  16. comment
  17. comment
    Comment #22331027

    Hmm, I wonder if certain javascript based site generators will still be around in 20 years..

  18. comment
    Comment #22273094

    The System76 computer includes a motherboard, case and power supply; your bundle of parts does not.

  19. comment
    Comment #22116406

    You can't even sign up for Roam if you use a pihole for DNS, since it redirects you to a blackholed site. Okay. A good reminder of the commercial interests I don't want in control …

  20. comment
    Comment #22008993

    I enjoy that it's a long list that is loaded in its entirety instead of using infinite paging or some sort of virtualization. It's simple and ctrl-f just works, unlike on say, twit…

  21. comment
  22. comment
    Comment #21932121

    Do they have to be serious? To me, this is the playful sort of thing you would see on the "old internet" that people miss.

  23. comment
    Comment #21845512

    Mainstream keto does not seek to avoid polyunsaturated fat, which we've been taught is heart healthy. This theory isn't keto, it's rather that the society wide switch away from sat…

  24. comment
    Comment #21842168

    Except everyone is still scared to death of saturated fat, which may actually have unique satiety mechanisms (see video below for a dive into saturated fat and reverse electron tra…

  25. comment
    Comment #21775516

    Reasons I dislike hooks: The dependency array feels like a hack. It's way too easy to accidentally make an infinite loop. It's no longer safe to pass around functions; they have to…