frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

NoStarch: No Login Link?

https://nostarch.com/
1•paedubucher•30s ago•1 comments

Why Is America Sending Astronauts Around the Moon and Not on It?

https://twitter.com/sadiq_toobam/status/2041087678188302395
1•Toobam•1m ago•0 comments

Age Verification as Mass Surveillance Infrastructure

https://tboteproject.com/surveillancefindings/
2•rurban•3m ago•0 comments

The Number of Law-School Grads Getting Extra Time for the Bar Exam Is Surging

https://www.wsj.com/us-news/education/bar-exam-extra-time-696cfd11
1•cebert•3m ago•1 comments

KDE is bringing back the Oxygen and Air themes, here's what they look like

https://www.neowin.net/news/kde-is-bringing-back-the-oxygen-and-air-themes-heres-what-they-look-l...
1•bundie•5m ago•0 comments

No Human Error (Comic)

https://nullwing.com/comics/13/no-human-error/
1•greyblake•7m ago•1 comments

A single equation for intelligence – from quantum mechanics to AGI in 5 axioms

https://holon.sh/
1•old8man•7m ago•0 comments

Senior engineer best practice for scaling yourself with Claude Code

https://www.reddit.com/r/ClaudeCode/s/ppF2cGWQsi
1•bgnm2000•7m ago•0 comments

DLPack

https://dmlc.github.io/dlpack/latest/
1•tosh•14m ago•0 comments

CS146S: The Modern Software Developer

https://themodernsoftware.dev/
1•pramodbiligiri•17m ago•0 comments

Card Modeling FAQ (2002)

https://www.cardfaq.org/faq/
1•exvi•18m ago•0 comments

Custom Paper Pocket Yachts

https://custompaperpocketyachts.k-j-g.com/
1•exvi•24m ago•0 comments

How to Improve Task Switching Without Dremeling Holes in Your Skull

https://pravles.substack.com/p/writers-block-is-a-process-defect
1•pravles•24m ago•0 comments

Power Tools

https://jorviksoftware.cc/notes/2026/04/06/power-tools
1•jonathan_hollin•25m ago•0 comments

Show HN: Turn photos into Wordle puzzles with AI that runs 100% in your browser

https://momentsgame.com/
1•ud0•26m ago•0 comments

Haunted Paper Toys

http://ravensblight.com/papertoys.html
2•exvi•27m ago•0 comments

The internet blackout in Iran is entering its 38th day

https://mastodon.social/@netblocks/116356615846320587
1•us321•29m ago•0 comments

Hello

https://hacker-news.firebaseio.com/v0/newstories.json?print=pretty
1•madagha•36m ago•1 comments

Show HN: Free AI Business Name Generator with Domain Screening

https://noetron.ai/namegen
1•noetron•39m ago•1 comments

Auto read and summarize bookmarked X posts and Substack newsletters – feedback?

https://readingnotes.ai/producthunt
1•secondmod•46m ago•0 comments

How Paris swapped cars for bikes – and transformed its streets

https://www.theguardian.com/world/2026/apr/05/how-paris-swapped-cars-for-bikes-and-remade-its-str...
3•vrganj•52m ago•0 comments

On the brink of disaster

https://www.taxresearch.org.uk/Blog/2026/04/06/on-the-brink-of-disaster/
2•only_in_america•52m ago•0 comments

Number in man page titles e.g. sleep(3)

https://lalitm.com/til-number-in-man-page-titles-e-g-sleep-3/
5•thunderbong•56m ago•0 comments

Verbatim 140W GAN: One of the first chargers with USB PD 3.2 AVS (SPR) support

https://charge-test.com/verbatim-mini-gan-charger-140w-review-one-of-the-first-chargers-with-full...
2•StainX•57m ago•0 comments

Show HN: I built an Open-source Dropbox/Google Drive BOYB(Bring your own bucket)

https://github.com/zmeyer44/Locker
1•Zm44•58m ago•1 comments

Talk about PPU (Parallel Processing Unit) increasing CPU speeds exponentially

https://www.youtube.com/watch?v=ZiQxxzCHLvo
1•openhw•1h ago•0 comments

Industrial Policy for the Intelligence Age

https://openai.com/index/industrial-policy-for-the-intelligence-age/
1•salkahfi•1h ago•0 comments

Avoid Concatenation in Log Statements

https://blog.bonnieeisenman.com/blog/avoid-concatenation-in-log-statements/
1•luu•1h ago•1 comments

Show HN: Beat Darwin

1•ecosystemj•1h ago•0 comments

Show HN: I built lightweight LLM tracing tool with CLI

https://github.com/SKE-Labs/lightrace
2•skele•1h ago•1 comments
Open in hackernews

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

2•CopyOnWrite•11mo 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)