Feed aggregator
Show HN: DashPack – Turn a car window switch into a family‑friendly soundboard
Here is the hacked together *DashPack*, a tiny CAN‑bus interface that listens for the window‑up switch in my 2018 Porsche Macan and plays movie quotes through the car’s AUX input. It gives passengers (especially kids) something fun to do that doesn’t involve touching any “unsafe while driving” controls.
---
### Why?
* The only controls reachable by back‑seat passengers that don’t affect driving are the seat and window switches. * A single, familiar control with two modes:
* **Short press** – triggers a *random* clip (e.g. a “pew‑pew” laser sound). * **Auto‑up hold** – triggers a *known* clip (e.g. Spaceballs: “Thank you for pushing the self‑destruct button”). * Adds a bit of shared, in‑car comedy without screens or Bluetooth headaches.
---
### How it works
1. *Hardware*
* Raspberry Pi (or any Linux box with `socketcan`) * USB‑to‑CAN adapter (I used an InnoMaker USB2CAN) * 3.5 mm audio out → car’s AUX jack (I used a cheap 2.4 GHz TX/RX pair to hide the Pi in the cargo area) 2. *Wiring (Macan 2018)*
* Comfort CAN at the gateway under the rear bench * Pin 5 = CAN‑L * Pin 15 = CAN‑H * Posi‑tap, run two wires through the stock conduit, DONE. 3. *Software*
* Python (`python‑can`, `pygame`, `playsound`) * Reads CAN ID 0x3D0 and decodes the *window‑up* bits * Picks a WAV/MP3 from `sounds/`, launches `mplayer` * Autostarts via a `.desktop` file so it survives key‑off/on cycles 4. *Testing*
```bash # virtual CAN sudo modprobe vcan sudo ip link add vcan0 type vcan sudo ip link set up vcan0 # simulate a window‑up frame every second cangen vcan0 -I 3d0 -D 0000140085 -g 1000 ``` ---
### Caveats
* *Vehicle‑specific:* Only confirmed on a 2018 Macan Base. Other Porsches → new CAN IDs & pins. * *Hackish:* No guarantees, warranty, or safety claims. Tap the wrong wires at your own risk. * *Audio:* I avoided Bluetooth on purpose; AUX + analog TX/RX has 0 pairing issues and \~0 latency.
---
### Repo / Docs / Pics
[https://github.com/your‑user/dashpack](https://github.com/your‑user/dashpack) – full wiring photos, CAN logs, and a list of quote clips in `sounds/`.
---
### What’s next?
* Hooking HVAC and seat‑vent messages for more “passenger superpowers” * Car‑agnostic bus sniffing to auto‑learn switchgear IDs * Maybe an “Arduino‑only” build so folks don’t need a Pi
---
I’d love feedback on:
* Better ways to detect switch events across different Porsche models * Safer/cleaner CAN tap ideas * Creative sound clip suggestions (short lines that always get a laugh)
Comments URL: https://news.ycombinator.com/item?id=43920271
Points: 1
# Comments: 0
Valve has requested that we do not distribute Classic Offensive
Article URL: https://classic-offensive.net/#/timeline?event=tos
Comments URL: https://news.ycombinator.com/item?id=43920262
Points: 4
# Comments: 1
Today's NYT Connections: Sports Edition Hints and Answers for May 8, #227
OpenAI and the FDA Are Holding Talks About Using AI in Drug Evaluation
Article URL: https://www.wired.com/story/openai-fda-doge-ai-drug-evaluation/
Comments URL: https://news.ycombinator.com/item?id=43920260
Points: 2
# Comments: 0
Oura Adds Two New AI Features That Track Your Meals and Glucose Intake
Can a simple AI prompt compete with commercial SAST tools?
Article URL: https://www.npmjs.com/package/open-sast-ai
Comments URL: https://news.ycombinator.com/item?id=43920255
Points: 1
# Comments: 0
Get me some spotlight on applying as a solo founder in YC, give me tips
I'd like your tips and support !
Comments URL: https://news.ycombinator.com/item?id=43920226
Points: 1
# Comments: 0
EU chiefs use controversial Signal app but will not reveal what is said
Article URL: https://brusselssignal.eu/2025/04/eu-chiefs-use-controversial-signal-app-but-will-not-reveal-what-is-said/
Comments URL: https://news.ycombinator.com/item?id=43920223
Points: 5
# Comments: 1
Show HN: I built a free, local, open-source alternative to lovable
Hi HN -
I'm excited to share a free, local, open-source AI app builder that I created. You can see what it looks like and download it here: https://dyad.sh/
It's open-source and on GitHub: https://github.com/dyad-sh/dyad
If you've used one of the popular AI app builders like lovable, v0 and bolt, but want something more flexible and without the lock-in, I think you'll like dyad.
Here's a few things that makes it different:
- Runs locally - Dyad runs entirely on your computer, making it fast and frictionless. Because your code lives locally, you can easily switch back and forth between Dyad and your IDE like Cursor, etc.
- Run local models - I've just added Ollama integration (https://www.dyad.sh/docs/guides/ai-models/local-models), which lets you build with your favorite local LLMs.
- Free - Dyad is free and bring-your-own API key. This means you can use your free Gemini API key and get 25 free messages/day with Gemini Pro 2.5!
Note: dyad isn't an IDE (and not another VS code fork :) and instead is focused on people, esp. non-coders, who want an all-in-one tool to build+preview web apps in a simple intuitive desktop UI.
I’d love any feedback. Thanks!
Comments URL: https://news.ycombinator.com/item?id=43920222
Points: 1
# Comments: 0
5 Chromecast features you're not using enough on your TV (including a smart home hack)
Today's Wordle Hints, Answer and Help for May 8, #1419
Today's NYT Connections Hints, Answers and Help for May 8, #697
Today's NYT Strands Hints, Answers and Help for May 8, #431
VMware Perpetual License Holders Receive Cease-And-Desist Letters From Broadcom
GenAI Traffic Share Update
Article URL: https://twitter.com/Similarweb/status/1920026287625658628
Comments URL: https://news.ycombinator.com/item?id=43919908
Points: 1
# Comments: 0
New Gnome Executive Director Named: Steven Deobald
Article URL: https://www.phoronix.com/news/GNOME-Executive-Steven-Deobald
Comments URL: https://news.ycombinator.com/item?id=43919887
Points: 1
# Comments: 0
Mac Themes Garden
Article URL: https://damien.zone/introducing-mac-themes-garden/
Comments URL: https://news.ycombinator.com/item?id=43919868
Points: 1
# Comments: 0
Proposal: Add bare metal support to Go
Article URL: https://github.com/golang/go/issues/73608
Comments URL: https://news.ycombinator.com/item?id=43919862
Points: 2
# Comments: 0
Show HN: Genwheel.ai – See Gen Z, Millennials, Boomers react to your question
Article URL: https://www.genwheel.ai/
Comments URL: https://news.ycombinator.com/item?id=43919861
Points: 1
# Comments: 0