frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Patient-Friendly Maternity Gown for Healthcare Facilities

1•nehagstc•19s ago•0 comments

Poppy – Dynamic Instrumentation Pipeline for macOS Security Research

https://github.com/jetnoir/poppy
1•ethical•2m ago•0 comments

What the Hell Was Going on with Cigarette Ads in the 70s?

https://tohippo.com/what-the-hell-was-going-on-with-cigarette-ads-in-the-70s/
1•Vasbarlog•4m ago•0 comments

Bring any agent into a meeting – talk back, collaborate, screen share, code live

https://www.youtube.com/watch?v=d4DD8HP65pU
3•anand_pattern•6m ago•0 comments

The Bird Eye Was Pushed to an Evolutionary Extreme

https://www.quantamagazine.org/how-the-bird-eye-was-pushed-to-an-evolutionary-extreme-20260513/
2•sohkamyung•13m ago•0 comments

AI chatbots are giving out people's real phone numbers

https://www.technologyreview.com/2026/05/13/1137203/ai-chatbots-are-giving-out-peoples-real-phone...
4•joozio•21m ago•0 comments

AI is using our Open Source code to replace us. We need new licenses now

https://opensource.com/
4•jcarlosweb•22m ago•2 comments

Classic 7 is a Windows 10 LTSC mod to look 1:1 to Windows 7

https://classic7.lol/
2•jandeboevrie•27m ago•0 comments

Show HN: I got tired of AI agents using outdated libs, so I built them an OS

https://neonia.io
2•olex-green•28m ago•1 comments

Moxy, a Go reliability layer for Redis-style queues

https://github.com/an8kk/moxy
1•an8kk•31m ago•0 comments

Windows 11 PCs Compared to MacBook Neo

https://signal65.com/research/windows-11-pcs-compared-to-macbook-neo/
2•tosh•35m ago•1 comments

GitHub Copilot considering offering open source models in subscription plans

https://old.reddit.com/r/GithubCopilot/comments/1tclrdl/there_are_three_new_models_on_the_gh_copi...
1•theanonymousone•36m ago•0 comments

CringeLink – Auditing how midwit a LinkedIn post is on six independent axes

https://cringelink.com
2•pro_methe5•39m ago•0 comments

A Faster Way to Build MongoDB Queries Visually

https://visualeaf.com/blog/build-mongodb-queries-visually/
4•roxana_haidiner•43m ago•0 comments

Wolf of Wall Street financier Jho Low seeks pardon from Donald Trump

https://www.theguardian.com/world/2026/may/13/1mdb-financier-jho-low-seeks-pardon-from-donald-trump
2•benchtobedside•47m ago•0 comments

Microsoft is retiring Copilot Mode on Edge, because everything is Copilot now

https://www.engadget.com/2172610/microsoft-copilot-edge-desktop-mobile/
3•NordStreamYacht•48m ago•0 comments

LLMs are breaking 20 year old system design

https://zknill.io/posts/llms-are-breaking-20-year-old-system-design/
9•zknill•50m ago•2 comments

Piclaw – pi in a Technicolor web trenchcoat

https://rcarmo.github.io/projects/piclaw/
1•rcarmo•51m ago•0 comments

A Tiny E Reader

https://nthp.me/blog/2026/a-tiny-e-reader/
2•louismerlin•55m ago•0 comments

Blink – AI Assistant

https://blink-oi.vercel.app
2•Pascal1997•56m ago•0 comments

Open tax-residency data for US citizens moving abroad (CC BY 4.0)

https://getwherenext.com/tools/tax-comparison
1•walker777•57m ago•0 comments

AI Agent Bankrupted Their Operator While Trying to Scan DN42 Hobbyist Network

https://lantian.pub/en/article/fun/ai-agent-bankrupted-their-operator-scan-dn42lantian.lantian/
2•csmantle•58m ago•0 comments

How LLM Inference Works

https://arpitbhayani.me/blogs/how-llm-inference-works/
1•Hd1633•1h ago•0 comments

Show HN: TabChop – split dinner receipts by item from one shared link

https://tabchop.app/overview
1•mishang•1h ago•0 comments

Video isn't the final form of online content

https://medium.com/@chuanweipeng5/text-image-video-what-comes-after-the-scroll-31a8aefab563
1•AnneWodell•1h ago•0 comments

Rybbit, a self hosted Google Analytics alternative, released v2.6.0

https://github.com/rybbit-io/rybbit/releases/tag/v2.6.0
1•LemonHotdog•1h ago•0 comments

Browsers Treat Big Sites Differently

https://denodell.com/blog/browsers-treat-big-sites-differently
1•gglanzani•1h ago•0 comments

Veteran network architect proposes IPv8 – to improve IPv4, not leapfrog v6

https://www.theregister.com/networks/2026/05/12/veteran-network-architect-proposes-ipv8-to-improv...
1•croes•1h ago•0 comments

Show HN: Spent months fighting VS Code webviews, so I built a universal protocol

https://oxp.sh/
1•aldgar•1h ago•0 comments

Reverse Engineering Slither.io's Network Protocol

https://medium.com/@user320/reverse-engineering-slither-ios-network-protocol-bbc408485c45
1•user320•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