frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Monster That Slays Arctic Subsea Cables: Icebergs

https://subseacables.blogspot.com/2026/05/the-monster-that-slays-arctic-subsea.html
1•giuliomagnifico•1m ago•0 comments

Ubuntu back up, In Saturday after DDoS attacks

1•relunsec•2m ago•0 comments

This Month in Ladybird – April 2026

https://ladybird.org/newsletter/2026-04-30/
1•exploraz•3m ago•0 comments

µKanren: A Minimal Functional Core for Relational Programming (2013) [pdf]

http://webyrd.net/scheme-2013/papers/HemannMuKanren2013.pdf
1•tosh•4m ago•0 comments

Architecting AI Compute (Part 1)

https://pawankjha.substack.com/p/architecting-ai-compute-part-1-the
1•pawanjha25•4m ago•0 comments

Real Tesla Multimilionaire is P85 with 1.800.000 km under the belt

https://evclinic.eu/2023/07/27/real-tesla-multimilionaire-is-p85-with-1-800-000-km-under-the-belt/
1•taubek•7m ago•0 comments

List of Unsolved Problems in Physics

https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_physics
1•chistev•8m ago•1 comments

"Ppa.launchpad.net" Is Down

https://status.canonical.com/#/incident/KNms6QK9ewuzz-7xUsPsNylV20jEt5kyKsd8A-3ptQGYrj57nvDDdm4tQ...
1•gslin•14m ago•1 comments

Qualcomm Flight RB5 5G Platform

https://www.qualcomm.com/internet-of-things/products/flight-rb5-platform
1•teleforce•17m ago•0 comments

The Galleria-Fication of Everything and the Armani Strategy

https://blog.jovono.com/p/the-galleria-fication-of-everything
1•ejz•19m ago•0 comments

Ask HN: Shipped my first iOS app. No downloads. How to get the first download?

https://apps.apple.com/us/app/padelsmile-padel-tournament/id6761918507
1•agenticfutureai•19m ago•4 comments

Ask HN: Try npx -y sharedmemory/MCP-server

1•Sharedmemory•19m ago•1 comments

core.logic

https://github.com/clojure/core.logic
1•tosh•20m ago•0 comments

I've Been a Public School Teacher for 20 Years. Trust Me: Homeschool Your Kids

https://twitter.com/creation247/status/2012598176138535041
1•bilsbie•24m ago•3 comments

SwiftScript: Tree-walking interpreter, library and CLI for Swift

https://github.com/Cocoanetics/SwiftScript
1•ingve•24m ago•0 comments

Show HN: A navigable map and recommender for 17M music entities

https://toposonico.com/
2•deppep•25m ago•0 comments

Pushed by Trump policies, top U.S. battery scientist is moving to Singapore

https://www.science.org/content/article/pushed-trump-policies-top-u-s-battery-scientist-moving-si...
12•Metacelsus•28m ago•0 comments

Potato OS

https://github.com/potato-os/core
1•oldfuture•28m ago•0 comments

The Cults of TDD and GenAI

https://drewdevault.com/blog/Cult-of-TDD-and-LLMs/
3•pards•30m ago•2 comments

Protesters shut down Berkeley Forum event hosting Jeff Dean

https://www.dailycal.org/news/campus/protesters-shut-down-berkeley-forum-event-hosting-google-ai-...
2•meling•31m ago•0 comments

WebLLM is a high-performance in-browser LLM inference engine

https://github.com/mlc-ai/web-llm
1•doener•32m ago•0 comments

Tailwind-merge: Utility function to merge Tailwind CSS classes in JavaScript

https://github.com/dcastil/tailwind-merge
1•doener•32m ago•0 comments

The Download: a new Christian phone network, and debugging LLMs

https://www.technologyreview.com/2026/05/01/1136762/the-download-christian-phone-network-debuggin...
1•joozio•33m ago•0 comments

127³ — Superintelligence, public. DeepSeek V4 Pro

https://deepseek-v4-pro-127cubed.vercel.app/
1•oroboroslabs•33m ago•0 comments

Clsx: A tiny (239B) utility for constructing className strings conditionally

https://github.com/lukeed/clsx
1•doener•33m ago•0 comments

Chinese Government Got the Largest Digital Rights Conference Canceled

https://www.wired.com/story/the-chinese-government-pressured-zambia-to-cancel-the-worlds-largest-...
2•ip3c4c•43m ago•0 comments

GameStop Preparing Offer for eBay

https://www.wsj.com/business/deals/gamestop-preparing-offer-for-ebay-1678e6de
4•voisin•45m ago•0 comments

Measuring what frontier models know – and how big they are

https://01.me/research/ikp/
1•schmorptron•45m ago•2 comments

How to Disagree (2008)

https://www.paulgraham.com/disagree.html
1•tosh•51m ago•0 comments

Graham's Hierarchy of Disagreement

https://commons.wikimedia.org/wiki/File:Graham%27s_Hierarchy_of_Disagreement-en.svg
1•tosh•52m 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