Live data from Hacker News

Viewing profile — el_dev_hell

el_dev_hell

HN member
Joined
Sun, Jan 06, 2019, 9:59 PM UTC
HN karma
659
Public activity
318 items

About el_dev_hell

No profile information was provided.

Recent public activity

  1. story
    Ask HN: Australian devs how’s the job market at the moment?

    I’m a dev in Australia looking for new gigs. Recruiters were absolutely hounding me 8 months to a year ago. Now it’s crickets. Startups seem to be gone. Some bigger corporate gigs …

  2. comment
    Comment #35385144

    Are you an Aussie for tax purposes? If so, I'd personally default to Australia and worry about the rest after having some success. If not, I'd go Delaware.

  3. comment
    Comment #33950893

    Usually by the Reasonable Person Test: https://en.wikipedia.org/wiki/Reasonable_person . It can be pretty subjective, but it often gets clarified with enough common law precedent (…

  4. comment
    Comment #33758424

    This is super impressive! Is there a common open source library (Python, JS, whatever) that implements something like this?

  5. comment
    Comment #33497610

    Yes. I wouldn't "work" for a company that didn't provide me with hardware. I'm assuming you're using "work" to mean an employee-employer relationship. If you want me to provide my …

  6. comment
    Comment #33311197

    You've given us a few paragraphs about the situation. No one here can tell you if he was attempting to disrespect you. I'll note that you've called this person a friend in your pos…

  7. comment
    Comment #33218841

    It’s not really the specific employees making that call. Being a “principle engineer” is the job title in the contract.

  8. story
    Ask HN: Happy path to a product designer role (no experience)

    Quick background: I'm a software engineer with a few years XP. I have a very design-focused friend that's looking to move into a product designer role. They've expressed major inte…

  9. comment
    Comment #32797478

    Just a note, but you can’t delete a comment if it receives a child comment.

  10. comment
    Comment #32272042

    > although to be fair sociopathy is essentially just another form of stupidity Out of curiosity, what do you mean by this?

  11. comment
    Comment #31152822

    Awesome to hear! How do you handle this? Do you store the SQLite file somewhere like s3 or just in memory? How does this work for such high traffic sites?

  12. comment
    Comment #31022013

    Appreciate the link! You've given me a fun project for the Easter break.

  13. comment
    Comment #30997480

    Beeper looks pretty awesome! Sorry to hijack the thread, but from the above link: > Yes, iMessage works even on Android, Windows and Linux! How could this be sustainable long-term?…

  14. comment
    Comment #30850792

    I somehow stumbled across this over the weekend. There's a React component library (with a deployed storybook): * https://github.com/trussworks/react-uswds * https://trussworks.git…

  15. comment
    Comment #30740280

    > I think my company has been treating it too much like the latter. I think that's very common.

  16. comment
  17. comment
    Comment #30609736

    Swap out some with most. Glad I'm not in an office.

  18. comment
    Comment #30402487

    I did something similar. Searching for verify and verification are good for those cases where you signed up with a Gmail email. You can also navigate to Settings > Security > Signi…

  19. story
    Ask HN: Are AWS certs worth it in 2021?

    Interested to hear some perspectives. Bonus points for your thoughts in the below situations: 1. You pay 100% of the cert price out of pocket. 2. Your employer matches 30% of the p…

  20. comment
    Comment #29251886

    Sup anon, I'm from the same area and work in the same niche. If you have passable React skills and any past experience, you should be employable now. I wouldn't bother with the tod…

  21. comment
    Comment #29247363

    > And if it gets too much, “sorry I gotta call my boss” is a believable excuse to get out of anything you find awkward or if you’ve had enough. Knowing you have that parachute migh…

  22. comment
    Comment #29225872

    I'm not disagreeing with that at all. My issue is with this absolute claim: > There is no societal problem for which "just move away" is a solution. That's just untrue and useless …

  23. comment
    Comment #29224018

    I don't agree with the person you're replying to, but this is a bizarre take: > There is no societal problem for which "just move away" is a solution. Why make such an absolute? He…

  24. comment
    Comment #29206048

    I don't disagree that useEffect is a great extraction overall. But the mental load to understand it vs. explicit lifecycle methods is significantly worse. The ability to subscribe …

  25. comment
    Comment #29196066

    Agree 100%. The migration from componentDidMount, componentDidUpdate, etc to useEffect was a major regression in terms of readability. The return function in useEffect vs. componen…