frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A GPT-realtime-2 tool that navigates your site by voice

https://www.mascotlyai.com
1•travelingtice•37s ago•0 comments

MapComplete – Contibute to OpenStreetMaps

https://mapcomplete.org/
2•GTP•1m ago•0 comments

Helm AI Kernel, a fail-closed execution firewall for AI agents

https://github.com/Mindburn-Labs/helm-ai-kernel
2•mindburnlabs•2m ago•0 comments

Man sues Florida cops over arrest spurred by "93% match" in facial recognition

https://arstechnica.com/tech-policy/2026/06/man-jailed-due-to-faulty-face-recognition-says-florid...
4•Brajeshwar•3m ago•0 comments

Explosive Weapons Monitor 2025

https://explosiveweaponsmonitor.org/reports/9/explosive-weapons-monitor-2025/
1•lode•3m ago•0 comments

Which LLM is the best proofreader?

https://revise.io/errata-bench
1•artursapek•4m ago•0 comments

Show HN: Drawdown-protected custom FIRE portfolios with API for rebalance alerts

https://algorithmicfire.com/user/alerts
1•algorithmicfire•6m ago•0 comments

Leaker says new MacBook '100% confirmed' to get touchscreen

https://9to5mac.com/2026/06/11/leaker-says-new-macbook-is-100-confirmed-to-get-touchscreen/
2•gmac•6m ago•0 comments

A Shopify catalog editor that automatically reverts edits

https://lederly.com/?ycombinator
3•psk_s•7m ago•0 comments

The Invisible Cost of "Dirty Data

https://cleandataalliance.substack.com/p/the-invisible-cost-of-dirty-data
2•speckx•8m ago•0 comments

The End of Paper Checks for Social Security

https://opentechyou.blogspot.com/2026/06/blog-end-of-paper-checks-for-social.html
2•odilelof•8m ago•0 comments

Nobody needs AI to search the Internet, court says in ruling against Google

https://arstechnica.com/tech-policy/2026/06/nobody-needs-ai-to-search-the-internet-court-says-in-...
4•doener•9m ago•0 comments

Show HN: Dupehound – find the code your agent wrote twice (no AI required)

https://github.com/Rafaelpta/dupehound
2•rafaepta•10m ago•0 comments

Odu: A CI runner for agents and humans

https://kolu.dev/blog/odu/
2•srid•10m ago•0 comments

Model choice is not an authorization layer

https://github.com/hugoii/llm-agent-audit/blob/master/docs/model-choice-is-not-an-authorization-l...
2•hugoii•10m ago•0 comments

'Proton is censoring my post calling out their censorship'

https://old.reddit.com/r/BuyFromEU/comments/1u06ui7/proton_is_censoring_my_post_calling_out_their...
3•bundie•10m ago•0 comments

Wez Furlong returns to WezTerm maintenance

https://github.com/wezterm/wezterm/issues/6341
4•shrikant•11m ago•0 comments

Cial.html

2•odilelof•12m ago•0 comments

Technical Architecture of a Crypto Payment Gateway

https://zenobank.io/blog/crypto-payment-gateway-architecture
2•hugopino•13m ago•0 comments

Kraft, McDonald's, Whirlpool CEOs all issue same dire warning about US consumers

https://finance.yahoo.com/economy/articles/running-money-kraft-mcdonald-whirlpool-113500450.html
3•speckx•13m ago•0 comments

Chatbots Keep Telling Stories About Lighthouse Man Elias Thorne. We May Know Why

https://www.404media.co/elias-thorne-chatbots-llms-chatgpt-lighthouse-keeper-story/
2•theanonymousone•13m ago•0 comments

Trust Factory

https://newsletter.kentbeck.com/p/trust-factory
3•mustaphah•13m ago•0 comments

Benchmarking four cloud providers without spending a dollar

https://www.cloudworldmodel.ai/benchmark
2•CanvasCloudAI•13m ago•0 comments

Starmer Calls for Spyware on All Phones

https://reclaimthenet.org/starmer-calls-for-spyware-on-all-phones
6•Cider9986•14m ago•0 comments

Signboard 1.5 adds Obsidian integration

https://cdevroe.com/2026/06/11/signboard-1-5/
2•cdevroe•15m ago•0 comments

Lovable's AI built a 100% accessible site – or did it?

https://axesslab.com/lovable/
2•robin_reala•16m ago•0 comments

The Dream of Running a Shop

https://nik.art/the-dream-of-running-a-shop/
2•herbertl•17m ago•0 comments

Hacking Salesforce Sites with an LLM Agent

https://www.reco.ai/blog/hacking-salesforce-sites-with-an-llm-agent
2•llmacpu•18m ago•0 comments

Your Interface Has Two Channels

https://tomeraberba.ch/your-interface-has-two-channels
4•tomeraberbach•19m ago•0 comments

AI Must Embrace Specialization via Superhuman Adaptable Intelligence

https://arxiv.org/abs/2602.23643
2•gmays•20m 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