frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Thoughtleaderz by Jeff Czekaj

https://czekaj.com/thoughtleaderz.php
1•mankins•2m ago•0 comments

It's Called a Team for a Reason

https://www.codecabin.dev/post/its-called-a-team-for-a-reason
1•rebelchrisycom•3m ago•1 comments

Bookmarklet

https://blog.cloudflare.com/welcome-to-connectivity-cloud/
1•nyeinlay•3m ago•0 comments

No Backup, No Cry

https://world.hey.com/dhh/no-backup-no-cry-274e0c31
1•unripe_syntax•6m ago•0 comments

Show HN: Python UI-ME – Bringing life to Python functions

http://github.com/livetheoogway/python-uime
2•tusharnaik•7m ago•0 comments

OS Malevich – how we made a system that embodies the idea of simplicity (2017)

https://www.ajax-systems.uz/blog/hub-os-malevich-story/
1•frxx•8m ago•0 comments

Music may soothe cats, dogs and other pets

https://www.bbc.com/future/article/20251121-does-music-make-animals-calmer
1•1659447091•10m ago•0 comments

Show HN: Textpilot – Stop copy-pasting into ChatGPT

https://text-pilot.com
2•rawraul•12m ago•0 comments

Bob, Stephen and Marshall Are Leaving the Array Cast

https://www.arraycast.com/episodes/episode118-changes
1•Schiphol•16m ago•0 comments

New Dan Carlin – Common Sense

https://www.dancarlin.com/product/common-sense-325-whos-the-boss/
2•pomian•16m ago•0 comments

Shai-Hulud Returns: Over 300 NPM Packages Infected

https://helixguard.ai/blog/malicious-sha1hulud-2025-11-24
59•mrdosija•20m ago•8 comments

Coderive: A mobile-built programming language without and& and –| operators

https://github.com/DanexCodr/Coderive
1•DanexCodr•21m ago•0 comments

Universal LLM Memory Does Not Exist

https://fastpaca.com/blog/memory-isnt-one-thing
3•cpluss•23m ago•1 comments

I Stopped Using Sublime Text

https://medium.com/@brevis08/why-i-stopped-using-sublime-text-221584ef041f
4•dsego•23m ago•2 comments

General principles for the use of AI at CERN

https://home.web.cern.ch/news/official-news/knowledge-sharing/general-principles-use-ai-cern
2•singiamtel•24m ago•1 comments

Show HN: Open-source tool to list sensitive, unauth & outdated APIs from code

https://github.com/qodex-ai/apimesh
1•siddhant_mohan•25m ago•1 comments

Udo Kier

https://de.wikipedia.org/wiki/Udo_Kier
2•tosh•26m ago•1 comments

Mapping Bob Dylan's Mind

https://aeon.co/essays/can-ai-tell-us-anything-meaningful-about-bob-dylans-songs
1•the-mitr•28m ago•0 comments

Taskforce calls for reset of nuclear regulation in UK

https://www.gov.uk/government/news/taskforce-calls-for-radical-reset-of-nuclear-regulation-in-uk
1•bensouthwood•30m ago•0 comments

Hunter syndrome: Boy amazes doctors after world-first gene therapy

https://www.bbc.co.uk/news/articles/c5y0y56x6veo
3•lkramer•37m ago•0 comments

AltSendme: Another Alternative to MAgic Wormhole?

https://github.com/tonyantony300/alt-sendme
1•nhatcher•44m ago•0 comments

Typing an AI prompt is not 'active' music creation

https://www.theverge.com/report/825141/sunos-ceo-ai-text-prompt-really-active-music-creation
6•JeanKage•47m ago•1 comments

The future LED light both illuminates and communicates

https://www.6gflagship.com/news/future-led-light-illuminates-and-communicates/
1•JeanKage•50m ago•0 comments

Show HN: Deploy a Production Webhook Delivery System in 5 Minutes

https://codehooks.io/blog/build-webhook-delivery-system-5-minutes-codehooks-io
3•bjabrboe1984•51m ago•0 comments

A Tsunami of Cogs

https://betterthanrandom.substack.com/p/a-tsunami-of-cogs
3•weltview•51m ago•0 comments

I've built human-first alternative to 11x

https://dealmayker.com/alternative/11x
1•aleksam•52m ago•0 comments

ASML allegedly offered to spy on China for the US

https://www.tomshardware.com/tech-industry/big-tech/asml-allegedly-offered-to-spy-on-china-for-th...
5•dataflow•53m ago•0 comments

Pig's bacon was delicious. But she's alive and well

https://grist.org/climate-energy/this-pigs-bacon-was-delicious-but-shes-alive-and-well/
4•JeanKage•54m ago•1 comments

'Stone-cold killers': New Zealand to eradicate feral cats by 2050

https://www.theguardian.com/world/2025/nov/24/new-zealand-to-eradicate-feral-cats-by-2050
4•defrost•54m ago•1 comments

Google Workspace Chat is down

https://www.google.com/appsstatus/dashboard/incidents/KZuQxLyBKvPD1zS6sxVA
3•yla92•58m 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•7mo ago

Comments

_usr_bin_env•7mo 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•7mo 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•7mo 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•7mo 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•7mo ago
Text output would have been too easy on the eink screen xD