frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Experience Necessary. The Irony of Building a Skilled Team in the Age of AI

https://benversh.substack.com/p/experience-necessary-the-irony-of
1•another-dave•42s ago•0 comments

MUNI is too broke to use more eco-friendly buses

https://sfstandard.com/2026/09/14/muni-skips-electric-buses-fiscal-crisis/
1•kaycebasques•52s ago•0 comments

Types of Search Queries: A Practical Map

https://www.searchplex.net/blog/types-of-search-queries
1•splxai•1m ago•0 comments

Show HN: I made an 8 bit game that teaches beginners to pwn basic C programs

https://github.com/udbhav-s/password-dungeon
1•udbhavs•1m ago•0 comments

VibeSafe Builder – build and launch AI apps with security checks

https://vibesafebuilder.com/
1•sabahatghauri•1m ago•0 comments

Google SearchGuard. Anti-Bot System Exploring

https://igorkozlowski.substack.com/p/google-searchguard-anti-bot-system
1•igor-lemon•2m ago•0 comments

New EU KIDS Act will restrict social media for under-15s

https://www.siliconrepublic.com/business/new-eu-kids-act-will-restrict-social-media-for-under-15s
1•rbanffy•2m ago•0 comments

ProductSpec – Open standard for software intent in the AI agent era

https://github.com/gokulrajaram/ProductSpec
1•yellow_postit•4m ago•0 comments

Six misconceptions about large language models

https://academic.oup.com/pnasnexus/article/5/7/pgag236/8728241?login=false
1•Anon84•4m ago•0 comments

Show HN: KaozKit – JavaScript LLM agents on an engine built for microcontrollers

https://github.com/sebastien-burel/KaozKit
1•sebastienburel•5m ago•0 comments

China tightens travel restrictions for citizens

https://www.bbc.com/news/articles/cqe8x6gkk250o
1•alephnerd•5m ago•0 comments

Heart damage may occur from getting too much light at night

https://www.nbcnews.com/health/heart-health/heart-damage-light-exposure-too-much-at-night-researc...
1•gmays•6m ago•0 comments

Show HN: Panel – A research workspace where the agent can build its own panes

https://github.com/greentfrapp/panel
2•greentfrapp•7m ago•0 comments

Dutch key Defense speeches this year appear to have been fully AI-generated

https://nltimes.nl/2026/09/12/key-defense-speeches-year-appear-fully-ai-generated-analysis
1•Betelbuddy•8m ago•0 comments

We built a graph database service for agent memory

https://blog.getzep.com/why-we-built-a-graph-database-service-for-agent-memory/
1•roseway4•8m ago•0 comments

Sovereign: A Unified GPU Inference Substrate (Fractal Memory, Manifold Routing)

https://github.com/CuppaTea1983/Sovereign/tree/V1
1•michaelrickynea•9m ago•0 comments

AI slowdown: why Altman, Amodei and Musk suddenly agree

https://www.youtube.com/watch?v=y9IgWhTTt4U
1•frag•10m ago•1 comments

Effects of music training on the child's brain and cognitive development

https://pubmed.ncbi.nlm.nih.gov/16597769/
2•taubek•10m ago•0 comments

Markdown feature flags your coding agent can install and manage for you

https://www.dif.sh
1•Herzogda•11m ago•0 comments

Cybersecurity Has an AI Doomer Problem [video]

https://www.youtube.com/watch?v=KMf2RDC5Dyg
1•gessha•11m ago•1 comments

Aside – Meeting notes as Markdown and local dictation for macOS

https://heyaside.com/
1•dominikmartn•12m ago•0 comments

The US is talking about space weapons now

https://breakingdefense.com/2026/09/why-the-us-is-talking-about-space-weapons-now/
4•KinetiNode•13m ago•1 comments

Carnot the most efficient, multi-fuel engine

https://carnotengines.com/technology/
2•thelastgallon•14m ago•0 comments

Hologram: Building Local-First Apps in Pure Elixir

https://www.youtube.com/watch?v=jdg_UrLp0bU
2•jamauro•15m ago•1 comments

LMAX Disruptor – High Performance Inter-Thread Messaging Library

https://lmax-exchange.github.io/disruptor/
1•Bluestein•16m ago•0 comments

How to process incoming call audio on Android / iOS?

1•vivzkestrel•17m ago•0 comments

Show HN: Lume – an open-source terminal you can drive from your phone

https://uselume.dev/
2•hugomyb•22m ago•0 comments

AI is breaking our proxies for expertise

https://www.seangoedecke.com/ai-is-breaking-our-proxies-for-expertise/
5•jbkcc•24m ago•0 comments

AI 'kill switch' may need to be mandatory, Anthropic co-founder tells BBC

https://www.bbc.com/news/articles/cqgk5e2j0gg8o
3•Betelbuddy•24m ago•0 comments

Show HN: Bulkgrid – Search websites and GitHub repositories from your AI agent

https://bulkgrid.com
2•ceglh•24m 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