frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

You cannot sell AI written software

https://blog.habets.se/2026/05/You-cannot-sell-AI-written-software.html
1•marcofloriano•2m ago•0 comments

Analysis of CS:GO Win-rates (2020)

https://cryptm.org/posts/2020/06/12/csgo.html
1•tosh•2m ago•0 comments

Ask HN: What are you working on (20 May)

2•Armonsrer•7m ago•1 comments

Two Values in One Integer

https://talkchess.com/viewtopic.php?t=42054
1•prakashqwerty•7m ago•0 comments

A smart home from the 1800's (Tom Scott) [video]

https://www.youtube.com/watch?v=V2lEgMHF2Fo
1•sebzuddas•8m ago•0 comments

'Twilight of the Warriors: Walled in' Exhibition at Kowloon Walled City Park

https://geekculture.co/twilight-of-the-warriors-walled-in-exhibition-at-kowloon-walled-city-park/
1•exvi•9m ago•0 comments

Inside Notion

https://colossus.com/article/inside-notion/
1•tablet•11m ago•0 comments

Borrowed Conscience

https://howstrangeitistobeanythingatall.com/post/2026-05-19-borrowed-conscience
2•alanbotts•12m ago•0 comments

Show HN: Paletty – 800 curated terminal themes and a contrast-aware generator

https://paletty.dev/
1•ivoronin•16m ago•0 comments

The Download: Musk vs. Altman, smart glasses for warfare, and Google I/O

https://www.technologyreview.com/2026/05/19/1137505/the-download-musk-altman-trial-smart-glasses-...
1•joozio•17m ago•0 comments

Ex-Google CEO Eric Schmidt booed at Arizona U commencement speech

https://www.theguardian.com/us-news/2026/may/18/eric-schmidt-ai-university-commencement-speech-booed
3•simonebrunozzi•17m ago•0 comments

Making a GUI for NixOS

https://github.com/kalken/ezconf
3•linux4dummies•18m ago•0 comments

The just-say-no engineer was a ZIRP phenomenon

https://www.seangoedecke.com/the-just-say-no-engineer-was-a-zirp-phenomenon/
2•throwaw12•19m ago•0 comments

MAHA's latest conspiracy? Blaming Bill Gates for spike in tick bites

https://www.independent.co.uk/news/health/maha-bill-gates-pfizer-tick-conspiracy-b2979810.html
1•KnuthIsGod•19m ago•0 comments

AI Could Help the Climate

https://www.economist.com/leaders/2025/04/10/how-ai-could-help-the-climate
1•andsoitis•20m ago•0 comments

MeshCore vs. Meshtastic: Choosing the Right Tactical Network

https://specfive.com/blogs/articles/meshcore-vs-meshtastic
1•DanielSusca•21m ago•0 comments

Roundtables: The Musk vs. Altman Trial

https://www.technologyreview.com/2026/05/19/1137454/roundtables-inside-the-musk-v-altman-trial/
1•joozio•21m ago•0 comments

German government approves new gas power plant auctions to backup wind and solar

https://www.cleanenergywire.org/news/german-government-approves-new-gas-power-plant-auctions-back...
1•leonidasrup•23m ago•0 comments

A twinkling pulsar reveals invisible structures in space

https://www.mpg.de/26493907/0513-radi-a-twinkling-pulsar-reveals-invisible-structures-in-space-15...
1•Tomte•24m ago•0 comments

Tangled – tightly-knit social coding

https://tangled.org
2•dennis-tra•33m ago•0 comments

ThinkPad Endgame

https://williamjansson.com/posts/thinkpad_endgame/
3•billybuckwheat•33m ago•1 comments

Slax Reader CLI: a read-later library your AI agents can use

https://slax.com/blog/slax-reader-cli-a-read-later-library-for-ai-agents/
1•wulujia•34m ago•0 comments

Professor Miller (1973) [video]

https://www.youtube.com/watch?v=qSKqW6Olm7I
1•simonebrunozzi•35m ago•0 comments

SRM: Detecting slow-burn risk in AI-agent sessions before execution

https://arxiv.org/abs/2603.22350
1•ilion_identity•36m ago•0 comments

Apple Is Making Hit Products and High Profits from Imperfect Chips

https://www.wsj.com/tech/apple-is-making-hit-products-and-high-profits-from-imperfect-chips-d32c21d8
1•taubek•37m ago•0 comments

Show HN: Chrome ext to let zot, your terminal coding agent, operate the browser

https://github.com/patriceckhart/zot-chrome-operator
8•patriceckhart•38m ago•1 comments

Weaving baskets and braiding hair for quantum computing [video]

https://www.youtube.com/watch?v=Y0mn7UBonSs
1•marysminefnuf•41m ago•0 comments

Grafana Labs security update on TanStack NPM supply chain ransomware incident

https://grafana.com/blog/grafana-labs-security-update-latest-on-tanstack-npm-supply-chain-ransomw...
1•taubek•43m ago•0 comments

Ringspace Trusted Webrings: Is a great idea returning?

https://ringspace.net/
1•8bitsrule•47m ago•0 comments

Nucleus: Enforced permissions for AI agents – policy+enforcement in one stack

https://github.com/coproduct-opensource/nucleus
1•weitzj•48m 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