frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Should European housing politics be Americanized?

https://worksinprogress.co/issue/should-european-housing-politics-be-americanized/
1•JumpCrisscross•15s ago•0 comments

OpenZL

https://openzl.org/
1•enz•3m ago•0 comments

Datavessel – ecommerce and marketing agents of new age

https://www.datavessel.io/
1•djr4•3m ago•0 comments

NSA's SIGINT Enabling Project includes sabotaging cryptographic standards

https://nsa.2026.action.cr.yp.to/
2•rasengan•5m ago•1 comments

The $546,000 Door

https://housingimpact.substack.com/p/the-546000-door
1•JumpCrisscross•6m ago•0 comments

Stroustrup's Rule (2024)

https://buttondown.com/hillelwayne/archive/stroustrups-rule/
1•bmacho•6m ago•0 comments

EV demand powers Europe car market in May, Chinese rivals expand share

https://www.reuters.com/world/china/ev-demand-powers-europe-car-market-may-chinese-rivals-expand-...
1•JumpCrisscross•7m ago•0 comments

Smooth-Maximum, the most useful function [video]

https://www.youtube.com/watch?v=6Qb6QtC6QMs
1•raphlinus•7m ago•0 comments

Show HN: HSON / Hson-Live

https://github.com/neutralica/hson-live
1•neutralica•8m ago•0 comments

Show HN: Formidable – local-first docs from YAML templates, with a REST API

https://github.com/petervdpas/Formidable2
1•petervdpas•8m ago•0 comments

Rich Harris on AI and Svelte [video]

https://www.youtube.com/watch?v=SKjXE_wfdDY
1•IcyFoxe•9m ago•0 comments

Show HN: Quizingo Vocabulary, a daily 3x3 English word association game

https://www.quizingo.app/vocabulary
1•coder97•10m ago•0 comments

Zoryn Local-first speech-to-text for macOS, audio never leaves your Mac

https://zoryn.ai
1•sudeepdalal•15m ago•0 comments

Murmur: A Speaker with a World Inside

https://www.murmur.living/
1•gehwartzen•17m ago•0 comments

Everyone feared AI taking over; the real danger is AI serving just the few

3•PhilipDaineko•19m ago•1 comments

Reef: Paste bash into fish. It just works

https://github.com/ZStud/reef
1•thunderbong•23m ago•0 comments

Update Your Secure Boot Cert Before It Expires

https://nochan.net/b/Internet-Crap/20260621-Update-Secure-Boot-Cert-Before-It-Expires/
1•Bender•25m ago•1 comments

Shard your locks: benchmarking 6 Golang cache designs

https://strebkov.dev/posts/shard-your-locks/
1•fanf2•25m ago•0 comments

Show HN: Adrafinil – keep a lid-closed Mac awake only while agents work

https://github.com/kageroumado/adrafinil
11•kageroumado•33m ago•3 comments

Show HN: Tickerstar – Instant SEC and company earnings summaries

https://www.tickerstar.com
2•TickerStar•33m ago•0 comments

A Perfect Meritocracy Will Have Limited Social Mobility

https://outlookzen.com/2026/06/27/a-perfect-meritocracy-will-have-little-social-mobility/
3•whack•35m ago•1 comments

What If a Man Practised Shooting a Million Times? Shot 90172, Football Progress [video]

https://www.youtube.com/watch?v=CI9oUUnUzw0
6•mmarian•38m ago•0 comments

Check out the new US passport

https://mishtalk.com/economics/does-president-trump-have-any-idea-what-passports-are-for/
5•megamike•38m ago•1 comments

Mojo programming language will become open-source soon

https://console.modular.com/signup
5•birdculture•39m ago•2 comments

Empero: A 9B that checks its own work

https://empero.org
2•modinfo•40m ago•0 comments

Show HN: Answer questions and see which countries share your personal values

https://jaylol.com/values-survey/
2•marifjeren•40m ago•0 comments

V16 Engine, a mechanical simulation with sixteen synchronized pistons

https://sand-morph.up.railway.app/v16-engine
2•echohive42•42m ago•0 comments

New York Housing Market suffers fatal news after Mamdani freezes rents [video]

https://www.youtube.com/watch?v=5vBkoEvZN6s
2•Bender•45m ago•0 comments

Art Is for Seeing Evil (2022)

https://thepointmag.com/examined-life/art-is-for-seeing-evil/
4•jger15•45m ago•0 comments

Show HN: Remote control for dev environment, not just agents

https://shellular.dev/
2•biraj-rocks•50m 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)