frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Stackless coroutines for gamedev in ~200 lines of C++

https://vittorioromeo.com/index/blog/sfex_coroutine.html
1•SuperV1234•1m ago•0 comments

The docs diff is the plan

https://spicadust.com/blog/the-docs-diff-is-the-plan
2•AirswitchAsa•1m ago•0 comments

New scooters roll out in Denver, replacing Lime and Bird

https://denverite.com/2026/04/27/veo-scooters-denver-switch/
1•maerF0x0•3m ago•0 comments

GameStop Preparing Offer for eBay

https://www.wsj.com/business/deals/gamestop-preparing-offer-for-ebay-1678e6de
3•mudil•4m ago•1 comments

Railway introduced undoable deletes for database volumes

https://railway.com/changelog/2026-05-01-undoable-deletes
2•appveyor•5m ago•1 comments

No woman in England or Wales can be prosecuted for an abortion any more

https://www.cosmopolitan.com/uk/reports/a71163004/england-wales-decriminalise-abortion/
2•embedding-shape•7m ago•0 comments

Asdas

1•milindsoni201•9m ago•0 comments

Update concerning DDoS attack on Canonical and Ubuntu

https://discourse.ubuntu.com/t/update-concerning-ddos-attack-on-canonical-and-ubuntu/81482
1•kyrofa•9m ago•2 comments

Laws need reasons, but harder is comprehension

1•alpple•9m ago•0 comments

Plex sold me "iOS App Activation (enable streaming playback)" They've removed it

https://watch.plex.tv/
1•ddlm•10m ago•0 comments

What's new in Swift: April 2026 Edition

https://swift.org/blog/whats-new-in-swift-april-2026/
1•frizlab•11m ago•0 comments

Sam Altman falls out of love with universal basic income

https://www.businessinsider.com/sam-altman-ubi-universal-basic-income-view-changes-2026-4
1•MallocVoidstar•12m ago•0 comments

Baseline Mac-mini now starts at $799 (vs $599)

https://www.apple.com/shop/buy-mac/mac-mini
1•ahmadyan•12m ago•2 comments

Are AI's Consumer Applications Hitting a Wall?

https://www.bigtechnology.com/p/are-ais-consumer-applications-hitting
1•lschueller•14m ago•0 comments

'They Said A.I. Saved Me': How South Korea Is Checking on Its Seniors

https://www.nytimes.com/2026/04/28/world/asia/korea-ai-seniors-dementia.html
1•bookofjoe•16m ago•1 comments

Show HN: Single bash command to find the best matching HN jobs

1•4m1rk•16m ago•0 comments

Area 51 just had 17 earthquakes in a single day

https://www.popsci.com/science/area-51-earthquakes/
3•PLenz•17m ago•0 comments

SD

2•milindsoni201•17m ago•0 comments

Elfmem: Evolving Agent Memory

https://benemson.com/blog/agents/elfmem-evolving-agent-memory
1•emson•18m ago•2 comments

The Illuminati in the United States

https://www.historytoday.com/archive/history-matters/illuminati-united-states
1•samizdis•18m ago•1 comments

Prime Gap Structure

https://github.com/zfifteen/prime-gap-structure
1•CGMthrowaway•20m ago•0 comments

Show HN: Turn Docker Compose files into airgap-ready UDS Packages

https://github.com/defenseunicorns-labs/compose-bridge-uds
1•willswire•26m ago•0 comments

Asd

2•milindsoni201•26m ago•0 comments

DIA tees up $800M data collection recompete

https://www.washingtontechnology.com/contracts/2026/05/dia-tees-800m-data-collection-recompete/41...
1•WaitWaitWha•27m ago•0 comments

Budget LTE Home Network

https://worldofmatthew.com/blog/budgetnetwork/
2•worldofmatthew•27m ago•0 comments

Give a 9B model broken tools. By hour 20 it'll have the correct diagnosis

https://ninjahawk.github.io/blog/posts/22-hour-session.html
2•ninjahawk1•29m ago•0 comments

Claude Code still doesn't support AGENTS.md

https://github.com/anthropics/claude-code/issues/6235
2•ggoo•38m ago•0 comments

GitHub Copilot Switches to Token-Based Billing for Developers

https://www.aiuniverse.news/the-shift-to-usage-based-ai-billing-arrives-for-developers/
3•aiuniversenews•43m ago•0 comments

Windows quality update: Progress we've made since March

https://blogs.windows.com/windows-insider/2026/05/01/windows-quality-update-progress-weve-made-si...
3•jovial_cavalier•49m ago•1 comments

Word Embedding Is Magic

https://joker666.github.io/blog/2025-11-12-word-embedding-is-magic
1•joker666•49m ago•0 comments
Open in hackernews

Ask HN: Video showing LLM assitent coding on big code base

2•CopyOnWrite•1y ago
As a experienced software developer I read a lot about how AI tools make coding faster and speed up development of software.

In my personal experience, LLMs help with:

- answering questions

- generating simple code/scaffolding in a vacuum

At the same time I don't have much success using LLMs to generate code in a simple CRUD application (around 20K LOC).

What I am looking for, is a video showing w/o time lapses/breaks, how an experienced prompt engineer uses an LLM to add a non trivial feature to a code base with at least 20K LOC.

What I am looking for:

- It must be used to add a feature on a bigger code base (>= 20 LOC)

- The added feature cannot be a leaf feature (means it must integrate with the rest of the system at multiple points)

- The prompting has to be less effort/faster than to type the solution in the programming language

- Any programming language/framework is fair game

- Any LLM is fair game

- The code base can be a bigger open source project (since I assume all LLMs were trained on open source projects, this should make it easier for LLMs to perform)