frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Ghbrk – Let AI agents run Git/gh without exposing SSH keys/API tokens

https://github.com/marconae/ghbrk
1•marconae•1m ago•0 comments

Open Source AI Must Win

https://opensourceaimustwin.com
1•Gedxx•3m ago•0 comments

Building a car recognition application (pt. 1)

https://blog.wildedge.dev/posts/we-built-a-car-recognizer-in-an-afternoon
2•piotrekno1•5m ago•0 comments

Axelrod – A research tool for the Iterated Prisoner's Dilemma

https://github.com/Axelrod-Python/Axelrod
1•hamburgererror•6m ago•0 comments

Don't expect trackers to save your stolen car, experts say

https://www.bbc.com/news/articles/cp8r1798kp7o
1•mytailorisrich•6m ago•0 comments

The energy cost of web advertising

https://dl.acm.org/doi/10.1145/3774904.3792414
1•iamacyborg•8m ago•0 comments

A macOS bell that rings when your Codex CLI session needs input

https://github.com/foxtrotdev/codex-butler-bell
1•zeetyy404•9m ago•0 comments

Of Course Meta Platforms Is Going to Be a Cloud

https://www.nextplatform.com/cloud/2026/07/01/of-course-meta-platforms-is-going-to-be-a-cloud/526...
1•rbanffy•13m ago•0 comments

Floor plan area micro-eval

https://kerrickstaley.com/2026/07/01/floor-plan-area-micro-eval
1•KerrickStaley•15m ago•0 comments

Who wins the World Cup if *not football* decides?

https://dataguessr.com/world-cup-2026/
1•davidbauer•22m ago•0 comments

Built a cell from scratch for the first time

https://www.cnn.com/2026/07/01/science/synthetic-cell-research
1•vinnyglennon•22m ago•0 comments

Show HN: Get a structured knowledge base instantly from conversations

https://sofie.wiki
1•tapeo•22m ago•0 comments

Turning Roads into Power Plants

https://www.reps.energy/
1•doener•23m ago•0 comments

How much onboarding friction is acceptable in healthcare software?

https://geekyants.com/case-studies/dentify-40-percent-onboarding-time-reduction
3•Krishnaswaroop•24m ago•0 comments

Show HN: I trained a 1B LLM from scratch for $315 and open-sourced weights+data

https://huggingface.co/AIIT-Threshold/Tessera-1B
2•Aiit-threshold•26m ago•0 comments

Show HN: Azure DevOps/GitHub TUI

https://github.com/Elpulgo/azdo/releases/tag/v0.7.1-beta
1•elpulgo•26m ago•0 comments

Context Graphs vs. Vector RAG vs. Raw Context

https://nanonets.com/blog/context-graphs-vs-vector-rag-vs-raw-context/
1•OceanBreez•26m ago•0 comments

Samsung to Charge Users $5 per Month for API Access – Ha Integration Affected

https://old.reddit.com/r/homeassistant/comments/1ug9897/samsung_to_charge_users_5_per_month_for_api/
1•edward•27m ago•0 comments

Wordgard – new rich-text editor by the creator of ProseMirror

https://marijnhaverbeke.nl/blog/wordgard-0.1.html
1•jarek-foksa•28m ago•0 comments

Google: The Court of Justice upholds fine of €4'100'000'000 [pdf]

https://curia.europa.eu/site/upload/docs/application/pdf/2026-07/cp260093en.pdf
1•dude250711•30m ago•0 comments

CloudsLinker: Move and sync files across 50 cloud services

https://app.cloudslinker.com/login
1•janandonly•32m ago•0 comments

Google loses fight over record $4.7B EU antitrust fine

https://www.cnbc.com/2026/07/02/alphabet-google-android-eu-antitrust-fine-4-1-billion-euro-appeal...
11•boshomi•34m ago•0 comments

Mailbox Suite for Individuals and Businesses

https://mailbox.org/en/
1•janandonly•36m ago•0 comments

The Harvard astronomer dubbed Trump's chief alien hunter

https://www.theguardian.com/world/2026/jul/01/trump-alien-hunter-avi-loeb
2•rbanffy•37m ago•0 comments

We Don't Have to Be This Bad at Improving Society

https://kasperjunge.com/blog/we-dont-have-to-be-this-bad-at-improving-society/
19•juunge•42m ago•13 comments

Zero Terminal

https://github.com/gitlawb/zero
1•handfuloflight•45m ago•0 comments

"Shouty"

https://notoneoffbritishisms.com/2026/07/01/shouty/
1•jjgreen•48m ago•0 comments

The First Nuclear Powered Website

https://nuclearwebsite.com/
2•mpweiher•49m ago•1 comments

Uruky – The Paid European Search Engine

https://robheghan.prose.sh/26_06_30_uruky
1•birdculture•49m ago•0 comments

Kim Dotcom Loses Court of Appeal Bid to Block Extradition to the U.S.

https://torrentfreak.com/kim-dotcom-loses-court-of-appeal-bid-to-block-extradition-to-the-u-s/
4•bushwart•50m ago•1 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