frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

US to build two military bases in Greenland under new deal with Denmark

https://www.bbc.co.uk/news/articles/c9dr74g32g8go
1•mytailorisrich•32s ago•1 comments

Maskr – Catch personal data before it reaches AI chatbots (100% client-side)

https://chromewebstore.google.com/detail/maskr-private-ai-leak-gua/adncldmdaamhlpcccigfhdipjhpicebe
1•ThomasShelby•37s ago•0 comments

Active Storage image optimization at scale: lessons from 1,916 conference photos

https://avohq.io/blog/active-storage-image-optimization-at-scale-lessons-from-1-916-conference-ph...
1•adrianthedev•1m ago•0 comments

Apple Wallet driver's licenses coming to three new states soon

https://9to5mac.com/2026/09/22/apple-wallet-drivers-licenses-coming-to-three-new-states-soon/
1•MC995•1m ago•0 comments

Senior-care app that works with any wearable via Health Connect

https://play.google.com/store/apps/details?id=com.bitwell&hl=en_US
1•SumitDhakad•2m ago•0 comments

US Dow Iron Bank: open-source, vetted and hardened containers

https://p1.dso.mil/iron-bank
2•nateb2022•3m ago•0 comments

Mirendil in talks to raise $1B at $5B valuation led by Kleiner Perkins

https://finance.yahoo.com/technology/ai/articles/ex-anthropic-staffers-self-improving-161648217.html
1•utiiiD•4m ago•0 comments

Sex differences in attention are present at birth

https://www.cam.ac.uk/research/news/sex-differences-in-attention-are-present-at-birth-study-finds
1•gmays•4m ago•0 comments

That About Wraps It Up for Stock Mac UI

https://inessential.com/2026/09/22/that-about-wraps-it-up-for.html
1•frizlab•4m ago•0 comments

Pentagon: Palantir AI Overreliance Led to Strike Killing 123 Iranian Children

https://gizmodo.com/pentagon-investigators-say-overreliance-on-palantir-ai-tech-contributed-to-u-...
8•devonnull•4m ago•2 comments

The Curious Power of Punctuation

https://www.newyorker.com/magazine/2026/09/28/on-the-mark-louis-menand-book-review
1•pepys•5m ago•0 comments

Show HN: FreeCoffee – Self-hostable donation tool with crypto support

https://github.com/freecoffee-bio/freecoffee.bio
1•jacksun788•6m ago•0 comments

The Climate May Have Some Surprises in Store

https://www.nytimes.com/2026/09/22/opinion/climate-temperature-extreme.html
1•saikatsg•6m ago•0 comments

Hacking group ShinyHunters claims it breached the FBI, stole agents' data

https://techcrunch.com/2026/09/22/hacking-group-shinyhunters-claims-it-breached-the-fbi-stole-age...
3•mikelgan•7m ago•1 comments

Countries propose global oversight body to manage AI dangers

https://www.aljazeera.com/economy/2026/9/22/20-countries-propose-global-oversight-body-to-manage-...
3•jethronethro•7m ago•0 comments

Explaining to business people why building software is still hard

https://www.manager.dev/newsletter/cursing-the-day-lovable-was-born
2•fagnerbrack•7m ago•0 comments

Null Diary: Confessions from the Machine

https://nulldiary.io/
1•ClassAndBurn•9m ago•1 comments

SAML: A Fractal of Bad Design

https://blog.trailofbits.com/2026/09/21/saml-a-fractal-of-bad-design/
2•aray07•11m ago•0 comments

Let's Stop Debating the Gnu Imp Manipulation Program

https://aria.dog/barks/gnu-imp-manipulation-program/
2•naves•12m ago•0 comments

Ask HN: What's Cool Now in Software?

1•julienreszka•12m ago•0 comments

GPT-6 Sol (Max) Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/gpt-6-sol
1•theanonymousone•13m ago•0 comments

GPT-6 Luna (Max) Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/gpt-6-luna
1•theanonymousone•14m ago•0 comments

Ask HN: Are you are a coward or a traitor?

2•cyclopeanutopia•15m ago•2 comments

Piclang – Programming language purpose built for malware

https://github.com/zarkones/Piclang
1•ZARKONES•15m ago•1 comments

Show HN: Lightdrift / Image search for AI agents through API and MCP

https://lightdrift.ai
1•jacksonholland•17m ago•0 comments

RegEx 101 for Data Pipelines

https://sift.expanso.io/
1•TheIronYuppie•18m ago•0 comments

Douglas Davis: The First Collaborative Sentence

https://whitney.org/artport/douglas-davis
1•Caiero•21m ago•0 comments

Goose Robot

https://twitter.com/RobotWorksGoose/status/2102463074452275423
2•richardwei•22m ago•0 comments

Morpion Solitaire

http://www.morpionsolitaire.com/
1•jackettm•24m ago•0 comments

High-mileage electric cars are more reliable than petrol ones, study finds

https://www.theguardian.com/environment/2026/sep/22/high-mileage-used-electric-cars-reliable-petr...
5•theanonymousone•24m ago•2 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