Viewing profile — shusson
shusson
HN member- Joined
- Tue, Mar 07, 2017, 11:36 PM UTC
- HN karma
- 753
- Public activity
- 409 items
- HN profile
- View on Hacker News ↗
About shusson
Recent public activity
-
comment
Comment #46198867
The cost of generating lines of code which look good has dropped 90%.... Take that as you will.
-
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…
-
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…
-
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…
-
comment
Comment #43656814
What if they are providing negative value?
-
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.
-
comment
Comment #42613976
I wonder if people had the same reaction when children started using calculators.
-
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…
-
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 …
-
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…
-
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…
-
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 …
-
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?
-
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"
-
comment
Comment #36836830
Yeah what’s the hesitation for having an API?
- story
-
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
-
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…
-
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.
-
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 …
- story
-
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.
- story
-
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…
-
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...