frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: TikTok Coin Calculator – viewer costs vs. creator earnings

https://coinvaluecalc.com/
1•zhonglinxin•37s ago•0 comments

Audio8 TTS Preview 0.6B

https://huggingface.co/Audio8/Audio8-TTS-Preview-0.6B-ONNX-INT4
1•MehrdadKhnzd•3m ago•0 comments

Stateless MCP has recaptured my interest

https://simonwillison.net/2026/Jul/31/stateless-mcp/
1•tosh•8m ago•0 comments

Show HN: One no-subscriptions online search for all your agent needs

1•freakynit•11m ago•0 comments

Cross Validation vs. Leaderboard: When CV Is Too Timid

https://medium.com/@alanscottencinas/cross-validation-vs-leaderboard-when-cv-is-too-timid-2092156...
1•encinas88•13m ago•0 comments

Web and multimedia discovery, code search and local file exploration

https://kurzioai.vercel.app/
1•curzio•16m ago•0 comments

OpenAI Usage Reset 4th time in 7d

1•bavovna•21m ago•0 comments

Ten Ways NAS Is Getting Enshitified

https://nascompares.com/2026/07/31/the-10-ways-nas-is-getting-enshitified/
3•giuliomagnifico•21m ago•0 comments

LLMs can't trade and higher reasoning doesn't help

https://twitter.com/RRicefan/status/2082513323489202664
1•tosh•22m ago•0 comments

Thomson Reuters Built Its Own AI Model That Now Ranks Among the Best

https://www.thomsonreuters.com/en-us/posts/innovation/thomson-reuters-built-its-own-ai-model-that...
1•doener•22m ago•0 comments

PostgreSQL and the Linux OOM Killer: A Better Default

https://clickhouse.com/blog/strict-memory-overcommit-for-postgres
1•saisrirampur•24m ago•0 comments

Why one of the best mathematicians is joining OpenAI

https://www.theatlantic.com/technology/2026/07/jacob-tsimerman-math-fields-medal-openai/688120/
1•bryan0•25m ago•0 comments

The Four Horsemen of the AI Bubble Apocalypse

https://www.derekthompson.org/p/the-four-horsemen-of-the-ai-bubble
2•nreece•29m ago•0 comments

I told Codex to prove everything. And the proof ate the project

https://github.com/nelsonwerd/proof-ate-the-project
1•nelsonwerd•34m ago•0 comments

The AI Data Center Explained – From Electricity to ChatGPT [video]

https://www.youtube.com/watch?v=ckoi0RTEgcY
1•chirau•38m ago•0 comments

Show HN: Best Books Guide – curated books list with tracking, rating, reviews

https://bestbooks.guide/
1•gste•42m ago•0 comments

Turtle Type

https://john.fun/turtles
1•memalign•42m ago•0 comments

Battle of the Beams

https://en.wikipedia.org/wiki/Battle_of_the_Beams
2•petethomas•45m ago•0 comments

EU considers emergncy meeting as nuclear shutdown leaves HU facing energy crisis

https://www.euronews.com/my-europe/2026/07/31/eu-considers-emergency-meeting-as-nuclear-shutdown-...
3•Markoff•46m ago•1 comments

Term-wm: Cross-platform floating/tiling terminal window multiplexer

https://crates.io/crates/term-wm
1•zombiej5•49m ago•0 comments

Show HN: Equivalency Kernel – mapping emotions to recursive system states

https://github.com/jamesberge-coder/equivalency-kernel
1•jamesberge•52m ago•0 comments

Global Call Threat Report (2025) [pdf]

https://work.hiya.com/hubfs/2025/Global%20Call%20Threat%20Report_2025Q2.pdf
1•dredmorbius•52m ago•1 comments

Virtual accelerated GPU device for macOS VMs

https://reims-vgpu.com/
2•vsrinivas•57m ago•1 comments

How to Build a Real-Time Indexing Pipeline with Redis and PostgreSQL 19

https://bytepith.com/article/postgresql-19-fixes-notify-redis-pipelines-scale
1•khanhnguyen8386•1h ago•0 comments

Geometric Dimensioning and Tolerancing

https://en.wikipedia.org/wiki/Geometric_dimensioning_and_tolerancing
1•electricboots•1h ago•0 comments

Oslo Report

https://en.wikipedia.org/wiki/Oslo_Report
2•petethomas•1h ago•0 comments

The coming de-enshittification boom (2025)

https://blog.zgp.org/de-enshittification/
1•ludicrousdispla•1h ago•0 comments

Fine-Tuning from First Principles: LoRA, QLoRA, Serverless Fine-Tuning

https://debnsuma.github.io/my-blog/posts/lora-serverless-fine-tuning/
1•eigenBasis•1h ago•0 comments

Hardening Google Cloud IAM with CEL Conditions and Deny Policies

https://cloud.google.com/blog/topics/developers-practitioners/generosity-under-conditions-hardeni...
1•minherz•1h ago•0 comments

What’s new in Svelte: August 2026

https://svelte.dev/blog/whats-new-in-svelte-august-2026
1•ErenayDev•1h 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.