frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LogiGate: A zero-trust middleware architecture for AI liability written in Rust

https://github.com/Les-Senters/Logigate-architecture
1•zkpvault•22s ago•0 comments

California wealth tax fight moves to voters

https://www.politico.com/news/2026/06/25/california-wealth-tax-billionaires-ballot-00977427
1•shinryudbz•3m ago•0 comments

What happened after 2k people tried to hack my AI assistant

https://www.fernandoi.cl/posts/hackmyclaw/
1•cuchoi•10m ago•0 comments

Sochely – An SEO-first platform for creating and discovering local events

https://sochely.com/
1•godimittry90•11m ago•0 comments

Notion is shutting down its email client one year after launch

https://www.neowin.net/news/notion-is-shutting-down-its-email-client-one-year-after-launch/
2•bundie•14m ago•1 comments

Iraq warns it might leave OPEC if oil quota not raised

https://www.reuters.com/business/energy/iraq-consider-all-options-if-opec-quota-is-not-raised-has...
2•JumpCrisscross•14m ago•1 comments

Musk ordered to testify in election lottery cases; one lawsuit may be narrowed

https://www.reuters.com/legal/government/elon-musk-ordered-testify-election-lottery-cases-one-law...
2•JumpCrisscross•15m ago•0 comments

Competition intensifies for Anthropic and OpenAI ahead of IPOs

https://www.ft.com/content/8c02de04-5516-405b-941d-289e586d8eb8
1•JumpCrisscross•16m ago•0 comments

Phases of Ice

https://en.wikipedia.org/wiki/Phases_of_ice
2•thunderbong•28m ago•0 comments

White House asks OpenAI to limit its next model release

https://www.cnn.com/2026/06/25/tech/openai-limit-release-white-house
3•AaronO•28m ago•1 comments

Hallucination in World Models Is Predictable and Preventable

https://www.nicklashansen.com/mmbench2/
1•ilreb•28m ago•0 comments

Honesty gets Emacs patch rejected

https://xlii.space/eng/honesty-gets-emacs-patch-rejected/
1•signa11•31m ago•0 comments

Guardrails for offensive AI agents and why instructions are never enough

https://dest.host/b/guardrails-for-offensive-ai-agents/
1•snorbleck•33m ago•0 comments

How to Write an Effective Software Design Document

https://refactoringenglish.com/excerpts/write-an-effective-design-doc/
1•RickJWagner•34m ago•0 comments

Vanguard on Demand: Kernel Level Cheating (Prevention)

https://www.riotgames.com/en/news/vanguard-on-demand
1•internet-390•38m ago•1 comments

Offline Access and Authentication

https://fusionauth.io/community/forum/topic/3129/offline-access-authentication
1•mooreds•40m ago•0 comments

My Argument Against Self-Care

https://www.shirahaddad.com/writing/no-to-self-care
2•mooreds•41m ago•0 comments

Why Problem Statements Aren't Enough

https://letters.unchartedpathbreakthroughs.com/posts/why-problem-statements-arent-enough
1•mooreds•42m ago•0 comments

Local-first AI coding assistant for IntelliJ-based IDEs (paid)

https://plugins.jetbrains.com/plugin/31304-llamatik-code/
3•oogali•44m ago•0 comments

Why the Slate Truck Only Costs $25K

https://www.edmunds.com/car-news/2027-slate-truck-price-explained.html
4•RickJWagner•53m ago•1 comments

A Declaration of the Independence of Cyberspace (1996)

https://www.eff.org/cyberspace-independence
1•petermcneeley•54m ago•0 comments

Show HN: Bikepacking Planner

https://www.theinstant.cc/pack
3•Gshaheen•55m ago•0 comments

A data race that doesn't compile

https://corentin-core.github.io/posts/ruxe-type-level-disjointness/
14•stmw•1h ago•4 comments

Xbox follows Apple with price increases

https://techcrunch.com/2026/06/25/xbox-follows-apple-with-price-increases/
3•DR_MING•1h ago•0 comments

Rust Foundation Welcomes OpenAI as Platinum Member

https://rustfoundation.org/media/rust-foundation-welcomes-openai-as-platinum-member-announces-don...
2•stmw•1h ago•0 comments

Are Your Local Police Using Flock Safety ALPRs to Scan for Immigrants?

https://www.eff.org/deeplinks/2026/06/are-your-local-police-using-flock-safety-alprs-scan-immigrants
8•jhonovich•1h ago•0 comments

46mi/day: Free power from the sun in an Aptera

https://aptera.us/solar-data/
3•TeaVMFan•1h ago•3 comments

The Handcrafted Life of Dick Proenneke

https://lostartpress.com/products/the-handcrafted-life-of-dick-proenneke
3•mitchbob•1h ago•0 comments

AI is reshaping work. A new group aims to help people adapt and thrive

https://apnews.com/article/ai-job-losses-education-training-929986c149d415cd2ef4dc3eaf66ca8c
5•billybuckwheat•1h ago•0 comments

Small satellite operators confront a bottleneck to space access

https://spacenews.com/small-satellite-operators-confront-a-bottleneck-to-space-access/
7•d_silin•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