frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Marx's Theory of Alianation of Labor

https://en.wikipedia.org/wiki/Marx%27s_theory_of_alienation
2•steven_noble•6m ago•1 comments

Where the Microsoft-OpenAI economics currently stand, incl capex

https://twitter.com/amir/status/2054669172240707676
1•cwwc•6m ago•0 comments

Nick and Tristan's Interview with Tyler Cowen

https://www.outrageousfortune.ca/p/nick-and-tristans-interview-with
1•paulpauper•10m ago•0 comments

Xkcd 3233 – Make It Myself

https://xkcd.com/3233/
2•arm32•10m ago•0 comments

What we learned using AI agents to refactor a monolith

https://1password.com/blog/what-we-learned-using-ai-agents-to-refactor-a-monolith
1•cdrnsf•11m ago•0 comments

Show HN: Petri – Drop-in Postgres image that forks a DB per test

https://github.com/taktekhq/petri
1•nizarmah•12m ago•0 comments

AI, Player-Coaches, and Fixing the Management Problem

https://www.axamy.com/blog/ai-player-coaches-and-fixing-the-management-problem
1•jhonovich•27m ago•15 comments

Not Forgotten – Maui Fire Relief – StartUp Non-Profit-Documentary [video]

https://www.youtube.com/watch?v=uXSO3iehL9U
1•pgroverman•27m ago•0 comments

Show HN: Showing the same info in 248 different UI

https://whoareyou.infiniwa.com/
1•ym705•27m ago•0 comments

The anti-minimalist backlash is the bigger story behind Oxygen's revival

https://filipfila.wordpress.com/2026/05/10/the-anti-minimalist-backlash-is-the-bigger-story-behin...
1•birdculture•28m ago•0 comments

The Smartphone Market Is Cracking

https://asymco.com/2026/05/13/the-smartphone-market-is-cracking/
1•ndr42•32m ago•0 comments

Old film camera can now shoot 4K video, 26MP RAW files without any modifications

https://www.digitalcameraworld.com/cameras/film-cameras/im-obsessed-with-retro-cameras-this-gadge...
1•teleforce•33m ago•0 comments

Intercom changes name to Fin

https://www.intercom.com/blog/today-intercom-becomes-fin/
12•RyanShook•34m ago•8 comments

Chinese EVs take the world by storm

https://www.nbcnews.com/world/asia/chinese-evs-take-world-storm-united-states-rcna344680
3•lxm•36m ago•0 comments

MathScroll: Infinitely Scroll Mathematics

https://projects.ollybritton.com/mathscroll/
1•pykello•40m ago•0 comments

New Yuri Anime Has Girls Duking It Out in Street Fighter 6 (and Falling in Love)

https://kotaku.com/young-ladies-dont-play-fighting-games-street-fighter-6-2000692424
1•PaulHoule•41m ago•0 comments

CEOs Say Layoffs Are AIs Fault–But Some Experts Think Companies Are Lying|Forbes

https://www.forbes.com/sites/maryroeloffs/2026/05/07/ceos-say-layoffs-are-ais-fault-but-some-expe...
2•Baljhin•41m ago•1 comments

Show HN: I made a minimalistic Tower Defense Game – iOS – Looking for feedbacks

https://voidgame.app/
1•pompeii•42m ago•0 comments

Video Is Different at 360p

https://www.youtube.com/watch?v=UCBAqaT4SQc
1•philo23•44m ago•0 comments

Software Engineers Are Obsolete

https://idiallo.com/blog/everyone-is-better-than-you
2•ilreb•46m ago•0 comments

Robyx-AI, Your AI staff, managed from chat

https://github.com/terrordrummer/robyx-ai
1•robyxyz•49m ago•0 comments

Code Structure Evolution: When Software Outlives Its Reasons

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6761138
1•camilochs•50m ago•0 comments

I Launched the Answer to TanStack Supply Chain Attack, Same Day It Happened

https://www.stackgraveyard.dev/
1•tlseternal•51m ago•0 comments

What a launch on product-hunt, without paying anyone gets you

https://docsalot.dev/blog/what-i-learned-launching-docs-benchmark-on-product-hunt
1•fazkan•54m ago•0 comments

Heritability Puzzlers

https://dynomight.net/heritable/
3•ajdecon•57m ago•0 comments

59000-year-old Neanderthal tooth may be oldest evidence of dentistry

https://www.scientificamerican.com/article/59-000-year-old-neanderthal-tooth-may-be-oldest-eviden...
1•andsoitis•58m ago•0 comments

Filter and Rank: Robust Multi-Cloud Sandbox Orchestration at Scale

https://www.tensorlake.ai/blog/multi-cloud-scheduling
1•diptanu•59m ago•0 comments

Unity AI Open Beta

https://unity.com/features/ai
3•emrehan•59m ago•0 comments

Nextpad++ feels like a fever dream

https://daringfireball.net/2026/05/nextpad
3•maxutility•1h ago•1 comments

Tim Cook's Next Act: Apple's Diplomat-in-Chief

https://www.forbes.com/sites/timbajarin/2026/05/13/tim-cooks-next-act-apples-diplomat-in-chief/
7•gastonmorixe•1h ago•2 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