frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: The current sky at your approximate location, as a CSS gradient

https://sky.dlazaro.ca
373•dlazaro•6h ago•79 comments

Long-term exposure to outdoor air pollution linked to increased risk of dementia

https://www.cam.ac.uk/research/news/long-term-exposure-to-outdoor-air-pollution-linked-to-increased-risk-of-dementia
184•hhs•7h ago•55 comments

MCP's Disregard for 40 Years of RPC Best Practices

https://julsimon.medium.com/why-mcps-disregard-for-40-years-of-rpc-best-practices-will-burn-enterprises-8ef85ce5bc9b
154•yodon•5h ago•76 comments

Simon Willison's Lethal Trifecta Talk at the Bay Area AI Security Meetup

https://simonwillison.net/2025/Aug/9/bay-area-ai/
157•vismit2000•5h ago•53 comments

Debian 13 "Trixie"

https://www.debian.org/News/2025/20250809
198•ducktective•2h ago•67 comments

A CT scanner reveals surprises inside the 386 processor's ceramic package

https://www.righto.com/2025/08/intel-386-package-ct-scan.html
74•robin_reala•3h ago•14 comments

OpenFreeMap survived 100k requests per second

https://blog.hyperknot.com/p/openfreemap-survived-100000-requests
265•hyperknot•6h ago•63 comments

Quickshell – building blocks for your desktop

https://quickshell.org/
181•abhinavk•4d ago•28 comments

The current state of LLM-driven development

http://blog.tolki.dev/posts/2025/08-07-llms/
41•Signez•4h ago•15 comments

ESP32 Bus Pirate 0.5 – A Hardware Hacking Tool That Speaks Every Protocol

https://github.com/geo-tp/ESP32-Bus-Pirate
65•geo-tp•5h ago•12 comments

Stanford to continue legacy admissions and withdraw from Cal Grants

https://www.forbes.com/sites/michaeltnietzel/2025/08/08/stanford-to-continue-legacy-admissions-and-withdraw-from-cal-grants/
97•hhs•7h ago•159 comments

ChatGPT Agent – EU Launch

https://help.openai.com/en/articles/11752874-chatgpt-agent
52•Topfi•4h ago•35 comments

Accessibility and the Agentic Web

https://tetralogical.com/blog/2025/08/08/accessibility-and-the-agentic-web/
14•edent•3h ago•5 comments

Testing Bitchat at the music festival

https://primal.net/saunter/testing-bitchat-at-the-music-festival
37•alexcos•3d ago•22 comments

The mystery of Alice in Wonderland syndrome

https://www.bbc.com/future/article/20230313-the-mystery-of-alice-in-wonderland-syndrome
11•amichail•3d ago•5 comments

Isle FPGA Computer: creating a simple, open, modern computer

https://projectf.io/isle/fpga-computer.html
9•pabs3•3d ago•0 comments

Jan – Ollama alternative with local UI

https://github.com/menloresearch/jan
148•maxloh•10h ago•65 comments

Ratfactor's Illustrated Guide to Folding Fitted Sheets

https://ratfactor.com/cards/fitted-sheets
93•zdw•8h ago•13 comments

Knuth on ChatGPT (2023)

https://cs.stanford.edu/~knuth/chatGPT20.txt
90•b-man•3h ago•29 comments

End-User Programmable AI

https://queue.acm.org/detail.cfm?id=3746223
25•tosh•4h ago•1 comments

Cordoomceps – replacing an Amiga's brain with Doom

https://mjg59.dreamwidth.org/73001.html
25•naves•4d ago•4 comments

Ch.at – a lightweight LLM chat service accessible through HTTP, SSH, DNS and API

https://ch.at/
5•ownlife•1h ago•1 comments

I want everything local – Building my offline AI workspace

https://instavm.io/blog/building-my-offline-ai-workspace
976•mkagenius•1d ago•261 comments

The dead need right to delete their data so they can't be AI-ified, lawyer says

https://www.theregister.com/2025/08/09/dead_need_ai_data_delete_right/
137•rntn•6h ago•94 comments

Car has more than 1.2M km on it – and it's still going strong

https://www.cbc.ca/news/canada/nova-scotia/1985-toyota-tercel-high-mileage-1.7597168
164•Sgt_Apone•3d ago•213 comments

Sandstorm- self-hostable web productivity suite

https://sandstorm.org/
142•nalinidash•14h ago•28 comments

Mexico to US livestock trade halted due to screwworm spread

https://www.usda.gov/about-usda/news/press-releases/2025/07/09/secretary-rollins-takes-decisive-action-and-shuts-down-us-southern-border-ports-livestock-trade-due
214•burnt-resistor•5h ago•169 comments

Physical Media Is Cool Again. Streaming Services Have Themselves to Blame

https://www.rollingstone.com/culture/culture-features/physical-media-collectors-trend-viral-streamers-1235387314/
18•coloneltcb•1h ago•8 comments

How AI is upending the software development industry

https://www.reuters.com/lifestyle/bootcamp-bust-how-ai-is-upending-software-development-industry-2025-08-09/
5•wglb•2h ago•0 comments

Residents cheer as Tucson rejects data center campus

https://www.datacenterdynamics.com/en/news/residents-cheer-as-tucson-rejects-amazons-massive-project-blue-data-center-campus-in-arizona/
36•01-_-•2h ago•18 comments
Open in hackernews

ESP32 Bus Pirate 0.5 – A Hardware Hacking Tool That Speaks Every Protocol

https://github.com/geo-tp/ESP32-Bus-Pirate
63•geo-tp•5h ago

Comments

geo-tp•5h ago
ESP32 Bus Pirate is an open-source firmware that turns your device into a multi-protocol hacker's tool, inspired by the legendary Bus Pirate.

It supports sniffing, sending, scripting, and interacting with various digital protocols (I2C, UART, 1-Wire, SPI, etc.) via a serial terminal or web-based CLI.

Modes for:

- HiZ (default) - I2C (scan, glitch, slave mode, dump) - SPI (flash, sdcard, slave mode) - UART / Half-Duplex UART (bridge, read, write) - 1-WIRE (ibutton, temp sensor) - 2WIRE (smartcard) / 3WIRE (eeprom) - DIO (Digital I/O, read, pullup, set) - Infrared (device-b-gone, send and receive) - USB (HID, mouse, keyboard, gamepad, storage) - Bluetooth (BLE HID, scan, spoofing, sniffing) - Wi-Fi (scan, AP, connect, sniff, deauth) - JTAG (scan pinout, SWD) - LED control (animations, set LEDs) - I2S - CAN

https://github.com/geo-tp/ESP32-Bus-Pirate

konraditurbe•4h ago
bought a t embed cc1101 and stickc2 plus boards to try out your project, arrives in a couple days!
geo-tp•1h ago
That's nice, give me some feedback what you thought once you've used it
yjftsjthsd-h•1h ago
Hm, maybe this will finally let me network my IR-controlled AC units. There are a bunch of ESP/IR projects, but for some reason I haven't gotten them to work (pretty sure it's a problem with my hand-assembled hardware, in fairness)
roger_•1h ago
ESPHome is good for that.
nullc•1h ago
It can be informative to drop an oscilloscope probe on the transmitter.

I recently found a remote that doesn't to the 30kHz modulation-- good luck to me controlling that with anything.

geo-tp•1h ago
The firmware supports about 83 IR protocols, but even with that, it's not mandatory that it works with all existing devices.
yjftsjthsd-h•1h ago
If it can run at the right speed or frequency or whatever, I'm perfectly happy for it to work purely by recording and replaying signals that I give it with my remote.
geo-tp•1h ago
https://github.com/probonopd/irdb

See here for a very large database of IR signals that works with the firmware.

lostlogin•54m ago
What is it about AC that makes it impossible to control?

I live in New Zealand where we pretend that it’s never particularly cold or particularly hot. This might be a factor in how sloppy all the installs seem to be.

jnurmine•1h ago
No I3C though :)
geo-tp•1h ago
Fork it and implement it then