frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Claude Exporter – Export Chats to PDF/Word/Notion

https://chromewebstore.google.com/detail/claude-exporter-claude-ch/mhckealbblinipeplfddmbcohdidkfjf
1•nongquy•1m ago•0 comments

(One) Good AI Is Here – Anil Dash

https://www.anildash.com/2026/04/28/one-good-ai-is-here/
1•tambourine_man•4m ago•0 comments

The Lost Idealism of Heartland Rock

https://www.theatlantic.com/magazine/2026/06/springsteen-petty-politics-osmon/686936/
1•petethomas•5m ago•0 comments

GitHub – Incomplete pull request results in repositories

https://www.githubstatus.com/incidents/x69zbgdyfzg0
1•lawgimenez•6m ago•0 comments

A Return to Code

https://nav.al/code
1•swolpers•8m ago•0 comments

FDA grants quick review for 3 psychedelic drug trials

https://www.nbcnews.com/health/health-news/fda-psychedelic-drugs-psilocybin-methylone-review-depr...
1•gmays•9m ago•0 comments

An Actually Intuitive Explanation of the Oberth Effect

https://outsidetheasylum.blog/an-actually-intuitive-explanation-of-the-oberth-effect/
1•virgildotcodes•10m ago•0 comments

Demo: Animated Favicon

https://favicon.im/blog/animated-favicon-live-demo
1•Airyisland•10m ago•1 comments

Wikipedia: Articles for Deletion/GitHub (2008)

https://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/GitHub
1•riffic•11m ago•0 comments

A 3D Flappy Bird side-scroller game built with DeepSeek V4 Pro

http://www.annajc.com/
1•guiguan•13m ago•1 comments

Recycling plastic waste with compression molding

https://hackaday.com/2026/04/28/recycling-pla-and-other-plastic-waste-with-compression-molding/
1•rickcarlino•14m ago•0 comments

Goldman Staff in Hong Kong Lose Access to Anthropic's Claude

https://www.bloomberg.com/news/articles/2026-04-29/goldman-staff-in-hong-kong-lose-access-to-anth...
2•kamaraju•16m ago•0 comments

Google API change leads to $67k Gemini bill in 19 hours

https://discuss.ai.google.dev/t/unexpected-67k-gemini-api-spike-in-19-hours-2016-firebase-provisi...
1•StevenThompson•22m ago•0 comments

Multi-tenant file storage for developers. Built for SaaS teams

https://tenantbox.dev
1•omollohemstone•23m ago•0 comments

Help a fellow dev on AI-localization?

2•mightyAlien•23m ago•1 comments

39 Years Ago, Steve Jobs Made a Emotional Decision. How It Led to Success

https://www.inc.com/bill-murphy-jr/39-years-ago-steve-jobs-made-a-very-emotional-decision-heres-h...
1•paulpauper•26m ago•0 comments

HUD Says Realtors Can Now Speak the Truth

https://marginalrevolution.com/marginalrevolution/2026/04/hud-says-its-legal-to-tell-the-truth.html
1•paulpauper•27m ago•0 comments

Spotify Shares Fall Most Since 2022 on AI Fears [video]

https://www.youtube.com/watch?v=pXgf7uZT7OU
1•mgh2•31m ago•0 comments

A Post-Regression World

https://signalintent.net/2026/04/28/a-post-regression-world/
1•tokonomy_dev•33m ago•0 comments

Is any one using ruflo?

https://github.com/ruvnet/ruflo
1•chunpaiyang•34m ago•1 comments

Show HN: mac-screen-search: CLI find, highlight, redact text on screen, in files

https://github.com/jftuga/mac-screen-search
1•jftuga•35m ago•0 comments

Hackers steal nearly $300M in biggest DeFi exploit of 2026

https://seekingalpha.com/news/4576371-hackers-steal-nearly-300m-in-biggest-defi-exploit-of-2026
2•mgh2•37m ago•2 comments

The Uncanny Horror of AI Hallucinations (2025)

https://www.youtube.com/watch?v=vimNI7NjuS8
1•highspeedbus•39m ago•0 comments

Edge Computing and Intelligence: AI for Edge and AI on Edge

https://blog.sparsh.dev/edge-ai-computing-intelligence/
1•sparshrestha•39m ago•1 comments

I Built My Own Hair Electrolysis Machine

https://www.scd31.com/posts/diy-hair-electrolysis-machine
2•y1n0•42m ago•0 comments

What's new in pip 26.1 – lockfiles and dependency cooldowns

https://simonwillison.net/2026/Apr/28/pip-261/
1•y1n0•42m ago•0 comments

At his OpenAI trial, Musk relitigates an old friendship

https://techcrunch.com/2026/04/28/at-his-openai-trial-musk-relitigates-an-old-friendship/
1•evo_9•50m ago•0 comments

From Navigator to Cartographer – The Path to Strong AI

https://pavelvoronin.com/ai-beyond-navigation/
2•kolpaque•56m ago•0 comments

Show HN: Pcons: new software build tool in Python, inspired by SCons and CMake

https://github.com/DarkStarSystems/pcons
1•darkstarsys•56m ago•0 comments

Gemini Enterprise Agent Platform

https://cloud.google.com/blog/products/ai-machine-learning/introducing-gemini-enterprise-agent-pl...
2•gmays•59m 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