frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Classic Amiga titles, free to download

https://amigafreeware.downer.tech/
1•doener•4m ago•0 comments

Next UK prime minister Andy Burnham drops digital ID scheme

https://www.reuters.com/world/uk/next-uk-prime-minister-andy-burnham-drops-digital-id-scheme-2026...
1•lemoncookiechip•5m ago•1 comments

World Cup France England 0:4 halftime

3•pm2222•7m ago•0 comments

Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

https://www.neatnik.net/hardcore-indieweb
2•cdrnsf•15m ago•0 comments

Fable 5 finds major bugs in 10 year old open source game networking libraries

https://www.patreon.com/MasBandwidth/posts/important-news-164199395
4•gafferongames•19m ago•0 comments

Pico W firmware creates driverless USB WiFi bridge (Layer-2)

https://www.cnx-software.com/2026/07/16/pico-usb-wifi-converts-the-raspberry-pi-pico-w-into-a-dri...
3•whiteblossom•19m ago•0 comments

Frontier and Center: Who evaluates the evaluations?

https://cloud.google.com/blog/products/data-analytics/evaluate-agent-performance/
2•gmays•22m ago•0 comments

What Makes a Volume Bootable?

https://eclecticlight.co/2026/07/18/what-makes-a-volume-bootable/
2•frizlab•28m ago•0 comments

Klong for the Web

https://tailrecursion.com/klong/
2•wooby•28m ago•0 comments

The Swiss Cheese model, pt. 1

https://unsung.aresluna.org/the-swiss-cheese-model-pt-1/
3•frizlab•30m ago•0 comments

UnifiedIR for Julia

https://github.com/JuliaLang/julia/pull/62334
2•vimarsh6739•31m ago•0 comments

Show HN: PKPass Inspector

https://www.getleal.com/tools/pkpass-inspector
2•rikkipitt•32m ago•0 comments

High-scale web apps in any language

https://velixir.net/
2•dbContext•32m ago•0 comments

Recause – complex interactive flows as ordinary functions over explicit state

https://recause.org/
2•Ruebennase•32m ago•0 comments

Andy Burnham to scrap digital ID in first major policy pledge

https://www.bbc.co.uk/news/articles/c5y08z25q8eo
4•Lio•34m ago•0 comments

Wp2shell (CVE-2026-63030): Pre-Auth RCE Chain in WordPress Core

https://fullhunt.io/blog/2026/07/17/wp2shell-wordpress-core-pre-auth-rce-cve-2026-63030.html
2•mazen160•36m ago•0 comments

Engineered Enzyme Reverses Age-Related Protein Damage

https://lifespan.io/engineered-enzyme-reverses-age-related-protein-damage/
2•littlexsparkee•37m ago•0 comments

AI for Bug Bounty with VulneraMCP

https://www.zaproxy.org/blog/2025-11-28-enhancing-zap-with-ai-for-bug-bounty-hunting/
2•Fermino•39m ago•0 comments

$20/Month: The Price Ceiling Every AI Company Copied

https://qainsights.com/20-month-the-price-ceiling-every-ai-company-copied/
2•qainsights•40m ago•0 comments

Neoclouds owe their customers years of compute

https://www.solvimon.com/blog/neoclouds-owe-customers-years-of-compute
3•arnon•42m ago•0 comments

Heaven's IT Guy – Design Complaints

https://www.youtube.com/watch?v=--Twuo6rgIE
1•quantummagic•45m ago•0 comments

I asked a psychiatrist I know about the effects of AI

https://teadrivendevelopment.substack.com/p/i-asked-a-psychiatrist-i-know-about
1•ghassenfaidi•48m ago•0 comments

Show HN: Graph Context Engine for Reliable AI

https://kritama.com
1•zacksiri•49m ago•0 comments

Yodel Extreme

https://music.apple.com/fr/album/yodel-extreme-single/6789486724
1•frizlab•50m ago•0 comments

Co-evolution of self-replication and function in a digital primordial soup

https://arxiv.org/abs/2607.09211
2•vicgalle_•51m ago•1 comments

SmartTAR – STAR 1.3.1

https://github.com/eco-by-different/smarttar-star
1•e_b_d•52m ago•1 comments

Microsoft cuts OneDrive support for older Windows 10 versions next month

https://www.theregister.com/os-platforms/2026/07/17/microsoft-cuts-onedrive-support-for-older-win...
2•Bender•53m ago•0 comments

Ada: An AI business intelligence software from CSV and Excel(yes LLMs but more)

https://github.com/saineshnakra/automated-data-analyst
2•saineshnakra•53m ago•0 comments

Al-Munaa for OpenAI Build Week

https://devpost.com/software/zeedos-self-hosted-autonomous-ai-operating-system
1•FARHANALMUTAIRI•53m ago•0 comments

Investigating Flock: America's Mass Surveillance Company [video]

https://www.youtube.com/watch?v=S3MQLlMbS-Y
2•Bender•55m 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)