frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Control a Waymo by Auto Rerouting

https://waymo.fraud.llc/
1•fearthetelomere•1m ago•0 comments

Zelph is a logic programming system, but not in the traditional sense

https://acrion.github.io/zelph/logic/
1•ta988•1m ago•0 comments

Bill Ackman vs. Carl Icahn Showdown on Herbalife [video]

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

Ad-homineLLM: Are you wrong because you used an LLM?

https://blog.devrupt.io/posts/ad-hominellm/
1•ddtaylor•2m ago•0 comments

Show HN: Simple CBM calculator for shipping and freight

https://cbmcalc.com
1•distartin•8m ago•0 comments

Show HN: DataFlow,Turn raw data into high-quality LLM training datasets

https://github.com/OpenDCAI/DataFlow
1•Junnn•9m ago•0 comments

Flash-KMeans: Fast and Memory-Efficient Exact K-Means

https://arxiv.org/abs/2603.09229
1•matt_d•9m ago•0 comments

Kali Linux MCP Server

https://github.com/cyberillo/kali-mcp-server
1•cyberillo•10m ago•1 comments

Surprising a Model

https://vivekhaldar.com/articles/surprising-a-model/
1•gandalfgeek•10m ago•0 comments

PMetal – (Powdered Metal) LLM Fine-Tuning Framework for Apple Silicon

https://github.com/Epistates/pmetal
1•epistates•12m ago•1 comments

The Beginner's Guide to Dimensionality Reduction (2018)

https://dimensionality-reduction-293e465c2a3443e8941b016d.vercel.app
1•vismit2000•14m ago•0 comments

Manifesto on Symbiosis: A New Paradigm for Civilization Part IV

1•acehs•18m ago•0 comments

Loom – a zero-dependency C++20 blog engine (one binary, one command)

https://github.com/1ay1/loom
1•tfeayush•18m ago•0 comments

Coding Agents for Data Analysis

https://simonwillison.net/2026/Mar/16/coding-agents-for-data-analysis/
1•samuel246•19m ago•0 comments

Manifesto on Symbiosis: A New Paradigm for Civilization Part III

2•acehs•20m ago•0 comments

Always 'Copy Clean Link' When Possible on Firefox, with UserChrome.css

https://joshua.hu/firefox-always-copy-clean-link-url-userchrome-css
2•mmsc•25m ago•0 comments

A Day in the Life of an Enshittificator [video]

https://www.youtube.com/watch?v=T4Upf_B9RLQ
1•celsoazevedo•27m ago•0 comments

TypeScript's rise in the AI era: Insights from Anders Hejlsberg (2025)

https://github.blog/developer-skills/programming-languages-and-frameworks/typescripts-rise-in-the...
2•pramodbiligiri•36m ago•0 comments

Donut Lab Battery Test 4 Changes Everything [video]

https://www.youtube.com/watch?v=5cpYeT4VmSY
1•fencedload•38m ago•0 comments

NYC Once Banned Free Legal Advice over Radio

https://newsletter.pessimistsarchive.org/p/nyc-once-banned-free-legal-advice
1•walterbell•41m ago•0 comments

True 4-Bit Quantized CNN Training on CPU – 92.34% on Cifar-10

https://arxiv.org/abs/2603.13931
1•shivnathtathe•45m ago•0 comments

My Willing Complicity in "Human Rights Abuse"

https://ussri.substack.com/p/my-willing-complicity-in-human-rights
2•oxw•48m ago•0 comments

Ask HN: When do you start considering to 'separate' service designed with DDD

2•Lazy_Player82•53m ago•1 comments

Public Access Databases

https://robertsdotpm.github.io/software_engineering/public_databases.html
2•Uptrenda•53m ago•0 comments

You train robots and don't even know it

https://twitter.com/k1rallik/status/2033530122150502482
1•dsr12•56m ago•0 comments

Show HN: MCP Inspector – connect and test any MCP server

https://glama.ai/mcp/inspector
1•punkpeye•1h ago•0 comments

Kagi Translate now supports LinkedIn Speak as an output language

https://translate.kagi.com/?from=en&to=LinkedIn+speak
98•smitec•1h ago•18 comments

J Epstein Perma Twitter

2•benjaminklick•1h ago•1 comments

Threading Async Together

https://github.com/TavariAgent/Py-TokenGate
2•Tavari•1h ago•1 comments

Ask HN: People reverse engineering web apps, what are you doing it for?

3•keepamovin•1h ago•0 comments
Open in hackernews

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

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