frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic released a CLI to evaluate skills and plugins

https://code.claude.com/docs/en/plugin-evals
1•edonadei•32s ago•0 comments

QueryBrew: System-Agnostic SQL-to-SQL Query Optimization [pdf]

https://www.vldb.org/pvldb/vol19/p4494-schmidt.pdf
2•matt_d•4m ago•0 comments

Project Blinkenlights

https://blinkenlights.de/en/
3•doener•5m ago•1 comments

Good Alternative to the Cloud

https://github.com/DeploCloud/deplo
2•idradev•5m ago•0 comments

Neom: The Largest Megaproject Collapsed [video]

https://www.youtube.com/watch?v=GbB3vFfiaVU
2•handfuloflight•5m ago•0 comments

Gov Newsom Signs Student-Backed Digital Literacy Bills Alongside Misguided Bans

https://www.eff.org/deeplinks/2026/09/governor-newsom-signs-student-backed-digital-literacy-bills...
2•hn_acker•5m ago•1 comments

Cold TAKE: Amazon's New Encryption Method Still Doesn't Deliver Real Privacy

https://www.eff.org/deeplinks/2026/09/cold-take-amazons-new-encryption-method-still-doesnt-delive...
2•hn_acker•8m ago•0 comments

Dave Ditzel's keynote/AMA on Esperanto's odyssey

https://blog.aifoundry.org/p/dave-ditzels-keynoteama-on-esperantos
2•sxzygz•8m ago•0 comments

What Is Your P(doom)?

https://en.wikipedia.org/wiki/P(doom)
2•consumer451•9m ago•0 comments

The US Government Launched 3 Previously Unreported Investigations of Polymarket

https://www.wired.com/story/polymarket-investigations-iran-biden-google-foia/
1•sbulaev•13m ago•0 comments

An Algorithm for Proving Combinatorial Infeasibility

https://arxiv.org/abs/0801.3788
2•E-Reverance•15m ago•0 comments

wolfSSL Announces wolfPSA

https://github.com/wolfSSL/wolfPSA
2•aidangarske•15m ago•1 comments

Michigan coal plant [J.H. Campbell] set to close was illegally kept open

https://www.freep.com/story/news/environment/2026/09/11/consumers-energy-campbell-power-plant-coa...
2•toomuchtodo•17m ago•1 comments

Meta Sets Up Super IC Teams

https://news.theuncommonexecutive.com/p/how-to-get-the-most-out-of-your-super
2•fagnerbrack•20m ago•0 comments

What Is an Agent Multiplexer?

https://clor.com/blog/what-is-an-agent-multiplexer
2•jacobgold•20m ago•0 comments

NASA: The National Artificial Stupidity Association (Omni 1985)

https://ia800903.us.archive.org/BookReader/BookReaderImages.php?zip=/5/items/omni-archive/OMNI_19...
2•mpweiher•26m ago•1 comments

Show HN: Claude Read Aloud – Hear Claude's Replies Instead of Reading

https://github.com/MichaelPGifford/claude-read-aloud
2•michaelgifford•30m ago•0 comments

Show HN: Loop Pedal for Video

https://github.com/haxybaxy/video-pedal
2•haxybaxy•30m ago•0 comments

How AI Is Changing Audio Restoration in 2026

https://audioconverterai.io/blog/ai-audio-restoration
2•peter_d_sherman•31m ago•1 comments

Show HN: Spanda – Sub-microsecond LLM epistemic uncertainty in Rust

https://github.com/Adarshent/Spnda
12•Bhupennayak•31m ago•1 comments

Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues

https://github.com/mirza-rizvi/ResolveHQ
3•mirza_rizvi•32m ago•0 comments

FreelanceFend – AI web app and extension to screen freelance clients

https://www.freelancefend.com/
2•RezonReiTy•32m ago•0 comments

Rage Against the Machine

https://milelion.com/2026/09/11/rage-against-the-machine/
2•motionlessveloc•32m ago•0 comments

Pixel Wealth

https://consti.de/1-pixel-wealth/
3•con•33m ago•0 comments

The moon may have formed in just 5 hours, new simulations suggest

https://www.livescience.com/space/the-moon/the-moon-may-have-formed-in-just-5-hours-new-simulatio...
4•bookofjoe•37m ago•1 comments

ASCII City Update 3: Maps and Exploration Update [video]

https://www.youtube.com/watch?v=SNJyKjfB8fY
2•duck•37m ago•0 comments

On 'scaling up' and being the right size

https://tzovar.as/scaling-up-and-on-being-the-right-size/
3•kassner•38m ago•0 comments

The Latest Wealth Flex: Big Trees

https://www.nytimes.com/2026/09/05/style/the-latest-wealth-flex-big-trees.html
3•acdanger•39m ago•1 comments

Yojam: A macOS default-browser shim that routes URLs through a rule engine

https://github.com/fluffypony/yojam
2•birdculture•39m ago•0 comments

GPT-6 built this earth exploration site in 5 prompts

https://earth.ethanplus.ai/
3•ethanplusai•40m ago•0 comments
Open in hackernews

Packed Data Support in Haskell

https://arthi-chaud.github.io/posts/packed/
77•matt_d•1y ago

Comments

nine_k•1y ago
> Introducing the ‘packed’ data format, a binary format that allows using data as it is, without the need for a deserialisation step. A notable perk of this format is that traversals on packed trees is proven to be faster than on ‘unpacked’ trees: as the fields of data structures are inlines, there are no pointer jumps, thus making the most of the L1 cache.

That is, a "memory dump -> zero-copy memory read" of a subgraph of Haskell objects, allowing to pass such trees / subgraphs directly over a network. Slightly reminiscent of Cap'n Proto.

90s_dev•1y ago
We are always reinventing wheels. If we didn't, they'd all still be made of wood.
Zolomon•1y ago
They mention this in the article.
spockz•1y ago
It reminds me more of flat buffers though. Does protobuf also have zero allocation (beyond initial ingestion) and no pointer jumps?
cstrahan•1y ago
No, one example of why being variable sized integers.

See https://protobuf.dev/programming-guides/encoding/

carterschonwald•1y ago
One thing that sometimes gets tricky in these things is handling Sub term sharing. I wonder how they implemented it.
tlb•1y ago
> the serialised version of the data is usually bigger than its in-memory representation

I don’t think this is common. Perhaps for arrays of floats serialized as JSON or something. But I can’t think of a case where binary serialization is bigger. Data types like maps are necessarily larger in memory to support fast lookup and mutability.

nine_k•1y ago
I suppose all self-describing formats, like protobuf, or thrift or, well, JSON are bigger than the efficient machine representation, because they carry the schema in every message, one way or another.
IsTom•1y ago
If you use a lot of sharing in immutable data it can grow a lot when serializing. A simple pathological example would be a tree that has all left subtrees same as the right ones. It takes O(height) space in memory, but O(2^height) when serialized.
gitroom•1y ago
honestly i wish more stuff worked this way - fewer hops in memory always makes me happy
lordleft•1y ago
This was very well written. Excellent article!
NetOpWibby•1y ago
Is this like MessagePack for Haskell?