frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hi Reddit I'm Wile E. Coyote. I'm taking on ACME. AMA

https://www.reddit.com/r/movies/comments/1w58qjb/hi_reddit_im_wile_e_coyote_im_taking_on_acme_ama/
1•bthallplz•2m ago•0 comments

Transformation Tracker

https://digitaleconomy.stanford.edu/project/indicators/transformation-tracker/
1•gmays•3m ago•0 comments

One Year Suspension for Steve Balmer

https://www.espn.com/nba/story/_/id/49806356/nba-announces-punishments-clippers-kawhi-probe
2•Betelbuddy•3m ago•0 comments

Using GPT-6 Astra – OpenAI Docs

https://developers.openai.com/api/docs/guides/latest-model
1•tekacs•3m ago•0 comments

France had its hottest summer since records began over a century ago

https://www.euronews.com/my-europe/2026/09/03/france-had-its-hottest-summer-since-records-began-o...
4•geox•3m ago•0 comments

Three-LLM: Three.js-based WebGPU LLM inference engine

https://three-llm.ben3d.ca
1•bhouston•4m ago•0 comments

Word42 – A Wordprocessor

https://github.com/office-42/word42
2•roschdal•5m ago•0 comments

OpenAI's GPT-6 Astra on ARC-AGI-3

https://arcprize.org/blog/astra
4•vignesh_warar•6m ago•2 comments

SF's Tech Right Debates the Ideal Dictator

https://bayareacurrent.com/sfs-tech-caesar/
2•tastyface•6m ago•0 comments

Claude Fable 5.1 decoded a centuries-old royalist message hidden in since 1653

https://the-decoder.com/claude-fable-5-1-decoded-a-centuries-old-royalist-message-hidden-in-plain...
2•Vaslo•7m ago•0 comments

GPT 6 Astra Vibe Check

https://every.to/vibe-check/gpt-6-astra-vibe-check
1•ScotterC•7m ago•0 comments

Are others seeing Google's ReCAPCHA rejecting Firefox users?

2•Animats•12m ago•2 comments

AMD Versal HBM Series (FPGA's with up to 32GB HBM2e)

https://www.amd.com/en/products/adaptive-socs-and-fpgas/versal/hbm-series.html
2•peter_d_sherman•14m ago•0 comments

Google Lyria 3.5 music generation (public preview)

https://blog.google/innovation-and-ai/models-and-research/google-labs/lyria-3-5/
2•thisisauserid•14m ago•0 comments

Show HN: I processed 100k+ LinkedIn posts into open-source Claude Code skills

https://github.com/sergebulaev/linkedin-skills
1•sbulaev•15m ago•0 comments

Language skills stay strong in elderly while other cognitive abilities decline

https://news.mit.edu/2026/language-skills-stay-strong-older-adults-even-while-other-cognitive-abi...
1•gmays•17m ago•0 comments

Rust stabilizes Never type on nightly

https://github.com/rust-lang/goals/issues/653
2•dabinat•18m ago•0 comments

The death of San Francisco's Market Street

https://www.noahpinion.blog/p/the-death-of-market-street
3•A_D_E_P_T•18m ago•0 comments

MapLoud – An operating system for messy, nonlinear thinking

https://www.maploud.com/platform
1•Nic_Maploud•18m ago•0 comments

Top Pentagon official reaffirms Anthropic blacklist despite Lutnick comments

https://www.axios.com/2026/09/03/pentagon-reaffirms-anthropic-blacklist
3•spenvo•18m ago•0 comments

GPT-6 Astra System Card [pdf]

https://deploymentsafety.openai.com/gpt-6-astra/gpt-6-astra.pdf
4•alvis•19m ago•0 comments

THC Edibles Can Affect Driving for Hours, New Research Shows

https://www.nytimes.com/2026/09/01/well/thc-gummies-edibles-driving.html
1•bookofjoe•19m ago•1 comments

Google has released Gemini 3.8 Flash, its fourth Flash model in under four month

https://artificialanalysis.ai/articles/gemini-3-8-flash
1•wertyk•19m ago•0 comments

Globally distributed pre-training across 48 A100s at $0.12 per million tokens

https://www.tplr.ai/publications/blog/introducing-crucible
1•synapz_org•19m ago•0 comments

Show HN: Agentray, a macOS agent whose interface is a folder

2•beshrkayali•20m ago•0 comments

Why do developers continue to write code by hand?

https://orchidfiles.com/why-write-code-by-hand/
1•theorchid•20m ago•0 comments

GPT-6 Astra System Card

https://deploymentsafety.openai.com/gpt-6-astra
14•codergautam•21m ago•1 comments

Before New York City, Norway Had Banned AI in Schools

https://www.euronews.com/next/2026/09/03/before-new-york-city-norway-had-already-banned-ai-in-sch...
3•jethronethro•21m ago•0 comments

I Think LLMs Will Prove to Be Consequential Enterprise Software

https://freddiedeboer.substack.com/p/i-think-llms-will-prove-to-be-consequential
1•paulpauper•21m ago•0 comments

Ask HN: Why is nobody funding Wikipedia with AI based chat with articles

2•jereees•22m ago•1 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