frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Rotating torus in terminal (but with kitty graphics protocol)

https://andreadimatteo.com/torus-v0-5.html
1•deotman•28s ago•0 comments

The House of Ellison Is on the Brink

https://www.notesfromthecircus.com/p/the-house-of-ellison-is-on-the-brink
1•paol•1m ago•0 comments

Agent-Browser – Browser Automation for AI

https://agent-browser.dev/
1•Garbage•3m ago•0 comments

An Interview with Salman Rushdie

https://brickmag.com/an-interview-with-salman-rushdie/
1•xyztenet•6m ago•0 comments

Something Weird Is Happening in Math

https://www.theatlantic.com/technology/2026/07/jacob-tsimerman-math-fields-medal-openai/688120/
2•altro•10m ago•0 comments

Provenance: What It Takes to Prove Creator Data Dignity

https://medium.com/@vektormemory/provenance-what-it-actually-takes-to-prove-creator-data-dignity-...
1•vektormemory•12m ago•0 comments

Sizeof is surprisingly difficult to parse in C

https://sebsite.pw/w/20260802-sizeof.html
2•jandeboevrie•17m ago•0 comments

The Complete History of Michael Jackson's Sonic 3 [video]

https://www.youtube.com/watch?v=xiuC-616BPQ
1•austinallegro•17m ago•0 comments

Y'all Street Launches: Texas Stock Exchange Goes Live in Dallas

https://www.foxbusiness.com/markets/yall-street-launches-texas-stock-exchange-goes-live-dallas
1•testrun•20m ago•0 comments

Why are all the amounts values negative?

https://bankstatementconverter.com/blog/posts/2026-08-02-why-are-all-amounts-negative/
2•4pkjai•25m ago•0 comments

Cardstock – dynamic OG images from one URL (no render server)

https://cardstock.dev
1•atom_builder•28m ago•0 comments

Claude-for-Hardware

https://github.com/Midstall/claude-for-hardware
1•ai_critic•38m ago•0 comments

AI Ate Your RAM (Why Memory Prices Exploded)

https://www.youtube.com/watch?v=r7b2uwy8_CM
1•cable2600•45m ago•0 comments

CISA Guide Helps Fed Agencies Securely and Effectively Use Open Source Software

https://www.cisa.gov/news-events/news/cisa-guide-helps-federal-agencies-securely-and-effectively-...
3•billybuckwheat•45m ago•0 comments

Attribution model that gives 0% credit to demo requests

https://www.upside.tech/blog/how-we-built-pipedash/
1•aeromusek•46m ago•1 comments

X says ex-manager took $12,000 in crypto and bribed employee to

https://runtimewire.com/article/exclusive-x-says-ex-manager-took-12-000-in-crypto-and-bribed-empl...
1•ryanmerket•47m ago•1 comments

JobRadar: Open-source job search agent that scores listings with a local LLM

https://github.com/ANIRudH-lab-life/job-radar
2•anirudhshivam•48m ago•0 comments

RSS is dead. Stop crying about Google Reader

https://grigio.org/rss-is-dead-stop-crying-about-google-reader/
1•grigio•52m ago•0 comments

Foulab, Montréal's First Hackerspace

https://medium.com/chronicles-of-montr%C3%A9al/foulab-montr%C3%A9al-s-first-hackerspace-590b5ec00151
1•sillysaurusx•56m ago•0 comments

A Tech Founder Wanted to Start a New Country. An Actual Country Got in the Way

https://www.wsj.com/tech/a-tech-founder-wanted-to-start-a-new-country-an-actual-country-got-in-th...
1•nradov•1h ago•0 comments

Show HN: I don't code – I run a self-correcting protocol across 4 projects

https://github.com/Sovereign34/agent-protocol-notes
2•Sovereign34•1h ago•0 comments

Pixel 11 specs and price leak with no surprises

https://www.theverge.com/tech/974238/pixel-11-specs-and-price-leak
1•xiaoyu2006•1h ago•0 comments

U.S. sanctions Iranian firms for Bitcoin maritime insurance operation in Hormuz

https://home.treasury.gov/news/press-releases/sb0581
3•giuliomagnifico•1h ago•0 comments

Game Industry Hardship Fund

https://itch.io/b/3802/game-industry-hardship-fund
2•jbm•1h ago•0 comments

ebookfs – a 9P eBook library filesystem

https://github.com/ramblingenzyme/ebookfs
1•ramblingenzyme•1h ago•1 comments

ao486: x86-compatible Verilog core implementing all features of a 486 SX (2014)

https://github.com/alfikpl/ao486
1•csmantle•1h ago•0 comments

Challenge GPT and Claude to Run Their Own Lemonade Stands[video]

https://www.youtube.com/watch?v=6Ide5pRLR8Y
1•blackcat201•1h ago•0 comments

Strangers pretrained a language model with HF PRs and a cron job

1•somevyn•1h ago•0 comments

'Naked Dressing' Is Spreading and It's Making Things Awkward

https://www.wsj.com/style/fashion/naked-dressing-hailey-bieber-madonna-d2a1d94b
1•petethomas•1h ago•0 comments

Moochacha

https://codeberg.org/markdascher/moochacha
2•sillysaurusx•1h ago•0 comments
Open in hackernews

ebookfs – a 9P eBook library filesystem

https://github.com/ramblingenzyme/ebookfs
1•ramblingenzyme•1h ago

Comments

ramblingenzyme•1h ago
I've spent the last 3 months building `ebookfs`, which is the ebook library software I've always wanted after being intrigued by Plan 9/9P and not gelling with Calibre. The current release is v1.0.0-beta-3, since I know there's a few bugs & I haven't put it through enough testing, so I'm sure there's more to find.

Right now it's only built to be accessed via a 9P mount and run on a server (like the k3s cluster I've got in my homelab). However, I got to a point where I realised I'm solving and re-solving a lot of the same problems that Calibre and other attempts at replacement software has to, for the sake of a different interface. So, I made the decision to keep the 9P code separated from the core library code and build the library core as a generic interface with the idea that other frontends should be able to be built, whether that's HTTP + web or a TUI etc. Essentially, that library module is what I wish I could have had before working on this project.

There is also a roadmap for V2 I've put together to add hooks to the ingestion process, so plugins could be built to convert to EPUB or strip encryption, as well as emitting events when books are edited or deleted. The latter would push some of the logic I've written in the 9P layer back into the library.

Hopefully some of y'all like the idea of the filesystem interface, which is kind of an open core that scripts and other things could be built on top of, and hopefully some of y'all like the idea of throwing your own frontends together.