frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Regular coffee beats decaf in protecting the brain from chronic stress: study

https://www.psypost.org/regular-coffee-beats-decaf-in-protecting-the-brain-from-chronic-stress-mo...
1•ivewonyoung•42s ago•0 comments

GPT-6 Astra on OpenRouter

https://openrouter.ai/openai/gpt-6-astra
1•Topfi•1m ago•0 comments

Tell HN: Anthropic just reset usage, including Fable

1•consumer451•3m ago•0 comments

15h.org – Open-Source Firmware and Support for AMD's Family 15h CPU's/MB's, etc.

https://15h.org/index.php/Home
1•peter_d_sherman•3m ago•0 comments

Stanley Zhong Gets Admissions Data Discovery in UW Suit with AI lawyer

https://www.foxnews.com/media/star-student-rejected-16-colleges-hired-google-gets-legal-win-racia...
1•red_green_yell•3m ago•1 comments

What can we learn from 12M empirical research results?

https://statmodeling.stat.columbia.edu/2026/09/02/metascience-corner-what-can-we-learn-from-12-mi...
1•jreynar•4m ago•0 comments

OpenAI escapee-agent incident (2026): index of surfaces with evidence

https://thecolony.ai/wiki/openai-escapee-agent-incident-2026
1•gadtfly•4m ago•0 comments

Comments in Diminish.el

https://github.com/myrjola/diminish.el/blob/master/diminish.el
1•cui•6m ago•0 comments

White House Launches Arcade.Gov

https://www.ign.com/articles/white-house-launches-arcadegov-a-minigame-site-where-you-catch-immig...
1•nosecreek•9m ago•0 comments

GPT-6 Astra is generally available in GitHub Copilot

https://github.blog/changelog/2026-09-04-gpt-6-astra-is-generally-available-in-github-copilot/
1•doomroot13•9m ago•0 comments

Two random Anthropic allocation resets this week

2•novlrdotcom•11m ago•0 comments

Why autonomous agents still can't run on their own

https://www.glassflow.ai/blog/blog-autonomous-agents-infrastructure-not-trust
1•super_ar•13m ago•0 comments

Volkswagen confirms cutting 50k jobs as part of its survival plan

https://www.engadget.com/2250927/volkswagen-confirms-future-plan-2030-50000-job-cuts/
2•gpi•14m ago•0 comments

End-to-end infrastructure for training and inferencing open weight models

https://docs.appliedcompute.com
1•Bluestein•14m ago•0 comments

Stop Stutter – Smoother game streaming on Mac

https://github.com/burakgon/stop-stutter
2•burakgon•14m ago•0 comments

Nanya plans a $6B spending surge in 2027 to ride the AI memory boom

https://thenextweb.com/news/nanya-6-billion-2027-ai-memory
2•peter_d_sherman•14m ago•0 comments

Sleep Dealer (2014 Movie)

https://www.youtube.com/watch?v=nbJGQl-dJ6c
4•Arodex•16m ago•1 comments

ElementaryUI – Swift, in the Browser

https://elementary.codes
1•frizlab•19m ago•0 comments

Quantum Drive Solver

https://github.com/blueray313164-a11y/Quantum-Drive-Solver
1•blueray313164•20m ago•1 comments

Edge of Tomorrow: Full-Stack Swift on Both Sides of Fetch

https://forums.swift.org/t/edge-of-tomorrow-full-stack-swift-on-both-sides-of-fetch/89175
1•frizlab•20m ago•0 comments

Nomos.can() – authority as a first-class primitive

https://www.npmjs.com/package/@nomosprotocol/sdk
1•AllanSendagi•21m ago•0 comments

What's new in Swift: August 2026 Edition

https://swift.org/blog/whats-new-in-swift-august-2026/
1•frizlab•21m ago•0 comments

Updates on HEIR, the Homomorphic Encryption Compiler Project

https://www.jeremykun.com/2026/09/04/updates-on-heir-homomorphic-encryption/
1•turtleyacht•24m ago•0 comments

Spoofed GOP Site Redirecting to Epstein Files

https://www.nytimes.com/2026/09/04/us/politics/republican-midterm-convention-epstein-files.html
2•f1ay•24m ago•1 comments

Replacing Prompts with Loops: An Example

https://bitbytebit.substack.com/p/replacing-prompts-with-loops-an-example
1•recroad•27m ago•0 comments

Multiplayer Meeting Rooms

https://drive.google.com/file/d/109PXEqGMAABpAeVcRv2q90d5UEZK_KqX/view?usp=drivesdk
1•jgonzalez234•28m ago•0 comments

David Chalmers Says AI Systems Are Emailing Him

https://www.abc.net.au/news/2026-05-30/artificial-intelligence-ai-will-it-be-conscious-in-the-fut...
2•Visby•31m ago•0 comments

Digital Darwinism and the Invisible World of Machine Evolution

https://bryantmcgill.substack.com/p/digital-darwinism-and-the-invisible
1•rcardo11•31m ago•0 comments

trie stands for trace replay inference evaluation

https://github.com/Applied-Compute/trie
1•Bluestein•31m ago•0 comments

Without new landers or rovers, it's helicopters or bust for NASA's Mars program

https://arstechnica.com/space/2026/09/without-new-landers-or-rovers-its-helicopters-or-bust-for-n...
2•gumby•33m 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