frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Study: Digital media may reshape people's willingness to invest cognitive effort

https://cs.ut.ee/en/news/digital-media-may-reshape-peoples-willingness-invest-cognitive-effort
1•giuliomagnifico•3m ago•0 comments

How Anthropic runs large-scale code migrations with Claude Code

https://twitter.com/ClaudeDevs/status/2079654423828304282
1•pretext•4m ago•0 comments

India's Cockroach movement protesters show no sign of backing down

https://www.theguardian.com/world/2026/jul/21/india-cockroach-movement-protesters-delhi
1•akbarnama•7m ago•0 comments

Show HN: Public-safe skin packs for the Codex desktop app

https://codex-theme-gallery.howardhua.chatgpt.site/codex-skin-pack-installer
1•howardV•10m ago•0 comments

LanguageTool Joins Learneo

https://forum.languagetool.org/t/languagetool-joins-learneo/8865
1•Evapont•11m ago•1 comments

Central Valley farmers reluctantly turn to solar as water supplies dry up

https://www.latimes.com/environment/story/2026-07-20/as-water-restrictions-hit-farmers-solar-is-m...
2•littlexsparkee•13m ago•0 comments

Terry Tao's ChatGPT Session about the Jacobian Conjecture

https://chatgpt.com/share/6a5fdc7a-d6f8-83e8-bbea-8deb42cfed56
2•porridgeraisin•14m ago•0 comments

Airglow browser lets users modify YouTube, Gmail and Spotify in real time

https://runtimewire.com/article/airglow-browser-lets-users-modify-youtube-gmail-and-spotify-in-re...
2•ryanmerket•15m ago•0 comments

AppRelay

https://apprelay.io/
1•wrightscs•15m ago•0 comments

State of Software Architecture Survey

https://www.reddit.com/r/softwarearchitecture/s/QBTWdrwmkV
1•asdfdelta•18m ago•0 comments

Show HN: VectorArtGen – Generate editable SVG vector art from text prompts

https://vectorartgen.com/
1•chynnahe•18m ago•0 comments

Video Demo: AI Employee Scheduling

https://www.youtube.com/watch?v=e9KqwB56vBI
1•dethstrobe•27m ago•0 comments

Kimi K3: second only to Fable 5 on AA-Briefcase

https://artificialanalysis.ai/articles/kimi-k3-agentic-knowledge-benchmark
3•wertyk•30m ago•0 comments

DeBasification a Fancy Word for Booting the US Out of the Middle East

https://larrycjohnson.substack.com/p/debasification-a-fancy-word-for-booting
3•hackandthink•31m ago•0 comments

AI's solution to 87-year-old riddle takes mathematicians by surprise

https://www.newscientist.com/article/2580374-ais-solution-to-87-year-old-riddle-takes-mathematici...
2•Pandionic•32m ago•0 comments

Show HN: Spring Boot Inspired Java Selenium Open Source Framework

https://github.com/seleniumboot/selenium-boot
1•mdsddmhossain•33m ago•0 comments

US Study Finds 1/3 Without CHD Miss New Cholesterol Goals, 75% Go Untreated

https://www.massgeneralbrigham.org/en/about/newsroom/press-releases/1-in-3-americans-miss-new-cho...
1•littlexsparkee•34m ago•0 comments

Show HN: MindBase – an LLM that maintains a wiki from your notes and papers

https://github.com/frankchu91/mindbase
1•haobing0304•37m ago•0 comments

Reflecting on a Year of Building Petrichor

https://doublslash.com/blog/2026/07/22/reflecting-on-a-year-of-building-petrichor/
1•kushalpandya•39m ago•1 comments

Show HN: Claude Code desktop alternative for macOS

https://skeezo.dev/
1•ho0die_kid•46m ago•0 comments

News Corp countersues Brave for allegedly 'scraping' articles for AI

https://www.reuters.com/business/media-telecom/news-corp-countersues-brave-allegedly-scraping-art...
1•pinewurst•52m ago•0 comments

Show HN: BlastRadar GitHub Action, automatic production risk scoring on every PR

https://github.com/Blast-radar/blastradar-action
1•M_Carpenter•52m ago•0 comments

Ten ways a check passes while the thing it checks is broken

https://phronesis.world/papers/ways-of-checking/
2•degibug•52m ago•0 comments

Google Was a Lifeline for Publishers. Now Some Are Thinking of Cutting It Off

https://www.wsj.com/business/media/google-search-publishers-ai-content-0fb06e41
3•thm•57m ago•0 comments

How I use LLMs as a staff engineer

https://www.seangoedecke.com/how-i-use-llms/
2•kp25•59m ago•0 comments

Show HN: IMAX Analysis throughout the years (1994 – 2026)

https://github.com/omarirfa/IMAX-Analysis
1•fl4res•1h ago•0 comments

Tesla Balance Bike

https://shop.tesla.com/product/balance-bike-for-kids
3•surprisetalk•1h ago•1 comments

Color-space: open color spaces collection with one API

https://color-space.io/
1•made_by_dy•1h ago•0 comments

Watching a language model think before it speaks

https://blog.nathanlangley.dev/posts/subtext.html
1•ninjahawk1•1h ago•0 comments

IGGT4D: Streaming 4D Instance-Grounded Geometry Transformer

https://iggt4d.github.io/
1•ilreb•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