frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Engineers Kick-Started the Scientific Method

https://spectrum.ieee.org/francis-bacon-scientific-method
1•Brajeshwar•1m ago•0 comments

Can LLMs Flip Coins in Their Heads?

https://pub.sakana.ai/ssot/
1•hardmaru•2m ago•0 comments

Itanium: Intel's Great Successor [video]

https://www.youtube.com/watch?v=-K-IfiDmp_w
1•vt240•3m ago•0 comments

The Abstraction Fallacy: Why AI Can Simulate but Not Instantiate Consciousness

https://deepmind.google/research/publications/231971/
2•LopRabbit•3m ago•0 comments

Students are speeding through their online degrees in weeks, alarming educators

https://www.washingtonpost.com/education/2026/04/19/accelerated-college-degree-hacking/
1•delichon•3m ago•0 comments

Deezer says 44% of songs uploaded to its platform daily are AI-generated

https://techcrunch.com/2026/04/20/deezer-says-44-of-songs-uploaded-to-its-platform-daily-are-ai-g...
1•FiddlerClamp•4m ago•0 comments

Known modeling errors keep the federal expansion machine running

https://www.strongtowns.org/journal/2026-4-20-the-inflated-numbers-that-unlock-billions
1•zino3000•7m ago•0 comments

So What If They Have My Data?

https://cardcatalogforlife.substack.com/p/so-what-if-they-have-my-data
1•speckx•8m ago•0 comments

Kimi K2.6: Advancing Open-Source Coding

https://twitter.com/Kimi_Moonshot/status/2046249571882500354
4•nekofneko•9m ago•0 comments

Licensing Best Practices for the Sharing of Scientific Data

https://creativecommons.org/2026/04/20/licensing-best-practices-for-the-sharing-of-scientific-data/
2•Tomte•10m ago•0 comments

The printing press for biological data (Sterling Hooten)

https://www.owlposting.com/p/the-printing-press-for-biological
2•crescit_eundo•11m ago•0 comments

MoA-X: Mixture of Agents Orchestration Framework

https://github.com/drivelineresearch/moa-x
2•icelancer•13m ago•0 comments

Top Gun 3 Is Happening: The Need for Speed Lives On

https://avgeekery.com/top-gun-3-is-happening/
1•freediver•13m ago•0 comments

Anthropic tests user trust with ID and selfie checks for Claude

https://www.helpnetsecurity.com/2026/04/16/anthropic-claude-identity-verification-government-id/
2•mooreds•14m ago•0 comments

The "AI Vulnerability Storm": Building a "Mythos- Ready" Security Program [pdf]

https://labs.cloudsecurityalliance.org/wp-content/uploads/2026/04/mythosreadyv4.pdf
1•JumpCrisscross•15m ago•0 comments

I'm never buying another Kindle, and neither should you

https://www.androidauthority.com/amazon-kindle-2026-3657863/
3•mikhael•15m ago•1 comments

TIL: Checksumming Files Recursively with Rclone

https://heitorpb.github.io/bla/recursive-checksum/
2•hpb42•16m ago•0 comments

Badvibes – Lint for Vibe Coders

https://www.npmjs.com/package/badvibes
2•muoco-01•16m ago•0 comments

Show HN: A web-based replacement for Nvidia's CUDA occupancy spreadsheet

https://toolbelt.widgita.xyz/cuda-occupancy-calculator/
1•fairlight1337•16m ago•0 comments

Tech CEOs Think AI Will Let Them Be Everywhere at Once

https://www.wired.com/story/tech-ceos-using-ai-to-be-everywhere-at-once/
1•Brajeshwar•16m ago•0 comments

Has cosmic philosophy conjectures infiltrated AI?

https://medium.com/@f9121212/has-cosmic-philosophy-conjectures-infiltrated-ai-15559d03b8e9
1•ortrich•16m ago•0 comments

Astronaut's astounding iPhone 17 Pro Max video shows 'Earthset' from space

https://9to5mac.com/2026/04/20/astronauts-astounding-iphone-17-pro-max-video-shows-earthset-from-...
1•omer_k•17m ago•0 comments

Baltic nations brace for impact of Iran war delaying US weapons shipments

https://www.defensenews.com/global/europe/2026/04/20/baltic-nations-brace-for-impact-of-iran-war-...
3•Teever•17m ago•0 comments

Kimi K2.6: Advancing Open-Source Coding

https://www.kimi.com/blog/kimi-k2-6
11•meetpateltech•17m ago•1 comments

Why I De-Googled

https://kevinboone.me/why_i_degoogled.html
3•HotGarbage•17m ago•0 comments

How Cybercrime Became a Leading Industry in 'Scambodia'

https://www.wsj.com/world/asia/cambodia-cybercrime-rise-why-2f2c03cc
1•thm•18m ago•0 comments

My practitioner view of program analysis

https://sawyer.dev/posts/practitioner-program-analysis/
1•evakhoury•18m ago•0 comments

Are browsers (fully) Opus ready yet?

https://opusready.netlify.app/
1•midzer•19m ago•0 comments

Wife Acceptance Factor

https://en.wikipedia.org/wiki/Wife_acceptance_factor
2•neko_ranger•20m ago•0 comments

Best Wispr Flow Alternatives for Android

https://www.yaps.ai/blog/wispr-flow-alternative-android
1•RichAwo•22m 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•12mo 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•12mo 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•12mo 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•12mo ago
Text output would have been too easy on the eink screen xD