frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Antimatter took to the road for the first time

https://www.cnn.com/2026/03/27/science/antimatter-transported-first-time-cern
1•stevenjgarner•1m ago•0 comments

Coldkey – Post-quantum age key generation and paper backup tool

https://github.com/pike00/coldkey
1•pike00•3m ago•1 comments

Show HN: A neuromorphic engine as a stock trader

https://github.com/MasterAlgo/stocks/blob/main/README.md
1•bullbash•4m ago•0 comments

Brewers are turning Coca-Cola into a boozy wine

https://www.popsci.com/science/coca-cola-wine/
1•Brajeshwar•4m ago•0 comments

Rock Star: Reading the Rosetta Stone

https://www.historytoday.com/archive/feature/original-rock-star
1•samizdis•5m ago•0 comments

Wow

1•yuvrajdahal•6m ago•0 comments

Ok.com

1•yuvrajdahal•6m ago•0 comments

Why Vibe coding is eating software

https://mayt.substack.com/p/why-vibe-coding-is-eating-software
2•maytc•11m ago•0 comments

Show HN: Go Style Agent Skill – Opinionated Skill for Writing Golang

https://github.com/madflojo/go-style-agent-skill
1•madflojo•12m ago•0 comments

Why Island Hop on the Classic Web?

https://cornbreadjournals.com/web/
1•susam•12m ago•0 comments

FCC Prohibits New Approval of Foreign-Made Consumer Routers

https://docs.fcc.gov/public/attachments/DOC-420034A1.txt
1•aw-engineer•12m ago•1 comments

C++ standard libray with automated memory management

https://github.com/pg83/std
1•pshirshov•13m ago•0 comments

LocalStack License Changed, CI First to Know

https://kaeruct.github.io/posts/2026/03/28/localstack-changed-its-license/
1•kaeruct•14m ago•0 comments

Wristband enables wearers to control a robotic hand with their own movements

https://news.mit.edu/2026/wristband-enables-wearers-control-robotic-hand-with-own-movements-0325
1•gnabgib•14m ago•0 comments

The inner life we're trading away

https://bigthink.com/philosophy/the-inner-life-were-trading-away/
1•Brajeshwar•15m ago•0 comments

The CEO Cost Function

https://carette.xyz/posts/automated_ceo/
4•acarette•17m ago•0 comments

Go Micro became something bigger

https://micro.mu/docs/go-micro.html
3•asim•17m ago•0 comments

Generating code faster is only valuable if you can validate every change

https://bencane.com/posts/2026-03-26/
2•madflojo•19m ago•1 comments

The Outage Era: Cantonize the Codebase

https://velaru.com/journal/the-outage-era-cantonize-the-codebase
2•ksteigerwald•20m ago•1 comments

Govern Your AI Agents. Operate with Oversight

https://stagent.io/
1•navam_io•22m ago•0 comments

Show HN: Epismo CLI – Make human-AI workflows reusable, like GitHub did for code

https://www.npmjs.com/package/epismo
1•hirokiyn•23m ago•0 comments

Bug fixes for larkos optimizations for other of my software

1•Okerew•23m ago•0 comments

What about Juniors?

https://brooker.co.za/blog/2026/03/25/ic-junior.html
2•vinhnx•24m ago•0 comments

Audio tapes reveal mass rule-breaking in Milgram's obedience experiments

https://www.psypost.org/audio-tapes-reveal-mass-rule-breaking-in-milgram-s-obedience-experiments-...
2•lentoutcry•27m ago•0 comments

The Lazarus Sign

https://en.wikipedia.org/wiki/Lazarus_sign
2•signorovitch•32m ago•1 comments

Neural Text Steganography

https://massa-ai.freeboxos.fr/textego/
1•asxndu•33m ago•0 comments

Mystery medical episode left astronaut unable to speak—1 of NASA's biggest risks

https://www.livescience.com/space/space-exploration/mystery-medical-episode-that-left-astronaut-u...
1•bookofjoe•35m ago•0 comments

AI is making CEO's delusional [video]

https://www.youtube.com/watch?v=Q6nem-F8AG8
4•rossdavidh•37m ago•0 comments

Lausd joins suit against social media companies

https://laist.com/brief/news/education/los-angeles-unified-school-district-lausd/los-angeles-unif...
1•freshtake•40m ago•0 comments

Show HN: Code typing game to increase your typing speed in 10 languages

https://coderacer.dev
1•Coderacer1•42m 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