frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Feedback on my discrete substrate transport preprint?

1•FlipSpace•2m ago•0 comments

Hey

https://github.com/c0ndu17/hey
1•c0ndu17•2m ago•1 comments

Capacitor Plague

https://en.wikipedia.org/wiki/Capacitor_plague
1•burglins•3m ago•0 comments

When AI Starts Paying AI: The Birth of the Machine Economy

https://medium.com/@mingalev/when-ai-starts-paying-ai-the-birth-of-the-machine-economy-c5cdc04a1a46
1•yuxt•5m ago•0 comments

Brain Fog: Does Air Pollution Make Us Less Productive?

https://oadoi.org/10.1289/EHP4869
1•enbywithunix•6m ago•1 comments

Everything You Know About Latency Is Wrong

https://bravenewgeek.com/everything-you-know-about-latency-is-wrong/
2•dempedempe•13m ago•0 comments

The Curious Database Powering America's Hospitals [video]

https://www.youtube.com/watch?v=7g1K-tLEATw
1•mastazi•14m ago•0 comments

Zo: Personal Servers for Everyone

https://cerebralvalley.beehiiv.com/p/zo-computer-is-your-personal-ai-cloud-computer
3•benzguo•17m ago•0 comments

Stack Overflow is remaking itself into an AI data provider

https://techcrunch.com/2025/11/18/stack-overflow-is-remaking-itself-into-an-ai-data-provider/
1•gmays•20m ago•0 comments

MyDecisive Open Sources Telemetry Hub, Contributes Datadog Logs Support to OTel

https://www.mydecisive.ai/blog/hub_release
1•lulu_lemon•21m ago•0 comments

Jmail, Logged in as Jeevacation Gmail.com

https://jmail.world/
2•gregsadetsky•22m ago•0 comments

You Can't Average Percentiles

http://latencytipoftheday.blogspot.com/2014/06/latencytipoftheday-you-cant-average.html
1•dempedempe•22m ago•0 comments

Open Source Developers Are Exhausted, Unpaid, and Ready to Walk Away

https://itsfoss.com/news/open-source-developers-are-exhausted/
2•signa11•25m ago•0 comments

Paris court blocks auction of earliest-known calculator

https://www.bbc.com/news/articles/c2kpkq90ygno
2•throwaway81523•32m ago•1 comments

"Have your best baby" ad campaign

https://mynucleus.com/have-your-best-baby-nyc
1•gregsadetsky•33m ago•0 comments

Show HN: Sam 3D – AI 3D Model Generation from Images

https://www.sam3dai.com/?i=d1d5k
1•lu794377•35m ago•0 comments

In Case of Death Case: Bricks your iPad when you die

https://www.zugucase.com/pages/incaseofdeath
2•nateb2022•36m ago•0 comments

Show HN: DeepSite – Transform Simple Text to Website

https://deepsite.design
1•niliu123•36m ago•0 comments

Release: iEscaper – iOS MobileGestalt Exploit for iOS 17.0 – 26.1

https://idevicecentral.com/jailbreak-tools/download-iescaper-ios-mobilegestalt-tweaker-for-ios-17...
1•suckablyat•36m ago•0 comments

Restaurant Shift Scheduling via Linear Optimization and Staff Constraints

2•emmahexa•38m ago•0 comments

Algebris CEO Warns of 'Significant' Correction for Big AI Stocks

https://www.bloomberg.com/news/articles/2025-11-19/algebris-ceo-warns-of-significant-correction-f...
2•zerosizedweasle•43m ago•0 comments

Testing Out Time Travel with DuckLake

https://datamethods.substack.com/p/testing-out-time-travel-with-ducklake
3•zekrom•46m ago•0 comments

Microsoft admits almost all major Windows 11 core features are broken

https://www.neowin.net/news/microsoft-finally-admits-almost-all-major-windows-11-core-features-ar...
7•josephcsible•49m ago•1 comments

AI Caught in a Lie: A Corrective Conversation with Perplexity AI

https://shastasfog.wordpress.com/2024/10/23/ai-caught-in-a-lie-a-corrective-conversation-with-per...
1•Pocomon•50m ago•1 comments

Rust: No Linux/Proton, says games supporting them 'not serious about anti-cheat'

https://www.pcgamer.com/games/survival-crafting/rust-developer-has-no-plans-for-linux-or-proton-s...
1•josephcsible•50m ago•0 comments

Ask HN: How would you architect a RAG system for 10M+ documents today?

4•Ftrea•53m ago•0 comments

Toward fast, containerized, user-space filesystems

https://lwn.net/Articles/1044432/
2•signa11•55m ago•0 comments

Show HN: Changelogai.to – Turn GitHub Commits into Changelogs with AI

https://changelogai.to/
2•ivanramos•57m ago•0 comments

Cell-Free Platform for 1-Alkene Production Using Engineered Metalloenzyme UndB

https://pubs.acs.org/doi/10.1021/acscentsci.5c01099
2•PaulHoule•1h ago•0 comments

Al-Shabaab Hacks MN Welfare Process

https://www.thecentersquare.com/minnesota/article_4ec1e3b3-1503-451d-8e50-25d2607568e5.html
2•mensetmanusman•1h 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•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