frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A forty-year-old problem, briefly available

https://www.parahealth.ai/company/dispatch/thesis
1•dylburns•2m ago•0 comments

Ray-Ban Meta and Oakley Meta AI Glasses Officially Available in Singapore

https://cnalifestyle.channelnewsasia.com/style-beauty/ray-ban-meta-and-oakley-meta-ai-glasses-sin...
1•kelt•3m ago•0 comments

Learning Material for Idiomatic Rust

https://corrode.dev/blog/idiomatic-rust-resources/
1•lwhsiao•3m ago•0 comments

Show HN: gcx – The Official Grafana Cloud CLI

https://github.com/grafana/gcx
1•annanay•4m ago•0 comments

Lufthansa cuts 20k flights to save money, fuel

https://www.upi.com/Top_News/World-News/2026/04/21/lufthansa-flight-cuts/6391776813766/
3•petethomas•7m ago•1 comments

Cursor partners with SpaceX on model training

https://cursor.com/blog/spacex-model-training
2•gzer0•10m ago•1 comments

NASA's Webb Helped Rule Out Asteroid's Chance of 2032 Lunar Impact

https://science.nasa.gov/blogs/webb/2026/03/06/how-nasas-webb-helped-rule-out-asteroids-chance-of...
1•mooreds•15m ago•0 comments

Drunk Post: Things I've Learned as a Senior Engineer

https://luminousmen.substack.com/p/drunk-post-things-ive-learned-as
4•zdw•19m ago•1 comments

Bloom filters: the niche trick behind a 16× faster API – Blog – incident.io

https://incident.io/blog/bloom-filters
5•birdculture•20m ago•0 comments

Enriching MMDB files with your own data using Go (2020)

https://blog.maxmind.com/enriching-mmdb-files-with-your-own-data-using-go/
1•mooreds•24m ago•0 comments

Developing Theory about the Development of Theory [pdf]

https://mintzberg.org/sites/default/files/article/download/developing_theory_about_the_developmen...
3•rzk•29m ago•0 comments

How Much Do GPU Clusters Cost?

https://newsletter.semianalysis.com/p/how-much-do-gpu-clusters-really-cost
2•stosssik•30m ago•0 comments

New Lazarus Apt Campaign: "Mach-O Man" macOS Malware Kit Hits Businesses

https://any.run/cybersecurity-blog/lazarus-macos-malware-mach-o-man/
1•lnguyen•32m ago•0 comments

Fuck you, pay me" by mike monteiro

https://www.youtube.com/watch?v=jVkLVRt6c1U
1•fuzztester•32m ago•1 comments

AI bot buying what agents can buy in 2026

https://dialtoneapp.com/2026/april/ai-bot-buying-report
2•fcpguru•33m ago•0 comments

US Criminally Charges Southern Poverty Law Center, Blanche Says

https://www.reuters.com/world/us-criminally-charges-southern-poverty-law-center-blanche-says-2026...
5•petethomas•39m ago•0 comments

Does your boss have AI brain?

https://www.milkkarten.net/p/boss-obsessed-ai-marketing
4•coloneltcb•43m ago•0 comments

Google Ads Keeps Marking My Site Compromised

3•earonesty•43m ago•0 comments

Single-minded pursuit of profit can get firms in trouble. Same thing with AI

https://news.harvard.edu/gazette/story/2026/04/single-minded-pursuit-of-profit-can-get-firms-in-t...
2•lukaspetersson•44m ago•0 comments

The reason your kids aren't getting married isn't what you think it is

https://tommyfalk567.substack.com/p/the-reason-your-kids-arent-getting
1•TommyFalk•45m ago•0 comments

The Next Era of Software Architecture Is Data-First

https://aimdb.dev/blog/data-driven-design
2•lukastyrychtr•57m ago•0 comments

Ask HN: Are there any engineering orgs that use incentives?

2•jppope•58m ago•1 comments

Claude Code is no longer a part of the Pro plan

11•csoham•58m ago•0 comments

SpaceX cuts a deal to maybe buy Cursor for $60B

https://www.theverge.com/science/916427/spacex-cursor-potential-deal-acquisition
2•htrp•59m ago•1 comments

BYD Looking to Open 20 Dealerships in Canada This Year

https://gmauthority.com/blog/2026/04/byd-looking-to-open-20-dealerships-in-canada-this-year/
2•whynotmaybe•1h ago•0 comments

Apple has an opportunity to rediscover humanity

https://www.theregister.com/2026/04/21/apple_ternus_rediscover_humanity/
3•LorenDB•1h ago•1 comments

Show HN: Agent Brain Trust, customisable expert panels for AI agents

https://github.com/bahulneel/agent-brain-trust
2•bahulneel•1h ago•0 comments

Show HN: Linux installer .exe without pendrives (secure-boot compatible)

https://www.1clicklinux.org/
2•arusekk•1h ago•0 comments

Show HN: Verdure Demo (Steam PC)

https://store.steampowered.com/app/4069810/VERDURE/
1•sakamotosan•1h ago•0 comments

Highlights from Git 2.54

https://github.blog/open-source/git/highlights-from-git-2-54/
2•thunderbong•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•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