frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Unix-CTF: Procedural Environments for Unix-Competence Reinforcement Learning

https://twitter.com/MavorParker/status/2060386383496433862
1•AMavorParker•1m ago•0 comments

Apollo and Blackstone are wrangling $36B to buy Google chips for Anthropic

https://qz.com/apollo-blackstone-36-billion-debt-deal-anthropic-google-chips-052926
2•cwwc•3m ago•0 comments

Let's Standardize the 1970 Epoch

https://github.com/billpg/1970EpochalTime/
1•billpg•4m ago•0 comments

CS 153: Frontier Systems (Amin Vahdat)

https://share.descript.com/view/rYJYVV36fKa
1•aloukissas•4m ago•0 comments

Woodworkers at Melbourne Design Week are building on sustainability

https://www.abc.net.au/news/2026-05-24/melbourne-design-week-women-woodworkers/106695946
1•Tomte•5m ago•0 comments

Magnets Are Bad for Hardware Again

https://hackaday.com/2026/05/21/magnets-are-bad-for-hardware-again/
2•speckx•8m ago•0 comments

Notes from the Mistral AI Now Summit in Paris

https://koenvangilst.nl/lab/mistral-ai-now-summit
1•vnglst•8m ago•0 comments

Liquid AI reveals 8B-A1B MoE trained on 38T

https://www.liquid.ai/blog/lfm2-5-8b-a1b
2•simjnd•10m ago•0 comments

Strace-UI, Bonsai_term, and the TUI Renaissance

https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/
1•hardwaregeek•10m ago•0 comments

Same Driver, new vehicle: Welcoming our first riders trips in the Ojai

https://waymo.com/blog/2026/05/welcoming-riders-in-the-ojai/
1•xnx•11m ago•0 comments

Which LLM is the best at finding real vulnerabilities?

https://medium.com/@lp1/which-llm-is-the-best-at-finding-real-vulnerabilities-part-1-2c51802cd55b
1•leakr•11m ago•0 comments

Lipstick on a Pig

https://blog.fredrb.com/2026/05/29/lipstick-on-a-pig/
1•fredrb•12m ago•0 comments

95% of Canceled Annual App Subscribers Never Come Back

https://9to5mac.com/2026/05/27/new-report-shows-annual-app-subscribers-rarely-return-after-they-c...
1•karakoram•12m ago•0 comments

Ask HN: Is anybody providing deterministic LLMs?

1•julienreszka•13m ago•1 comments

The Unsustainable AI Subsidy

https://tomtunguz.com/ai-model-inflation/
1•djha-skin•13m ago•0 comments

Slang.net added a new AI word: Braging

https://slang.net/meaning/braging
2•jamestarr474•14m ago•1 comments

Online (One-Pass) Algorithms

https://www.johndcook.com/blog/2026/05/29/online-one-pass-algorithms/
1•ibobev•15m ago•0 comments

Embodied Cognition and Agentic AI

https://lemire.me/blog/2026/05/28/embodied-cognition-and-agentic-ai/
1•ibobev•15m ago•0 comments

Ask HN: Any advice on how to learn good software architecture practices?

3•jimsojim•16m ago•0 comments

Pill That Regrows And Repairs Teeth

https://www.futura-sciences.com/en/say-goodbye-to-dental-implants-the-pill-that-regrows-and-repai...
2•karakoram•17m ago•0 comments

Changing a Title Can Make an Epoch-Making Article Invisible

1•kokhanserhii•17m ago•0 comments

Satradar – Track 10k+ Satellites up to 120 FPS

https://satradar.com/
3•davidwhodge•18m ago•0 comments

An attempt to calculate how far behind each AI lab is from the frontier

https://labgaps.com
1•cusos•18m ago•0 comments

Gen Z Men Want Babies. Gen Z Women Don't

https://www.vox.com/podcasts/480877/gen-z-men-wanna-be-dads
4•karakoram•19m ago•1 comments

Ask HN: How would you benchmark your engineering team's AI adoption?

1•cby•19m ago•2 comments

Predicting AI Job Exposure

https://www.ben-evans.com/benedictevans/2026/5/24/ai-job-exposure
1•iamskeole•19m ago•0 comments

Flathub disallows AI-assisted code and documentation

https://social.treehouse.systems/@barthalion/116657011366876079
2•jarek-foksa•20m ago•1 comments

Study finds AI chose nuclear signalling in 95% of simulated crises

https://www.kcl.ac.uk/news/artificial-intelligence-under-nuclear-pressure-first-large-scale-kings...
3•pseudolus•22m ago•2 comments

Use all AI futer for free& unlimited. try now

https://sites.google.com/view/rrrpromex/home
1•rrrpro123•23m ago•0 comments

Show HN: Oort – A prompt library where every listing has a shipped project

https://oortstack.com
1•Wesearchpress•23m 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