frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Neuroscience of Enduring Change: Erasing Problematic Emotional Learnings [pdf]

https://coherencetherapy.org/files/Ecker-2020-Erasing_Problematic_Emotional_Learnings-Psychothera...
1•plucafs•16s ago•0 comments

Decidim is a digital platform for citizen participation

https://decidim.org/
1•riffraff•35s ago•0 comments

Replicating the physics of the Gameboy screen for realistic emulation

https://note.com/kathoc/n/n5ceb773a3dbc
1•iamwil•1m ago•0 comments

Tglist – Telegram reach drops as post rate grows – except for Ukrainian channels

https://tglist.io/rnd/posting-frequency-reach-decay
1•coubri•3m ago•0 comments

Scalzi – Another Reason Not to Use "AI" for Your Writing

https://whatever.scalzi.com/2026/07/31/another-reason-not-to-use-ai-for-your-writing/
2•roomey•4m ago•0 comments

Google kills Earth AI generator after one day

https://twitter.com/newsfromgoogle/status/2083249962150760610
3•BlueBerry2001•7m ago•0 comments

Federal prosecutors > Trump administration's claims of vandalism were false

https://www.nytimes.com/2026/07/31/us/david-hearn-reflecting-pool-vandalism-charges.html
1•mgav•11m ago•3 comments

86,359 Queries in One Request: An Outage Where Every Dashboard Was Green

https://vladthe.dev/blog/86-359-queries-in-one-request-an-outage-where-every-dashboard-was-green
1•pacMakaveli•12m ago•0 comments

Charlie Stross – On the non-use of AI in my writing process

https://www.antipope.org/charlie/blog-static/2026/08/on-the-non-use-of-ai-in-my-wri.html
1•jwx48•13m ago•0 comments

Show HN: Agent Architect Skill for building agentic systems

https://github.com/anyaa-labs/agent-skills
1•shikharja•20m ago•0 comments

Don't Start a Travel Startup

https://skift.com/2026/07/30/dont-start-a-travel-startup/
3•mgav•25m ago•1 comments

U.S. exempts SpaceX's Starlink from FCC ban on foreign-made routers

https://arstechnica.com/tech-policy/2026/07/starlink-gets-exemption-from-fcc-ban-on-routers-made-...
2•JumpCrisscross•26m ago•0 comments

RFC 10023: The "_for-sale" Underscored and Globally Scoped DNS Node Name

https://www.rfc-editor.org/info/rfc10023/
2•jruohonen•26m ago•0 comments

Centralization as the Solution

https://jiranihub.com/
2•jiranihub•30m ago•1 comments

A Field Guide to the AI Security Market

https://zeltser.com/ai-security-market-field-guide
2•882542F3884314B•31m ago•0 comments

Vercel Passport is now generally available

https://vercel.com/changelog/vercel-passport-generally-available
2•flyaway123•31m ago•0 comments

July 2026 in AI

https://howmachinesthink.substack.com/p/july-2026-in-ai-what-actually-mattered
2•abhaysinghr516•32m ago•0 comments

Google AI Overviews have gone from appearing in 15% of searches to 43% now

https://techcrunch.com/2026/07/27/googles-ai-search-is-rapidly-becoming-the-default-new-data-shows/
2•qikouki•34m ago•0 comments

RipGrep musl binaries occasionally segfault during very-large searches

https://github.com/BurntSushi/ripgrep/issues/3494
39•throwaway2037•36m ago•17 comments

Test the Email Verification Protocol with an origin trial

https://developer.chrome.com/blog/email-verification-protocol-origin-trial
2•eatonphil•36m ago•0 comments

Unreleased OpenAI model solves 10 major mathematical problems

https://twitter.com/polynoamial/status/2083467194663571701
2•crhulls•36m ago•0 comments

Hurricanes Make Lizards Evolve Bigger Toe Pads (2020)

https://www.smithsonianmag.com/smart-news/hurricanes-make-lizards-evolve-bigger-toe-pads-180974772/
1•EndXA•36m ago•0 comments

Pull Request Now Means Pull and Test

https://hec.works/blog/pull-request-now-means-pull-test/
1•dividedcomet•37m ago•0 comments

Integrate LLM into your Python runtime

https://github.com/MiskaKan/thinair
1•ObviousDecline•38m ago•0 comments

You are building a better future – NO PROMOTION AT ALL

1•silisleek•39m ago•0 comments

Show HN: Minimal LLM Post-Training Experiments on an 8GB GPU (SFT, DPO, GRPO)

https://github.com/pochenai/nano-llm-posttraining
2•popopanda•40m ago•0 comments

Building a local positioning system to track runners using Ultra-Wideband

https://zeus.ugent.be/blog/25-26/12urenloop-uwb/
1•robinpdev•40m ago•0 comments

China begins mass production of DUV chipmaking machines in major breakthrough

https://www.tomshardware.com/tech-industry/semiconductors/china-begins-mass-production-of-domesti...
4•JumpCrisscross•41m ago•1 comments

Judge orders Waymo to stop overnight charging in Santa Monica

https://arstechnica.com/tech-policy/2026/08/after-noise-complaints-judge-orders-waymo-to-stop-ove...
2•SockThief•41m ago•0 comments

Revenge of the Simps

https://www.thecut.com/article/cam-girls-webcam-pimp.html
1•t-3•42m 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