frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

You Can't Game Your Way to a Real Education

https://www.nytimes.com/2026/04/19/opinion/schools-edtech-laptops-games-learning.html
2•paulpauper•6m ago•0 comments

My family tried to eat fewer ultra-processed foods

https://www.theguardian.com/global/2026/apr/20/ultra-processed-foods-diet-healthy-eating
3•paulpauper•7m ago•0 comments

Trade-school graduates often enter the workforce with significant debt

https://www.wsj.com/us-news/education/they-chose-careers-in-the-trades-and-still-wound-up-with-de...
1•paulpauper•8m ago•0 comments

xAI is buying cursor for $60B and the real play isnt code editors

https://webmatrices.com/post/xai-is-buying-cursor-for-60-billion-and-the-real-play-isnt-code-editors
1•bishwasbh•10m ago•0 comments

Fundamental Theorem of Calculus

https://david.alvarezrosa.com/posts/fundamental-theorem-of-calculus/
1•dalvrosa•10m ago•0 comments

OpClave- council of LLMs to get one synthesized answer

https://www.opclave.com
1•Aarush_b•11m ago•1 comments

Tempest vs. Tempest: The Making and Remaking of Atari's Iconic Video Game

https://tempest.homemade.systems
3•mwenge•17m ago•0 comments

Small regulatory RNAs show changes in schizophrenia and bipolar disorder

https://www.nature.com/articles/s41398-026-03808-x
3•PaulHoule•17m ago•0 comments

How many alarms do you usually set in the morning?

1•purplenight•19m ago•0 comments

Hermes Agent – A self-improving AI agent

https://hermes-agent.nousresearch.com
1•rob•19m ago•0 comments

AI Tokens Optimization

https://tokenpinch.com
1•javiercast•21m ago•1 comments

Stalwart v0.16: A New Foundation

https://stalw.art/blog/stalwart-0-16/
1•birdculture•21m ago•0 comments

A deadly bacteria is creeping up the Atlantic Coast

https://grist.org/health/vibrio-bacteria-florida-shellfish/
3•Brajeshwar•29m ago•0 comments

Ask HN: Feedback request on new external network attack surface discovery tool

https://turbopentest.com/cloud-easm
1•integsec•29m ago•1 comments

Aegis Solis Archive: Hash manifest for cross-platform verification

https://archive.org/details/aegis-solis-archive-master-hash-manifest-v-13-final
1•aegissolis•30m ago•0 comments

How to turn off Google AI overview

https://substack.com/@grefiti/p-192810091
1•olafnub•30m ago•0 comments

The D.C. devotees of a niche arcade game (Killer Queen)

https://51st.news/where-to-play-killer-queen-arcade-game-washington-dc-midlands/
1•gnabgib•31m ago•0 comments

China backs orbital data center startup with $8.4B in credit lines

https://spacenews.com/china-backs-orbital-data-center-startup-with-8-4-billion-in-credit-lines/
2•ivewonyoung•32m ago•0 comments

Show HN: Kumbukum, open source memory infrastructure for teams

https://kumbukum.com/
1•nitai•33m ago•0 comments

Taktile's Agentic Decision Platform

https://taktile.com/
1•doener•35m ago•0 comments

OpenAI's response to the Axios developer tool compromise

https://openai.com/index/axios-developer-tool-compromise/
2•shpat•35m ago•0 comments

CubeSandbox: Tencent's sandbox for ai agents

https://github.com/tencentcloud/CubeSandbox
1•ElasticBottle•37m ago•0 comments

A Open Source Repo to Track Elected Officials Investments

https://github.com/prixe-api/politicians
1•mc587•40m ago•0 comments

Fraud and the false optimism of AI for science

https://statmodeling.stat.columbia.edu/2026/04/22/fraud-and-the-false-optimism-of-ai-for-science/
1•ivansavz•41m ago•0 comments

Hershey's Electric Railway in Cuba

https://spectrum.ieee.org/hershey-electric-railway-cuba
3•Brajeshwar•43m ago•0 comments

Zero Has Meaning

https://medallurgy.substack.com/p/zero-has-meaning
3•Origamidan•45m ago•0 comments

Kalshi suspends 3 congressional candidates for wagering on their own elections

https://apnews.com/article/prediction-markets-kalshi-congress-candidates-elections-betting-37766e...
5•geox•46m ago•0 comments

Clippy Is Back, Your Desktop AI Paperclip Agent over GUI

https://github.com/AmrDab/clippyai-desktop
1•AmDab•47m ago•0 comments

IRGC-linked media hints at threat to Persian Gulf undersea internet cables

https://www.iranintl.com/en/202604225913
2•tokyobreakfast•50m ago•0 comments

An MCP Server for Fastmail – National Email Day

https://www.fastmail.com/blog/an-mcp-server-for-fastmail/
3•nmjenkins•51m 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