frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Necroprinting – Dead mosquito proboscis used for high-resolution 3D printing

https://www.tomshardware.com/3d-printing/dead-mosquito-proboscis-used-for-high-resolution-3d-prin...
1•indy•39s ago•0 comments

Case Examples of Coherence Therapy for Anxiety and Panic [pdf]

https://coherencetherapy.org/files/CaseEx-AnxPanic.pdf
1•plucafs•1m ago•0 comments

ZeroLu/awesome-nanobanana-pro: list of curated Nano Banana pro prompts

https://github.com/ZeroLu/awesome-nanobanana-pro
1•emreb•1m ago•0 comments

Building an AI Agent? Don't let it burn your budget

2•Saurabh_Kumar_•7m ago•0 comments

ShipSafer Is Hyped Up

https://shipsafer.app/waitlist
1•usegrand•8m ago•1 comments

Engineering Multiplier Archetypes – By Gregor Ojstersek

https://newsletter.eng-leadership.com/p/engineering-multiplier-archetypes
2•rbanffy•12m ago•0 comments

Ferrari's Formula One pit-stops and handovers from surgery to intensive care [pdf]

https://gwern.net/doc/technology/2008-sower.pdf
1•fanf2•12m ago•0 comments

Lazy Linearity for a Core Functional Language (POPL 2026)

https://alt-romes.github.io/posts/2025-11-26-lazy-linearity-popl26.html
2•todsacerdoti•13m ago•0 comments

Testing image editing models through 100 recursive edits

https://www.willienotwilly.com/thats-not-the-rock
1•falloon•13m ago•0 comments

Show HN: Tampo – One app for personal tasks and team projects

https://tampoapp.com
2•AbdullahSheraz•15m ago•0 comments

We found CRISPR targets in genomic 'dead zones' using semiprime factorization"

https://github.com/Joedaddy66/integer-resonance-crispr
2•JOEDADDY66•16m ago•0 comments

How to Clean Up Your Rails Logs: Ignoring Benign SQL Warnings

https://blog.saeloun.com/2025/11/27/sql-warnings-ignored-error-codes-rails/
1•amalinovic•18m ago•0 comments

Show HN: I got tired of doing SEO work so I automated it

https://www.blogseo.io
3•vincejos•21m ago•2 comments

How to Deal with AI Restrictions When Upscaling Images

https://ivanca.github.io/programming/2025/11/26/bypass-ai-upscalint-restrictions/
1•AmbroseBierce•22m ago•0 comments

Major LLMs fabricate evidence when presented with governance critiques

https://zenodo.org/records/17728992
5•mikeup91•31m ago•1 comments

New research highlights a shortage of male mentors for boys and young men

https://www.psypost.org/new-research-highlights-a-shortage-of-male-mentors-for-boys-and-young-men/
13•ashishgupta2209•38m ago•3 comments

Using Claude to create a bootable Forth OS

https://isene.org/2025/11/SimplicityOS.html
2•veltas•48m ago•0 comments

My Rebuttal to Simon Cowell's Rolling Stone Statement

https://twitter.com/katiewaissel24/status/1993828722500055299
2•mellosouls•49m ago•0 comments

Claude Opus 4.5, and why evaluating new LLMs is increasingly difficult

https://simonwillison.net/2025/Nov/24/claude-opus/
2•jonesn11•50m ago•1 comments

AuthenticImage – Detect AI-Generated / Fake / Edited Images (100 users on day 1)

https://authenticimage.site/
1•CrazyCompiler01•52m ago•1 comments

Finding a private self hosted Google Photos alternative that doesn't track me

https://alternativeto.net/news/2025/11/finding-a-private-self-hosted-google-photos-alternative-th...
2•elliot_a•52m ago•0 comments

The EU's Silent Assault on Human Dignity

https://twitter.com/yrschrade/status/1989718227690119560
2•nailer•53m ago•0 comments

Adventures in live booting Linux distributions (2014)

https://major.io/p/adventures-in-live-booting-linux-distributions/
1•transpute•57m ago•0 comments

Don't tell me RAG is easy

https://major.io/p/devconf-rag/
2•transpute•58m ago•0 comments

U.S. to Charge International Tourists $100 to Visit National Parks

https://skift.com/2025/11/26/u-s-to-charge-international-tourists-100-to-visit-national-parks/
1•decimalenough•58m ago•1 comments

Show HN: Pg_AI_query – AI powered SQL inside PostgreSQL

https://github.com/benodiwal/pg_ai_query
2•benodiwal•1h ago•0 comments

Leaked Celebrite Android Payload

https://donotsta.re/notice/B0etpuWyWytSdbRnTU
1•Aissen•1h ago•0 comments

Coffee Making

https://tldp.org/HOWTO/html_single/Coffee/
1•Lunar5227•1h ago•0 comments

Chinese businesses are transforming Mexico City's poshest neighborhood

https://restofworld.org/2025/chinese-tech-companies-mexico-city/
1•Brajeshwar•1h ago•0 comments

Founder-led sales, from the perspective of a Founder, leading sales

https://substack.com/inbox/post/180021176
1•mnbbrown•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)