frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Few Tools for Cyclists

https://www.theinstant.cc/
1•Gshaheen•1m ago•0 comments

Google's Gemini 3.5 Pro Release Slips to July

https://www.businessinsider.com/google-3-5-pro-july-release-tokens-ai-agents-model-2026-6
1•simonpure•1m ago•0 comments

Halyard – open AI work ledger for developers (time, tokens, cost, invoices)

https://github.com/Kormiloio/Halyard
1•mcamaj•1m ago•0 comments

The Joy and Power of Understanding

https://binaryigor.com/the-joy-and-power-of-understanding.html
2•birdculture•4m ago•0 comments

Do Course Certificates Matter?

2•ghassenfaidi•5m ago•0 comments

LuaJIT 3.0 proposed syntax extensions

https://github.com/LuaJIT/LuaJIT/issues/1475
3•phreddypharkus•7m ago•0 comments

Google DeepMind and A24 announce first-of-its-kind research partnership

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/deepmind-a24-research-p...
2•ChrisArchitect•7m ago•0 comments

To sell toys

https://tfwiki.net/wiki/To_sell_toys
2•unleaded•11m ago•0 comments

Natural Language Is an Interface Capability, Chat Is Just a Mechanism

https://robenglander.com/writing/the-case-for-language-native-software/
2•robenglander•11m ago•0 comments

Absurdly Optimized

https://www.absurdlyoptimized.com/
2•skogstokig•13m ago•0 comments

Google releases new privacy controls for activity history, personalization

https://www.bleepingcomputer.com/news/google/google-releases-new-privacy-controls-for-activity-hi...
2•ilreb•14m ago•0 comments

10 Years of Euthanasia in Canada: 27 Deaths a Day

https://zenit.org/2026/06/22/10-years-of-euthanasia-in-canada-27-deaths-a-day-10000-a-year-and-no...
2•silvestromedia•15m ago•0 comments

Elastic layoff translation (June 24, 2026)

https://layofftranslator.com/layoffs/2026-06-24-elastic/
4•ronbenton•20m ago•0 comments

Indiana Jones and the Quest for Paradise VGA

https://archive.org/details/indy-paradise-vga
2•wicket•28m ago•0 comments

Use Claude Chrome Extension from Cursor

https://github.com/bebrws/claude-chrome-extension-from-cursor
2•bebrws•28m ago•1 comments

Human Brain Has Separate Circuits for Belly Laughs and Polite Chuckles

https://gizmodo.com/your-brain-has-separate-circuits-for-belly-laughs-and-polite-chuckles-2000775984
8•gmays•29m ago•0 comments

Venezuela earthquake: powerful back-to-back quakes collapse buildings in Caracas

https://www.theguardian.com/world/2026/jun/25/earthquake-venezuela-caracas-tremors-aftershocks
6•teleforce•29m ago•0 comments

Ask HN: What are the hardest problems AWS Lambda MicroVMs can solve now?

3•iaziz786•31m ago•0 comments

FPGA-based CNN acceleration using pattern-aware pruning [pdf]

https://inria.hal.science/hal-04689673/document
2•teleforce•32m ago•0 comments

Vypl a Python REPL that works like Vim

https://github.com/HoraDomu/Vypl
2•HoraDomu•32m ago•0 comments

Geopolitical Risk Index

https://www.matteoiacoviello.com/gpr.htm
3•mooreds•36m ago•0 comments

Coal Butter - Butter Made from Coal

https://en.wikipedia.org/wiki/Margarine
3•gurjeet•38m ago•2 comments

We'll fight the platform war against Big AI

https://www.anildash.com/2026/06/23/fight-ai-platform-war/
3•aendruk•41m ago•0 comments

Show HN: A durable filesystem layer for AI agents

https://github.com/CelestoAI/smolfs
3•theaniketmaurya•43m ago•1 comments

Snap sued over rape of minor who connected to adult attacker on Snapchat

https://apnews.com/article/snapchat-minor-rape-lawsuit-missouri-0c3ba0ac009134a1154b388419b8d07a
4•petethomas•44m ago•0 comments

Anthropic Accuses Alibaba of ‘Illicitly’ Accessing AI Models

https://www.bloomberg.com/news/articles/2026-06-24/anthropic-accuses-alibaba-of-illicitly-accessi...
13•ryanmerket•46m ago•9 comments

Internet traffic in Venezuela dropped 45% after a magnitude 7.5 earthquake

https://twitter.com/emot/status/2069932384770777090
5•emot•48m ago•0 comments

The engineering bottleneck has moved

https://productnow.ai/blogs/the-engineering-bottleneck-has-moved
3•kadhirvelm•49m ago•0 comments

Powerful 7.5 magnitude earthquake hits Venezuela

https://www.cnn.com/2026/06/24/americas/venezuela-earthquake-latam-intl
3•lawrencejgd•50m ago•0 comments

How Europe Became the World Champion of Heat Deaths

https://quillette.com/2026/06/24/how-europe-became-the-world-champion-of-heat-deaths/
4•delichon•51m 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