Live data from Hacker News

Viewing profile — shusson

shusson

HN member
Joined
Tue, Mar 07, 2017, 11:36 PM UTC
HN karma
753
Public activity
409 items

About shusson

https://shusson.info

Recent public activity

  1. comment
    Comment #46198867

    The cost of generating lines of code which look good has dropped 90%.... Take that as you will.

  2. comment
    Comment #44984499

    The majority of software engineers today, (mostly in big tech) are not interested in software engineering. They studied it to make money. This happened before LLMs. Add the fact th…

  3. comment
    Comment #43787549

    > I find it interesting how starkly bimodal attitudes toward employer loyalty are. It's because employers create a narrative which makes people think they are valued beyond the tra…

  4. comment
    Comment #43660751

    The article forgot to mention websockets add state to the server! Load balancing will require sticking sessions. At scale this tends to mean separating websocket servers completely…

  5. comment
    Comment #43656814

    What if they are providing negative value?

  6. comment
    Comment #42668587

    > this author play acts his way through the solution. I thought it was a nice bit of irony. At work there's so much play-acting but all in a serious tone.

  7. comment
    Comment #42613976

    I wonder if people had the same reaction when children started using calculators.

  8. comment
    Comment #42613411

    This is another way to determine if a company is a "start-up"! If you work at a company that has OKRs, it's no longer a start-up or it's time to bail because said start-up is about…

  9. comment
    Comment #42321374

    > The US, UK, EU and realistically most developed countries I would say have fairly similar quality of life within margin of error. Having lived in the EU (Netherlands) and the US …

  10. comment
    Comment #42313172

    There are a lot of big egos in team sports, and in high performing teams you often have a team full of big egos, although there are usually a few "team players". I wonder what coac…

  11. comment
    Comment #41977174

    Agreed, I think a lot of people do not appreciate the complexity of software systems. If we could prove software, we wouldn't have bugs. https://wiki.c2.com/?ProofsCantProveTheAbse…

  12. comment
    Comment #40021237

    Answering based on my own experience transferring to an E3 from E3D. You can apply for E3 from within US, but you will not be able to travel outside the US because you won’t get a …

  13. comment
    Comment #37423619

    > …it couldn't find product market fit. That's not something that's really on the developer Why is it not on the developer?

  14. comment
    Comment #36959230

    It would be nice to point out that: "PredictionHealth is currently not hiring in the following states: CA, MT, HI, or NY"

  15. comment
    Comment #36836830

    Yeah what’s the hesitation for having an API?

  16. story
  17. comment
    Comment #36674754

    Yeah the progression feels like a textbook example of the iron law of bureaucracy [1] [1] https://www.jerrypournelle.com/reports/jerryp/iron.html

  18. comment
    Comment #36667924

    > software engineers are the worst at planning their own work. The vast majority will just go off and do wtf ever they want There are successful companies that have senior engineer…

  19. comment
    Comment #36609137

    Interesting, I’ve never heard of that interpretation. Heat pumps have always been a technology to me. The same tech that is in everyone’s refrigerator.

  20. comment
    Comment #36608388

    Yes modern day a/c is usually a heatpump. I’ve noticed a lot of people misunderstanding heat pumps, and thinking it’s some sort of replacement for A/C. Or that heat pumps are some …

  21. story
  22. comment
    Comment #35745739

    Does anyone know if re-purposing large office buildings for farming is feasible? I've been thinking about this because of the possible down turn in commercial real-estate values.

  23. story
  24. comment
    Comment #32720881

    > There are some parts of this planet where it it very hard to envision mass EV adoption. A lot of EV's are already at 500km range. Within this decade we should see 1000km range. A…

  25. comment
    Comment #29140843

    I would add a counter point to foreign key constraints, they make deletions and updates a lot more costly [1]. [1] https://shusson.info/post/postgres-experiments-deleting-tabl...