Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
this_machine
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
this_machine
2y ago
LGPL only stipulates that users have the freedom to link against their own version of the LGPL library you're using. You don't have to open source anything if you don't want to.
2.
▲
by
this_machine
2y ago
> QT needs a commercial license which is pretty expensive Are you sure about that? Most of Qt for desktop is licensed under LGPL or similarly permissive licenses that don't require you to open source your project or pay licensing
3.
▲
Toll-Free Bridging in Kotlin Native
(alexdelorenzo.dev)
1 points
by
this_machine
2y ago
|
0 comments
4.
▲
Toll-Free Bridging in Kotlin Native
(alexdelorenzo.dev)
3 points
by
this_machine
3y ago
|
0 comments
5.
▲
by
this_machine
3y ago
Not necessarily. A while ago, I found the need to stream directly from yt-dlp instead of downloading full videos[1]. You can have yt-dlp write to stdout and pipe that stream into your player of choice. [1] "Using Unix Pipes to Improve
6.
▲
by
this_machine
5y ago
> (not certain if grep is reading the pipe as it is output or waits for execution to complete first) Commands to the left of the pipe block upon writing to the pipe, and commands to the right of the pipe block upon reading. As somethin
7.
▲
by
this_machine
6y ago
I use youtube-dl to improve YouTube video playback on older Chromecasts[1]. [1] https://alexdelorenzo.dev/linux/2020/03/14/pipes
8.
▲
Show HN: Onhold – Play sounds while and after shell jobs complete
(github.com)
43 points
by
this_machine
6y ago
|
15 comments
9.
▲
NFS Authentication and Encryption via WireGuard
(alexdelorenzo.dev)
1 points
by
this_machine
6y ago
|
0 comments
10.
▲
by
this_machine
6y ago
> How would this work on macOS? Theoretically it should work if you're able to get D-Bus working on macOS. D-Bus is usually a Linux thing, but it's been ported to other platforms. macOS isn't included in the title becaus
11.
▲
by
this_machine
6y ago
While you have chromecast_mpris running, you can use an MPRIS client to issue the OpenUri method[1]. Here's an example: $ export URL="http://ccmixter.org/content/gmz/gmz_-_Parametaphoriquement.mp3&qu
12.
▲
by
this_machine
6y ago
I do something similar with chromecast_mpris. I have my media keys mapped to Plasma's Media Controller, which uses MPRIS in the background. Works well for me, and you don't have to wait for catt to launch and find your Chromecast
13.
▲
by
this_machine
6y ago
I opened a bug report[1] regarding this issue a few days ago if you'd like to leave a comment. [1] https://trac.videolan.org/vlc/ticket/25116
14.
▲
by
this_machine
6y ago
Thanks for your work on pychromecast, I've looked and it's the best supported library for working with Chromecasts out there. It was also pleasant to integrate into this project. Does the pychromecast project use semantic versioni
15.
▲
by
this_machine
6y ago
I liked this idea so I packaged 'ding' into something you can install[1]. [1] https://github.com/alexdelorenzo/onhold
16.
▲
Show HN: Control Chromecasts from Linux
(github.com)
222 points
by
this_machine
6y ago
|
71 comments
17.
▲
by
this_machine
6y ago
I've been wanting to run something like OpenFaaS on some low-powered machines of mine, so this looks pretty cool.
18.
▲
Show HN: Play music while and after shell jobs complete
(github.com)
5 points
by
this_machine
6y ago
|
0 comments