Viewing profile — geekuillaume
geekuillaume
HN member- Joined
- Sun, Mar 31, 2013, 7:23 PM UTC
- HN karma
- 623
- Public activity
- 105 items
- HN profile
- View on Hacker News ↗
About geekuillaume
Recent public activity
-
comment
Comment #48847398
Agreed, I tried self-hosting it a couple of month ago and it was impossible. I spent the day on it but the setup process was broken because of a recent change which was made for th…
-
comment
Comment #48259538
WebSerial was just introduced in Firefox 151. It was already available for 5 years in Chromium based browser. It's so new in Firefox that even caniuse is not up-to-date: https://ca…
- story
-
comment
Comment #46694623
I also been using it for 5+ years, it's been really great! And Neamar, the creator, is a really nice guy who goes the extra mile to make sure it works great, doesn't need any permi…
- story
-
comment
Comment #37199537
The first image is a Rancilio Silvia espresso machine. If you like DIY, you can add your own PID with an ESP32 (wifi-enabled cheap microcontroler), a thermocouple (to measure the t…
-
comment
Comment #32896766
If you want to quickly deploy Matrix (and all the related goodies) on your server,I highly recommend https://github.com/spantaleev/matrix-docker-ansible-deploy . It's one of the be…
-
comment
Comment #31381758
Currently live: https://www.youtube.com/watch?v=VhyLh5sGRRI
-
comment
Comment #31028242
There are some projects like Snapcast[1] or SoundSync[2] (disclaimer: I'm the creator of Soundsync) to let multiple devices communicate together on the same network. The transmissi…
- story
-
comment
Comment #27603991
If you are interested by Hasura, don't care about the graphical interface and want more control over permissions, take a look at Postgraphile: https://www.graphile.org/postgraphile…
-
comment
Comment #27461460
Phoronix made a small article about this: https://www.phoronix.com/scan.php?page=news_item&px=DAMON-Pa...
-
comment
Comment #27128246
PhotoPrism ( https://github.com/photoprism/photoprism ) includes a TensorFlow model to tag pictures and search them.
- story
-
comment
Comment #25371180
HifiBerryOS is really nice. I used it for a couple of years (mainly for Spotify and Airplay) and I never had any problem with it. I need to create a PR to integrate my project Soun…
-
comment
Comment #25322500
I'm working on a game server handling websockets with mainly broadcast messages. I'm using nchan[1], a Nginx addon to handle websocket with a pub/sub pattern. It works really well,…
-
comment
Comment #25170117
I encountered this problem on my project Soundsync. It's controlled by a webpage that needs to connect to every Soundsync peer on the current local network. I couldn't use HTTP as …
-
comment
Comment #25045342
The latency is dynamically set from the max latency of each audio output (reported by the OS or the WebAudio context) plus 200ms. I haven't tweaked this yet to find the best possib…
-
comment
Comment #25045210
Hello everyone, I’m Guillaume, the creator of Soundsync. Soundsync is a software to synchronize every audio speaker in your home and listen to your music however you want. It’s com…
- story
-
comment
Comment #24686509
You can use Airplay to stream to Soundsync but there is not native Apple Music integration.
-
comment
Comment #24686153
You can use the Airplay output integration of Soundsync to send your music to your Sonos speakers. Soundsync keep track of each output latency and correct for it to keep all output…
-
comment
Comment #24685274
All the communication stack is based on WebRTC. I made this decision to centralize the command and audio communication methods and also to easily support web targets. For Gstreamer…
-
comment
Comment #24681390
Shameless plug: I'm building an alternative to Sonos focused on managing audio streams on your home network. It's a software and a controller webapp to broadcast synchronized audio…
-
comment
Comment #24640621
Adblock Radio does exactly that: https://github.com/adblockradio . They should get in contact with the creator!