frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Stolen Buttons

https://anatolyzenkov.com/stolen-buttons
415•Gecko4072•5d ago•95 comments

Android May Soon Restrict On-Device ADB

https://kitsumed.github.io/blog/posts/android-may-soon-restrict-on-device-adb/
798•shscs911•13h ago•380 comments

Open-weight AI is having its Kubernetes moment

https://tobi.knaup.me/2026-07-25-open-weight-ai-is-having-its-kubernetes-moment/
230•tknaup•6h ago•165 comments

Show HN: I made some transistor animations

https://brandonli.net/semisim/animations
53•stunningllama•1d ago•5 comments

Producing ammonia and fertiliser using wind power in Morris, Minnesota

https://ammoniaenergy.org/articles/flexible-renewable-ammonia-demonstrator-now-operational-in-min...
39•gritzko•1h ago•14 comments

Show HN: Proxmox -> Share your host's Bluetooth with a VM over the network

https://github.com/lucid-fabrics/proxmox-bluetooth
21•wmehanna•1h ago•6 comments

Bitchat is now on Radicle

https://radicle.network/nodes/rosa.radicle.network/rad%3Az2v9tRJz1oknFAqCSY5W5c76nVvm6
165•h1watt•7h ago•100 comments

Show HN: Brolly, a plain-text weather forecast site

https://brolly.sh/forecast/RWFP2qW8
46•jsax•3h ago•10 comments

Bringing PyTorch Monarch to AMD GPUs

https://pytorch.org/blog/bringing-pytorch-monarch-to-amd-gpus-single-controller-distributed-train...
44•gmays•4h ago•6 comments

How My Images Are Dithered

https://dead.garden/blog/how-my-images-are-dithered.html
186•surprisetalk•3d ago•67 comments

Zero roadkill as Amazon canopy bridges secure 15,000 crossings

https://news.mongabay.com/2026/07/zero-roadkill-as-amazon-canopy-bridges-secure-15000-crossings/
197•hn_acker•3d ago•60 comments

The growing vigilante movement to knock out Flock surveillance cameras

https://www.theguardian.com/us-news/ng-interactive/2026/jul/25/flock-surveillance-cameras
67•bookofjoe•1h ago•12 comments

Memory Safety Absolutists

https://itsallaboutthebit.com/memory-safety-absolutists/
13•drogus•2h ago•0 comments

The Fedora 45 Sausage Factory

https://supakeen.com/weblog/the-fedora-45-sausage-factory/
115•6581•9h ago•34 comments

Building a Tiny 3D Renderer for a Tiny Handheld

https://saffroncr.itch.io/katavatis/devlog/1534514/building-a-tiny-3d-renderer-for-a-tiny-handheld
209•g0xA52A2A•3d ago•16 comments

The Dark Night of Mathematics

https://kirwinhampshire.substack.com/p/the-dark-night-of-mathematics
99•rmdmphilosopher•4h ago•89 comments

Tile's security is so bad it's a feature for stalkers

https://blog.adafruit.com/2026/03/05/tiles-security-is-so-bad-its-a-feature-for-stalkers/
82•sambellll•2h ago•24 comments

Spatial languages: Writing code in 2D

https://shukla.io/blog/2026-07/cccx.html
85•BinRoo•3d ago•32 comments

Pkgxray – inspect what gets installed, not what executes

https://github.com/adamsjack711-ux/pkgxray
5•jadamsl•3d ago•0 comments

GDID Windows – Cut the tracker that follows you even under VPN

https://korben.info/en/gdid-windows-cut-tracker-vpn.html
75•rfarley04•4d ago•57 comments

Rauno's Field Notes #2

https://rauno.me/notes/2
18•acmnrs•4h ago•1 comments

My web version of Mars MIPS, now has built-in C compiler

https://webmars.nfiles.top/
27•nenepbl•7h ago•6 comments

Kyber (YC W23) Is Hiring a Head of Engineering

https://www.ycombinator.com/companies/kyber/jobs/FGmI8mx-head-of-engineering
1•asontha•8h ago

The Silurian Hypothesis (2020)

https://www.theparisreview.org/blog/2020/01/23/the-silurian-hypothesis/
47•andsoitis•7h ago•85 comments

MouthPad: A Tongue-Controlled Touchpad

https://www.augmental.tech/
146•ZaninAndrea•12h ago•28 comments

NYC Apartment Aquaponics

https://erinmurphy.dev/projects/project-2/
176•mm1119•5d ago•74 comments

Charles Ross spent 50 yrs building Star Axis naked-eye observatory in New Mexico

https://www.nytimes.com/2026/07/22/arts/design/charles-ross-star-axis-land-art.html
91•ChrisArchitect•2d ago•20 comments

Engineering management after the cost of code collapsed

https://karimjedda.com/engineering-management-after-cost-of-code-collapse/
79•kiyanwang•5h ago•126 comments

Scanwheel is a drum style mechanical television you can build yourself

https://github.com/AncientJames/Scanwheel/
50•tobr•6h ago•12 comments

Task-centered iproute2 user guide

https://baturin.org/docs/iproute2/
26•greengreengrass•6h ago•3 comments
Open in hackernews

Show HN: Proxmox -> Share your host's Bluetooth with a VM over the network

https://github.com/lucid-fabrics/proxmox-bluetooth
21•wmehanna•1h ago

Comments

wmehanna•1h ago
Hi HN, I built this after hitting a wall with Bluetooth passthrough on Proxmox: Intel's onboard Bluetooth/WiFi combo chips (BE200, AX210, AX211, and others) are built so only the machine that boots them can drive them. Hand the chip to a VM via USB passthrough and it wipes its own firmware, no setting fixes it. It's how the hardware works. Also flaky on gaming distros like ChimeraOS/Bazzite even with add-on dongles :-/

Instead of fighting passthrough, this keeps the adapter on the Proxmox host, let's share it into the VM over the local network via BlueZ. 2 simple commands: run the installer on the host, run it again inside the VM pointing at the host's IP. The VM sees a normal Bluetooth adapter and pairs like usual. Both sides auto-reconnect on reboot.

Works for game controllers in a gaming VM, Home Assistant BLE sensors, headphones, anything that expects a normal adapter.

I would be happy to answer questions about the approach.

zbentley•34m ago
Don’t download this. It’s a curl | bash installer for a binary whose sources appear to just … be the popular FOSS bluez tool, which it downloads and builds, and whose binaries are checked into the repo. But it could just as easily be malware.

Assuming that this repo is well intentioned, this should have been a blog post on how to install bluez for your platform and use its proxy tool, with some shell one liners provided to make that easy. Not a curl | bash installer for something totally opaque, which turns out to be another project’s software basically renamed into this repo.

This is not the way. Also potentially a license or trademark/name issue.

j45•21m ago
What's valuable is someone figured out and shared one way of doing it, their way, and I don't think it was asserted that it was the best or the only way.

Lots of folks use community scripts, or use them as inspirations to build their own.

zbentley•18m ago
A community script is fine. A community script which redistributes opaque binaries that are actually renamed builds of an unrelated project with an incompatible license via curl | bash is not.

At best it indicates a lack of awareness of package managers’ value and convenience (and probably distributes binaries that only work on the owner’s distro to boot). At worst it encourages dangerous install practices and/or distributes malware.

A blog post (“here is how you install bluez and run a couple of systemd units that pipe Bluetooth to your VM”) is both more useful for users whose setup differs from the author, less sketchy license- and malware-wise, and more educational. If you want a prepackaged bash tool that automates that too, go nuts. Just don’t vend other people’s software in curl | bash binaries in your repo.

ivanjermakov•3m ago
> But it could just as easily be malware

Everything that can be downloaded could easily be malware. No users verify binaries/compile from line-by-line verified source.

It's always about trust in author and distributor. Curl | bash or AUR or build from source - matters very little.

poisonborz•10m ago
Or just buy a $15 dongle instead of the crap interference-laden onboard BT and have problem-free USB passtrough as well.