Viewing profile — havkom
havkom
HN member- Joined
- Sun, Nov 19, 2017, 8:22 AM UTC
- HN karma
- 367
- Public activity
- 141 items
- HN profile
- View on Hacker News ↗
About havkom
No profile information was provided.
Recent public activity
-
comment
Comment #49133543
They are great instruction followers in general. This is, one single bad instruction during months of work can mess things up.
-
comment
Comment #48435832
I am mostly worried about the current AI use in management. I’ve met a few with ”AI hubris” making poor managerial decisions that stem from their poor usage of ChatGPT (not underst…
-
comment
Comment #46378768
Some people that are immune to listen to people with more experience will continue to be ”junior” forever. They may eventually not have the title junior, but they really are.
-
comment
Comment #46233493
There are fundamental differences. Many people expect a positive gradient of quality from AI overhaul of projects. For translating back and forth, it is obvious from the outset tha…
-
comment
Comment #46015298
My tip is: don’t use SDK:s for agents. Use a while loop and craft your own JSON, handle context size and handle faults yourself. You will in practice need this level of control if …
-
comment
Comment #45434431
What about GLP-1 antagonists to lower inflammation / hs-CRP?
-
comment
Comment #44877557
Does this matter much? Git is a ”distributed source control system”. Are you using git in the wrong way? :)
-
comment
Comment #44012996
Reminds me of C#.. IDisposible and IAsyncDisposible in C# helps a lot to write good mechanisms for things that should actually be abstracted in a nice way (such as locks handling, …
-
comment
Comment #43991944
I tried: -red and: red-red-red But it did not work and did not get any response. Maybe I am stupid but should this not work?
-
comment
Comment #43888893
What is the difference between them? Both seems like quite trivial implementations?
-
comment
Comment #43843087
Good investigation! Software developers nowadays barely know about transactions, and definitely not about different transaction models (in my experience). I have even encountered "…
-
comment
Comment #43803161
The big threat of LLM:s is not the diminishing skills of established skilled developers, but rather the skill set building of junior developers.
-
comment
Comment #43750114
try catch - where you catch the right types of errors at the right level is hard to beat. However, many make the mistake to handle any errors at the wrong level. This leads to real…
-
comment
Comment #43422465
Amen!
-
comment
Comment #43307725
How to apply these rules on junior co-workers (who think they know what is best from reading a hyped blog post)?
-
comment
Comment #42833139
Yes. It shines with real problems.
-
comment
Comment #42530781
I have seen tons of ”abstractions” in recently created code bases from ”senior developers” which in actual fact is only titanic-grade mess of complicated ”indirection”. Many people…
-
comment
Comment #41817261
BTW, I am currently working in an enterprise with a small team mixed with experienced developers (heros - but still always learning because of new complexities) and new developers …
-
comment
Comment #41817225
Yes. Focus on building all your team members to heros instead. The other way around is possible, but you will end up with a team of 1000 people doing the same work as 10.
-
comment
Comment #41336568
Windows 2000 Professional was the best OS ever. Only downhill from there.
-
comment
Comment #41078248
This looks cool!
-
comment
Comment #41073933
Using these technologies or frameworks may just as well indicate that they are not agile. Nowadays much more common that the wrong technologies are used in the wrong places.
-
comment
Comment #41073917
The document vibe to me is like it is written by some junior engineers who have just read a blog post about the Netflix stack and think they know it all now.
-
comment
Comment #41073890
First parts of the document are pure BS focusing on hype technologies rather than “Agile”. I mean, questions about ”Kubernetes or Docker Swarm?” etc. The last section with flow cha…
-
comment
Comment #41014278
Lots of very strong opinions here what they should have done in terms of code/pipelines/etx from people who have no idea how CrownStrikes stack or build systems works and people wh…