frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Telegram Scam That Steals Your Account with One Code

https://brothke.medium.com/the-telegram-scam-that-steals-your-account-with-one-code-322ef438b4e2
1•benrothke•15s ago•0 comments

PgDog vs. RDS Proxy

https://pgdog.dev/blog/pgdog-vs-rds-proxy
2•levkk•50s ago•0 comments

GrapheneOS says Pixel 11 has MTE support after all

https://grapheneos.social/@GrapheneOS/117194007157499435
2•user_7832•2m ago•0 comments

Three sites made 215,128 "best software" pages for AI. Perplexity cites them

https://trellner.com/reports/manufactured-sources-behind-ai-recommendations/
2•jakobgreenfeld•2m ago•0 comments

When the Shell Breaks Your Arrow Keys

https://emmajuettner.com/posts/when-the-shell-breaks-your-arrow-keys/
2•speckx•3m ago•0 comments

tldraw offline

https://offline.tldraw.com/
2•saikatsg•3m ago•0 comments

57% of sites that block GPTBot leave ChatGPT-User wide open

https://fentner.com/reports/gptbot-block-leaves-chatgpt-open/
2•jakobgreenfeld•5m ago•0 comments

Heides, deterministic code harness giving AI agents senses and judgment

https://github.com/AbduljabbarBXR/heides
2•TawResearch•5m ago•0 comments

Load Testing ReARM: 20k SBOMs per Run Across Four OCI Registries

https://rearmhq.com/blog/2026-09-02-load-testing-rearm-sbom-ingestion/
2•taleodor•5m ago•0 comments

Show HN: Open protocol for AI agents to discover, negotiate, and pay each other

https://github.com/bizswarm44-coder/aether-protocol
2•intentswarm•5m ago•0 comments

Don’t Believe Robotics Demo Videos

https://secondthoughts.ai/p/14-reasons-robotics-is-hard
3•gk1•6m ago•0 comments

Dark matter hunters may have spotted a hint of the particles

https://www.sciencenews.org/article/dark-matter-particle-wimp-lz-experiment
2•pseudolus•6m ago•0 comments

Show HN: Kafma – a desktop Kafka GUI client for debugging

https://kafma.app/
3•KafmaKarma•8m ago•0 comments

Chronicle used ~210M tokens of my ChatGPT quota in 70 days before I found it

https://machblink.com/chronicle
2•hankwangtw•8m ago•0 comments

Show HN: Skywarden – Smart astrophotography planning companion

https://skywarden.app/en
2•adfr•8m ago•0 comments

Blast Radius (every fix has a blast radius)

https://blastradius.dpdns.org/
2•codebyaditya•9m ago•0 comments

Knowledge Graph Engine for Codebases

2•Shourya_55•9m ago•1 comments

The Message from Deep Space

https://store.steampowered.com/app/4080030/The_Message_from_Deep_Space/
2•empath75•9m ago•1 comments

Using AI to modernize or migrate code

https://www.kdab.com/using-ai-to-modernize-or-migrate-code/
2•dalvrosa•9m ago•0 comments

Hamelabbin Building Homelab [video]

https://www.youtube.com/watch?v=LzLqmaHguI0
2•dalvrosa•9m ago•0 comments

Optilise is a new style BI consultant and softwaredeveloper

https://www.optilise.com/
2•welsenesbros•9m ago•1 comments

OAuth 2.1 for a personal MCP server: what three months in production changed

https://aliasunder.dev/posts/oauth-2-1-for-a-personal-mcp-server/
2•aliascity•9m ago•0 comments

What Is Your LLM Judge Measuring?

https://www.searchplex.net/blog/llm-judge-search-relevance
2•splxai•11m ago•0 comments

Show HN: Authorizer – open-source auth for enterprise apps and agents

https://github.com/authorizerdev/authorizer
2•lakhansamani93•12m ago•0 comments

Show HN: Cupertino – MCP servers for the Apple apps on your Mac

https://cupertino.mgcrea.io/
2•olouv•12m ago•0 comments

Is There I/O After Death? What Happens to Io_uring When a Process Dies

https://medium.com/ydbtech/is-there-i-o-after-death-what-happens-to-io-uring-when-a-process-dies-...
2•eivanov89•12m ago•1 comments

A third of Perplexity's citations don't contain the number they're cited for

https://hausresearch.com/reports/perplexity-citation-audit/
3•jakobgreenfeld•13m ago•0 comments

My practical approach to surfing the web safely

https://molily.de/safe-websurfing/
3•ethanhawksley•13m ago•0 comments

Show HN: tagger – a self-hosted webui for audio file tagging

https://github.com/rnhinson/tagger
2•farthest•14m ago•0 comments

Dyson CameraJet: The only toothbrush with a camera and a jet

https://www.dyson.com/discover/news/latest/introducing-camerajet
2•mgh2•14m 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)