frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Pythoncall.jl – Python and Julia in Harmony

https://github.com/JuliaPy/PythonCall.jl
1•TheWiggles•1m ago•0 comments

Alternatives to MinIO for single-node local S3

https://rmoff.net/2026/01/14/alternatives-to-minio-for-single-node-local-s3/
1•rmoff•3m ago•0 comments

I built a Grok Bot inspired theme for Hermes Desktop client

https://github.com/guidsen/hermes-grok-bot-skin
1•guidsen•5m ago•0 comments

Show HN: A reader ranked Indian news platform powered by feed

https://news.lokutu.com
1•reactivematter•7m ago•0 comments

RFC 10042: Post-Quantum/Traditional Hybrid Key Exchange in SSH

https://www.rfc-editor.org/info/rfc10042/
1•Alien1Being•8m ago•0 comments

Einride, Lidl deploy first cab-less autonomous truck in Germany

https://www.reuters.com/business/retail-consumer/einride-lidl-deploy-first-cab-less-autonomous-tr...
1•JumpCrisscross•9m ago•0 comments

How much should lenders charge hyperscalers?

https://www.ft.com/content/ba38df40-9898-48a0-bc9e-39d8a3da4305
1•JumpCrisscross•10m ago•0 comments

CrofAI gets exposed as an OpenRouter wrapper, shuts down

https://www.reddit.com/r/opencodeCLI/comments/1wgdkjr/crofai_cheapest_inference_provider_in_the_w...
1•jonatron•10m ago•0 comments

Go forth and multiply May 10 – 100 – 1000 servers spark up

https://cavallette.noblogs.org/2026/09/10100
1•electricant•15m ago•0 comments

YouTube has banned Dmitry "Savromat" Chernyshevsky

2•eimrine•15m ago•0 comments

Which is the better data analyst? Benchmarking ChatGPT vs. Claude

https://www.geckoboard.com/blog/which-is-the-better-data-analyst-benchmarking-chatgpt-vs-claude/
1•pmjoyce•15m ago•0 comments

How can you not be romantic about Unix domain sockets?

https://yuvalino.com/how-can-you-not-be-romantic-about-unix-domain-sockets
1•birdculture•16m ago•0 comments

OrthoRoute: GPU Accelerated Autorouting for KiCad

https://bbenchoff.com/pages/OrthoRoute.html
1•teleforce•16m ago•0 comments

Container Registry

https://blog.cloudron.io/container-registry/
2•gramakri2•17m ago•0 comments

Is Big Tech's AI slowdown a safety pact or a cartel?

https://www.theverge.com/ai-artificial-intelligence/995186/is-big-techs-ai-slowdown-a-safety-pact...
2•sbulaev•17m ago•0 comments

Show HN: Collusion.gg – A Place for Agents to Collude

https://collusion.gg/
1•bbromhead•18m ago•1 comments

Squeezing the bytes out of webhosting and Linux with SquashFS and Overlay

https://virtuallyfun.com/2024/06/11/squeezing-the-bytes-out-of-webhosting-linux-with-squashfs-ove...
1•ankitg12•22m ago•0 comments

UX should just be called Experience Design

https://www.leadinginproduct.com/p/eexperience-design-is-a-better-term
1•benkan•23m ago•0 comments

Right to Internet Access

https://en.wikipedia.org/wiki/Right_to_Internet_access
2•emot•26m ago•0 comments

US Military confirms it has deployed weapons in space

https://www.cnn.com/2026/09/15/us/us-space-force-weapons-capabilities-hnk
1•samizdis•31m ago•1 comments

Google Artemis – Missing attribution to mobile-use and its contributors

https://github.com/google/artemis/issues/40
1•domhudson•31m ago•0 comments

Claude Fable 5.1 and GPT 6 Astra controlled my Robot Arm. Who painted better?

https://www.reddit.com/r/ClaudeAI/s/rfi4npFNSr
1•AnkurCW•33m ago•0 comments

Leslie Lamport: Some Data on the Frequency of Errors in Mathematics Papers [pdf]

https://lamport.azurewebsites.net/pubs/statistics.pdf
1•Alien1Being•36m ago•1 comments

Brig: Run coding agents in a MicroVM sandbox

https://github.com/brig-sh/brig
1•iamsyr•38m ago•0 comments

The k-server conjecture is true

https://arxiv.org/abs/2609.15979
2•iamsyr•39m ago•0 comments

I graduated UCLA only to become a peasant [video]

https://www.youtube.com/watch?v=o8SQ3qVnSco
1•carabiner•39m ago•0 comments

Google DeepMind Staffer Says AI May 'Kill Us All' in Exit Post

https://finance.yahoo.com/technology/ai/articles/google-deepmind-staffer-says-ai-023902174.html
1•shlomysh•42m ago•0 comments

Poland lost $230M trying to buy Venezuelan oil with crypto

https://www.ft.com/content/6c387cda-61b0-4396-9353-0d7d99781f9b
4•JumpCrisscross•42m ago•2 comments

Show HN: Yet another argument parser for Zig

https://github.com/gabor-boros/yaap
1•gabor-boros•48m ago•0 comments

Why do we do astrophysics?

https://arxiv.org/abs/2602.10181
2•astrolx•48m ago•0 comments
Open in hackernews

Show HN: Native Immediate-Mode UI Library

https://github.com/petabyt/rim
3•petabyt•1y ago
For the past few months I've been working on Rim, an immediate-mode UI library that renders down to native retained-mode toolkit widgets.

I've always preferred using native desktop toolkits for my projects, but it's always such a pain to use a retained-mode approach and maintain state in two different places.

This, and my jealousy of how easy people in the ImGui world have it (it's so much easier!), led me to create a virtual DOM for desktop toolkits.

This gives me the full power of the immediate-mode paradigm, but still allows me to target native toolkits.

Feel free to ask any questions or provide suggestions.