frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Playa Phone

https://playaphone.com/
104•cutoff•1h ago•37 comments

OpenShot 4.0: Record, Edit, and Color Like Never Before

https://www.openshot.org/blog/2026/08/30/openshot-40-record-edit-color-like-never-before/
388•metrofun•6h ago•89 comments

Apache Iggy, a message streaming platform in Rust, graduates to an Apache TLP

https://iggy.apache.org/blogs/2026/08/24/apache-iggy-top-level-project-tlp-graduation/
48•spetz•1h ago•10 comments

ChatGPT Work Tool and Skill Reference

https://codex-tool-reference.simonw.chatgpt.site/
76•ijidak•2h ago•38 comments

Launch HN: Almanac (YC S26) – AI that knows your company

https://usealmanac.com/
10•kushagrchitkar•37m ago•3 comments

C++26: Standard Library Hardening Experiments

https://www.cppstories.com/2026/hardening-experiments/
25•ibobev•1h ago•14 comments

Culture Clash

https://aeon.co/essays/at-the-heart-of-the-snow-leavis-two-cultures-clash
24•Hooke•1h ago•4 comments

Launch HN: Hebbian Robotics (YC S26) – Build scalable robotics data pipelines

https://github.com/Hebbian-Robotics/hflow
9•kstonekuan•1h ago•3 comments

Show HN: Linux server management over SSH – written in Rust and Tauri

https://serverbox.stupidlabs.lol/
31•freakynit•2h ago•22 comments

Agentic Trust Controls

https://trustcontrols.ai/
12•mooreds•1h ago•1 comments

Navigation App for People with Blindness and Low Vision

https://seas.harvard.edu/news/smartphone-navigation-app-people-blindness-and-low-vision
9•geox•4d ago•2 comments

Breaking Claude Code Opus 5 Auto Mode

https://embracethered.com/blog/posts/2026/breaking-claude-code-opus-5-and-automode/
269•Recursing•8h ago•85 comments

ReactOS 0.4.16

https://reactos.org/project-news/reactos-0416-released/
106•marttt•7h ago•28 comments

Doubling of Kobo's U.S. sales in both 2025 and 2026, 70% US female customer base

https://www.reddit.com/r/kobo/comments/1w20azv/the_doubling_of_kobos_us_sales_in_both_2025_and/
40•seam_carver•1h ago•22 comments

DNS Abuse and Criminal Infrastructure

https://labs.ripe.net/author/andrew_campling/dns-abuse-and-criminal-infrastructure-beyond-definit...
26•jruohonen•1d ago•12 comments

The Art of Chip-8

http://beyondloom.com/blog/artofchip8.html
28•surprisetalk•1w ago•1 comments

Malleable software = solid bases and custom code

https://www.mdubakov.me/malleable-software-solid-bases-custom-code/
60•tablet•5h ago•21 comments

uv: Deduplicate all files in the wheel cache

https://github.com/astral-sh/uv/pull/21327
157•tosh•10h ago•77 comments

My hobby of building miniatures and taking pretty pictures

https://sandyuraz.com/blogs/tiny-cafe/
306•thecsw•2d ago•50 comments

Study: Blue light impairs the eye's ability to distinguish fine detail most

https://research.uga.edu/news/blue-light-has-a-surprising-effect-on-your-eyes-study-finds/
62•giuliomagnifico•7h ago•37 comments

Agent Memory as a File Format

https://calpaterson.com/memoryfields.html
105•ingve•4h ago•52 comments

State of the Map 2026: OpenStreetMap conference

https://povesham.wordpress.com/2026/08/30/state-of-the-map-2026-openstreetmap-conference/
44•altilunium•7h ago•2 comments

“I just chose words carefully”

https://unsung.aresluna.org/i-just-chose-words-carefully/
1095•zdw•17h ago•301 comments

Hit anything. Discover how it rings

https://fraware.github.io/EVERYTHING-RINGS/
29•MADEinPARIS•3d ago•15 comments

P99 0 ms* autocomplete for 240M domain names

https://ruurtjan.com/articles/p99-0ms-autocomplete-for-240-million-domain-names
196•dbalatero•12h ago•73 comments

Transfer files over an Ethernet patch cable

https://maurycyz.com/misc/etherfiles/
118•jllyhill•12h ago•126 comments

My Experience Has Nuance, Yours Is a Data Point

https://blog.jim-nielsen.com/2026/nuance-for-me-none-for-you/
30•Brajeshwar•1h ago•14 comments

Using floci to emulate Cloud platforms (GCP, AWS, Azure)

https://flowg.cloud/blog/using-floci-local-emulators
28•linkdd•3d ago•9 comments

A 12TB Steam “teraleak” spills more than a decade of lost PC gaming history

https://arstechnica.com/gaming/2026/08/a-12tb-steam-teraleak-spills-more-than-a-decade-of-lost-pc...
304•WithinReason•10h ago•55 comments

How to build a diffusion language model

https://kuleshov-group.github.io/blog/blog/2026/how-to-build-a-diffusion-language-model/
159•volodia•16h ago•19 comments
Open in hackernews

Apache Iggy, a message streaming platform in Rust, graduates to an Apache TLP

https://iggy.apache.org/blogs/2026/08/24/apache-iggy-top-level-project-tlp-graduation/
45•spetz•1h ago

Comments

spetz•1h ago
Apache Iggy™ has officially graduated from the Apache Incubator and is now an Apache Software Foundation Top-Level Project (TLP)

It’s been quite a journey, from a small Rust message-streaming experiment in 2023 to an independent Apache project with a growing community. And its biggest feature yet, being the Viewstamped Replication Revisited (VSR) clustering, is coming soon.

ramraj07•1h ago
I always thought Im just not good enough to understand, hey Im just too dumb, surely there's people out there who understand what differentiates all these apache products! Nope never found one.
hofo•50m ago
Differentiation from each other or from competitor projects?
theplumber•46m ago
Do you understand the difference between computer devices?
kitd•14m ago
Apache is just an umbrella organisation for open source software projects. There's nothing that links those projects otherwise.
junon•59m ago
I believe spetz is on the project, so I'd like to ask:

Is this a MQ implementation, or can this be used in place of e.g. something like protobufs and iroh/tonic? Does it have something akin to grants/capabilities/authorization? Does it have RPC? Can I have services speak a more privileged set of instructions/commands and clients needing auth to speak dumber/more high level administrative commands just like gRPC?

Also, is the performance due to the (what I assume is custom) zero copy serialization?

The landing page simply states it's essentially "fast messaging" but beyond that it's not entirely clear when I'd use this or what its features/limitations are.

spetz•20m ago
It's more like Kafka or Pulsar in terms of being the message streaming infrastructure (so an append-only log, not the message broker like, e.g., raw RabbitMQ). I think that the main docs page should give you a good understanding of how the data is stored/organized https://iggy.apache.org/docs/ - for example, on top of the topics, we also have "stream" which is just an extra hierarchy that can be used for something like multi-tenancy isolation or anything else depending on the use case. And yes, there's a built-in RBAC (read/manage particular streams, topics, servers, etc.). As for protocols, we have native support for TCP, QUIC, WebSocket (these 3 are stateful binary protocols), and HTTP as well.

There are a bunch of things that sum up to the overall performance gains - using Rust, thread-per-core architecture + shared-nothing (think of Seastar), custom zero-copy serialization, io_uring for disk * network I/O, and VSR-based consensus (inspired by TigerBeetle) - we simply build all this stuff from the ground up to make the most out of modern hardware and Kernel features, with a custom protocol on top (but the Kafka proxy/gateway is also WiP). And there are also connectors (sink, source), benchmarking runtime, CLI and so on.

languagehacker•38m ago
I love my Italian Greyhounds so much, so this is great news to me.
spetz•19m ago
Awesome! You can find mine too in one of the older blog posts, hence the name :)
whalesalad•2m ago
Everything about this from the announcement to the docs website looks like it got barfed out of claude.