frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Study Finds Narwhal Tusks Have 2 Spirals – Not 1–Twisting in Opposite Directions

https://arstechnica.com/science/2026/08/x-rays-add-new-twist-to-narwhals-spiral-tusk/
1•bookofjoe•31s ago•0 comments

A Doctor Who Became Afraid of Death

https://drped.substack.com/p/a-doctor-who-became-afraid-of-death
1•jamarna•53s ago•0 comments

I built a courtroom for the internet. Verdicts stay sealed until you vote

https://courtofstrangers.com
1•briancohen•54s ago•0 comments

Old-School Electronics Repair Man Vows to Be the Last in Chicago

https://blockclubchicago.org/2026/08/19/old-school-electronics-repair-man-vows-to-be-the-last-in-...
1•toomuchtodo•1m ago•1 comments

Mojo is now open source

https://simonwillison.net/2026/Aug/18/mojo-is-now-open-source/
2•jonathandeamer•3m ago•0 comments

Show HN: Tech / AI / Product super aggregator – SudoReport

https://sudoreport.com/
3•ataturkle•3m ago•0 comments

Testtospeech.com – New leaderboard adds balance and removes bias

https://texttospeech.com/
2•imemily•4m ago•0 comments

Show HN: Zmina – clipboard with per-app paste transforms

https://zmina.app/
3•0-3•5m ago•0 comments

Product.now

https://product.now
1•luispa•5m ago•0 comments

Life finds a way OpenAI claims partial pause and rolls out ChatGPT for Teens

https://aistop.watch/p/life-finds-a-way
1•Bluestein•5m ago•0 comments

Landing the Plane

https://www.theengineeringmanager.com/growth/landing-the-plane/
1•LaSombra•6m ago•0 comments

Show HN: Store Front For Vibe coded apps

https://yaadops.com/explore
2•ShamarWebster•6m ago•0 comments

Algorithms + Data Structures = Programs

https://en.wikipedia.org/wiki/Algorithms_%2B_Data_Structures_%3D_Programs
1•tosh•6m ago•0 comments

The Data Center Capital of the World [video]

https://www.nytimes.com/video/us/100000011066777/inside-the-data-center-capital-of-the-world.html
1•donohoe•6m ago•0 comments

Ask HN: Calorie Trackers

1•solsane•6m ago•0 comments

What is inference engineering? Deepdive

https://newsletter.pragmaticengineer.com/p/what-is-inference-engineering
1•luispa•6m ago•0 comments

The Hermès heist: how an heir to the dynasty was swindled out of $15B of shares

https://www.economist.com/1843/2025/12/11/the-hermes-heist-how-an-heir-to-the-luxury-dynasty-was-...
1•geneticdrifts•6m ago•0 comments

Ornith-1.5: From Self-Scaffolding to Self-Improvement

https://ornith.ai/ornith_1_5.html
1•CommonGuy•7m ago•0 comments

X262: X264 with MPEG-2 Support

https://github.com/kierank/x262
1•ksec•7m ago•0 comments

The two largest reservoirs in the US have hit record-low levels

https://www.carbonbrief.org/analysis-the-two-largest-reservoirs-in-the-us-have-hit-record-low-levels
1•speckx•8m ago•0 comments

Does daycare damage children's brains?

https://www.worksinprogress.news/p/daycare-barely-matters
1•momentmaker•10m ago•0 comments

Zeno: A local AI tool that runs Qwen3.5-35B-A3B on MacBooks

https://icosa.co/zeno
1•baranmelik•12m ago•0 comments

China mission aims for the Moon's hidden water with 'hopping' probe

https://www.science.org/content/article/china-mission-aims-moon-s-hidden-water-hopping-probe
1•Brajeshwar•12m ago•0 comments

Impolite Spiders

https://sheep.horse/2026/8/impolite_spiders.html
1•surprisetalk•12m ago•0 comments

Prompt caching makes self-consistency cheap for long-context LLMs

https://medium.com/@mohitsinghchauhan/prompt-caching-makes-self-consistency-cheap-for-long-contex...
1•mohitcek•14m ago•0 comments

Google, Apple, Samsung integrating data from wearables into healthcare

https://www.nytimes.com/2026/08/15/business/dealbook/wearables-healthcare.html
5•brandonb•14m ago•0 comments

Show HN: Gonewatch – get emailed if a backup or cron never ran

https://www.gonewatch.com
1•makgabri•14m ago•0 comments

Ask HN: What's the endgame of the AI comments buried in every post?

2•elar_verole•15m ago•2 comments

Field Notes from an AI Society

https://asteriskmag.substack.com/p/field-notes-from-an-ai-society
1•theptip•15m ago•0 comments

Find jobs with Claude Code CLI

https://github.com/AdanRott/magnificent-jobs-plugin
1•DamiandeGroot•16m ago•0 comments
Open in hackernews

Show HN: Run, tests, and find issues in your services with no code changes

https://github.com/VinvAI/VinvAI/
2•itsAnshul•40m ago

Comments

itsAnshul•37m ago
Try It Out :-

* GitHub: https://github.com/VinvAI/VinvAI

* VS Code & Cursor Extension: https://open-vsx.org/extension/VinvAI/VinvAI (3.5k+ downloads)

* Demo Video: https://www.youtube.com/watch?v=EkUjPWKHAvI

Vinv ties live runtime traces to the exact source symbols that produced them, feeds this precise evidence to your coding agent, and independently verifies whether its generated fix actually holds.

The context itself is dynamically learned. Vinv uses Thompson sampling to determine the optimal amount of code and runtime evidence to provide to the agent, actively measuring when additional runtime context helps versus when it hurts.

Demonstration Results :-

Tested on FastAPI's full-stack-fastapi-template (one trial per condition, a demonstration rather than a benchmark):

* Grok 4.5 + Vinv context: 4 bugs + 1 optimization

* Grok 4.5 (no context): Nothing

* Fable 5 (no context): 1 bug

Real-World Impact :-

Beyond bug fixing, Vinv found and proved a performance fix in Hugging Face's smolagents:

Reduced transient allocations from 36.27 KB to 0 KB per 4 KB log line.

Verified byte-identical output across 2,015 distinct inputs.

Key Capabilities

Advanced Code Intelligence: Detects dead code and performance bottlenecks.

Universal Integration: Works inside your IDE or with any coding agent/application via MCP.

Open Source: Apache 2.0.

Nothing ever leaves your laptop. All code processing and local indexing happen completely offline. It downloads a one-time 500 MB local embedding model on first setup.

sohamac•30m ago
Why is it asking me to download a 500MB model ?
itsAnshul•29m ago
It is for the local embedding model Vinv uses to index and retrieve relevant code and runtime context.

We keep that model local so code and runtime data do not need to be sent to a remote embedding service. The 500 MB download is only required once during setup, and after that the model runs locally.

We are looking at smaller embedding models as well, but the current one gives us better retrieval quality for code and runtime context.

sohamac•27m ago
I saw in the demo video flame graphs of all services , how can I access them and where will they come ?
sohamac•24m ago
I saw in the demo video flame graphs of all services , how can I access them and where will they come ?
itsAnshul•22m ago
The flame graphs are generated from the runtime traces Vinv collects.

After you run your service with Vinv, open the Vinv panel in the editor. The runtime traces collected from your services are shown there, including the flame graphs for the observed execution paths.