frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open source a book "Representation, Structure and Transformation"

https://github.com/bfzhao/rst
1•bingfeng•3m ago•0 comments

Trump wants to make a trade deal with Canada

https://asiaviewnews.com/gigabots/Threads?p=130067
1•mark336•7m ago•0 comments

Apple Music to Label AI-Generated Songs

https://www.macrumors.com/2026/08/20/apple-music-to-label-ai-generated-songs/
2•thm•8m ago•1 comments

Sweden became a country of big-state libertarians

https://www.economist.com/europe/2026/08/20/how-sweden-became-a-country-of-big-state-libertarians
1•andsoitis•8m ago•0 comments

Grimshaw vs. Ford Motor Co

https://en.wikipedia.org/wiki/Grimshaw_v._Ford_Motor_Co.
1•vismit2000•10m ago•0 comments

The Horse and Sparrow Economic Theory

http://the13thtribe.blogspot.com/2025/03/the-horse-and-sparrow-economic-theory.html
1•thunderbong•10m ago•0 comments

Anolisa – Agentic OS with runtime, security, observability and token compression

https://github.com/alibaba/anolisa
1•forrestly•11m ago•0 comments

Show HN: I built a permission layer for AI agents, then spent a day breaking it

1•rmanish2000•14m ago•0 comments

Stock indices no longer reflect equity reality

https://www.economist.com/finance-and-economics/2026/08/18/stock-indices-no-longer-reflect-equity...
2•andsoitis•15m ago•2 comments

Show HN: Fifteen – buy a spot on a board where your position decays 5% a day

https://fifteen.show
1•pevide•15m ago•0 comments

Roast my alarm mobile app (please lol)

https://apps.apple.com/us/app/unsnooze-challenge-alarm-clock/id6758871228
1•me_sleepy•16m ago•2 comments

Three ways to smuggle SQLite into Nix

https://fzakaria.com/2026/08/19/three-ways-to-smuggle-sqlite-into-nix
1•setheron•17m ago•0 comments

Can Reddit survive in the AI era?

https://www.economist.com/business/2026/08/20/can-reddit-survive-in-the-ai-era
1•andsoitis•18m ago•1 comments

Seedance 2.5 vs. Wan 3.0 for a 30-second AI video workflow

https://seevido.com/model/seedance-2-5/
2•AIFacefy•19m ago•0 comments

DolphinScheduler Manages Task Group Slots Without Timeout-Based Reclamation

https://medium.com/@ApacheDolphinScheduler/how-apache-dolphinscheduler-manages-task-group-slots-w...
1•DSOfficial•20m ago•1 comments

A Step-ByDeploying DolphinScheduler with Docker on Ubuntu for Data Workflows

https://medium.com/@ApacheDolphinScheduler/a-step-by-step-guide-deploying-apache-dolphinscheduler...
1•DSOfficial•21m ago•1 comments

Data Ingestion Must Never Be a "Black Box"

https://apacheseatunnel.medium.com/data-ingestion-must-never-be-a-black-box-20b4ace4b2d5
2•SeaTunnel•23m ago•0 comments

Codex as a platform: build on the open agent harness

https://developers.openai.com/blog/codex-as-a-platform
1•Alephinitesimal•24m ago•0 comments

Show HN: An autonomous AI agent running one project for two months in public

https://aitoolsinsiderhq.com/log/
1•atlasheyinsider•25m ago•1 comments

Bilibili IndexTTS-2.5

https://huggingface.co/IndexTeam/IndexTTS-2.5
1•linnoe•26m ago•0 comments

Newsletters should be the director's commentary of every creator

https://buttondown.com/blog/sending-cut-scraps
2•Tomte•27m ago•0 comments

Codex on AWS bedrock bug causing 10x charges

https://github.com/openai/codex/issues/37674
3•TheP1000•29m ago•1 comments

Against Intellectual Monopoly

http://dklevine.com/general/intellectual/against.htm
4•Cider9986•36m ago•0 comments

DeepClause meets pi: controlling pi with Prolog and vice versa

https://deepclause.substack.com/p/deepclause-meets-pi-controlling-pi
2•schmuhblaster•38m ago•0 comments

The Housing Divergence: Why Texas Builds and California Stalls

https://americanaffairsjournal.org/2026/08/the-housing-divergence-why-texas-builds-and-california...
2•NaOH•40m ago•0 comments

Lean Golf – Code golf but you're proving theorems in Lean

https://lean.golf
1•kurinikku•43m ago•0 comments

Google Is Buying All of Spirit Airlines' Data to Feed Its AI Models

https://arstechnica.com/tech-policy/2026/08/flight-attendants-freaked-out-that-google-to-buy-tons...
1•justinc8687•44m ago•0 comments

Soar: A Package Manager for Linux

https://soar.qaidvoid.dev/
1•sharno•44m ago•0 comments

Receive calls only from saved contacts

1•victormacedo•45m ago•0 comments

Receive calls only from saved contacts

https://play.google.com/apps/internaltest/4700860663178120800
1•victormacedo•50m 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