frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Turtle WoW classic server announces shutdown after Blizzard wins injunction

https://forum.turtlecraft.gg/viewtopic.php?t=24891
1•HelloUsername•13s ago•0 comments

Compare Every Design Tool – Designtools.fyi

https://designtools.fyi
1•bthallplz•14s ago•0 comments

Ask HN: May be a basic question, but how can I use AI well?

1•jdw64•2m ago•0 comments

Monitor your Pi / OMP sessions

https://github.com/BlackBeltTechnology/pi-agent-dashboard
1•ankitg12•2m ago•0 comments

Running modern code on a 1960s UNIVAC computer via a RISC V emulator

https://farlow.dev/2026/04/17/running-a-minecraft-server-and-more-on-a-1960s-univac-computer
1•fanf2•2m ago•0 comments

Show HN: Unclog – find and fix Claude Code context bloat

https://github.com/thomaschill/unclog
1•tomchill•3m ago•0 comments

Fastest way to compute the greatest common divisor (2013)

https://lemire.me/blog/2013/12/26/fastest-way-to-compute-the-greatest-common-divisor/
1•tosh•5m ago•0 comments

Web Agent Bridge – An Open-Source OS for AI Agents (MIT and Open Core)

https://webagentbride.com
1•abokenan444•5m ago•0 comments

The purist's guide to phở in Hanoi

https://connla.substack.com/p/pho-in-hanoi-a-purists-guide
1•vinhnx•10m ago•0 comments

Binary GCD

https://en.algorithmica.org/hpc/algorithms/gcd/#binary-gcd
1•tosh•11m ago•0 comments

Ask HN: Is there an open source lovable/bolt?

1•dokdev•11m ago•0 comments

A Brief History of Fish Sauce

https://www.legalnomads.com/fish-sauce/
1•vinhnx•11m ago•0 comments

I built a real-time AR plane spotter, here's the math that makes it work

2•ananddhruv29•16m ago•0 comments

PCMind: Local AI analysis of docs, audio, video and images

https://pcmind.app/
1•hishamsasy•16m ago•0 comments

Claude is skeptical about OpenClaw

https://wecreatethis.com/blog/post?slug=claude-is-skeptical-about-openclaw
2•jameswhitford•19m ago•1 comments

Show HN: FFmpeg API Cloud – Run FFmpeg over HTTP

https://ffmpeg-api.cloud
1•gregzeng95•25m ago•0 comments

Apache Cloudberry 2.1.0

https://www.postgresql.org/about/news/apache-cloudberry-210-released-postgresql-based-mpp-databas...
1•salkahfi•25m ago•0 comments

A glimpse of the new software engineering

https://adlrocha.substack.com/p/adlrocha-a-glimpse-of-the-new-software
1•adlrocha•26m ago•0 comments

How much do sandboxes cost?

https://sandboxprices.swerdlow.dev/
3•benswerd•27m ago•1 comments

RAG as Similarity Engine

https://necromant2005.github.io/dev/rag-as-similarity-engine/
2•rmykhajliw•29m ago•2 comments

Token usage: Vanity metrics are back

https://jasperinsweden.substack.com/p/vanity-metrics-are-back
2•imartin2k•29m ago•0 comments

All you need is myformconnect

1•myformconnect•31m ago•0 comments

EU age verification app: "Worry-free package" with security vulnerabilities

https://www.heise.de/en/news/EU-age-verification-app-Worry-free-package-with-security-vulnerabili...
2•_tk_•32m ago•0 comments

Techie buys fake Ledger Nano S+ hardware wallet and almost falls for phishing

https://www.tomshardware.com/tech-industry/cyber-security/techie-buys-fake-ledger-nano-s-hardware...
2•NewCzech•35m ago•0 comments

Show HN: SharpSkill – I simplified the process of ITWs preparation

https://sharpskill.dev/en
2•Enjoyooor•42m ago•0 comments

Marvin Minsky – Steps Toward Artificial Intelligence (1961) [pdf]

https://courses.csail.mit.edu/6.803/pdf/steps.pdf
1•the-mitr•43m ago•0 comments

Show HN: Understand Anything – Graphs that teach > graphs that impress

https://github.com/Lum1104/Understand-Anything
1•lum1104•46m ago•0 comments

Show HN: Browser Sysinfo – See everything a webpage can learn about you

https://sysinfo.theden.sh/
2•theden•47m ago•0 comments

HN: UmaBot – a multi-agent AI assistant

https://github.com/shaktsin/umaBot
1•shaktdev•47m ago•0 comments

Modern Rendering Culling Techniques

https://krupitskas.com/posts/modern_culling_techniques/
3•krupitskas•50m ago•0 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•11mo ago

Comments

uberman•11mo 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•11mo 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•11mo 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•11mo 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?