frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nvidia launches Space-1 Vera Rubin for orbital AI

https://nvidianews.nvidia.com/news/space-computing
2•seanwatson•1m ago•0 comments

Why Parsley, Sage, Rosemary, and Thyme?

https://signoregalilei.com/2026/03/01/why-parsley-sage-rosemary-and-thyme/
1•surprisetalk•2m ago•0 comments

Prisim Optical Connectomics [video]

https://www.youtube.com/watch?v=c6XFA1esgVE
1•surprisetalk•2m ago•0 comments

Invariance, Equivariance, and Factorization

https://www.dissonances.blog/p/invariance-equivariance-and-factorization
1•surprisetalk•2m ago•0 comments

I'll probably never use Windows

https://waspdev.com/articles/2026-03-12/i-ll-probably-never-use-widows
1•surprisetalk•2m ago•0 comments

Show HN: Shoebox – S3 API for your local filesystem

https://github.com/deepjoy/shoebox
1•deepjoy•4m ago•0 comments

How the corpse flower came to be so weird

https://www.scientificamerican.com/article/how-the-corpse-flower-evolved-its-bizarre-traits/
1•sohkamyung•4m ago•0 comments

"Sensorveillance" Turns Ordinary Life into Evidence

https://spectrum.ieee.org/digital-surveillance
1•oldnetguy•5m ago•0 comments

Everything changed in July 2023. Nobody noticed. 10 papers, 1 undergrad, 1 week

https://zenodo.org/records/19062588
1•KyungaeAhn•6m ago•1 comments

What Is Powering AI?

https://climatedrift.substack.com/p/what-is-powering-ai
2•JoiDegn•6m ago•2 comments

Ask HN: What is the single best resource that made you a better founder?

1•hhcoder•6m ago•0 comments

The Download: OpenAI's US Military Deal, and Grok's CSAM Lawsuit

https://www.technologyreview.com/2026/03/17/1134322/the-download-openi-us-military-deal-grok-xai-...
1•joozio•6m ago•0 comments

BetterKV – A multithreaded Rust Redis alternative, 10-30x faster in benchmarks

1•1jmdev•9m ago•0 comments

State of Open Source on Hugging Face: Spring 2026

https://huggingface.co/blog/huggingface/state-of-os-hf-spring-2026
1•_1•9m ago•0 comments

Parallel Perl – autoparallelizing interpreter with JIT

https://perl.petamem.com/gpw2026/perl-mit-ai-gpw2026.html#/4/1/1
1•bmn__•10m ago•1 comments

I downloaded and hashed 4.6M ArXiv PDFs. Then the hashes changed

https://dorsalhub.com/blog/i-downloaded-and-hashed-4-6-million-arxiv-pdfs-then-the-hashes-changed
1•rioachuzia•11m ago•1 comments

Garry Tan's exact Claude Code setup

https://github.com/garrytan/gstack
1•samuel246•11m ago•0 comments

Ask HN: Does open source forking mitigate regulatory liability for the author?

1•DeepFreez•13m ago•1 comments

Show HN: NERV-UI – A brutalist React UI library inspired by Evangelion

https://mdrbx.github.io/nerv-ui/
1•Mooty•13m ago•0 comments

Nvidia faces gamer backlash over 'breakthrough' AI graphics feature

https://www.bbc.com/news/articles/cdxg15eyv5ko
2•ranit•13m ago•0 comments

Show HN: Agent-fs – The missing filesystem for agents (and humans)

https://github.com/desplega-ai/agent-fs
1•tarasyarema•13m ago•0 comments

Journey – a loyalty program for independent boutique hotels

https://www.journey.com/
1•zbusekrus•14m ago•2 comments

Show HN: Deductly – I'm a restaurant owner with 15 years in tech. this saved me

https://getdeductly.com/
1•Salniazi•17m ago•0 comments

AI Agent Backdoors Trivy Security Scanner, Weaponizes a VS Code Extension

https://grith.ai/blog/ai-agent-compromised-trivy-weaponized-vscode-extension
2•edf13•17m ago•1 comments

Show HN: X Search Exporter – Scrape and Export Twitter Search Results

https://chromewebstore.google.com/detail/x-search-exporter-–-scrap/gjijemcjhpndenlobindkdjldmlh...
1•qwikhost•17m ago•0 comments

Most editors at math journal resign over multiple reviews

https://retractionwatch.com/2026/03/17/communications-in-algebra-taylor-francis-editors-mass-resi...
1•nhatcher•18m ago•0 comments

What PwC Learned from Its Policy of Flexible Work for Everyone (2019)

https://hbr.org/2019/01/what-pwc-learned-from-its-policy-of-flexible-work-for-everyone
1•donutshop•21m ago•0 comments

The Flawed Ephemeral Software Hypothesis

https://www.blackhc.net/essays/future_of_software/
2•pretext•23m ago•0 comments

Measuring progress toward AGI: A cognitive framework

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/measuring-agi-cognitive...
4•surprisetalk•24m ago•2 comments

Hello

1•hehewhy•26m ago•3 comments
Open in hackernews

Show HN: Oosmetrics – growth, acceleration, and originality for 300K+ OSS repos

https://oosmetrics.com
2•alessandroflati•1h ago
I built oosmetrics to answer a question I kept running into: which repos are actually gaining momentum right now, not just which ones already have the most stars?

It tracks 300,000+ GitHub repos continuously and computes three metrics per repo:

- Growth rate (7d and 30d): star velocity, not raw count

- Acceleration: is growth speeding up, stable, or declining?

- Originality: how does this repo perform relative to its taxonomy peers? A 2K-star Rust HTTP framework that leads its niche scores higher than a 10K-star repo that's average for its category

Each metric gets a percentile-based letter grade (S to F). The feed is filterable by topic, language, and sort order, with a "Rising Stars" view for repos that entered tracking recently but are already accelerating.

A few technical details that might interest HN:

- GitHub's Search API caps results at 1,000 per query. Discovery works around this by dynamically splitting star-count brackets when a bracket hits the ceiling; currently at 315 brackets

- Processing is fully continuous. A worker pool picks any repo not processed in the last 24h and runs snapshot -> taxonomy -> metrics -> grades -> cache invalidation

- Grades are percentile-based within the corpus (or within taxonomy for originality), so they recalibrate automatically as the dataset grows

- Repo pages include an on-demand AI overview (what it does, who it's for, quick start, license) generated from the README by a self-hosted language model and cached permanently, only generated on first visit

Everything is free, no login required. Would love feedback on the metric definitions and whether the grading feels calibrated.

https://oosmetrics.com

Comments

ScionOfBalance•50m ago
I stumbled upon this website and easily found some repos I never heard about that helped me greatly to gain knowledge on otherwise hard to spot niches. The query filters, growth metrics and immediate overviews were much more helpful than a "blind" google search.
alessandroflati•48m ago
Thanks for sharing that — exactly the use case I built it for. The niche discovery angle (finding strong repos in categories you didn't know to search for) is something I want to lean into more. Curious: which topic filters did you find most useful, and were there any niches that felt underpopulated or missing entirely?
ScionOfBalance•43m ago
Personally, I explored the AI/ML and DevTools topics, together with keywords like "learn", "hands-on", and similar, since I was looking for educational repositories to learn programming languages like Rust or Go, without resorting to the old fashioned "reed the manual" way.

So, I would say that if some sort of "Educational" topic was added to the menu on the left, it would have made my search even easier and more spot-on.

By the way, I appreciate the answer, and congrats on your idea and the outcome so far :)

alessandroflati•38m ago
Really glad it helped with that use case - finding hands-on learning resources is something I hadn't explicitly designed for, but it makes a lot of sense as a discovery pattern.

The "Educational" topic is a good idea. The taxonomy is currently derived from GitHub topics, so repos would need to be tagged with something like tutorial, learning, or educational to surface there... but I can look at whether there's enough coverage to make it a useful filter. Adding it to the backlog!

Thanks for the kind words, and for the concrete suggestion — this is exactly the kind of feedback that helps.