frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Empty rounds: our AI agents weren't unmotivated, they lacked a tool

https://github.com/MerariJafet/agora/releases/tag/v0.3.0
1•merari_acero•2m ago•0 comments

Turning a Yellow Spot into the Sun

https://newsletter.weskao.com/p/turning-a-yellow-spot-into-the-sun
1•AntonZ234•2m ago•0 comments

Accurate Models of AMD Matrix Cores

https://arxiv.org/abs/2609.14845
1•matt_d•2m ago•0 comments

Fed hikes rates as inflation worries push up bond yields

https://www.reuters.com/live/live-fed-rate-hike-expected-inflation-worries-push-up-bond-yields-20...
1•wslh•3m ago•0 comments

Show HN: Friday – Self-hosted persistent memory for AI coding agents (MCP)

https://github.com/itskie/friday
2•itskie•3m ago•0 comments

An Aging World: 2025 [pdf]

https://www2.census.gov/library/publications/2026/demo/p95-26-1.pdf
1•gmays•3m ago•0 comments

Static website serving the complete 1913 Webster's Revised Unabridged Dictionary

https://www.timcieplowski.com/blog/websters-1913/
1•indigodaddy•3m ago•0 comments

Show HN: Fufu – an opinionated Git client inspired by Jujutsu

https://tyler-johnson.github.io/fufu/
1•mrgalaxy•3m ago•0 comments

Smartdesign – Helps avoid AI design in vibe-coded software

https://foragents.pages.dev/
1•telui•6m ago•0 comments

China's Ubtech Opens Plant Making a Humanoid Robot Every 10 Minutes

https://en.sedaily.com/international/2026/09/16/chinas-ubtech-opens-plant-making-a-humanoid-robot...
2•yogthos•6m ago•0 comments

A 3-Year-Old's Metastatic Cancer Disappeared After Experimental Therapy

https://www.sciencealert.com/a-3-year-olds-metastatic-cancer-disappeared-after-two-doses-of-exper...
1•theanonymousone•6m ago•0 comments

Poll shows Americans are increasingly alarmed by AI's ecological footprint

https://www.aljazeera.com/news/2026/9/16/poll-shows-americans-are-increasingly-alarmed-by-ais-eco...
4•billybuckwheat•7m ago•1 comments

I Did a Diagnostic

1•LuqmanMichel•7m ago•0 comments

Training a 4B model to produce 81% faster query plans than Postgres

https://rohanbansal.com/qorl
2•polyphilz•8m ago•0 comments

Reverse-engineered Jev-like model

https://github.com/vinnylarouge/jevlike
1•rochansinha•8m ago•1 comments

Amazon Prime Video Uses A.I. For Lip-Synced Translations

https://www.nytimes.com/2026/09/10/arts/television/amazon-prime-video-ai-translation-dub.html
2•bookofjoe•9m ago•1 comments

Why a fast-growing German AI startup is moving its parent company from the US

https://www.euronews.com/business/2026/09/16/why-this-fast-growing-german-ai-start-up-is-moving-i...
7•jethronethro•13m ago•0 comments

Tell HN: An inside view of Montana's new biotech law

1•niklas_anzinger•14m ago•0 comments

Coldwire – Offline Caching for Rails, Hotwire, and Hotwire Native

https://github.com/noreastergroup/coldwire-rails
2•hubert_magni•18m ago•0 comments

Claude Code files HR complaints about you while you work

https://github.com/lasagnapizza/claude-hr
1•kinduff•18m ago•1 comments

Rypipe – Format- and source-agnostic ingestion framework

https://github.com/emiliano-go/rypipe
2•emi_gandini•19m ago•0 comments

Anyhropic Launches Google Docs Alternative: Claude Docs

https://www.theverge.com/ai-artificial-intelligence/996234/anthropic-one-claude-cowork-docs-slides
2•lewisjoe•19m ago•0 comments

Show HN: Blast Arena – Quake 3-style deathmatch in the browser (WebRTC P2P)

https://kosmi.io/blast-arena/
1•hauxir•22m ago•0 comments

Will Taiwan Just Give Up?

https://www.theatlantic.com/magazine/2026/10/trump-taiwan-sovereignty-china/688356/
3•JumpCrisscross•22m ago•2 comments

Show HN: Deiko – point at your screen, talk, and hand the brief to your agent

https://deiko.app/
1•maddy30445r•23m ago•0 comments

MSI Titan 18 HX Dragon Edition Norse Myth AI: Can It Run AI Workloads Locally?

https://techstackups.com/articles/msi-titan-18-hx-dragon-edition-norse-myth-ai-review/
1•sixhobbits•23m ago•0 comments

AirPods 5 with Wireless Charging Case Works with MagSafe, but Not Magnetically

https://daringfireball.net/linked/2026/09/16/airpods-5-magsafe
2•aleshh•25m ago•1 comments

Meat Yield Calculators

https://meatprocessingplant.com/tools/meat-yield-calculator
1•g_langenderfer•25m ago•1 comments

We've created the first vectorized Quicksort

https://opensource.googleblog.com/2022/06/Vectorized%20and%20performance%20portable%20Quicksort.html
25•mococa•26m ago•4 comments

9-year-old Minecraft YouTuber ran up a $118,000 ad bill using dad's company card

https://www.videogameschronicle.com/news/im-definitely-cooked-a-9-year-old-minecraft-youtuber-ran...
2•speckx•29m ago•1 comments
Open in hackernews

Show HN: Pkgbot – Fast Linux package search engine

https://pkg.bot
2•knadh•1h ago
I recently switched to NixOS and in the process of setting it up, found the package search on its repo site very clunky and tedious. No permalink to share, no way to find or sort by recency or version.

That got me thinking that most repo websites, including aggregators like pkgs.org and repology.org have the same issue with UX (AUR is nice and simple though).

So I made https://pkg.bot on top of the excellent Repology data dump specifically with the following subjective goals:

- Good, non-bloated, non-clunky UI and UX (opinionated, the way I would like it) - Sorting and filtering across many parameters (license, >version <last_updated etc.) - Speed (results render in single-to-double digit ms)

It has ~2.7m packages across 100+ package repos indexed. There are JSON APIs + CSV APIs (for direct terminal display / easy LLM querying). I'm planning to add a DNS server also so that packages can by queried over DNS ala https://dns.toys

Source: https://github.com/knadh/pkg.bot