frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Lython: Experimental Python compiler toolchain based on LLVM

https://github.com/t3tra-dev/lython
1•kozika•3m ago•0 comments

I built my second brain for meetings. No monthly subscription

https://appmemora.app
1•kozielgpc•3m ago•0 comments

How to Turn a Free Community into $8K+/Mo Without Losing Members

https://www.hopmembers.com/blogs/how-to-go-from-free-group-to-paid-membership-without-losing-members
1•oluwaseuny•9m ago•0 comments

The solution to urban heat is simpler than you think

https://grist.org/cities/the-solution-to-urban-heat-is-much-much-simpler-than-you-think/
1•fodmap•10m ago•0 comments

The Linux Kernel Startup

https://internals-for-interns.com/posts/linux-kernel-startup/
1•soheilpro•11m ago•0 comments

Show HN: Send Cloudflare Worker build events to Pushover

https://github.com/sslboard/pushover-cloudflare-build-notifications
1•weddpros•17m ago•0 comments

Cerebras to raise IPO price range to $150-$160 as demand surges

https://www.reuters.com/legal/transactional/cerebras-raise-ipo-price-range-150-160-demand-surges-...
2•giuliomagnifico•18m ago•0 comments

Website AI Stack Score

https://aistackscore.com
2•garazy•20m ago•0 comments

Notes on the Auteur Theory in 1962 [pdf]

https://alexwinter.com/media/pdfs/andrew_sarris_notes_on_the-auteur_theory_in_1962.pdf
1•jruohonen•22m ago•0 comments

We uncovered a major Windows 11 performance upgrade Microsoft is testing

https://www.windowscentral.com/microsoft/windows-11/microsoft-is-working-on-major-performance-boo...
3•tosh•23m ago•1 comments

Show HN: Screen Break Keeper – Pet-themed fullscreen breaks in Chrome (zero AI)

https://chromewebstore.google.com/detail/screen-break-keeper/mnmaobcpbjhbheefbgkomgflmgphbfne
1•fengs•24m ago•0 comments

MDL: Endless Visual Novel Engine Powered by AI

https://continualmi.com/mdl
1•luisml77•25m ago•1 comments

Overcoming AI Anxiety

https://ryangjchandler.co.uk/posts/overcoming-ai-anxiety
1•__LINE__•26m ago•0 comments

Self-upgradable software: A Pi setup

https://mikkelmalmberg.com/2026/self-upgradable-software-a-pi-setup
1•fjk•27m ago•0 comments

JDownloader Website Installer Incident

https://jdownloader.org/lib/scripts/incident_8.5.2026.html
1•layer8•30m ago•0 comments

Timebook – Time tracking and invoicing your AI agent can use

https://usetimebook.com
1•pro_methe5•34m ago•0 comments

Ask HN: Do you know the ethics of Developers?

2•eropatori•36m ago•1 comments

Lastest – Visaul Verification of AI Developmetn

https://github.com/las-team/lastest
1•ewyct•39m ago•1 comments

Ask HN: Best static site generator for a docs site in 2026?

3•agenttestjekuqz•39m ago•3 comments

UK firefighters called to one lithium-ion battery fire every five hours

https://www.theguardian.com/uk-news/2026/may/11/uk-firefighters-lithium-ion-battery-fires-ebikes
1•wrxd•41m ago•0 comments

Devenv 2.1: Nix with zsh, fish, and nushell via libghostty

https://devenv.sh/blog/2026/05/07/devenv-21-nix-with-zsh-fish-and-nushell-via-libghostty/
1•zupo•43m ago•0 comments

AWS says acute server memory shortage is driving customers to the cloud

https://www.theregister.com/off-prem/2026/04/30/aws-says-server-memory-shortage-pushing-customers...
1•tcp_handshaker•46m ago•1 comments

Open-Source Models for Text Rendering and Image Editing

https://firethering.com/best-open-source-ai-image-text-rendering-models/
1•steveharing1•46m ago•0 comments

"Hypergravity" Rewires Biology over the Long Haul

https://www.universetoday.com/articles/hypergravity-rewires-biology-over-the-long-haul
1•tcp_handshaker•48m ago•0 comments

Watching for File Changes on macOS

https://alexwlchan.net/2026/watch-files-on-macos/
1•ingve•48m ago•0 comments

Confusion: just enough MDL to play Zork (2009)

https://rec.arts.int-fiction.narkive.com/pM8Kgfbw/confusion-just-enough-mdl
1•exvi•51m ago•0 comments

AI data centers face increasing complaints about inaudible but 'felt' infrasound

https://www.tomshardware.com/tech-industry/artificial-intelligence/data-centers-face-increasing-i...
2•tcp_handshaker•51m ago•0 comments

Who is Marcus Rodriguez? [video]

https://www.youtube.com/shorts/NG1zo-sR_y4
1•aragonite•51m ago•0 comments

Nick Bostrom Has a Plan for Humanity's 'Big Retirement'

https://www.wired.com/story/nick-bostrom-has-a-plan-for-humanitys-big-retirement/
1•danielmorozoff•54m ago•0 comments

Truth Social lays bare narrow obsessions of an online president

https://www.npr.org/2026/05/08/nx-s1-5749358/trump-truth-social-online-posts-iran-white-house-bal...
7•robtherobber•54m 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