frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Artificial Intelligence Floods Court Dockets with Home-Brewed Lawsuits

https://www.nytimes.com/2026/05/25/us/politics/artificial-intelliegence-courts.html
1•jrmg•24s ago•0 comments

Human-Made Materials Now Weigh More Than All Life on Earth Combined (2020)

https://www.smithsonianmag.com/smart-news/human-made-materials-now-weigh-more-all-life-earth-comb...
1•thunderbong•3m ago•0 comments

GitHub commit Verification logic flaw and bypass

1•handwritter•8m ago•0 comments

Brockovich AI Data Center Reporting

https://www.brockovichdatacenter.com/
1•cdrnsf•8m ago•0 comments

Pinned – daily geography pin-drop game (pinned.engineering)

https://www.pinned.engineering/
1•Hddharry•11m ago•0 comments

Models Have Blind Spots: Debugging Unfamiliar Code with a Multi-LLM Loop

https://sosuke.com/models-have-blind-spots-debugging-unfamiliar-code-with-a-multi-llm-loop/
1•sosuke•13m ago•0 comments

Show HN: Pgcraft – a lazygit-style TUI for Postgres

https://github.com/lucasfrederico/pgcraft
2•lucasfrederico•19m ago•0 comments

LibreOffice Tips and Tricks: Replacing Microsoft Fonts (2020)

https://blog.documentfoundation.org/blog/2020/09/08/libreoffice-tt-replacing-microsoft-fonts/
1•bariumbitmap•21m ago•0 comments

Ente's Legacy Kit Feature

https://ente.com/blog/legacy-kit/
1•gurjeet•23m ago•0 comments

Matchmaker: A Powerful and Modern Searcher

https://github.com/Squirreljetpack/matchmaker
1•squirreljetpack•24m ago•1 comments

MileStone: A Multi-Objective Compiler Phase Ordering Framework

https://arxiv.org/abs/2605.23435
1•matt_d•26m ago•0 comments

Curious Pilot: Software to Aid UAP Investigations

https://curiouspilot.com/
1•pcbtracer•28m ago•0 comments

State of the Fin 2026-05-24

https://jellyfin.org/posts/state-of-the-fin-2026-05-24/
2•salmon•35m ago•0 comments

Crypto code commits fall 75% as developers move to AI projects

https://www.coindesk.com/tech/2026/03/12/crypto-developer-activity-sinks-to-multi-year-low-as-ai-...
3•wslh•36m ago•0 comments

Cited AI Workspace: No More Re-Uploading Files

https://uumuse.ai/en
1•owjdie•36m ago•0 comments

LLM proactively bypassed pnpm's anti-supply-chain-attack config

https://twitter.com/encrypted/status/2058658244328124562
1•EFLKumo•41m ago•0 comments

Show HN: Embed Notion Pages into Your Website

https://embednotion.com/
2•qwikhost•58m ago•0 comments

Stop paying twice Looking for testers for self hosted+Android app cloud drive

https://play.google.com/apps/testing/com.freecloud.android
2•WWIII_Historian•59m ago•0 comments

Does Anybody Actually Like React?

https://jsx.lol
66•brazukadev•1h ago•63 comments

Mondegreen

https://en.wikipedia.org/wiki/Mondegreen
3•bear_with_me•1h ago•0 comments

If you're asked to confirm that you're an adult

https://support.apple.com/en-us/125662
3•mikhael•1h ago•0 comments

The Social Contract of Writing

https://jola.dev/posts/the-social-contract-of-writing
2•zdw•1h ago•0 comments

AI SEO: compare with your competitor

https://usefox.co/competitor-analyzer
3•Creator-io•1h ago•0 comments

Taiwan Overtakes India as Fifth-Largest Stock Market

https://www.bloomberg.com/news/articles/2026-05-26/tsmc-s-relentless-rise-powers-taiwan-s-market-...
3•leopoldj•1h ago•0 comments

This big university system is embracing AI. Students and faculty aren't on board

https://www.npr.org/2026/05/25/nx-s1-5772820/artificial-intelligence-education-technology-califor...
3•voxadam•1h ago•0 comments

Show HN: Aigis – 43% of MCP servers have injection payloads; I built a firewall

1•Charles389no•1h ago•0 comments

Browser-based file encryption tool using WebCrypto

https://secvant.com/
7•unixlor•1h ago•8 comments

We Outgrew Cloudflare D1

https://sushidata.com/blog/2026/05/19/outgrew-cloudflare-d1-everything-tried-building-solution/
2•cebert•1h ago•0 comments

Summer Shred

https://www.supercomp.app/
2•smiru•1h ago•0 comments

Trendshift – trending OSS ranked by momentum, not star count

https://trendshift.io
2•Hylasca•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