frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

One Too Many – Collectable Card Game (Beta Preview)

https://onetoomany.pages.dev/
1•gkasev•1m ago•1 comments

OpenAI Hacks Hugging Face, What Happened, Alignment and Paper Clips

https://stratechery.com/2026/openai-hacks-hugging-face-what-happened-alignment-and-paper-clips/
2•swolpers•2m ago•0 comments

Will your job be replaced by AI? Here are the roles most affected

https://www.bbc.co.uk/news/articles/cn7nllr4vd6o
1•password54321•4m ago•0 comments

$5B CEO says unemployed Gen Z should be out 3 days a week building their network

https://fortune.com/2026/07/21/netskope-ceo-sanjay-beri-5-billion-gen-z-networking-jobs-never-pub...
1•robtherobber•4m ago•0 comments

Show HN: Llamatop

https://github.com/fragmede/llamatop
1•fragmede•4m ago•0 comments

Measuring Reward-Seeking via Contrastive Belief Updates

https://arxiv.org/abs/2607.18966
1•sbulaev•10m ago•0 comments

French parliament backs social media ban for children under 15

https://www.reuters.com/legal/litigation/french-lawmakers-vote-social-media-ban-children-2026-07-21/
1•1vuio0pswjnm7•11m ago•0 comments

Show HN: Dex – Explore any Data Warehouse without worrying about costs

https://github.com/exmergo/dex
3•marcociavarella•11m ago•0 comments

Anthropic's landmark $1.5B copyright settlement is approved

https://techcrunch.com/2026/07/20/anthropics-landmark-1-5b-copyright-settlement-is-approved/
1•doener•12m ago•0 comments

Show HN: The BUSY build system now generates CMake so you can easily use LeanQt

https://github.com/rochus-keller/BUSY/blob/main/docs/The_BUSY_Build_System_Users_Guide.adoc
1•Rochus•14m ago•0 comments

Shape-shifting mirrors on NASA's new space telescope could unveil Jupiters like

https://www.technologyreview.com/2026/07/22/1140701/shape-shifting-mirrors-roman-space-telescope/
1•joozio•15m ago•0 comments

Show HN: Sunflowers

https://sunflowersgame.com/
2•pompomsheep•17m ago•2 comments

NVLink, NVSwitch, and All That

https://blog.doubleword.ai/nvlink-scale-up
4•somnial•18m ago•1 comments

Kalshi debuts US midterms hub for election forecasts and polling data

https://www.reuters.com/world/us/kalshi-debuts-us-midterms-hub-election-forecasts-polling-data-20...
2•1vuio0pswjnm7•18m ago•0 comments

AI investment boom puts Big Tech's free cash flow under pressure

https://www.reuters.com/business/ai-investment-boom-puts-big-techs-free-cash-flow-under-pressure-...
3•1vuio0pswjnm7•20m ago•0 comments

Kenze – An interactive shell for wrangling files bigger than your RAM

https://github.com/Kenzy-Zero/kenze
1•kenzy_zero•20m ago•0 comments

An observer-consistency framework for physics with 639 Lean-checked results

https://github.com/FloatingPragma/observer-patch-holography/blob/main/docs/HACKER_NEWS_START_HERE.md
1•berndtzl•23m ago•0 comments

The U.S. wants to contain China’s AI. Silicon Valley keeps using it

https://restofworld.org/2026/china-siliconvalley-ai-moonshot-kimi/
6•donohoe•23m ago•0 comments

Bielik.ai: Community-built, open-source LLMs for Polish and European languages

https://bielik.ai/en/home/
3•kacperlukawski•27m ago•0 comments

OverpAId – Fire your CEO. Hire the future

https://overpaid.lol
2•ignaloidas•28m ago•0 comments

Planned Updates to the PyPI User Interface

https://blog.pypi.org/posts/2026-07-22-ui-updates/
1•di•28m ago•0 comments

Flock Said Its Cameras Don't Track People. Then a Reporter Proved Them Wrong

https://www.gadgetreview.com/flock-said-its-cameras-dont-track-people-then-a-reporter-proved-them...
4•baranul•32m ago•0 comments

The case against crypto (2021)

https://www.stephendiehl.com/posts/against_crypto/
1•simonebrunozzi•34m ago•0 comments

KDE for Enterprise Needs a Strong PIM Infrastructure

https://ervin.ipsquad.net/blog/2026/07/21/kde-for-entreprise-needs-a-strong-pim-infrastructure/
1•birdculture•34m ago•1 comments

Chinese companies are taking over the EV market. What's behind their rise?

https://theconversation.com/chinese-companies-are-taking-over-the-ev-market-whats-behind-their-me...
3•baranul•35m ago•0 comments

OpenAI expands to Israel: first commercial hires and tech outreach

https://www.i24news.tv/en/news/israel/economy/artc-openai-expands-to-israel-first-commercial-hire...
2•EchooAI•38m ago•0 comments

Empathy and delight mean nothing when the software is disrespectful

https://productpicnic.beehiiv.com/p/empathy-and-delight-mean-nothing-when-the-software-is-disresp...
1•SouravInsights•38m ago•0 comments

Awesome edge computing

https://github.com/qijianpeng/awesome-edge-computing
1•teleforce•41m ago•0 comments

Making Xen's dom0 I/O path NUMA aware

https://edera.dev/stories/numa-part-4-closing-the-xen-dom0-i-o-gap
1•virtio_vixen•41m ago•0 comments

Firefox Is Back on X

https://twitter.com/firefox/status/2079317211152564724
2•DeusExMachina•42m ago•2 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?