frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Learning to Orchestrate Agents in Natural Language with the Conductor

https://arxiv.org/abs/2512.04388
1•Anon84•1m ago•0 comments

Sparse AI: Better hardware could turn zeros into AI heroes

https://spectrum.ieee.org/sparse-ai
1•4lx87•2m ago•0 comments

Ex-FBI Director James Comey indicted for his '8647' seashell post on Instagram

https://www.cnbc.com/2026/04/28/james-comey-indicted-trump-seashell-8647.html
1•koolba•2m ago•0 comments

Polymarket breach – 300k records exposed

https://twitter.com/DarkWebInformer/status/2049163029430870034
1•wildrhythms•2m ago•0 comments

I automated L2 support tired of handling escalations

https://www.lumen.support/how-i-automated-l2-support
1•miguelaeh•3m ago•0 comments

GitHub Copilot silently inserts itself as a co-author

https://github.com/orgs/community/discussions/194075
2•saikatsg•4m ago•0 comments

Humanoid robots start sorting luggage in Tokyo airport test amid labor shortage

https://arstechnica.com/ai/2026/04/japan-airlines-tests-having-robots-instead-of-humans-handle-tr...
1•speckx•9m ago•0 comments

Codex Rate limit reset April 28

https://community.openai.com/t/codex-rate-limits-reset-for-all-paid-plans-april-28-2026/1379921
2•thatxliner•9m ago•1 comments

Monitoring LLM behavior: Drift, retries, and refusal patterns

https://venturebeat.com/infrastructure/monitoring-llm-behavior-drift-retries-and-refusal-patterns
1•gmays•10m ago•0 comments

Show HN: HIC – Same-Ring Isolation, 4ns IPC, Runs on 8086

https://github.com/DslsDZC/HIC
1•DslsDZC•11m ago•0 comments

Implicit SLOs and their dangers (2024)

https://blog.relyabilit.ie/implicit-slos-and-their-dangers/
1•mrngm•11m ago•0 comments

Bmg and Concord Combine to Create Worlds Leading Independent Music Company

https://www.bmg.com/news/bmg-and-concord-combine-to-create-worlds-leading-independent-music-company
1•Tomte•13m ago•1 comments

AI Chatbots: Last Week Tonight with John Oliver [video]

https://www.youtube.com/watch?v=Ykvf3MunGf8
2•latexr•13m ago•0 comments

Close the Door – By Chase Roberts

https://docs.google.com/presentation/d/1mF7i1SwGnOaRAWMD4Kyv_LTQSz2AJePmuZAWECoxFaU/edit?slide=id...
2•ianrahman•16m ago•0 comments

Cognotik – A platform for building specialized AI apps, not another chat client

https://cognotik.com/
2•acharneski•16m ago•0 comments

Ex-FBI Director Comey indicted in probe over online post

https://apnews.com/article/comey-indicted-seashell-photo-86-47-a7fdd67891a7f74bc6fd8ce4d3d4170a
4•geox•19m ago•0 comments

Bankruptcies Increase 11.9 Percent

https://www.uscourts.gov/data-news/judiciary-news/2026/04/23/bankruptcies-increase-119-percent
31•jaredwiener•20m ago•3 comments

Fish oil may be hurting your brain, new study finds

https://www.sciencedaily.com/releases/2026/04/260426012303.htm
5•mikhael•20m ago•0 comments

Tuna-2: VAE-less image model from Meta

https://tuna-ai.org/tuna-2/
2•calcifer•23m ago•1 comments

Windows 9x Subsystem for Linux

https://codeberg.org/hails/wsl9x
2•rendx•24m ago•0 comments

Show HN: Algotutor – Practice Go with spaced repetition in your AI agent

https://algotutor.ai/
1•zuzuleinen•24m ago•1 comments

Show HN: I mapped the latest UK fuel prices by county

https://fuelfox.uk/regional
3•sircipher•25m ago•0 comments

AI writes 97% of our code. Strong engineers still matter

https://albarqawi.medium.com/how-to-accelerate-development-in-the-age-of-ai-coding-283eef576bfc
4•barqawiz•26m ago•1 comments

Jobs was right. Gates was wrong

https://saturnino.substack.com/p/jobs-was-right-gates-was-wrong
3•lrsaturnino•26m ago•0 comments

NetNewsWire Now Getting Feed Images from RSS

https://netnewswire.blog/2026/04/28/netnewswire-now-getting-feed-images.html
1•Tomte•26m ago•0 comments

Closing Windows and Flipping Coins

https://nicholasdecker.substack.com/p/opening-and-closing-windows
1•paulpauper•26m ago•0 comments

Using a 1978 terminal in 2026 (DEC VT-100)

https://twitter.com/jhanikhil/status/2049183450612257142
2•dabit3•28m ago•0 comments

We ran a 9B model against Anthropic's Mythos on Firefox. See the early results

https://shipitclean.com/news
1•apolloraines•29m ago•1 comments

Anthropic's Little Brother

https://www.theatlantic.com/technology/2026/04/openai-imitating-anthropic/686975/
7•paulpauper•30m ago•0 comments

My Ubnuntu RAM Prevention

https://vittoriogioda.com/posts/linux-out-of-memory/
1•vitto_gioda•30m ago•0 comments
Open in hackernews

Weather Landscape on E-Ink with ESP32 – now rewritten in Rust

https://github.com/martinohmann/weather-landscape
11•_usr_bin_env•1y ago

Comments

_usr_bin_env•1y ago
I came across this idea here on Hacker News a while ago – a small weather display using an ESP32 and an e-ink screen to show a daily weather landscape. I loved it and shared the idea with a friend of mine. He went all in and rebuilt the whole thing in Rust – from the image rendering server to the embedded code on the ESP32.

It's a clean, minimal two-part project:

A Rust server fetches weather data from MET Norway and renders it as a landscape image.

An ESP32 downloads and displays the image on a 2.9" e-ink screen.

Here’s the repo: https://github.com/martinohmann/weather-landscape Would love to hear what you think!

whytevuhuni•1y ago
How does it loop, if at all? Does it just restart at the end after it falls out of `main()`?

This is definitely something I'd like to try. Gotta figure out where to run the server... maybe a good time to figure out how to do custom Home Assistant add-ons.

How long do those batteries last you? Even with the deep sleep, I imagine doing the WiFi handshake every time is going to be expensive.

_usr_bin_env•1y ago
As far as I understand it has a deep-sleep" timer that wakes it every X minutes (mine every 30). This gives me approximately 1 Month with 4 AA rechargeable. Larger sleep intervals, other esp dev boards or larger rechargeable will increase this.
adammarples•1y ago
People on github remain allergic to pictures, there's even a text description of each weather mode so that we can imagine it!
_usr_bin_env•1y ago
Text output would have been too easy on the eink screen xD