frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1•marianwz•18s ago

Charges filed after fire destroys Kimberly-Clark toilet paper warehouse

https://www.bbc.com/news/videos/c7vqmvg0e0zo
1•achierius•4m ago•0 comments

Watgo – A WebAssembly Toolkit for Go

https://eli.thegreenplace.net/2026/watgo-a-webassembly-toolkit-for-go/
3•ibobev•6m ago•0 comments

The Biological Basis of Imagination

https://nautil.us/the-biological-basis-of-imagination-1279716
1•rbanffy•6m ago•0 comments

A brief history of C/C++ programming languages

https://lemire.me/blog/2026/04/09/a-brief-history-of-c-c-programming-languages/
1•ibobev•7m ago•0 comments

The uncomfortable truth about vibe coding

https://developers.redhat.com/articles/2026/02/17/uncomfortable-truth-about-vibe-coding
2•macote•7m ago•0 comments

Fast CASPaxos

https://reubenbond.github.io/posts/fast-caspaxos/
1•tanelpoder•7m ago•0 comments

Claude for Word in Now in Beta

https://twitter.com/claudeai/status/2042670341915295865
1•armcat•7m ago•0 comments

US Government trying to unmask ICE critical redditor

https://arstechnica.com/tech-policy/2026/04/trump-admin-hounds-reddit-to-reveal-identity-of-user-...
3•golf_mike•9m ago•0 comments

Real Maps for Imaginary Places: the cartography of literature

https://lcm.loc.gov/issue/march-april-2026/real-maps-for-imaginary-places/
2•ohjeez•10m ago•0 comments

Claude is powerful but the memory issue makes it painful for real projects

https://nubira3.gumroad.com/l/claude-code-manual
2•ovexro•10m ago•0 comments

AIs can now do easy-to-verify SWE tasks, I've shortened timelines

https://www.lesswrong.com/posts/dKpC6wHFqDrGZwnah/ais-can-now-often-do-massive-easy-to-verify-swe...
1•gmays•11m ago•0 comments

Rational Social Animals and Addiction

http://edwardfeser.blogspot.com/2026/04/rational-social-animals-and-addiction.html
1•danielam•12m ago•0 comments

Mapping my reading log by author birthplace

https://wip.tf/posts/map-your-read-books-list-by-author-birthplace/
2•nbr23•12m ago•0 comments

We're Open-Sourcing Our Investor Updates [video]

https://www.youtube.com/watch?v=EWYoielyDuY
1•JoiDegn•14m ago•0 comments

Survival of the Wittiest

https://nautil.us/survival-of-the-wittiest-1279720
1•rbanffy•15m ago•0 comments

Microsoft starts removing Copilot buttons from Windows 11 apps

https://www.theverge.com/news/909640/microsoft-removing-copilot-windows-11-buttons
2•Brajeshwar•16m ago•0 comments

We May No Longer Need Kafka Compatibility

https://medium.com/@yingjunwu/we-may-no-longer-need-kafka-compatibility-f197ef91abaa
2•yingjunwu•18m ago•0 comments

Spnndr – Subscription tracking and spend management for solo founders

https://www.spnndr.com
2•dmnlaali•19m ago•2 comments

Cognitive Debt: How AI-Generated Code Introduces a More Dangerous Kind of Debt

https://substack.com/home/post/p-193808795
1•ixeption•21m ago•0 comments

Molotov Cocktail Is Hurled at Home of OpenAI CEO Sam Altman

https://www.nytimes.com/2026/04/10/us/open-ai-sam-altman-molotov-cocktail.html
27•enraged_camel•21m ago•10 comments

Ask HN: Hiring in the age of AI-assisted coding: what works?

4•nitramm•22m ago•1 comments

IU Bio Researcher Guilty of Smuggling Ecoli DNA from China Concealed in Clothing

https://www.justice.gov/usao-sdin/pr/iu-biology-researcher-pleads-guilty-smuggling-e-coli-dna-chi...
2•737min•22m ago•1 comments

Aadam Jacobs Collection at the Live Music Archive

https://archive.org/details/aadamjacobs
1•cdrnsf•22m ago•0 comments

Amazon Luna Shuts Down without refunds?

1•abtinf•23m ago•0 comments

Ray-tracing–guided myopic LASIK

https://lww.com/_layouts/1033/OAKS.Journals/Error/JavaScript.html
1•MrBuddyCasino•26m ago•0 comments

Carol's Causal Conundrum: a zine intro to causally ordered message delivery

https://decomposition.al/zines/
1•evakhoury•26m ago•0 comments

Show HN: Gravity Garden, an Interactive Simulator

https://tortured-metaphor.github.io/Gravity-Garden/
2•DavidCanHelp•27m ago•0 comments

Chinese Calligraphy Is a Frontier Task

https://twitter.com/leonardtang_/status/2042671198471901494
1•leonardtang•28m ago•0 comments

Show HN: A WYSIWYG word processor in Python

https://codeberg.org/chrisecker/miniword
3•chrisecker•29m 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•11mo ago

Comments

_usr_bin_env•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
Text output would have been too easy on the eink screen xD