Viewing profile — woudsma
woudsma
HN member- Joined
- Fri, Feb 03, 2017, 1:09 PM UTC
- HN karma
- 421
- Public activity
- 100 items
- HN profile
- View on Hacker News ↗
About woudsma
No profile information was provided.
Recent public activity
-
comment
Comment #46742105
I’m using whisper with superwhisper on my mac. I’ve assigned a key on my keyboard, when I press the key it starts listening and when I release it, the text gets copied to the curre…
- comment
-
comment
Comment #41014571
You could also take a look at PostGIS to do geospatial queries (if needed). And in the past I’ve used node-mapnik to render vector/image map tiles. You can indeed host and cache th…
-
comment
Comment #40197573
It seems similar to https://swarmlet.dev as well (I’m the author). I’ve since abandoned the project for different reasons. Currently I’m using Dokku, and have been using it for ~8 …
-
comment
Comment #39073776
I’m still using SoulseekQt
-
comment
Comment #38539435
'Copy clean link' in Brave doesn't (yet) seem to remove the `?si=` URL parameter though.
-
comment
Comment #38533297
I wish this was an episode in the ‘Rome’ (HBO - 2005) series. It’s a great watch nonetheless.
-
comment
Comment #37884924
Brave browser works quite well to block YouTube ads, I’ve used it for a couple of years now and it blocks ads from most sites pretty good.
-
comment
Comment #37708178
I feel the same. If I work 5 days I'd feel like I'm wasting so much time, when realistically I can do the same amount of work in 4 days. I'm working as a developer so it's also abo…
-
comment
Comment #37658453
At my previous job I worked on a digital campaign protesting the repeal of Net Neutrality[0]. It was a nice technical challenge to save (and render) those millions of leaflets. Mor…
-
comment
Comment #36681399
In JS, functions like filter/map/reduce can help when you try to write immutable code because you only work with the arguments, and return an output value. You don't have to define…
-
comment
Comment #36592806
I think it’s ok when students are forced to be bored by their tutors. I’ve taught bachelor students who spent the entire lecture on their phone. After the lecture they would seize …
-
comment
Comment #36588180
I can't imagine myself graduating high school if I had a smartphone back then. Those things are so addictive, they just keep on giving. When I was studying all you could play on yo…
-
comment
Comment #36372094
I used to be opposed to git GUI’s, but after a few years and working in larger codebases, I love the way they visualize everything. Especially when dealing with hundreds of branche…
-
comment
Comment #36125253
Only for 30 days for me. I want to disable shorts from my recommendations altogether.
-
comment
Comment #36086401
Sure, me and all my friends have PayPal (I’m based in the EU). It’s quite convenient as a payment method if you don’t want to use a credit card. Especially for international purcha…
-
comment
Comment #36044828
I’m not updating my music Macbook Pro anymore, I’m still on MacOS Catalina. VST’s break, (older) audio drivers stop working, etc. I spent too much time getting everything to work a…
-
comment
Comment #35639363
What's up with the presenters' audio? Either they all have a lisp, or something is not configured right. It sounds like they're saying 'Starschlip' instead of 'Starship'.
-
comment
Comment #35616637
I couldn’t believe my eyes when I saw a Starlink chain in the sky from my balcony in Amsterdam. We have a lot of light pollution so I was amazed to see it from the city.
-
comment
Comment #35529826
Near my previous job there was a park with similar tiling [0]. I'm not sure if the pattern qualifies as truly aperiodic(?) but it triggered my brain every day, I couldn't not look …
-
comment
Comment #35427152
Maybe fix WebXR first? iOS Safari still doesn't support it[0], so developing AR web apps for clients is not great. You basically have to use a service like 8thwall, which is a pain…
-
comment
Comment #35066072
Ideally I'd sync it with Ableton's clock. I'm using Ableton only for tempo and multitrack recording. Maybe this is achievable without the RPi being a MIDI device? Sending messages …
-
comment
Comment #35061666
I'm not sure if the GPU is powerful enough on the RPi, maybe something like a Jetson Nano could handle running ML models better.
-
comment
Comment #35056386
Very cool, I've ordered a Raspberry Pi touchscreen this weekend and it should arrive today. I want to make a MIDI sequencer with it, or at least play with the idea. I hope my old R…
-
comment
Comment #34835619
I usually create a folder containing src/index.js and public/index.html, then install react-scripts and add 'start' and 'build' scripts in my package.json. mkdir -p myproject/{publ…