frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Europe gets ready to police frontier AI

https://www.theparliamentmagazine.eu/news/article/europe-gets-ready-to-police-frontier-ai
1•perelin•1m ago•0 comments

Cursor for iPad

https://cursor.com/changelog/ipad
1•slymax•3m ago•0 comments

Diffuse puffs of "missing" matter surround most galaxies

https://news.mit.edu/2026/missing-matter-diffuse-puffs-surround-most-galaxies-0721
1•speckx•4m ago•0 comments

Calibre – E-Book Management

https://calibre-ebook.com/
1•routeroff•5m ago•0 comments

WordPress and Drupal score almost identically, but fail in opposite directions

https://replatformradar.com/research/cms-migration-readiness-2026
1•replatformradar•5m ago•0 comments

"Cool" façades expected to reduce summer building temperature

https://www.aimplas.net/blog/cool-facades-expected-reduce-summer-building-temperatures/
1•JeanKage•5m ago•0 comments

Quil – drive AI coding sessions on a remote box over plain SSH

https://quil.cc/
1•artyomsv•6m ago•0 comments

Rogue AI Agents – Food for Agile Thought #555

https://age-of-product.com/food-agile-thought-555-rogue-ai-agents/
1•swolpers•7m ago•0 comments

My list of magic numbers (2020)

https://rachelbythebay.com/w/2020/11/26/magic/
1•theanonymousone•7m ago•0 comments

Study: Coding agents rarely retrieve open-source contribution rules

https://arxiv.org/abs/2607.26819
1•wek•8m ago•0 comments

Guardrails Hub – Guardrails AI

https://guardrailsai.com/hub
2•TangoBee•9m ago•0 comments

On Type Inference

https://radekmie.dev/blog/on-type-inference/
1•theanonymousone•12m ago•0 comments

1k True Fans (2008)

https://kk.org/thetechnium/1000-true-fans/
1•downbad_•15m ago•0 comments

Join Me in Jamverse

https://contraptions.venkateshrao.com/p/join-me-in-jamverse
1•surprisetalk•16m ago•0 comments

Tattoo is permanent, pain-free, and maybe delivered in the mail

https://www.theverge.com/tech/972466/cipherx-permanent-pain-free-tattoo-microdot-patches
2•JeanKage•17m ago•0 comments

High school axes plans to deploy AI robot called Sally after ties to sex dolls

https://www.dailymail.com/news/article-16017467/humanoid-robot-teacher-new-york-axes-plan.html
1•Bender•18m ago•0 comments

Its the Resolution for Ecommerce Shops:)

https://www.loomy.work
1•Omoll•18m ago•0 comments

EROSITA delivers the most comprehensive census of the high-energy Universe

https://www.mpe.mpg.de/8215311/news20260731
1•xioxox•19m ago•0 comments

DeepSeek-AI/DeepSeek-V4-Flash-0731

https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731
7•Philpax•20m ago•0 comments

NOAA ditches weather-predicting supercomputers for Google Cloud

https://www.theregister.com/hpc/2026/07/29/noaa-ditches-weather-predicting-supercomputers-for-goo...
2•Bender•22m ago•0 comments

Do High Temperatures Affect Firm Demography? Evidence from Italy

https://doi.org/10.1002/bse.71185
1•flinux•23m ago•0 comments

Max-severity Exchange server flaw under active exploitation by Kremlin hackers

https://arstechnica.com/security/2026/07/kremlin-hackers-are-exploiting-exchange-flaw-to-backdoor...
1•Bender•24m ago•0 comments

Amiga development system 1 (PRE A1000)

https://bigbookofamigahardware.com/bboah/product.aspx?id=2007
2•Bluestein•25m ago•0 comments

Ruby Central's Destructive Legacy

https://andre.arko.net/2026/07/30/ruby-centrals-destructive-legacy/
5•4d66ba06•25m ago•2 comments

Mike Williams and Björn Gustafsson on Building the Jam (Erlang) [video]

https://www.youtube.com/watch?v=sRTierdN9c4
1•sbuttgereit•27m ago•0 comments

Show HN: Strophae, multi personas chat interface

https://mtct.github.io/strophae/
1•mtct88•28m ago•0 comments

Ask HN: What are you using local LLMs for?

1•adam_patarino•28m ago•0 comments

Sample More, Reflect Less: Self-Refine and Reflexion Lose to Repeated Sampling

https://arxiv.org/abs/2607.28576
2•sbulaev•29m ago•0 comments

Math shows why your vote may not count the way you think it does

https://phys.org/news/2026-07-math-vote.html
1•pseudolus•30m ago•0 comments

A Culture That Could Only Count

https://robertxworld.com/the-culture-that-could-only-count/
1•devrob•34m 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•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