frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Birdychat Is Now Balsio

https://www.balsio.com/blog/birdychat-is-now-balsio
1•skylurk•1m ago•0 comments

'Born-again' star offers rare chance to watch stellar evolution in real time

https://www.manchester.ac.uk/about/news/born-again-star-offers-rare-chance-to-watch-stellar-evolu...
1•giuliomagnifico•5m ago•0 comments

Show HN: Knowhere-Rebuilds the document structure that chunking throws away

https://github.com/Ontos-AI/knowhere
1•Cindy_Yingxin•5m ago•0 comments

Boox Picco micro e-reader full specs confirmed

https://www.readme.club/news/boox-picco
1•georgefrowny•6m ago•0 comments

Ubuntu 26.10 Amd64v3 Can Provide a Nice Boost for Low-End/Budget Hardware

https://www.phoronix.com/review/ubuntu-2610-amd64v3-lowend
1•rbanffy•11m ago•0 comments

Astra broke a yet unsolved German Army Enigma message from 1941

https://mvueh-enigma-solved.carterl.chatgpt.site/
1•smusamashah•12m ago•2 comments

Nobody pays for open source. We can force them to

https://seldo.com/posts/nobody-pays-for-open-source-we-can-force-them-to/
1•sparshrestha•12m ago•0 comments

Show HN: Speartip.eu – A software launch directory for EU-founders

https://speartip.eu/en/launch
2•janket•12m ago•0 comments

Ray Ozzie and the Optimism of Being Early

https://reproof.app/blog/lotus-notes-history
1•maguay•16m ago•0 comments

An Introduction to Bε-Trees and Write-Optimization [video]

https://www.youtube.com/watch?v=v_g4eZeWAng
1•dchest•19m ago•0 comments

Don't build tools for AI agents

https://www.seangoedecke.com/dont-build-tools-for-ai-agents/
3•gfysfm•25m ago•1 comments

Show HN: Lumikey – Learn to play any YouTube video on the piano

https://lumikey.app/
1•ycombmike•25m ago•1 comments

Show HN: SyntaxCue – local-first AI interview copilot (whisper.cpp and BYOK)

https://syntaxcue.com/how-syntaxcue-captures-system-audio/
1•zetbaur•25m ago•0 comments

Superphenix: A full cloud stack running on your own hardware

https://superphenix.net/
2•mfru•26m ago•0 comments

A DuckDB extension where you can use Jev to do quick classification of rows

https://twitter.com/hamiltonulmer/status/2100370557405667768
1•porridgeraisin•26m ago•0 comments

Show HN: ThreeJS Runtime Performance Optimization Tools for ClaudeCode

https://github.com/wonglok/effectnode-b3-template-code/tree/main/src/runtime-intelligence
1•wonglok831•27m ago•0 comments

Developmental xenocortication using human-derived organoids in mice

https://www.nature.com/articles/s41586-026-11032-2
2•vertigoruntime•28m ago•0 comments

Apple reportedly building server packed with M-series Ultra chips for AI

https://arstechnica.com/ai/2026/09/apple-reportedly-building-server-packed-with-m-series-ultra-ch...
3•rbanffy•28m ago•0 comments

Plasma UI – liquid panels for React that fuse on contact

https://cruxgarden.github.io/plasma-ui/
1•willstepp•29m ago•1 comments

Coding Agent Diaries

https://coding-agent-diaries.netlify.app/
1•berkaycubuk•29m ago•0 comments

Tetris Font

https://erikdemaine.org/fonts/tetris/
3•Bluestein•29m ago•1 comments

The new affordable genome sequencing and analysis platform

https://genoturk.com/en/
1•mertyildiran•30m ago•0 comments

Sex, AI, and the Apocalypse

https://www.iankduncan.com/personal/2026-09-16-sex-ai-and-the-apocalypse/
1•Bluestein•30m ago•0 comments

Anthropic's Thariq Shihipar: MCPs are better than CLIs for most integrations

https://twitter.com/trq212/status/2099958388230873165
2•colesantiago•31m ago•2 comments

LLM Inference vs. the OOM Killer

https://www.nobodywho.ai/posts/inference-oom/
3•madsmtm•31m ago•0 comments

Show HN: Eukovy – AI Outfit Changer

https://eukovy.com
1•oliviamy•33m ago•0 comments

Show HN: I vibe-coded a platformer you play by physically turning and jumping

https://orbit-hop.sjoerdvanderhoorn.chatgpt.site
1•sjoerdvdhoorn•36m ago•0 comments

Netflix doc on AI, if you need bad sleep afterwards

https://www.netflix.com/title/82792555
1•trumbitta2•40m ago•0 comments

The Same Workload Emits 105× More CO₂ in One AWS Region Than Another

https://greenops.cloud/blog/blog-aws-region-carbon
1•depidsvy•40m ago•0 comments

Speculative decoding makes LLMs go brrr

https://leoniemonigatti.com/blog/speculative-decoding.html
1•eigenBasis•40m 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•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?