frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Shadow Blocker Blocklist – DNS blocklist from per-platform research

https://github.com/CorleoneSalute/SHADOW-BLOCKER-BLOCKLIST
1•Corleone612•1m ago•0 comments

Google DeepMind CEO Demis Hassabis is stepping down

https://www.axios.com/2026/08/05/google-deepmind-demis-hassabis-ai
2•ot•1m ago•0 comments

The next chapter of our AI momentum

https://blog.google/company-news/inside-google/message-ceo/next-chapter-ai-momentum/
1•colesantiago•1m ago•0 comments

Four Top Google A.I. Researchers Form New Startup

https://www.nytimes.com/2026/08/05/technology/google-researchers-ai-startup.html
2•louiereederson•2m ago•0 comments

anydoc: Rust library that converts 14 document formats to Markdown

https://github.com/firecrawl/anydoc
1•amplitudes•2m ago•0 comments

ViperJS – a JavaScript engine in safe Rust, zero deps, 84% of test262

https://github.com/MerlijnW70/viperjs
1•MerlijnW70•4m ago•0 comments

Show HN: Everfree -AI cowriter note app on GitHub backend & Evernote migration

https://everfree.vercel.app/
1•adi2907•4m ago•0 comments

At 45-Years-Old, C-Kermit Gets Its First New Release in 15 Years

https://fossforce.com/2026/08/at-45-years-old-c-kermit-gets-its-first-new-release-in-15-years/
2•speckx•4m ago•0 comments

Rainy Day Thoughts on AI

https://third-bit.com/2026/08/04/rainy-day-thoughts-on-ai/
1•meetpateltech•5m ago•0 comments

Negative-Interest Tech Debt

https://jesseduffield.com/Negative-interest-tech-debt/
2•lwhsiao•7m ago•0 comments

Adding Recursive Functions to Futhark

https://futhark-lang.org/blog/2026-08-05-recursion.html
1•Svip•7m ago•0 comments

Inside the Long, AI-Powered Quest to Perfect Pringle-Making

https://www.wsj.com/tech/ai/inside-the-long-ai-powered-quest-to-perfect-pringle-making-ab37a231
1•thm•8m ago•0 comments

Tiny Black Holes May Be Exploding Stars Across the Milky Way

https://www.sciencedaily.com/releases/2026/07/260729051515.htm
1•jandrewrogers•8m ago•0 comments

Fontstash: Light-weight online font texture atlas builder

https://github.com/memononen/fontstash
1•klaussilveira•9m ago•0 comments

The power of key paths in Swift

https://www.swiftbysundell.com/articles/the-power-of-key-paths-in-swift/
1•conferza•10m ago•0 comments

Using Trust and Safety Tycoon in the Classroom

https://www.techdirt.com/2026/08/04/using-trust-safety-tycoon-in-the-classroom/
1•hn_acker•10m ago•0 comments

Yet another metaphor about tech debt

https://ericwbailey.website/published/heres-yet-another-metaphor-about-tech-debt/
1•speckx•11m ago•0 comments

Ask HN: What paid tools have you now replaced with personalized AI-coded tools?

1•gtbcb•13m ago•0 comments

Show HN: DotDoctor – Interactive CLI tool to diagnose dev env and update system

https://github.com/m11tya/DotDoctor
1•m1tya•13m ago•0 comments

33554432px is the max value ff a CSS length layout unit

https://nerdy.dev/max-value-of-a-css-length-layout-unit
1•speckx•15m ago•0 comments

Would You Like to Come to a Barbecue?

https://nothingbutawordbag.substack.com/p/would-you-like-to-come-to-a-barbecue
1•herbertl•16m ago•0 comments

Things I would like to tell my 10 year old self

https://winnielim.org/journal/things-i-would-like-to-tell-my-10-year-old-self/
1•herbertl•17m ago•0 comments

Plate – A rich-text editor framework for React

https://platejs.org/
1•mrlightful•17m ago•0 comments

How–and Why–To Cull Your Book Collection

https://lithub.com/how-and-why-to-cull-your-book-collection/
1•herbertl•17m ago•0 comments

Spam on GitHub

https://blog.gitguardian.com/40-million-fake-push-when-spam-commits-took-over-the-public-github/
2•guisch•17m ago•0 comments

Write/read review your interview at a company

https://www.apply-tracker.com/en/company-reviews
1•mirnumbing•18m ago•0 comments

The Friendship That Made Google (2018)

https://www.newyorker.com/magazine/2018/12/10/the-friendship-that-made-google-huge
2•tosh•19m ago•0 comments

NASA's Curiosity Mars Rover Discovers Field of Honeycomb Textures

https://www.nasa.gov/missions/mars-science-laboratory/curiosity-rover/nasas-curiosity-mars-rover-...
1•Tomte•20m ago•0 comments

It's cute how Grandma doesn't even know how to blood tithe to the Data Lord

https://www.mcsweeneys.net/articles/its-cute-how-grandma-doesnt-even-know-how-to-blood-tithe-to-t...
2•diafygi•20m ago•0 comments

Show HN: Vest.fyi – equity calculator shows range of outcomes and benchmarks

https://vest.fyi/
1•egyptianblue•20m ago•1 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