frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Introduction – Rust for Python Programmers

https://microsoft.github.io/RustTraining/python-book/
1•linhns•3m ago•0 comments

How much AI is too much?

https://www.irishtimes.com/technology/2026/06/04/how-much-ai-is-too-much/
1•1vuio0pswjnm7•4m ago•0 comments

Actual sensible and funny commentary on where AI is ATM

https://www.youtube.com/watch?v=lwjVjD3oQJg
1•lifeisstillgood•6m ago•0 comments

Show HN: Open-source X Bookmark Manager

1•ssarisen•7m ago•0 comments

Do Women's Mate Preferences Change Across the Ovulatory Cycle? A Meta-Analysis [pdf]

https://www.martiehaselton.com/_files/ugd/3ae410_aeb76edab75f457aae0c14c4c68d93c0.pdf
2•rzk•13m ago•1 comments

The new Proton Drive: 3x faster, smoother, and still private

https://proton.me/blog/drive-sdk-june-2026
1•giuliomagnifico•14m ago•0 comments

RootAamir

1•RootAamir•14m ago•0 comments

DuckDB vs. SQLite

https://motherduck.com/learn/duckdb-vs-sqlite-databases/
1•tosh•16m ago•0 comments

France, Germany, and the Netherlands public admin co-developed public tools

https://interoperable-europe.ec.europa.eu/collection/open-source-observatory-osor/news/how-france...
2•homarp•21m ago•0 comments

Lessons from a weekend building local AI workflows

http://stefano.petrilli.xyz/building-ai-workflows/
1•stefanopetrilli•22m ago•0 comments

ML Fundamentals

https://knl.co.in/blog/ml-foundations/
1•kunalsin9h•25m ago•0 comments

The Grand British Tradition of Getting Sloshed Before Takeoff Is Under Threat

https://www.wsj.com/lifestyle/travel/the-grand-british-tradition-of-getting-sloshed-before-takeof...
1•Cider9986•26m ago•1 comments

RubyShell – Write Robust Infrastructure Scripts with the Elegance of Ruby

https://github.com/albertalef/rubyshell
1•TheWiggles•27m ago•0 comments

Show HN: My Terminal Waifu

https://www.youtube.com/watch?v=PLMLH1JLTXk
4•habu_tusk•28m ago•0 comments

New 'universal vaccine' technology could protect us from future virus outbreaks

https://www.cam.ac.uk/research/news/new-universal-vaccine-technology-could-protect-us-from-future...
1•wmat•29m ago•1 comments

The performance of Irishness for outside approval is finished

https://www.irishtimes.com/opinion/2026/05/02/the-performance-of-irishness-for-outside-approval-i...
2•Michelangelo11•33m ago•0 comments

Microsoft Patents a Built-In Windows Toggle for AI Data Collection Control

https://patentlyze.com/patent/microsoft-windows-ai-data-collection-toggle/
1•patentlyze•34m ago•0 comments

Is anyone here interested in contributing to this OS?

https://github.com/valivalivali/x-os
2•valivalivali•39m ago•2 comments

What do you do when AI is working the project and sit down? [video]

https://www.youtube.com/watch?v=X99Rq2wIm4o
1•emifo3•41m ago•1 comments

The Network as a Program [video]

https://www.youtube.com/watch?v=CHHZwari_qA
1•tosh•41m ago•0 comments

Mecrisp-Stellaris Forth Deep Dive Podcast

1•techman001•42m ago•0 comments

The Quite Gift

https://pumpupthejam.substack.com/p/the-quiet-gift
2•rsc-dev•49m ago•0 comments

Are Synology Routers Being Abandoned

https://nascompares.com/2026/06/05/are-synology-routers-being-quietly-abandoned/
1•giuliomagnifico•50m ago•0 comments

China's delivery drivers are its most obvious underclass

https://www.economist.com/china/2026/06/01/chinas-delivery-drivers-are-its-most-obvious-underclass
2•edward•55m ago•1 comments

Show HN: Find any type of event visualized on a map

https://reloadium.com/reloadium-events-map/
1•julienreszka•56m ago•0 comments

Anyone who had a Hartz – 1

https://esngblog.com/2026/06/06/anyone-who-had-a-hartz-1/
1•moneroloop2018•57m ago•0 comments

Pacing Yourself

https://paxton-road.blogspot.com/2026/06/pacing-yourself.html
1•moneroloop2018•58m ago•0 comments

We fight GPU scarcity without compromise

https://equixly.com/blog/2026/06/05/how-we-fight-gpu-scarcity-without-compromise/
1•moneroloop2018•59m ago•0 comments

Claumon – Forecasting Claude Code usage limits with a Gamma process

https://github.com/fabioconcina/claumon
1•fabioconcina•1h ago•1 comments

Small modular nuclear reactor reaches criticality in first test

https://arstechnica.com/science/2026/06/first-us-test-of-modular-reactor-reaches-criticality/
1•jnord•1h 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)