frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SidePulse: Agent Status, at a Glance (LEDs in MacBook Pro SD Slot)

https://sidepulse.io/
1•gregsadetsky•1m ago•0 comments

How well do agents use test/verification techniques?

https://danluu.com/agentic-testing/
1•vinhnx•2m ago•0 comments

AI Is Making Us Build Too Much

https://sjg.io/writing/ai-is-making-us-build-too-much/
1•gmays•2m ago•0 comments

Show HN: Jackalope.dev

https://jackalope.dev/
1•ghosts_•4m ago•0 comments

A desktop tool written in Rust to lock GRUB with a physical USB rescue key

https://github.com/sysdev-0/grubst
1•devsys000•5m ago•0 comments

Prompting Is Dead in 6 Months. Andrew Ng, Stanford [video]

https://www.youtube.com/watch?v=9EuNUe-CJRM
1•thelastgallon•6m ago•0 comments

China Planted 78 Billion New Trees—and Seriously Messed Up Its Water Cycle

https://www.popularmechanics.com/science/environment/a73385264/china-reforesting-changes-hydrolog...
1•thunderbong•9m ago•0 comments

Do LLMs Know What to Ask and When? Evaluating Multi-Turn Information Seeking

https://arxiv.org/abs/2608.14808
1•wslh•11m ago•0 comments

Run an ArchiveTeam Warrior on your computer

https://tracker.archiveteam.org/
1•darknavi•13m ago•0 comments

Show HN: Archprint, infer architecture lint rules from your repo's import graph

https://github.com/Tommkruix/archprint
1•Tommkruix123•19m ago•0 comments

Show HN: NYC MapTap – Learn NYC neighborhoods (with subway routes when you miss)

https://albertjoseph0.github.io/nyc-maptap/
2•abj908•23m ago•1 comments

Show HN: Zero downtime embedding model upgrades

https://github.com/arnsri33/embedflow
1•coolArnav•25m ago•0 comments

Defeating Antisemitism Through Zionism

https://medium.com/freedomofthought/defeating-antisemitism-through-zionism-6c648c34c408
1•raynchad•29m ago•0 comments

Show HN: Caveat, a self-hosted publishing and newsletter tool

https://github.com/CaveatJS
1•jonas_kgomo•32m ago•0 comments

Canada holds first defense talks with China in more than 8 years

https://www.scmp.com/news/china/diplomacy/article/3366477/canada-and-china-thaw-continues-militar...
5•ilamont•35m ago•1 comments

Thames Tunnel

https://en.wikipedia.org/wiki/Thames_Tunnel
1•thunderbong•38m ago•0 comments

Create Passkey After Account Recovery Due to Forgotten Password

https://www.passkeycentral.org/design-guidelines/optional-patterns/create-passkey-after-account-r...
1•mooreds•40m ago•0 comments

"Everything's a Challenge" ADHD Individuals in the Midst of Rx Shortages

https://pmc.ncbi.nlm.nih.gov/articles/PMC11585964/
2•sans_souse•41m ago•0 comments

Jellyfin 12.0 Released

https://github.com/jellyfin/jellyfin/releases/tag/v12.0
1•cdrnsf•42m ago•0 comments

OpenClaw Is Open Source

https://github.com/openclaw/openclaw
1•noobplus•43m ago•0 comments

DSL Mania

https://astledsa.substack.com/p/dsl-mania
1•astledsa•48m ago•0 comments

AI cancer cures slowed by chip shortage, says Arm boss

https://www.bbc.com/news/articles/c0m39g7xzevo
2•dabinat•48m ago•0 comments

TeamAI by Tencent

https://github.com/Tencent/teamai-cli
2•handfuloflight•52m ago•0 comments

Hollywood's Box Office Boom Comes with 248M Missing Tickets

https://www.nytimes.com/interactive/2026/09/07/business/media/summer-movies-box-office.html
1•ChrisArchitect•57m ago•1 comments

The Weather Is the Plan: Crossing Lake Michigan

https://sailandsavor.blog/2026/09/07/the-weather-is-the-plan-crossing-lake-michigan-part-2/
1•mekdoonggi•57m ago•0 comments

I Couldn't Play Guitar, So I Spent 6 Years Building a Guitar Robot [video]

https://www.youtube.com/shorts/XgJjdkYOKz8
3•kristianpaul•1h ago•3 comments

The robots.txt user-agent lines that do not name what they look like

https://ai-visibility.lastminutedealshq.com/robots-txt-user-agent-tokens
1•reesecalder•1h ago•0 comments

There's a new "Google Jail" for independent wikis

https://weirdgloop.org/blog/google-jail
3•pizzaiolo•1h ago•0 comments

Giving Minecraft Infinite Time to Beat Itself [video]

https://www.youtube.com/watch?v=9t2fV52jMA8
1•nstents•1h ago•0 comments

Jellyfin 12.0

https://jellyfin.org/posts/jellyfin-release-12.0/
94•0xC0ncord•1h ago•35 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