frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Job Board Is Lying to You

https://nanomicon.com/blog/260730-the-job-board-is-lying-to-you
2•theHocineSaad•43s ago•0 comments

Unlocking the future of shared storage: Filestore on Colossus

https://cloud.google.com/blog/products/storage-data-transfer/filestore-file-service-runs-on-colossus
1•leg•2m ago•0 comments

Can you tell AI from human-authored code and should you even care?

https://codedelta.app/article-ai-vs-human.html
1•code-delta-app•3m ago•0 comments

Meta debuts first AI coding agent to take on Anthropic and OpenAI

https://www.cnbc.com/2026/08/05/meta-debuts-muse-code-to-take-on-anthropic-and-openai-.html
6•astlouis44•8m ago•0 comments

Price changes in consumer goods and services in the United States

https://ourworldindata.org/grapher/price-changes-consumer-goods-services-united-states
2•skadamat•8m ago•0 comments

Meta Muse Spark 1.2

https://developer.meta.com/ai/models/muse-spark/
5•wojciem•9m ago•1 comments

Unified Representation for Continuous-Latent Diffusion Language Modeling

https://arxiv.org/abs/2608.02602
1•E-Reverance•9m ago•1 comments

How to Survive in a Louisiana Swamp

https://unherd.com/2026/08/how-to-survive-on-a-louisiana-swamp/
1•bookofjoe•9m ago•0 comments

Ban the Throbber

https://banthethrobber.neocities.org/
4•kyledrake•10m ago•1 comments

TikTok Enters the Multichannel Fulfillment Race with FBT MCF

https://www.geekseller.com/blog/tiktok-enters-the-multichannel-fulfillment-race-with-fbt-mcf/
1•kull•11m ago•0 comments

PEP 842 – Module Exports

https://peps.python.org/pep-0842/
1•Ravencentric•12m ago•0 comments

Microsoft makes OpenAI GPT-5.6 Sol default in GitHub Copilot for staff

https://www.cnbc.com/2026/08/05/microsoft-makes-openai-gpt-5point6-sol-default-in-github-copilot-...
1•kjhughes•13m ago•0 comments

My Son's Internet

https://www.gordonmclean.co.uk/2026/08/04/my-sons-internet-2/
1•speckx•14m ago•0 comments

Tesla, Inc. vs. Angstrom Automotive Group, LLC

https://www.courtlistener.com/docket/73664213/1/tesla-inc-v-angstrom-automotive-group-llc/
2•hnburnsy•14m ago•1 comments

Microsoft's BitNet 2B on a 4 GB Raspberry Pi 5, in one 1.2 GB file

https://github.com/geisten/geistlib
1•geisten•15m ago•0 comments

SparklingTree: 30-40% faster specdec than DSpark by combining DDTree and DSpark

https://jwlabs.vercel.app/post/sparklingtree
1•shreybirmiwal•15m ago•0 comments

People prefer stories written by AI when told they're written by a human

https://techxplore.com/news/2026-08-people-stories-written-ai-told.html
1•wjSgoWPm5bWAhXB•16m ago•0 comments

Show HN: ShiftGrid – open-source transparent prompt-engine for pentests

https://github.com/BuFuuu/shiftgrid/blob/main/demo.gif
1•bufuu•16m ago•0 comments

Unpacking ChatGPT Work: The Agent for a Billion Users

https://www.latent.space/p/unpacking-chatgpt-work
1•haritha1313•16m ago•0 comments

Show HN: My receipt printer prints an original artwork every morning

https://github.com/matt-w-horn/morningprint
1•spectraldrift•17m ago•0 comments

Muse Code and Muse Spark 1.2

https://research.meta.ai/blog/introducing-muse-code-and-muse-spark-1-2
6•paulkrush•17m ago•1 comments

Releasing Muse Code in beta today, and Muse Spark 1.2

https://twitter.com/finkd/status/2085080750034940201
3•pmxi•20m ago•0 comments

DeepSeek V4-Flash-0731 is 12 pts more censored than preview (selectively)

https://www.ctgt.ai/research/v4-flash-0731-drift
3•cgorlla•21m ago•0 comments

Why AI agents aren't adopted widely

https://invertedpassion.com/why-ai-agents-arent-adopted-widely/
2•twapi•22m ago•0 comments

A new kind of rental scam strikes SF: He lost $18,000 to a duped Zillow listing

https://sfstandard.com/2026/08/05/san-francisco-rental-listing-scam/
2•randycupertino•24m ago•1 comments

How to Cross-Compile Rust for Windows from Linux

https://www.rustfaq.org/en/how-to-cross-compile-rust-for-windows-from-linux/
2•auraham•24m ago•0 comments

Show HN: DrakeAI – expense tracker you log by voice or text, no bank sync

https://drakeai.app/
2•a_protsyuk•26m ago•0 comments

Linux's Staging Area to Now Reject LLM Patches, Except for Real Security Fixes

https://www.phoronix.com/news/Linux-Staging-Reject-LLMs
2•Bender•28m ago•1 comments

FSF job opportunity: Engineering and Certification Manager

https://www.fsf.org/news/2026-job-opportunity-fsf-engineering-and-certification-manager
2•infognu•29m ago•0 comments

Show HN: Greenlight – Preflight Scanner for App Store and Google Play

https://github.com/RevylAI/greenlight
2•ethanzhoucool•29m ago•0 comments
Open in hackernews

hbkit: Recover Synology Hyper Backup (.hbk) archive files

https://github.com/YordiLorenzo/hbkit
2•toomuchtodo•1h ago

Comments

toomuchtodo•1h ago
Original title "Recover files from Synology Hyper Backup (.hbk) archives without Synology software — CLI + TUI, checksum-verified, plus a full format spec" compressed to fit within title limits.

Not mine, found via Hyper Backup Explorer drove me to reverse-engineer the .hbk format - https://old.reddit.com/r/synology/comments/1vf9xzr/hyper_bac...

From the Reddit thread cited:

---

I'm on the other side of the world from my NAS right now, and I wanted to pull the whole backup down and restore it elsewhere. Hyper Backup is great at pushing data out to S3/R2. Getting it back is where it falls apart.

Hyper Backup Explorer is the only official way to open a .hbk archive. It's GUI-only, has no CLI, and ships no Apple Silicon build. On my archive (4.8TB, around 1.1 million files) it was slow enough that I gave up and picked the format apart instead.

github.com/YordiLorenzo/hbkit (MIT license) or `pip install hbkit`

CLI plus a TUI. Point it at an archive, browse it like a file tree, tick what you want, pull it out. Runs natively on Apple Silicon and headless on Linux, extraction is parallel and resumable. Every chunk gets verified against the MD5 and CRC32 that Hyper Backup already stores, so it can't quietly hand you a corrupted photo. If something's wrong it stops and names the file.

Two things it doesn't do. Encrypted archives are detected and refused rather than half-decoded. And I've only had one archive to test against: DSM 7, unencrypted, LZ4. There's code in there for older layouts that I worked out by disassembling Synology's own binary, but it has never seen a real archive of that kind.

Which is why I'm posting. If you have a Hyper Backup archive lying around, run:

hbk <path> doctor

It reads the layout, then proves it can handle it by rebuilding a few of your real files and verifying them. Takes seconds, writes nothing, doesn't touch the archive. If it fails, that output is exactly what I need.

I also documented the format in FORMAT.md, with everything marked as verified, disassembled, or still guesswork. Nothing public seems to describe it, the magic bytes turn up zero hits anywhere. So even if the tool is useless to you, someone else can write their own reader.

I've been an engineer for 10+ years, mostly mobile native and large-scale web platforms. Claude Code did a lot of the typing on this, but I read every line that went in and the verification design is the part I insisted on.

Update: encrypted archives are now supported as of v0.2.0. Both file contents and filenames decrypt, and a wrong password is rejected instantly before any data is read.