frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

It's time to lock in and let your winter arc begin

https://www.bbc.com/news/articles/cm2w79447vvo
3•jethronethro•3m ago•0 comments

Show HN: A fun password strength meter I made for my teenage kids and friends

https://passwordcat.top
1•wstaeblein•5m ago•0 comments

Ultimate Bug Scanner

https://github.com/Dicklesworthstone/ultimate_bug_scanner
1•latchkey•7m ago•0 comments

Norway may break up with Europe's power grid over soaring energy prices

https://www.euractiv.com/news/norway-may-break-up-with-europes-power-grid-over-soaring-energy-pri...
2•toomuchtodo•11m ago•1 comments

Self-Hosting Slides from Sli.dev

https://dev.shetty.me/blog/self-hosting-slides-from-slidev
2•deveesh_shetty•13m ago•0 comments

Ask HN: Are 98% of HN Readers Using AdBlock?

1•7777777phil•13m ago•1 comments

A Global Drive to Curb Social Media for Kids Begins in Australia

https://www.bloomberg.com/news/articles/2025-11-30/australia-s-world-first-social-media-ban-for-u...
2•toomuchtodo•14m ago•1 comments

Revideo: Create Videos with Code

https://github.com/redotvideo/revideo
1•walterbell•17m ago•0 comments

Documentation for Prompts

https://folio.benguzovsky.com/prompt-docs
2•BenGuz•19m ago•0 comments

Yore – Deterministic document indexer for large, agent-driven codebases

http://github.com/rahulrajaram/yore
1•progfan234•20m ago•1 comments

Can You Live a Normal Life in Cyberpunk 2077? [video]

https://www.youtube.com/watch?v=iu5Yfv7fZHk
1•DamnInteresting•23m ago•0 comments

Will Ireland's new alcohol warning labels turn people away from drinking?

https://www.bbc.com/news/articles/c2465lndrnno
3•linhns•25m ago•3 comments

Awesome-distributed-ML – A curated list for distributed [faster] LLM training

https://github.com/Shenggan/awesome-distributed-ml
2•peter_d_sherman•26m ago•0 comments

SRI and Arc: The Dawn of the Information Age

https://www.abortretry.fail/p/sri-and-arc
2•BirAdam•26m ago•0 comments

Should kidfluencers be banned? That's the plan in the EU

https://www.cbc.ca/news/business/eu-kidfluencer-ban-9.6994957
2•saubeidl•27m ago•0 comments

Show HN: We got 30 teens to build a hand made arcade in Tokyo

https://youtu.be/kkbf092Los0
2•devenj•32m ago•0 comments

LumeBiome

https://lumebiome.com/#aff=rayoggg
1•richieg•33m ago•0 comments

Show HN: Turn Any Website into Clean Markdown for LLMs/RAG with SiteOne Crawler

https://github.com/janreges/siteone-crawler
1•janreges•33m ago•0 comments

Stal/IX: declarative statically linked Linux distribution

https://stal-ix.github.io/
1•pshirshov•34m ago•1 comments

Build a Golang App in 10 Seconds Using BuildKit

https://runos.com/blog/build-golang-app-buildkit.html
1•tylerreed•34m ago•1 comments

Tech Resource

https://github.com/deyaa1251/Awesome-tech-resource
1•omenn•34m ago•0 comments

Sundials: SUite of Nonlinear and DIfferential/Algebraic Equation Solver

https://computing.llnl.gov/projects/sundials
1•swydydct•35m ago•0 comments

You Want Microservices, but Do You Need Them?

https://www.docker.com/blog/do-you-really-need-microservices/
3•tsenturk•37m ago•0 comments

Norway campaigns to cut energy links to Europe as power prices soar

https://www.ft.com/content/f0b621a1-54f2-49fc-acc1-a660e9131740
4•obscurette•37m ago•4 comments

Activation Functions: The 'Secret Sauce' of Deep Learning

https://techlife.blog/posts/activation-functions-deep-learning/
1•tsenturk•40m ago•0 comments

Migrating from Jekyll to Ghost for Blogs

https://hughevans.dev/migrating-from-jekyll-to-ghost-blog/
1•HughEvansDev•41m ago•0 comments

Rtila

https://rtila.com
2•bellamoon544•48m ago•1 comments

AI's safety features can be circumvented with poetry, research finds

https://www.theguardian.com/technology/2025/nov/30/ai-poetry-safety-features-jailbreak
3•c420•49m ago•0 comments

New AI Book for Kids

https://www.amazon.com/dp/B0G3KWSCC3
1•STEM-AI-FDE•50m ago•0 comments

Show HN: Generate storyboards from YAML with Gemini (image and TTS)

https://github.com/kierangilliam/storyboard/
1•kierangill•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•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