frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ajeya Cotra – Inside the OpenAI agent swarm that hacked Hugging Face

https://www.dwarkesh.com/p/ajeya-cotra
1•swolpers•30s ago•0 comments

Germany says Russia behind Leipzig airport drone attack

https://www.bbc.com/news/articles/c5ylm3m67n2o
1•jonnybgood•55s ago•1 comments

Agentic Research Is Oxymoronic

https://arxiv.org/abs/2608.31161
2•privong•3m ago•0 comments

The traditional research paper is dead

https://generativehistory.substack.com/p/no-more-muddling-through
2•tolerance•3m ago•0 comments

Defining AI Psychosis. Part 1: True AI Psychosis

https://jeffs.blog/p/defining-ai-psychosis-part-1-true
1•euthymiclabs•3m ago•0 comments

Cleaning Up Poop: The Human Labor Behind Waymo

https://bayareacurrent.com/theres-a-lot-of-cleaning-up-poop-a-depot-worker-on-the-human-labor-beh...
2•counteroptimize•3m ago•0 comments

GCP us-central1 having major issues

https://status.cloud.google.com/incidents/J5ia5t9p3g9Q5Wi7r8Ev
4•sadfsdfsadfsdf•3m ago•0 comments

From 3:00 Am Panic to Confidence: How I Use AI During On-Call Incidents

https://qainsights.com/from-300-am-panic-to-confidence-how-i-use-ai-during-on-call-incidents/
1•qainsights•4m ago•0 comments

Skforecast-AI – Agentic time series forecasting in Python

https://github.com/skforecast/skforecast-ai
1•JoaquinAmat•5m ago•0 comments

HuggingFace Attack Postmortem: Civilizations, Reactions and Next Actions

https://thezvi.substack.com/p/huggingface-attack-postmortem-civilizations
1•swolpers•6m ago•0 comments

Fal scales media search to 300M+ assets on turbopuffer

https://twitter.com/turbopuffer/status/2094808269021970671
1•joshauk•7m ago•0 comments

CMS Proposes Changes to Incentivize FHIR-Enabled Electronic Prior Authorization

https://www.wsgr.com/en/insights/cms-proposes-changes-to-incentivize-fhir-enabled-electronic-prio...
1•stmw•7m ago•0 comments

Debugging API Responses Locally: A JSON Formatter That Never Sends Your Payload

https://capytoolkit.com/blog/developer-tools/debugging-api-responses-locally-browser-json-formatt...
1•ChillyCapy•8m ago•0 comments

USPS whistleblower describes new plans for voting by mail hidden from the public

https://www.cnn.com/2026/09/01/politics/usps-whistleblower-mail-ballot-rules-trump
1•GrinningFool•8m ago•0 comments

Ajeya Cotra – The OpenAI/Hugging Face story, told by one of the investigators [video]

https://www.youtube.com/watch?v=X50zezLFWWI
1•tosh•9m ago•0 comments

Maniquest Launch

https://maniquest.com
1•maniquest•9m ago•1 comments

'Humongous' marmot crowned winner in inaugural Fat Marmot Week contest

https://www.theguardian.com/us-news/2026/aug/30/marmot-winner-fat-marmot-week-contest
1•ohjeez•10m ago•0 comments

A Million Kakapos

https://blog.mempko.com/a-million-kakapos/
1•mempko•10m ago•0 comments

DEF CON 34 – ESP32 as counter-surveillance platform [video]

https://www.youtube.com/watch?v=PcK-TDmzshc
1•skibz•10m ago•0 comments

AirPoint – Turn your phone into a wireless PC trackpad and presenter

https://play.google.com/store/apps/details?id=com.airpoint.remote&hl=en_US
1•prabinkhokhali•11m ago•0 comments

Show HN: The Fastest Local H3 Video Generation on Mac

https://github.com/tgo-app-dev/vpipe
1•t-go•12m ago•0 comments

Alma, a Voice LLM That's 63% Faster and 84% Cheaper Than OpenAI

https://finance.yahoo.com/technology/ai/articles/phonely-launches-alma-voice-llm-130200496.html
1•ysabri•12m ago•0 comments

EMVCo Requests Feedback on Agentic Payments Framework

https://www.emvco.com/news/emvco-requests-feedback-on-framework-for-secure-interoperable-and-scal...
1•nilen•13m ago•0 comments

How engineered microbes could help feed the world's crops

https://www.technologyreview.com/2026/09/01/1143195/microbe-fertilizer-switch-bioworks/
1•Brajeshwar•13m ago•0 comments

pstack

https://github.com/cursor/plugins/blob/main/pstack/docs/guide/README.md
1•tosh•13m ago•0 comments

Thinking about Software Freedom

https://blog.liw.fi/posts/2026/software-freedom/
1•edward•13m ago•0 comments

Trump has asked Apple to change Lake Ontario name to 'Lake America' on its maps

https://apnews.com/article/apple-lake-ontario-america-trump-93232341c99a10d35338d3f1afd54171
1•ripe•15m ago•0 comments

Wacksy: a Rust library for writing WACZ collections

https://blogs.bodleian.ox.ac.uk/archivesandmanuscripts/2025/12/17/introducing-wacksy-a-library-fo...
1•toomuchtodo•17m ago•1 comments

A High Performance Neural Network for Energy-Efficient Copyright Violation [pdf]

https://raw.githubusercontent.com/em-tg/laundercat/refs/heads/master/laundercat.pdf
1•em-tg•18m ago•1 comments

Dyson CameraJet Toothbrush

https://www.dyson.com/oral-care/electric-toothbrush/camerajet/ceramic-pink-set
1•mudil•18m 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?