Hacker News
The next superbug threat is already here. It's going to be harder to overcome
Article URL: https://www.cnn.com/2025/05/06/health/fungal-superbug-threat-wellness
Comments URL: https://news.ycombinator.com/item?id=43912205
Points: 3
# Comments: 1
What Is Rust's Turbofish?
Article URL: https://techblog.tonsser.com/posts/what-is-rusts-turbofish
Comments URL: https://news.ycombinator.com/item?id=43912174
Points: 1
# Comments: 0
ChatGPT is leaking users data (files)
Article URL: https://acassis.wordpress.com/2025/05/06/chatgpt-is-leaking-users-data-files/
Comments URL: https://news.ycombinator.com/item?id=43912173
Points: 2
# Comments: 0
A Thematic Analysis of How Near-Death Experiences Affect Employees' Work Lives
Article URL: https://www.ingentaconnect.com/content/jmsr/rmsr20/pre-prints/content-jmsr_ft0088
Comments URL: https://news.ycombinator.com/item?id=43912172
Points: 1
# Comments: 0
A collection of new, original CJK fonts from Typotheque
Article URL: https://www.typotheque.com/blog/collection-of-new-original-cjk-fonts
Comments URL: https://news.ycombinator.com/item?id=43912171
Points: 2
# Comments: 0
The State of SSL Stacks
Article URL: https://www.haproxy.com/blog/state-of-ssl-stacks
Comments URL: https://news.ycombinator.com/item?id=43912164
Points: 4
# Comments: 0
90s Cable Simulator – Recreating Retro Cable TV with a Raspberry Pi [video]
Article URL: https://www.youtube.com/watch?v=CDW1wokbRiQ
Comments URL: https://news.ycombinator.com/item?id=43912104
Points: 1
# Comments: 0
Study suggests we don't just hear music, but 'become it'
Article URL: https://www.sciencedaily.com/releases/2025/05/250506170920.htm
Comments URL: https://news.ycombinator.com/item?id=43912097
Points: 2
# Comments: 0
Valve Proton 10.0-1d (beta)
Article URL: https://github.com/ValveSoftware/Proton/releases/tag/proton-10.0-1d
Comments URL: https://news.ycombinator.com/item?id=43912090
Points: 1
# Comments: 0
How climate change is raising your electricity bill
Article URL: https://www.theclimatebrink.com/p/how-climate-change-is-raising-your
Comments URL: https://news.ycombinator.com/item?id=43912073
Points: 1
# Comments: 1
What Can a 500MB LLM Do? You'll Be Surprised [video]
Article URL: https://www.youtube.com/watch?v=IwrtbDl9XX0
Comments URL: https://news.ycombinator.com/item?id=43912062
Points: 1
# Comments: 0
I made 4000 agent calls in Cursor last month. Each model has a personality
The lazy architect (OpenAI’s o3). o3 is incredibly lazy at writing code, but very good at planning. Will happily read tens of files and do deep analysis, but often struggles in scenarios where it needs to edit more than one file.
The over-eager child (Claude Sonnet 3.7 Thinking). Claude Sonnet is eager to just get going, man! It’s not the most careful, and in longer strings of tool calls, may start editing something completely unrelated to what you asked it to.
Pretty balanced?(Gemini 2.5 Pro). Gemini 2.5 is a little more intelligent, and significantly faster and more reserved than Sonnet 3.7. Usually the best choice for writing code in multiple files.
I’ve found o4-mini to be incredibly slow and fairly mediocre, and GPT 4.1 useful in very situational areas. My tips:
- Use o3 to plan and/or write code in one or max two file only. If you do more, it may openly revolt and just refuse to write any longer.
- Always make sure Sonnet 3.7 is following a tightly scoped plan on a relatively small section of the product, and supervise it. If you have an easy change to make in many areas of your codebase, for example, letting Sonnet run, still supervised, is a perfect use of the model’s persona
Generally what I do:
- Medium complexity: editing one file: o3. Editing multiple files: plan with o3, write with gemini-2.5
- Simple complexity: Editing many files, very simple: plan with o3 if needed, write with claude-3.7. Editing many files, simple, needs formulaic approach: write a detailed prompt into GPT 4.1
- High complexity: plan with o3, separate into multiple chunks, write small chunks at a time with gemini-2.5 and be very careful with each section. If I'm super lazy sometimes I just YOLO all of the sections and then fix all the bugs at the end but this probably leads to code issues later down the line.
Would love to hear other people are using the different models!
Comments URL: https://news.ycombinator.com/item?id=43912056
Points: 3
# Comments: 1
Motiff is Figma with AI [video]
Article URL: https://www.youtube.com/watch?v=qLwwWtGBx_A
Comments URL: https://news.ycombinator.com/item?id=43912038
Points: 1
# Comments: 0
Hugo Administrators Resign in Wake of ChatGPT Controversy
Article URL: https://gizmodo.com/worldcon-2025-chatgpt-controversy-hugos-2000598351
Comments URL: https://news.ycombinator.com/item?id=43912012
Points: 3
# Comments: 0
Pegasus spyware creator ordered to pay WhatsApp $168M for 2019 hack
Article URL: https://www.ft.com/content/be26c503-b4e0-4ba5-a5ca-e9e75c351c46
Comments URL: https://news.ycombinator.com/item?id=43912009
Points: 1
# Comments: 1
How to Ask Questions the Smart Way
Article URL: http://catb.org/~esr/faqs/smart-questions.html
Comments URL: https://news.ycombinator.com/item?id=43911995
Points: 1
# Comments: 0
"Vibe Coding" by Emergent Garden [video]
Article URL: https://www.youtube.com/watch?v=1OxBv9Q7Uxo
Comments URL: https://news.ycombinator.com/item?id=43911985
Points: 1
# Comments: 0
Tulsi Gabbard Reused the Same Weak Password on Multiple Accounts for Years
Article URL: https://www.wired.com/story/tulsi-gabbard-dni-weak-password/
Comments URL: https://news.ycombinator.com/item?id=43911948
Points: 2
# Comments: 1
X402 - HTTP based payments from Coinbase
Article URL: https://github.com/coinbase/x402
Comments URL: https://news.ycombinator.com/item?id=43911943
Points: 1
# Comments: 0
Usenix Announces the Discontinuation of ATC Conference
Article URL: https://www.usenix.org/blog/usenix-atc-announcement
Comments URL: https://news.ycombinator.com/item?id=43911942
Points: 3
# Comments: 0