frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Move Detroit

https://www.movedetroit.com/program
1•rmason•18s ago•0 comments

Lichess and Take Take Take Sign Cooperation Agreement

https://lichess.org/@/Lichess/blog/lichess-and-take-take-take-sign-cooperation-agreement/DZS0S0Dy
1•hyperbovine•3m ago•0 comments

Mcpnest

https://www.mcpnest.io/
1•malasartes•7m ago•1 comments

Bitcoin and Quantum Computing

https://nehanarula.org/2026/04/03/bitcoin-and-quantum-computing.html
2•nehan•8m ago•0 comments

Show HN: Custom Podcast Summarizer

1•jprorok•9m ago•0 comments

Cold Email Grader, check it out

https://getautocrm.com/tools/email-grader
1•BrendanSF•10m ago•0 comments

Death of the IDE?

https://addyo.substack.com/p/death-of-the-ide
1•robenkleene•10m ago•0 comments

Protecting against TPM interposer attacks

https://lwn.net/SubscriberLink/1064685/c29938fbf06e9d09/
1•Velocifyer•10m ago•0 comments

Anthropic's Project Glasswing sounds necessary to me

https://simonwillison.net/2026/Apr/7/project-glasswing/
2•simonw•11m ago•1 comments

The Design Index – A "Bloomberg Terminal" for Design Systems

https://thedesignindex.co/
1•prashaant•12m ago•0 comments

Social Impact Hackathon for Latinamerica

https://hack.indies.la/
1•jdiaz97•16m ago•0 comments

Backblaze Performance Stats Q1 2026

https://www.backblaze.com/blog/backblaze-performance-stats-q1-2026/
1•LaSombra•17m ago•0 comments

Intercepting React calls via a portal and a fake DOM to draw on Canvas

https://vezaynk.github.io/react-direct-canvas/
1•sattoshi•21m ago•0 comments

Digital Ocean blocked my account

1•ugly_munchkin•22m ago•3 comments

Show HN: An interactive map of Tolkien's Middle-earth

https://middle-earth-interactive-map.web.app/
3•frasermarlow•22m ago•0 comments

UCCL-EP: Portable Expert-Parallel Communication – Full Results

https://uccl-project.github.io/posts/uccl-ep-full/
1•matt_d•22m ago•0 comments

ErrataBench

https://github.com/reviseio/errata-bench
2•artursapek•22m ago•0 comments

Optimising a pipelined RISC-V core: from naive pipeline to near-superscalar perf

https://mummanajagadeesh.github.io/blogs/optm-riscv-core/
1•fanf2•23m ago•0 comments

Al-Khwarizmi ("Algorithm")

https://en.wikipedia.org/wiki/Al-Khwarizmi
1•profsummergig•23m ago•0 comments

Harrier – Microsoft Open-Sources Industry-Leading Embedding Model

https://blogs.bing.com/search/April-2026/Microsoft-Open-Sources-Industry-Leading-Embedding-Model
1•HanClinto•24m ago•1 comments

vLLM IR: A Functional Intermediate Representation for vLLM

https://github.com/vllm-project/vllm/issues/32358
2•matt_d•24m ago•0 comments

AWS S3 Files

https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-s3-files/
2•dvrp•25m ago•0 comments

How do you prevent PII from leaking into test fixtures and staging datasets?

https://github.com/certifieddata/pii-scan
1•dk970•26m ago•1 comments

Section 4 of the 25th Amendment to the US Constitution

https://en.wikipedia.org/wiki/Twenty-fifth_Amendment_to_the_United_States_Constitution
3•OhMeadhbh•28m ago•2 comments

How Photofeeler (dating pic ranking site) works

https://getdatingphotos.com/how-photofeeler-works
3•nsokolsky•28m ago•0 comments

The best VR game I've ever played wasn't a VR game

https://alanmunirji.dev/#blog=vr-immersion
1•_345•28m ago•1 comments

Show HN: User-Friendly Persistent AI Memory Layer

https://www.reflectmemory.com/
1•vanstrata•31m ago•0 comments

We built a biological ALife chassis in our garage (open-source)

https://github.com/neurobotics-sci/neurobotics-biological-substrate/
1•Neurobotics_CIO•31m ago•0 comments

CS Trivia Crossword Puzzles

https://cstrivia.com/
2•delotrag•32m ago•0 comments

Local AI reads WhatsApp and books meetings – no cloud, no subscription

https://lmim.tech
2•iamonthemission•35m ago•3 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