frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Apple's 'Skinny' iPhone Falls Flat with Disappointing Early Sales

https://www.ft.com/content/b015206e-dc5b-46cb-b813-98448eb64c9b
1•karakoram•1m ago•1 comments

Plug-and-Play Firewall for Agents

https://github.com/rom-mvp/vigil
1•desadas•1m ago•1 comments

Mag 7 Senior Software Engineer Pay Distributions

https://old.reddit.com/r/dataisbeautiful/comments/1p48sip/oc_mag_7_senior_software_engineer_total/
1•zuhayeer•4m ago•0 comments

Flavanols in cocoa protect blood vessel function following uninterrupted sitting

https://www.birmingham.ac.uk/news/2025/flavanols-in-cocoa-can-protect-blood-vessel-function-follo...
1•giardini•6m ago•0 comments

A Year Without Caffeine

https://bryanalexander.org/personal/a-year-without-caffeine/
1•andsoitis•6m ago•1 comments

Mastering iOS App Clips and App Clip Experiences for Customer Acquisition

https://medium.com/@gauravharkhani01/mastering-ios-app-clips-f011b0e1e940
1•RyanShook•8m ago•0 comments

Sega Master System: Program Walkthroughs

https://bumbershootsoft.wordpress.com/2025/11/22/sega-master-system-program-walkthroughs/
1•ibobev•8m ago•0 comments

780k Windows users downloaded this Linux distro in a month

https://www.xda-developers.com/780000-windows-users-downloaded-this-linux-distro-in-a-month/
1•giardini•10m ago•1 comments

A monopoly ISP refuses to fix upstream infrastructure

https://sacbear.com/xfinity-wont-fix-internet/
3•vedmed•10m ago•0 comments

Sampling a Disk, Vogel's Method

https://www.4rknova.com//blog/2017/01/01/vogel
1•ibobev•11m ago•0 comments

TRS-80 Breakout.BAS

https://basic-code.bearblog.dev/trs-80-breakout/
1•ibobev•11m ago•0 comments

Fair Screen – Detect Cluely/Interview Coder Kind of Interview Cheating Tools

https://fairscreen.co/
1•anantha2024•15m ago•1 comments

Show HN: Dream Decoder AI – Jungian dream analysis with 3D visualization

1•brandonmillsai•16m ago•0 comments

NTSB report: Decryption of images from the Titan submersible camera [pdf]

https://data.ntsb.gov/Docket/Document/docBLOB?ID=18741602&FileExtension=pdf&FileName=Underwater%2...
1•bmurray7jhu•22m ago•0 comments

Rare earths: Federal backing and tech advances U.S. catch up to China

https://www.npr.org/2025/11/21/nx-s1-5601696/rare-earths-china-trump-pentagon
2•andsoitis•23m ago•0 comments

The corrupt culture of sports gambling

https://www.nationalreview.com/magazine/2026/01/the-corrupt-culture-of-sports-gambling/
1•hhs•26m ago•0 comments

What rituals from the past teach us about panic and anxiety

https://psyche.co/ideas/what-rituals-from-the-past-teach-us-about-panic-and-anxiety
1•herbertl•27m ago•0 comments

What If Aliens Don't Actually Do Science?

https://lithub.com/what-if-aliens-dont-actually-do-science/
2•bookofjoe•31m ago•0 comments

The pedant's progress through history

https://www.spectator.co.uk/article/the-pedants-progress-through-history/
1•hhs•32m ago•0 comments

Mechanical power generation using Earth's ambient radiation

https://news.ycombinator.com/submit
1•worik•32m ago•0 comments

Letting coding agents access runtime output (my current approach)

https://foundinglean.substack.com/p/the-best-improvement-ive-made-to
1•dsmurrell•33m ago•0 comments

Automatic Alt Text Generation

https://github.com/alexander-turner/alt-text-llm
1•Turn_Trout•34m ago•0 comments

Preserving Time for Focused Work

https://rfd.shared.oxide.computer/rfd/0083
1•lwhsiao•34m ago•0 comments

PasLLM: An Object Pascal inference engine for LLM models

https://github.com/BeRo1985/pasllm
3•nor-and-or-not•39m ago•1 comments

X begins rolling out the 'About this account' feature to users' profiles

https://techcrunch.com/2025/11/21/x-begins-rolling-out-the-about-this-account-feature-to-users-pr...
4•paulatreides•42m ago•1 comments

Nuclear Energy

https://ourworldindata.org/nuclear-energy
1•andsoitis•44m ago•1 comments

AWS Security Incident Response now provides agentic AI-powered investigation

https://aws.amazon.com/blogs/security/accelerate-investigations-with-aws-security-incident-respon...
1•dan_l2•49m ago•0 comments

The Fatal Trap UBI Boosters Keep Falling Into

https://thereader.mitpress.mit.edu/the-fatal-trap-ubi-boosters-keep-falling-into/
2•pseudolus•56m ago•1 comments

https://kaausia45-jpg.itch.io/eidos-ai-prototype-ide

https://kaaussia45-jpg.itch.io/eidos-ai-powered-game-prototyping-environment
2•symbol_reasoner•56m ago•1 comments

Seekdb, an open source AI native search database

https://github.com/oceanbase/seekdb
2•cloudsql•1h ago•0 comments
Open in hackernews

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

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