frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

User Identity Isn't Complete Without Authorization

https://fusionauth.io/blog/fusionauth-acquires-permify
2•mooreds•1m ago•0 comments

Ask HN: Do developers need to follow every tech update?

1•jerawaj740•2m ago•0 comments

Playtiles – stick-on electronic-free gamepad for phones

https://get.playtil.es/
1•ksymph•3m ago•0 comments

Top WordPress Alternatives

https://www.notwp.com/blog/9-top-wordpress-alternatives-1763844940410
1•bylde•3m ago•0 comments

Kids who own smartphones before age 13 have worse mental health outcomes: Study

https://abcnews.go.com/GMA/Family/kids-smartphones-age-13-worse-mental-health-outcomes/story?id=1...
1•donsupreme•3m ago•0 comments

Eating alone vs. with others: Nutritional and physical outcomes in older adults

https://www.sciencedirect.com/science/article/pii/S0195666325004805
1•gnabgib•4m ago•0 comments

Disruption of Docker Hardened Images and Docker Scout

https://www.dockerstatus.com/pages/incident/533c6539221ae15e3f000031/69220fd908214705e132468a
1•captn3m0•8m ago•0 comments

I Got Sued

https://www.youtube.com/watch?v=CuDIMztL9OU
1•davidclark22•9m ago•0 comments

Show HN: I built a wizard to turn ideas into AI coding agent-ready specs

https://vibescaffold.dev/
2•straydusk•12m ago•0 comments

Cardiac implantable electronic devices' longevity: A novel modelling tool

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0333195
2•PaulHoule•12m ago•0 comments

Show HN: A privacy-first, client-side toolbox (PDF, Imgs, Dev) no server uploads

https://linu.li
2•immineal•13m ago•0 comments

Show HN: HN Buffer – A read-it-later site for your HN favorites

https://hnbuffer.com
2•shaarmar•14m ago•0 comments

Show HN: Building an AI Agent

https://app.9octopus.com/
2•thimoteelegrand•16m ago•0 comments

Information Literacy and Chatbots as Search

https://buttondown.com/maiht3k/archive/information-literacy-and-chatbots-as-search/
2•walterbell•16m ago•0 comments

Björk Guðmundsdóttir

https://en.wikipedia.org/wiki/Bj%C3%B6rk
2•weinzierl•16m ago•0 comments

Show HN: Build the habit of writing meaningful commit messages

https://github.com/arpxspace/smartcommit
2•Aplikethewatch•20m ago•0 comments

Rapid Transit Timelines and Scale Comparison

https://transit-timelines.github.io/
3•JumpCrisscross•20m ago•0 comments

Physicists drive antihydrogen breakthrough at CERN

https://phys.org/news/2025-11-physicists-antihydrogen-breakthrough-cern-technique.html
3•naves•20m ago•0 comments

A Reverse Engineer's Anatomy of the macOS Boot Chain and Security Architecture

https://stack.int.mov/a-reverse-engineers-anatomy-of-the-macos-boot-chain-security-architecture/
3•19h•20m ago•0 comments

New Rolls-Royce technology prevents sand damage to jet engines

https://www.bbc.com/news/articles/cj0e3npg7e4o
3•neversaydie•21m ago•0 comments

New Al Zimmermann's Programming Contests: Powerful Sums

http://azspcs.com/Contest/PowerfulSums
2•rixed•28m ago•1 comments

Show HN: RealDeed – Tokenize Real Estate into Digital Assets

https://www.realdeed.co/
2•pratz0555•28m ago•0 comments

IPv6 Is a Total Nightmare – This Is Why (2020)

https://teknikaldomain.me/post/ipv6-is-a-total-nightmare/
2•smartmic•29m ago•1 comments

Show HN: Letterboxd Completionist - Assessing Filmography Progress

https://letterboxd-completionist.netlify.app/
2•3333333331•32m ago•0 comments

Early science acceleration experiments with GPT-5

https://arxiv.org/abs/2511.16072
2•Anon84•35m ago•0 comments

I built a "decision-zero" movie picker to fix Netflix paralysis

https://decision-zero-stream.lovable.app/
2•MatteoTadiello•35m ago•1 comments

ChatGPT Codex Outage

https://status.openai.com/incidents/01KAPG4EE5JWEV04TPZ2SNNK8X
5•twalichiewicz•36m ago•0 comments

Show HN: HN Insights – HN front page summaries

https://hn-insights.com
4•mobrienv•40m ago•0 comments

Show HN: Reverse Jailbreaking a Psychopathic AI via Identity Injection

https://github.com/DRawson5570/AI-Wisdom-Distillation
3•drawson5570•41m ago•0 comments

Brazil's Bolsonaro detained for trying to break ankle bracelet and flee

https://www.msn.com/en-us/politics/international-relations/brazil-s-bolsonaro-detained-for-trying...
3•CXSHNGCB•41m 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•7mo ago

Comments

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