frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Models Are Great at Finding Security Bugs. Can They Tell When They're Fixed?

https://medium.com/meetcyber/ai-models-are-great-at-finding-security-bugs-but-can-they-tell-when-...
1•ls1911•5m ago•0 comments

BillFlowr: Simple invoicing and payment tracking for freelancers, small agencies

https://www.billflowr.com
1•jimmy_lee•5m ago•0 comments

Uswds is dead. Long live USWDS

https://matthenry.fyi/posts/long-live-uswds/
2•cdrnsf•6m ago•0 comments

Prediction of Future Strategic Issues/Future Warfare for 2025 (2001)[pdf]

https://archive.org/details/future-strategic-issues-and-warfare_202011
1•smalltorch•6m ago•1 comments

Show HN: Harness.apk – a drop-in on-device agent for Android

https://github.com/nev3rfail/harness.apk
1•nev3rfail•6m ago•0 comments

Federal judge orders Texas to air condition all prisons by the end of 2029

https://www.texastribune.org/2026/09/22/texas-prison-air-conditioning-lawsuit-ruling/
2•bonefishgrill•7m ago•0 comments

Welcoming Jürgen Schmidhuber to Sakana AI

https://sakana.ai/schmidhuber/
3•hardmaru•7m ago•0 comments

DentaQuest sued for allegedly exposing 15M patients' private information

https://topclassactions.com/lawsuit-settlements/lawsuit-news/dentaquest-sued-for-allegedly-exposi...
1•sans_souse•8m ago•1 comments

Show HN: Cancel Death – What changed in longevity science

https://canceldeath.com
1•kiddz•9m ago•0 comments

Night Shifts: Can technology shape our dreams?

1•momentmaker•10m ago•1 comments

AI doomers may be wrong but the skeptics seem even wronger

https://mathewingramblog.wordpress.com/2026/09/24/ai-doomers-may-be-wrong-but-the-skeptics-seem-e...
2•speckx•10m ago•0 comments

Show HN: Vigil Icons – 111 free icons for what people accuse each other of

https://www.vigilicons.com/
2•vigilantk•11m ago•1 comments

Give every take a kill date

https://firstlastword.substack.com/p/give-every-take-a-kill-date
2•grrrtttt•11m ago•0 comments

A searchable library of forgotten public-domain film clips from 1915 onward

https://www.movingimagearchive.com/
1•momentmaker•11m ago•0 comments

Play is doing its work even if we're not keeping score

https://aeon.co/essays/play-is-doing-its-work-even-if-were-not-keeping-score
2•momentmaker•12m ago•0 comments

NASA's New $4B Space Telescope Just Saw Starlight for the First Time

https://gizmodo.com/nasas-new-4-billion-space-telescope-just-saw-starlight-for-the-first-time-her...
2•gmays•13m ago•0 comments

What Happens When the Model Eats the Stack?

http://muratbuffalo.blogspot.com/2026/09/what-happens-when-model-eats-stack.html
4•mark4•14m ago•0 comments

EU Tech Push Boosts Ultrafast Laser Startups

https://spectrum.ieee.org/ultrafast-lasers-europe
2•maxall4•14m ago•0 comments

Wiring memory into an agent costs tokens every turn. This one earned it back

https://vshulcz.github.io/deja-vu/guide/day-zero.html
2•vshulcz•14m ago•0 comments

Europe Must Choose Between Power and Dependence

https://slavoj.substack.com/p/europe-must-choose
2•vincvinc•16m ago•0 comments

Mathematics in the Age of AI Oracles [pdf]

https://colala.berkeley.edu/papers/piantadosi2026mathematics.pdf
3•pharmacy7766•16m ago•0 comments

CVE-2026-91766: PHP had the redirect credential leak curl fixed in 2018

https://daubois.dev/blog/cve-2026-91766-php-http-redirect-credential-leak/
3•amvalex•18m ago•1 comments

LinkedIn wins court order blocking mass scraping of user data

https://therecord.media/linkedin-wins-court-order-blocking-mass-scraping
4•ilamont•20m ago•0 comments

Megafauna Extinction and Startups

https://johnjwang.com/post/2026/09/23/megafauna-extinction-and-startups
3•johnjwang•20m ago•0 comments

Discovering and exploiting a remote code execution vulnerability in OpenCode

https://securitylabs.datadoghq.com/articles/opencode-upgrade-remote-code-execution/
3•meetpateltech•23m ago•0 comments

Chicago No. 1

https://dynamicallytyped.org/typewriters/176
4•Bluestein•23m ago•0 comments

Oracle invokes force majeure on New Mexico AI data center

https://qz.com/oracle-force-majeure-new-mexico-ai-data-center-092426
4•dgellow•24m ago•0 comments

Making the case for Ed Zitron as the last of the great bloggers

http://observationalepidemiology.blogspot.com/2026/09/i-think-you-can-make-case-that-ed.html
4•bediger4000•25m ago•0 comments

I Have a Confession: I Built This Site with AI – Please Forgive Me

https://dynamicallytyped.org/blog/i-have-a-confession-i-built-this-site-with-ai
4•joelberger•28m ago•0 comments

Show HN: Timebar, a Mac timer shown as a thin line below the menu bar

https://github.com/velvet-shark/timebar
2•sabon•29m ago•1 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)