frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Science Gossip – of moss and snakes and bees

https://www.patreon.com/RobinInce/posts/science-gossip-169554732
1•wertyk•2m ago•0 comments

There is still time to reset the AI Doomsday Clock

https://au.civic.ai/p/there-is-still-time-to-reset-the
1•mofeien•3m ago•0 comments

Trump Told Supporters to "Cheat Like Hell." NYT Chose Quote: "Tired of Politics"

https://www.techdirt.com/2026/09/14/trump-told-supporters-to-cheat-like-hell-the-ny-times-went-wi...
1•hn_acker•5m ago•1 comments

Rogue AI didn't breach Hugging Face, human decisions did

https://thebulletin.org/2026/09/rogue-ai-didnt-breach-hugging-face-human-decisions-did/
1•speckx•5m ago•0 comments

Charges Against Man Who Destroyed 3D-Printed 'Decoy' Flock Camera Reduced

https://www.404media.co/charges-against-man-who-destroyed-3d-printed-decoy-flock-camera-drastical...
1•pavel_lishin•5m ago•0 comments

Official Homebrew GUI

https://github.com/Homebrew/BrewUI
1•spiralpolitik•6m ago•0 comments

Corporate pressure killed a bill curtailing surveillance pricing

https://prospect.org/2026/09/15/california-democrats-republican-void-corporate-surveillance-prici...
2•paimapi•7m ago•0 comments

Show HN: ETLFunnel – self-hosted, code-first data pipelines (v1.1.1)

https://etlfunnel.com
1•vivekburman•8m ago•0 comments

Fedora Linux 45 Beta

https://fedoramagazine.org/announcing-fedora-linux-45-beta/
1•speckx•9m ago•0 comments

What counts as a large cosine similarity?

https://www.johndcook.com/blog/2026/09/15/cosine-similarity/
3•ibobev•13m ago•0 comments

Every US Electrical Outlet Explained

https://practical.engineering/blog/2026/9/15/every-us-electrical-outlet-explained
1•throw0101a•14m ago•1 comments

Periodic Labs, building labs that learn

https://periodic.com/news/building-labs-that-learn
1•aguez•14m ago•0 comments

You don't need a kernel 0day

https://bour.ch/you-dont-need-a-kernel-0day/
1•speckx•14m ago•0 comments

Show HN: Open-Source Lightweight Prompt Injection Safety

https://github.com/StackOneHQ/defender/
1•Hiskias•16m ago•0 comments

Ask HN: Why aren't LLM token CDN cache's a thing?

1•devrob•16m ago•1 comments

Agentic Primer – how I shipped a commercial app without writing code

https://github.com/shiranjit/agentic-primer
1•curoo•17m ago•0 comments

Grok Bot Galaxy

https://x.ai/galaxy
2•ilikehurdles•17m ago•0 comments

OpenAI, Anthropic, Google have been in talks on AI safety for weeks

https://techcrunch.com/2026/09/15/openai-anthropic-google-have-been-in-talks-on-ai-safety-for-weeks/
2•Alephinitesimal•17m ago•0 comments

Jean-Pierre Serre

https://en.wikipedia.org/wiki/Jean-Pierre_Serre
2•gslin•17m ago•0 comments

Compare your reaction time with a simulated fly brain

https://flinch-fly-brain-duel.vercel.app/
1•khordoo•17m ago•0 comments

AI Is Lowering the Cost of Competence and Raising the Value of Judgment

https://pensero.ai/blog/knowledge-is-no-longer-the-competitive-advantage.-judgment-is
4•rodipen•18m ago•0 comments

Who Owns the World Cup?

https://phenomenalworld.org/analysis/who-owns-the-world-cup/
1•paimapi•19m ago•0 comments

Decision Chart of Malloc() Algorithms

1•egberts1•20m ago•0 comments

Building a t-shirt factory factory

https://www.breakingchange.blog/p/building-a-t-shirt-factory-factory
2•hazelcough•21m ago•0 comments

Intel Reverses Decision to Cancel Their Open-Source Font Project

https://www.phoronix.com/news/Intel-One-Mono-Saved
2•rbanffy•22m ago•1 comments

Splash-free urinals: Design through physics and differential equations

https://academic.oup.com/pnasnexus/article/4/4/pgaf087/8098745
2•gradus_ad•25m ago•1 comments

Scalpel – give AI coding agents get_symbol() instead of a whole file

https://github.com/amritessh/scalpel-mcp
2•amritesh7•26m ago•0 comments

The Walnut Creek CD-ROM Collection

https://archive.org/details/walnutcreekcdrom
2•lioeters•26m ago•0 comments

Four Biological Conjectures: Strange and Marvelous Challenges for Biological AI

https://americanwetware.substack.com/p/four-biological-conjectures
2•Stwerner•28m ago•1 comments

Musk urges top AI labs, Chinese companies to test each other's models

https://www.cnbc.com/2026/09/15/elon-musk-ai-safety-testing.html
3•cramer4next•29m ago•0 comments
Open in hackernews

Show HN: Eulix - Code navigation for large codebases

3•Nurysso•55m ago
Hey I've been working on Eulix, a tool for navigating large codebases.

It parses a repository into symbols, call graphs and other structural information, then combines that with keyword and semantic retrieval to find relevant code.

I tested it on OpenStack (~6.9M LOC / 29k files). One query about Nova's PCI passthrough scheduling pulled back the relevant filters, helpers and related call paths in well under a second once indexed.

Some queries don't need an LLM at all, since Eulix can answer directly from the structured codebase data.

It's open source and runs locally:

https://github.com/Nurysso/eulix

I'd especially like feedback from people who've worked on code search, static analysis, or large monorepos.

on a side note it may be able to handle 30M+ loc codebase too, I haven't been able to test such huge repos cause I don't have a good enough gpu to embed parsers output! :)