frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Teen Cannabis Use Linked to Slower Cognitive Development

https://today.ucsd.edu/story/largest-us-study-finds-teen-cannabis-use-linked-to-slower-cognitive-...
1•gmays•1m ago•0 comments

Startup Photreon aims to produce hydrogen with sunlight

https://www.heise.de/en/news/Startup-Photreon-aims-to-produce-hydrogen-with-sunlight-11257703.html
1•car•2m ago•0 comments

Outplaying elite table tennis players with an autonomous robot

https://www.nature.com/articles/s41586-026-10338-5
1•wslh•3m ago•0 comments

Ears and Eyes – Searchable database of cases of physical surveillance devices

https://www.notrace.how/earsandeyes/
1•libroot•3m ago•0 comments

I'm Using AI to Navigate AI Code Review Author Steffen Froehlich

https://www.docusign.com/blog/the-duck-talks-back-how-im-using-ai-to-navigate-ai-code-review
1•dweiss85•4m ago•0 comments

Fighting Internet Contracts One Library at a Time

https://www.techdirt.com/2026/04/21/you-cant-vote-out-amazon-web-services-fighting-adhesion-contr...
1•HotGarbage•4m ago•0 comments

A Field Guide to Bugs

https://www.stephendiehl.com/posts/field_guide_to_bugs/
1•ibobev•4m ago•0 comments

Meta workers outraged over internal software tracking keystrokes, mouse movement

https://nypost.com/2026/04/22/business/meta-workers-outraged-over-software-tracking-keystrokes-mo...
1•1vuio0pswjnm7•5m ago•0 comments

Anyone see AI tool for interior design of room with just photos?

1•pacovook•6m ago•0 comments

Top MAGA influencer revealed to be AI

https://nypost.com/2026/04/21/us-news/top-maga-influencer-emily-hart-revealed-to-be-ai-created-by...
3•java-man•6m ago•1 comments

Show HN: PokeDemo: Create click-through demos you can self-host

https://pokedemo.com/
1•anniebuilds•7m ago•1 comments

AI Tool Rips Off Open Source Software Without Violating Copyright

https://www.404media.co/this-ai-tool-rips-off-open-source-software-without-violating-copyright/
2•Brajeshwar•7m ago•0 comments

Ping-pong robot Ace makes history by beating top-level human players

https://www.reuters.com/sports/ping-pong-robot-ace-makes-history-by-beating-top-level-human-playe...
1•wslh•7m ago•0 comments

AI Consciousness [pdf]

https://lossfunk.com/papers/ai-consciousness.pdf
1•__patchbit__•10m ago•0 comments

How Melatonin Promotes Sleep

https://www.caltech.edu/about/news/how-melatonin-promotes-sleep
2•gmays•10m ago•0 comments

KPM – a local-first secrets CLI on top of AgentKMS

https://github.com/TheGenXCoder/kpm
1•TheGenXCoder•10m ago•0 comments

Most of What We Call Progress

https://yusufaytas.com/most-of-what-we-call-progress
6•workatwork•13m ago•1 comments

Show HN: Qwen Lens Studio – multimodal app on Qwen3.6-35B-A3B, runs on Ollama

https://github.com/dakshjain-1616/Qwen-Lens-Studio
2•vijgaurav•17m ago•0 comments

Simulation of the Hormuz crisis after Iran seizure of 2 ships with 6 LLM agents

https://colab.research.google.com/github/VincenzoManto/Doxa/blob/main/notebooks/doxa.ipynb
3•dinarino•18m ago•2 comments

MySQL 9.7 LTS release notes

https://dev.mysql.com/doc/relnotes/mysql/9.7/en/
1•petecooper•18m ago•0 comments

Yaw Mode: opinionated config for Claude Code

https://yaw.sh/blog/claude-code-yaw-mode/
1•jeffyaw•18m ago•0 comments

You Don't Need a Better Chat Multiplexer for AI Agents

https://blog.adrq.dev/you-don-t-need-a-better-chat-multiplexer-for-ai-agents
1•adrq•19m ago•0 comments

OpenAI Stargate's Milam, Texas, 'Freebird' data center to span 548,950 sq ft

https://www.datacenterdynamics.com/en/news/openai-stargates-milam-texas-freebird-data-center-to-s...
2•flyaway123•21m ago•0 comments

OpenAI Privacy Filter

https://openai.com/index/introducing-openai-privacy-filter/
2•meetpateltech•21m ago•0 comments

The Language Tax in LLM Pricing: How Tokenization Create Price Disparity

https://tokenstree.com/newsletter-article-8.html
1•vfalbor•23m ago•0 comments

Trained Qwen to Write Clojure Better Than GPT-5.4 (Kinda)

https://www.nibzard.com/clojure-phone
1•nkko•23m ago•0 comments

Legit – Dockerized git server for agent interaction

https://github.com/aquanauts/legit
1•shorsher•24m ago•1 comments

The best time to post on Hacker News

https://blog.alcazarsec.com/tech/posts/best-time-to-post-on-hacker-news
7•alcazar•24m ago•0 comments

Why some images look brighter than your screen

https://tn1ck.com/blog/abuse-hdr-images-for-marketing
1•brandrick•25m ago•1 comments

I turned an old Android phone into a home server

https://www.xda-developers.com/turned-old-android-phone-into-home-server-more-useful-than-raspber...
1•imichael•26m ago•0 comments
Open in hackernews

Show HN: Native Immediate-Mode UI Library

https://github.com/petabyt/rim
3•petabyt•11mo 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.