frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Context Mode v1.0.0

https://context-mode.mksg.lu/
1•ankitg12•45s ago•0 comments

Musk vs. Altman week 1: Elon Musk says he was duped, warns AI could kill us all

https://www.technologyreview.com/2026/05/01/1136800/musk-v-altman-week-1-musk-says-he-was-duped-w...
1•joozio•4m ago•0 comments

ZenTTY – A terminal that gets out of your way

https://zentty.org/
1•fdb•7m ago•0 comments

Show HN: Julius, a New Lisp Implementation

https://github.com/tgflynn/Julius
1•tgflynn•7m ago•1 comments

Musk's AI told me people were coming to kill me (BBC)

https://www.bbc.com/news/articles/c242pzr1zp2o
2•walden789•9m ago•0 comments

Physicists have measured 'negative time' in the lab

https://theconversation.com/physicists-have-measured-negative-time-in-the-lab-278996
2•thunderbong•11m ago•0 comments

Arknet – decentralized AI inference, fair launch, one binary

https://github.com/st-hannibal/arknet
1•st-hannibal•13m ago•0 comments

HP 3585A spectrum analyzer teardown

http://7400.me/2026/04/30/HP3585A/
1•picture•13m ago•0 comments

Loss of epigenetic information as a cause of mammalian aging

https://www.cell.com/cell/fulltext/S0092-8674(22)01570-7
2•andsoitis•26m ago•0 comments

Specsmaxxing – On overcoming AI psychosis, and why I write specs in YAML

https://acai.sh/blog/specsmaxxing
2•brendanmc6•32m ago•1 comments

The AI coding tool config problem is getting worse, not better

https://github.com/sampleXbro/agentsmesh
2•samplexBro•34m ago•0 comments

FDA Clearance of IND Application for ER-100 in Optic Neuropathies

https://www.lifebiosciences.com/life-biosciences-announces-fda-clearance-of-ind-application-for-e...
1•andsoitis•36m ago•0 comments

Show HN: Seeker – Career Routing Engine

https://www.seekerscore.com
1•danylchukllc•37m ago•1 comments

Evaluating ER-100 for Safety in People with Glaucoma or Optic Nerve Conditions

https://clinicaltrials.gov/study/NCT07290244
1•andsoitis•38m ago•0 comments

Tython – Just a Small Language

https://github.com/younissk/tython
1•modinfo•42m ago•1 comments

Artisan (YC W24) uses AI to rip off "This is Fine" artist for ad

https://bsky.app/profile/kcg.bsky.social/post/3mkwcpx45q223
1•starkparker•43m ago•0 comments

The Final Form of Software Development

https://blog.zksecurity.xyz/posts/end-coding/
2•ricochet11•43m ago•0 comments

Deep Dive into the OTel Normalizer groundcover Built for GenAI

https://www.groundcover.com/blog/otel-normalizer-genai-part-2
1•thebitofmyheart•46m ago•0 comments

MathStudio Android APK modernized for Android >= 7

https://github.com/woct0rdho/mathstudio-apk-modernized
1•woctordho•1h ago•1 comments

Unruly Play

https://www.unrulyplay.com/
3•bkudria•1h ago•0 comments

I Wrote Ultralearning. This Is What I'd Change Because of AI

https://www.scotthyoung.com/blog/2026/04/29/ultralearning-ai/
3•pullshark91•1h ago•0 comments

Show HN: UIGen – Runtime front end for any OpenAPI spec with AI skills

https://github.com/darula-hpp/uigen
3•ombedzi•1h ago•0 comments

Turning live heart rate data into a generative audio story

https://runnory.com/blog/heart-rate-writes-the-story
2•danultimateb•1h ago•1 comments

Engaging Essays in Cosmology [1971-2026]

https://archive.org/details/a.-tomilin-engaging-essays-in-cosmology-mir-titles-2026
4•the-mitr•1h ago•0 comments

Yann LeCun's Billion Dollar Bet [video]

https://www.youtube.com/watch?v=kYkIdXwW2AE
1•mfiguiere•1h ago•0 comments

Show HN: Stay Lean – Calorie Navigation

https://apps.apple.com/us/app/stay-lean-calorie-navigation/id6762153463
1•janpmz•1h ago•1 comments

Making Postman load 60% Faster

1•vedkribhu•1h ago•1 comments

Model Engines Manufacturable drawings/plans

https://outerzone.co.uk/plans.asp?cat=Engines&Xcardsperpage=48
1•pillars•1h ago•0 comments

I wrote a custom CUDA inference engine to run Qwen3.5-27B on $130 mining cards

https://news.ycombinator.com/submit
2•Haru-neo•1h ago•0 comments

Einstein's Big Idea Documentry(2005) - 1h 49M [video]

https://thinktv.pbslearningmedia.org/resource/nvfb-sci-einsteinsidea/wgbh-nova-einsteins-big-idea...
1•num42•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