frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The best AI dictation apps, tested and ranked

https://techcrunch.com/2026/05/02/the-best-ai-powered-dictation-apps-of-2025/
1•oguzhaneksi•3m ago•0 comments

Ask HN: How long do you commute by car each day?

1•roschdal•4m ago•1 comments

LLMs can hide text in other text of the same length

https://arxiv.org/abs/2510.20075
1•m-hodges•6m ago•0 comments

Pitney Bowes Data Breach (April 2026)

https://haveibeenpwned.com/Breach/PitneyBowes
1•gnabgib•7m ago•0 comments

A Note on TurboQuant and the Earlier Eden Work

https://arxiv.org/abs/2604.18555
1•amitport•7m ago•0 comments

Outline of Thought

https://en.wikipedia.org/wiki/Outline_of_thought
1•cainxinth•8m ago•0 comments

The Dunning-Kruger effect is probably just from bimodal skill distributions

https://bosoncutter.substack.com/p/the-dunning-kruger-effect-is-probably
3•the_tyger•14m ago•1 comments

So, About That AI Bubble

https://www.theatlantic.com/economy/2026/05/ai-bubble-revenue-anthropic/687022/
2•saikatsg•14m ago•0 comments

Show HN: A Universal Stability Criterion for Symbolic Complex Systems

https://zenodo.org/records/18883274
1•M_Samir333•16m ago•1 comments

From toroids to helical tubules: Kirigami-inspired programmable assembly

https://www.pnas.org/doi/10.1073/pnas.2516695122
2•bryanrasmussen•18m ago•1 comments

Show HN: Rust library for Undo/Redo using deltas, snapshots or commands

https://github.com/mikwielgus/undoredo
2•mikolajw•18m ago•1 comments

Privacy Dependencies (2020)

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3447384
1•wslh•18m ago•0 comments

Show HN: Sentient OS – On-device intelligence layer for your entire digital life

https://sentient-os.ai
2•TechExpert2910•19m ago•2 comments

Unsigned Sizes: A Five Year Mistake

https://c3-lang.org/blog/unsigned-sizes-a-five-year-mistake/
6•lerno•20m ago•0 comments

Forgiving can improve well-being

https://news.harvard.edu/gazette/story/2026/04/how-forgiving-can-improve-well-being/
1•gnabgib•22m ago•0 comments

Show HN: Native agent runtime for Conductor OSS

https://github.com/agentspan-ai/agentspan
1•opiniateddev•22m ago•0 comments

Ask HN: Where can I go to ask for help?

6•downbad_•23m ago•1 comments

Oscars says AI actors and writing cannot win awards

https://www.bbc.com/news/articles/cx21dl3v7d3o
2•Brajeshwar•25m ago•0 comments

Simplebanking: German open-source banking in your Mac menu bar (with CLI/MCP)

https://www.simplebanking.de
1•klotzbrocken•25m ago•0 comments

Tenacity: Cross-platform multi-track audio editor

https://codeberg.org/tenacityteam/tenacity
1•saikatsg•28m ago•0 comments

Show HN: Vim and centaur chess inspired app, where you choose from top moves

https://chess-cheaters.vercel.app/
1•lackoftactics•31m ago•0 comments

A silly little C++ quiz

https://katherinemohr.github.io/2026/04/20/cpp-quiz.html
1•kmohr•31m ago•0 comments

It's Hard to Get a British Driving License

https://www.nytimes.com/2026/05/02/world/europe/uk-driving-tests-backlog.html
3•saikatsg•32m ago•0 comments

Craig Newmark on Institutional Maintenance, Giving Away Control

https://conversationswithtyler.com/episodes/craig-newmark/
1•momentmaker•37m ago•0 comments

In Amsterdam, Ads for Fossil Fuels or Meat Are Now Verboden

https://www.nytimes.com/2026/05/01/climate/in-permissive-amsterdam-ads-for-fossil-fuels-or-meat-a...
3•bookofjoe•37m ago•1 comments

Atomdns

https://codeberg.org/miekg/dns/src/branch/main/cmd/atomdns
1•themaxdavitt•38m ago•0 comments

Bieber Coachella performance leads to catalog boost

https://liveclip.substack.com/p/top-songs-billboard-20260502
1•firasd•41m ago•0 comments

Richard Dawkins and The Claude Delusion: The great skeptic gets taken in

https://garymarcus.substack.com/p/richard-dawkins-and-the-claude-delusion
11•RedReign•46m ago•3 comments

LLMs Are Complex Coherence Resolution Engines

https://robmealey.substack.com/p/using-claude-or-any-llm-backed-tool
1•rbbymls•47m ago•1 comments

Seattle's mayor waves goodbye to prosperity

https://www.washingtonpost.com/opinions/2026/05/01/seattle-mayor-katie-wilson-waves-goodbye-busin...
1•loeg•48m 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