frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Note On Distributed Computing (1994)[pdf]

https://waldo.scholars.harvard.edu/sites/g/files/omnuum6261/files/waldo/files/waldo-94.pdf
1•ai_critic•1m ago•0 comments

The clean-up cost of AI code is what the velocity narrative leaves out

https://webflow.com/blog/cleanup-cost-ai-generated-code
2•dxs•2m ago•0 comments

Halt and Catch Fire

https://unstack.io/halt-and-catch-fire
2•ScottWRobinson•5m ago•0 comments

Tata Electronics and ASML Announce Strategic Partnership

https://www.asml.com/en/news/press-releases/2026/tata-electronics-and-asml-announce-strategic-par...
2•saharshpruthi•8m ago•1 comments

As Russian drones hunt Ukrainians in 'human Safari,' a boy fought back

https://www.washingtonpost.com/world/2026/05/15/russian-drones-hunt-ukrainians-human-safari-boy-f...
2•Stratoscope•8m ago•1 comments

Thousands todo apps, but none allows one-click collaboration with my grandma

https://medium.com/@tombarys/dotolist-creating-a-one-click-team-065a18dbeccd
2•tombarys•9m ago•1 comments

Elevated error rates on requests to multiple models

https://status.claude.com/incidents/v9s6d0jt84hj
8•recroad•10m ago•1 comments

Show HN: Daily vibe-coding video games, day 33: Tower Defense (single prompt)

https://gamevibe.us/33-tower-defense
1•pzxc•10m ago•0 comments

CC: Anthropic API Error: 500 Internal Server Error

https://github.com/anthropics/claude-code/issues/59743
4•brenoRibeiro706•12m ago•1 comments

Nvidia Preparing RTX 5090 Price Increase Due to Rising GDDR7 Memory Costs

https://mp1st.com/news/nvidia-preparing-rtx-5090-price-increase
2•jeffufl•12m ago•0 comments

Feeds: A Minimal RSS Aggregator and Client

https://stevedylan.dev/posts/feeds/
2•speckx•14m ago•0 comments

Malta gives citizens a paid version of ChatGPT Plus for free

https://ranked.news/malta-gives-citizens-a-paid-version-of-chatgpt-plus-for-free
2•doener•16m ago•0 comments

I 3D Printed Origami [video]

https://www.youtube.com/watch?v=FNVBK7-h9Fs
2•Teever•19m ago•0 comments

Haiku boots to desktop on an M1 MacBook Air

https://discuss.haiku-os.org/t/my-haiku-arm64-progress/19044?page=2
3•calgarymicro•21m ago•1 comments

Hermes-agentmemory: pull-model episodic memory with real deletes

https://github.com/MukundaKatta/hermes-agentmemory
1•mukundakatta•21m ago•0 comments

US Is Starting to See Heavy Job Losses in Roles Exposed to AI

https://www.bloomberg.com/news/articles/2026-05-15/us-is-starting-to-see-heavy-job-losses-in-role...
4•elsewhen•22m ago•0 comments

A brief guide to self-hosting websites and apps using Cloudflare Tunnel

https://blog.dougbelshaw.com/cloudflare-tunnel/
2•speckx•26m ago•0 comments

Rubin Tracks Skyscraper-Size Asteroids, Supernovas, and Interstellar Visitors

https://www.quantamagazine.org/rubin-tracks-skyscraper-size-asteroids-failed-supernovas-and-inter...
1•rbanffy•29m ago•0 comments

OpenIQ - Building a product engineering muscle in the age of agents

https://abhirame.github.io/posts/openiq/
1•abhis3798•35m ago•0 comments

Book Club: 100 best novels of all time

https://www.theguardian.com/books/ng-interactive/2026/may/12/the-100-best-novels-of-all-time
2•fallinditch•38m ago•1 comments

Cerebras IPO Signals Growing Pressure on the GPU Scaling Model

https://www.hpcwire.com/2026/05/14/cerebras-ipo-signals-growing-pressure-on-the-gpu-scaling-model/
5•rbanffy•39m ago•1 comments

A simple Daikon-style runtime invariant miner for Python

https://rahul.gopinath.org/post/2026/05/09/simple-invariant-miner/
1•fanf2•40m ago•0 comments

AI agents make small companies bigger

https://text-incubation.com/ai-agents-make-small-companies-bigger?1
1•krrishd•41m ago•0 comments

Clarify & target potential customers with generated sales campaigns

https://mygtm.io/
1•Bryan2000100•44m ago•1 comments

LSL: Open-source lab streaming layer for synchronized multimodal recording

https://direct.mit.edu/imag/article/doi/10.1162/IMAG.a.136/132678/The-lab-streaming-layer-for-syn...
1•teleforce•44m ago•1 comments

U.S. California 'Rich Dude' Fights $2.5M Fine over Public Beach Access

https://www.wsj.com/us-news/california-rich-dude-fights-2-5-million-fine-over-public-beach-access...
2•iancmceachern•46m ago•0 comments

Wrapping a C Library in RAII

https://lmilz.dev/blog/2026/05/15/Wrapping-a-C-library-in-RAII-unique_ptr-with-custom-deleters-an...
2•lmilz•50m ago•0 comments

Data centers are guzzling California's water. We have no idea how much

https://calmatters.org/environment/water/2026/05/california-data-centers-water-transparency/
3•cdrnsf•50m ago•0 comments

What Is Date:Italy?

http://aesthetikx.info/blog/date_italy.html
2•jollyjerry•50m ago•0 comments

Mearsheimer and Walt versus Nuland and Pompeo

https://mearsheimer.substack.com/p/mearsheimer-and-walt-versus-nuland
1•hackandthink•50m ago•1 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•1y ago

Comments

uberman•1y ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•1y ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•1y ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•1y ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?