frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Forza Horizon 6 Leaked After Devs Accidentally Upload Unencrypted Steam Preload

https://old.reddit.com/r/gaming/comments/1t9eu3g/forza_horizon_6_files_leaked_after_devs/
1•yreg•55s ago•0 comments

Nuke All Routers

https://github.com/maxbrito500/esp32-c5-deauth
1•nunobrito•3m ago•0 comments

Forza Horizon 6 just leaked on Steam, letting pirates play it

https://www.neowin.net/news/looks-like-forza-horizon-6-just-leaked-on-steam-letting-pirates-play-...
1•bundie•7m ago•0 comments

Hair Maths: Curl Geometry and Braids [pdf]

https://tomrocksmaths.com/wp-content/uploads/2025/09/hair-maths-curl-geometry-and-braids-copy-3-i...
1•marysminefnuf•8m ago•0 comments

Low Frequencies

https://computer.rip/2026-05-09-extremely-low-frequencies.html
1•Sniffnoy•9m ago•1 comments

Droidian, a Phone OS for Patient People

https://theprivacydad.com/droidian-an-awesome-phone-os-for-patient-people-guest-post/
1•Brajeshwar•9m ago•0 comments

The AI That Took a Sunday Off

https://debarshibasak.github.io/readables/blogs/eu-ai-right.html
1•debarshri•12m ago•0 comments

Do Ten Times as Much

https://www.betonit.ai/p/do-ten-times-as-much
1•kristianp•15m ago•1 comments

Show HN: Hustler Bingo – a tiny bingo game about startup Twitter clichés

https://hustlerbingo.app
1•lackoftactics•18m ago•0 comments

sixos: a nix os without systemd [video]

https://media.ccc.de/v/38c3-sixos-a-nix-os-without-systemd
1•bmacho•18m ago•1 comments

Laptops all have built-in security tokens these days

https://ahelwer.ca/post/2026-05-08-builtin-u2f/
2•birdculture•20m ago•0 comments

Referer Reality

https://www.robinsloan.com/lab/referer/
2•tobr•22m ago•0 comments

TrackMoose, a music discovery tool that blends up to 100 artists

https://www.trackmoose.com
1•vikdean•25m ago•0 comments

I have build "Cursor for everything" desktop app

https://trydekaai.com/
1•arnurTogambayev•35m ago•1 comments

Show HN: Launch Party – a community for early-stage B2B SaaS founders

https://joinlaunchparty.com
2•superamped•41m ago•1 comments

Show HN: Miro-pdf v0.9.0 – Multi-page support

https://github.com/vincent-uden/miro
1•vincent-uden•42m ago•1 comments

Show HN: Deterministic, Replayable Demos for Phoenix LiveView

https://hexdocs.pm/demo_director/0.1.5/readme.html
1•ralmidani•46m ago•0 comments

Canada's unemployment rate rises to 6.9% as economy sheds more jobs

https://financialpost.com/news/economy/canada-unemployment-rate-rises-economy-sheds-jobs
6•geox•47m ago•0 comments

Summer of PLT

https://collin.tngl.io/soplt.html
1•bluedragon1221•49m ago•0 comments

The Struggle Is Gone

https://dogdogfish.com/blog/2026/05/10/the-struggle-is-gone/
1•matthewsharpe3•51m ago•0 comments

Prpack – Pack a pull request into one Markdown file for LLM code review

https://github.com/Lucas2944/prpack
1•claudetester89•52m ago•0 comments

Music for Mushrooms – Award-Winning Documentary [video]

https://www.youtube.com/watch?v=N3EvV2_XE_Y
1•momentmaker•53m ago•0 comments

Vibe Maintainer

https://steve-yegge.medium.com/vibe-maintainer-a2273a841040
3•adunk•57m ago•1 comments

SpaceX wants to launch a million satellites

https://www.cbc.ca/news/science/spacex-data-centre-one-million-satellites-9.7117772
14•billybuckwheat•57m ago•15 comments

Madame Semver Will See You Now

https://nesbitt.io/2026/05/10/madame-semver-will-see-you-now.html
2•japhyr•58m ago•0 comments

Engineering Strategy and Planning

https://yusufaytas.com/engineering-strategy-and-planning
11•london_safari•59m ago•0 comments

Show HN: Web-REPL "skred" : my OSS sound engine w/retro C64 appearance

https://octetta.github.io/pulp/doc/
2•octetta•59m ago•0 comments

Open-source Parkinson's tremor suppression experiment via bone conduction

https://github.com/MB571/STABLE
1•maxbone•1h ago•0 comments

Lorein – A Persistent, Local-First AI Architecture [pdf]

https://github.com/AnonymousNomad/LOREIN-Sovereign-Entity
1•Neuro_Nomad•1h ago•0 comments

WASM-skred-REPL a web playground for my work-in-progress sound engine

https://octetta.github.io/doc
1•octetta•1h 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