frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Elon should remain focused on Mars; diverting to the Moon would be a mistake

https://quillette.com/2026/03/05/musk-is-enticed-by-the-lunar-siren-moon-space/
1•speckx•2m ago•0 comments

Beyond expands AI offering with revenue management tools

https://shorttermrentalz.com/news/beyond-expands-ai-revenue-management/
1•thomcrowe•3m ago•0 comments

Four by Three Puzzle

https://www.hankgreen.com/fourbythree
1•marvinborner•6m ago•0 comments

Show HN: SparQ Pulse – Self-hosted, GitHub-native project management

https://github.com/gosparQ/sparq
1•aidanurbina•7m ago•0 comments

Robert Stroud

https://en.wikipedia.org/wiki/Robert_Stroud
1•petethomas•7m ago•0 comments

Show HN: Piranha Chat – The second screen for live events.

https://piranha.chat/
1•Mike-Mait•7m ago•0 comments

A $45M Donation Brought Larry Ellison Deeper into Trump's Circle

https://www.wsj.com/politics/policy/how-a-45-million-donation-brought-larry-ellison-deeper-into-t...
2•petethomas•7m ago•0 comments

Vibe Coding to Agentic Engineering with Claude Code

https://www.apimatic.io/blog/agentic-engineering-claude-code
1•m3h•7m ago•0 comments

Popup Conversion Wizard – All-in-one premium popup app

https://apps.shopify.com/orange-popup
1•Vectortech•9m ago•0 comments

Engine No. 1000: Destinus reaches industrial-scale turbojet production in Europe

https://www.destinus.com/post/engine-no-1000-destinus-reaches-industrial-scale-turbojet-productio...
1•Someone•10m ago•0 comments

CFPB to Propose Data Rationing on Fintechs in Open Banking Plan

https://news.bloomberglaw.com/banking-law/cfpb-to-propose-data-rationing-on-fintechs-in-open-bank...
1•petethomas•10m ago•0 comments

Meta releases a new AI app for creators

https://techcrunch.com/2026/06/24/facebook-rolls-out-an-ai-companion-app-for-creators/
1•bogdiyan•11m ago•0 comments

Portfolio doesn't need to be boring

https://feralui.vercel.app/#/deskfolio
2•solutionB•12m ago•0 comments

Show HN: Get AI to recommend your product or service

https://plauditlabs.com
2•cwbuilds•12m ago•0 comments

OpenAI unveils its first custom chip, built by Broadcom

https://techcrunch.com/2026/06/24/openai-unveils-its-first-custom-chip-built-by-broadcom/
11•jamdesk•13m ago•56 comments

Home Broadband Is 5G's Surprise Killer App

https://spectrum.ieee.org/fixed-wireless-access
2•Brajeshwar•14m ago•1 comments

Fable Back on AWS Bedrock

https://twitter.com/synthwavedd/status/2069813760622043483
2•mkw5053•14m ago•0 comments

Show HN: Imara – policy enforcement layer for MCP agents (npx imara)

https://github.com/Dnakitare/imara
1•dnakitare•15m ago•0 comments

Peach – free, open source, zero-knowledge password manager with no server

https://peachpasswords.com/
1•ashasoftware•15m ago•0 comments

Copy any websites design with this Chrome plugin

https://chromewebstore.google.com/detail/ai-brand-kits-—-extract-b/cbdoamlbbflaphjnbladbfnianjl...
1•mattmerrick•16m ago•0 comments

Raspberry Pi Locator to shut down after its bot was blocked

https://hackaday.com/2026/06/24/raspberry-pi-locator-website-to-shut-down-in-july/
1•Lihh27•17m ago•0 comments

Performance of WASM Runtimes in 2026

https://00f.net/2026/06/23/webassembly-runtimes-2026/
1•fanf2•18m ago•0 comments

How Does History Judge Prime Ministers?

https://www.historytoday.com/archive/head-head/how-does-history-judge-prime-ministers
1•pepys•19m ago•0 comments

Looking Ahead to Postgres 19

https://www.snowflake.com/en/blog/engineering/postgresql-19-features-beta/
1•plaur782•22m ago•0 comments

Ask HN: I miss old days of blogging without promotions

2•throwaw12•23m ago•3 comments

The running list: major tech layoffs in 2026 where employers cited AI

https://techcrunch.com/2026/06/22/the-running-list-major-tech-layoffs-in-2026-where-employers-cit...
2•wslh•25m ago•0 comments

Overturned truck releases 24M honeybees forcing Texas town lockdown

https://www.fox26houston.com/news/overturned-18-wheeler-releases-least-24-million-honeybees-forci...
1•Vaslo•25m ago•0 comments

Fuzzy APIs are remaking the web

https://www.infoworld.com/article/4186394/how-fuzzy-apis-are-remaking-the-web.html
1•msolujic•28m ago•0 comments

China as an Absolute Advantage Economy

https://yashenghuang.substack.com/p/china-as-an-absolute-advantage-economy
2•speckx•28m ago•0 comments

All roads led to Markdown

https://paxdynamics.com/blog/build-right
3•majestic5762•29m ago•0 comments
Open in hackernews

I taught a bucket to speak Git

https://www.tigrisdata.com/blog/objgit/
36•xena•1h ago

Comments

ctoth•1h ago
Came here for a five-gallon bucket hooked to Dulwich (archiving rain?), Slightly disappointed :)

Go Git and Dulwich and friends are indeed fun tech.

Eikon•54m ago
Most of the pain here is the typical set of issues people run into trying to make S3 a filesystem as-is, common with S3FS-family approaches.

ZeroFS (https://github.com/Barre/zerofs) is 9P/NFS/NBD over S3 on an LSM. Point stock go-git, or just /usr/bin/git, at a mount and skip the gymnastics. Rename is a metadata op in the keyspace, so you get it atomic on any S3—no Tigris-specific X-Tigris-Rename needed.

Different point on the spectrum, but less square-peg, also most probably much, much faster (it works great on linux-sized repos) :)

xena•36m ago
Author of the article here. I'm aware of ZeroFS and other similar approaches (such as something internal at Tigris that will become public at a later date), this was more of an experiment to see how far you can get with stuff I already had "on the shelf". I am going to be improving this a fair bit; I just need to plan out what I'm gonna work on and figure out the best times to stream it, etc.