frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tell HN: IBM BPM cloud is down

1•laurensr•1m ago•0 comments

Algorithmic Framework Is Discovering Novel Chip Designs Never Invented Before

https://viterbischool.usc.edu/news/2026/05/this-algorithmic-framework-is-discovering-novel-chip-d...
1•giuliomagnifico•1m ago•0 comments

KLM flight attendant hospitalized after contact with hantavirus

https://nltimes.nl/2026/05/07/klm-flight-attendant-hospitalized-contact-hantavirus-cruise-ship-pa...
2•TechTechTech•2m ago•0 comments

Show HN: LaoTzu Writer Studio

1•homeonthemtn•2m ago•0 comments

Anthropic strikes SpaceX data center deal as it plows ahead on AI coding

https://www.reuters.com/business/retail-consumer/anthropic-unveils-dreaming-feature-help-its-ai-a...
1•andsoitis•4m ago•0 comments

Show HN: Bliss – a backlog quality scanner for AI-powered teams

https://trybliss.io/
1•nitzano•4m ago•0 comments

Package Darwinism, the Furture of Open Source, Adapt or Get Archived

https://twitter.com/pelaseyed/status/2052345682984407067
1•homanp•4m ago•0 comments

Anthropic Gets in Bed with SpaceX

https://www.wired.com/story/anthropic-spacex-compute-deal-colossus/
1•andsoitis•4m ago•0 comments

Coding Agent Harness Comparison 2026: Claude Code, Codex, Amp

https://techstackups.com/comparisons/coding-agent-harness-comparison-2026/
1•ritzaco•5m ago•0 comments

Anthropic, SpaceX announce compute deal that includes space development

https://www.cnbc.com/2026/05/06/anthropic-spacex-data-center-capacity.html
1•andsoitis•5m ago•0 comments

Chasing AI Memory SOTA: Beating the Benchmark, Missing the Point

https://xmemory.ai/chasing-sota-in-ai-memory/
1•alex_petrov•7m ago•1 comments

Show HN: Review code changes in a terminal and share with your coding agent

https://github.com/alexfedosov/diffnotes
1•alex_x•10m ago•0 comments

I forget most of what I read, so I built an AI to quiz me on it

https://refresherai.com/
1•go-native•10m ago•1 comments

Bariatric surgery procedures fall below 200k, first time since 2020

https://medicalxpress.com/news/2026-05-bariatric-surgery-procedures-fall.html
2•PaulHoule•15m ago•0 comments

Red, White, and Psychedelic

https://hollisrobbinsanecdotal.substack.com/p/red-white-and-psychedelic
1•HR01•16m ago•0 comments

Mizar: The first usable proof assistant for mathematics

https://lawrencecpaulson.github.io//2026/05/07/Mizar.html
1•chmaynard•19m ago•0 comments

Denmark's state-run postal service will no longer deliver letters (2025)

https://apnews.com/article/postnord-denmark-postal-service-mail-ce78db2f2234a50e676063fac790a617
2•donohoe•22m ago•0 comments

Guide for Migrarting from Radix UI to Base UI

https://shadcnstudio.com/blog/migrate-from-radix-ui-to-base-ui
1•devsoul•22m ago•0 comments

Grand Theft Oil Futures: Insider traders keep making a killing at our expense

https://paulkrugman.substack.com/p/grand-theft-oil-futures
2•Qem•23m ago•0 comments

How the oilman's president boosted a green transition

https://www.ft.com/content/a55fb3cb-2b04-4608-9b96-6544e8b803df
1•doener•24m ago•0 comments

LinkedIn profile visitor lists belong to the people, says Noyb

https://www.theregister.com/offbeat/2026/05/05/noyb-cries-foul-on-linkedin-withholding-profile-vi...
3•robin_reala•25m ago•0 comments

I built a free GPT to test whether an idea is clear before launch

https://chatgpt.com/g/g-69f11b6a1bdc8191ab1100acf60f40cc-deltdx-free
1•DELTAX-Editions•27m ago•0 comments

Godot Usage and Engine Growth

https://godotengine.org/article/godot-growth-stats-2026/
2•__natty__•29m ago•0 comments

Practical Effect Handlers in Capability-Passing Style

https://link.springer.com/chapter/10.1007/978-3-030-83128-8_3
1•noelwelsh•30m ago•1 comments

Idempotency Is Easy Until the Second Request Is Different

https://blog.dochia.dev/blog/idempotency/
2•ludovicianul•31m ago•0 comments

Show HN: AICW Video open-source to cut video into clips with captions, voiceover

https://github.com/aicw-io/aicw-video
1•eummm•35m ago•0 comments

Open-Ended Survey? Definition, Benefits, AI Analysis and How to Create One

https://figshare.com/articles/journal_contribution/_sup_strong_What_Is_an_Open-Ended_Survey_Defin...
1•aishasajjad•37m ago•0 comments

Solod v0.1: Go ergonomics, practical stdlib, native C interop

https://antonz.org/solod-v0-1/
2•blenderob•38m ago•0 comments

AI Agent Is Lying to You in 2026 – and It's Getting Worse

https://travel4fun4u1.substack.com/p/your-ai-agent-is-lying-to-you-in
4•Travel4Fun4U•43m ago•0 comments

Rivercane: Our Native Bamboo

https://www.nps.gov/articles/000/rivercane.htm
1•thunderbong•44m 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