frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

War Stories: Crash Bandicoot (2020)

https://all-things-andy-gavin.com/2020/02/27/war-stories-crash-bandicoot/
1•tosh•1m ago•0 comments

Poetiq announces new SOTA on the ARC-AGI-1 and 2

https://poetiq.ai/posts/arcagi_announcement/
1•fofoz•7m ago•0 comments

Show HN: VeriIA – AI detector for Spanish and English text

https://detectordeia.pro
1•tanchaowen84•9m ago•0 comments

Benchmarking Checksum Tools

https://heitorpb.github.io/bla/checksum-benchmark/
1•furkansahin•9m ago•0 comments

Everything's Fake Now – Liam Fallen

https://liamfallen.substack.com/p/everythings-fake-now
1•bariscan•11m ago•0 comments

Model Madness: Making Sense of Today's LLM Chaos

https://medium.com/@yassien/model-madness-making-sense-of-todays-llm-chaos-26331cdcfc61
1•yassien•11m ago•0 comments

Trump says US will 'permanently pause' migration from 'third world countries'

https://www.bbc.com/news/articles/cdxweyy157go
1•breve•18m ago•0 comments

Show HN: I vibe-coded a complete React rewrite of my audio waveform editor

https://naomiaro.github.io/waveform-playlist/
1•st0ryteller•22m ago•0 comments

AI-Powered Y Combinator Company Research

https://fyicombinator.com
1•cmpit•23m ago•0 comments

A Python Script to End All Life and Take the Universe with It

https://starkeblog.com/dos/denial-of-service/weird/2025/11/28/universal-denial-of-service.html
1•bootbloopers•24m ago•0 comments

Ten Kubernetes Superpowers You Forget to Use

https://oneuptime.com/blog/post/2025-11-27-ten-kubernetes-superpowers-developers-overlook/view
1•ndhandala•24m ago•0 comments

Ask HN: What's your go-to strategy for programmatic SEO in 2025?

1•liquid99•25m ago•1 comments

Ask HN: What's the most underrated VS Code extension?

1•liquid99•26m ago•0 comments

AI Voice Agents: Transforming Customer Conversations in 2025

https://www.aiheadshotreviews.com/articles/ai-voice-agents-guide
1•naveensky•26m ago•0 comments

Nbaranker

https://nbaranker.com/
1•NBAnba•28m ago•1 comments

Zero-Width Space – The Sneaky Unicode Character

https://starikov.co/zero-width-space/
1•liquid99•29m ago•0 comments

Dumbindent: Because 93% of the time was spent in Clang-format

https://nigeltao.github.io/blog/2020/dumbindent.html
1•fanf2•30m ago•0 comments

The Performance Inequality Gap, 2026

https://infrequently.org/2025/11/performance-inequality-gap-2026/
1•ColinWright•31m ago•0 comments

Show HN: I made a free Git repository viewer

https://graph.gat.sh
1•rafmardev•31m ago•0 comments

The Math of Why You Can't Focus at Work

https://justoffbyone.com/posts/math-of-why-you-cant-focus-at-work/
1•0x79de•32m ago•0 comments

Denmark sets up 'night watch' to monitor Trump after Greenland row

https://www.theguardian.com/world/2025/nov/27/denmark-sets-up-night-watch-to-monitor-trump-since-...
1•saubeidl•32m ago•0 comments

iSmartPack| the smartest backpack for work, travel and life

https://ismartpack.com/
1•fisnikmaxhuni•34m ago•1 comments

A Repository with 44 Years of Unix Evolution

https://www.spinellis.gr/pubs/conf/2015-MSR-Unix-History/html/Spi15c.html
2•lioeters•39m ago•0 comments

A Day at the Park (2013)

https://kiriakakis.net/comics/mused/a-day-at-the-park
1•gebdev•40m ago•0 comments

When Playdate Stopped Being Fun

https://blog.gingerbeardman.com/2025/04/15/when-playdate-stopped-being-fun/
1•latexr•41m ago•0 comments

Quantum Safe E2EE File-Transfer

https://github.com/collapsinghierarchy/noisytransfercli
1•whitenoises•42m ago•1 comments

Organizations Are Distributed Systems

https://www.industrialempathy.com/posts/organizations-are-distributed-systems/
1•smartmic•44m ago•0 comments

Building a 64-Bit OS from Scratch with Claude Code

https://isene.org/2025/11/SimplicityOS.html
1•birdculture•47m ago•0 comments

Cross-Compiling Common Lisp to WASM

https://turtleware.eu/posts/Common-Lisp-and-WebAssembly.html
1•jackdaniel•48m ago•0 comments

Breakdown of Lichess' annual expenses [video]

https://www.youtube.com/watch?v=oEbW1Lv1vus
1•fionnohGoDeo•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•7mo ago

Comments

_usr_bin_env•7mo 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•7mo 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•7mo 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•7mo 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•7mo ago
Text output would have been too easy on the eink screen xD