Viewing profile — rg3
rg3
HN member- Joined
- Sun, Dec 07, 2008, 11:48 PM UTC
- HN karma
- 575
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About rg3
https://rg3.name/
Recent public activity
-
comment
Comment #45595284
Side comment: when I watch YouTube content on my iPad, I normally use the Brave browser instead of the app. It has a built-in ad blocker that works well on YouTube.
-
comment
Comment #25060803
Thanks, I've reported that to the current maintainers.
- story
-
comment
Comment #18832642
Note in C you can get the correct result if you use long doubles, which normally go to 80 bits[1]: printf("%Lf\n", 9999999999999999.0L - 9999999999999998.0L); In my x86_64 computer…
-
comment
Comment #11455455
Thanks for your kind words on behalf of the current team.[1] [1] http://rg3.name/201408141628.html
-
comment
Comment #11455208
Actually, the project started as far back as 2006 and moved to git in 2008, hence the first commit having that date. I don't remember the exact day I started the project, but on fr…
-
comment
Comment #11455165
youtube-dl -F VIDEO_URL will give you a list of formats in YouTube, that you can choose using the -f option. DASH streams contain only video or only audio normally.
-
comment
Comment #11455144
If your phone supports OGG and you're downloading from YouTube, you can download format 171 (-f 171) and change the container to OGG with ffmpeg. That way you won't lose any qualit…
-
comment
Comment #11455105
If your music player supports OGG, you can also use youtube-dl -f FORMAT VIDEO_URL and give a numeric format that corresponds to a DASH webm audio-only stream, with vorbis audio (e…
-
comment
Comment #11455013
As it was pointed out the first time youtube-dl was on Hacker News, our user base seems to be split regarding that behavior. When you copy a URL from a playlist, the URL includes b…
-
comment
Comment #8648796
Well, this is going to be more of a philosophical answer than a technical one: with the popularity of YouTube nowadays, which is available on every platform and allows for anyone, …
-
comment
Comment #8648712
The current team should have more information, but I think most updates are due to other sites breaking and new sites being added that due to YouTube or bug fixes. I don't think Yo…
-
comment
Comment #8648650
I agree. It's a consequence of the software being very volatile, having thousands of users and supporting so many sites. There's something to fix or to add every day.
-
comment
Comment #8648629
That was indeed the original purpose.
-
comment
Comment #8648591
Awesome! Not long ago I switched to mpv from mplayer. mpv being able to use youtube-dl without any glue script would be fantastic.
-
comment
Comment #8648451
I think it's a legitimate choice. Personally I'm not worried my work is being used that way, as long as the original project is available and works.
-
comment
Comment #8648436
It's very nice to see a project I started reach the front page of HN. I remember starting the project around 2006. Back then, I had a dial-up connection and it wasn't easy for me t…
-
comment
Comment #8185676
If you already have an Android phone, I guess the RedPhone app is the most convenient and cheap way to make encrypted voice calls. https://play.google.com/store/apps/details?id=org…
-
comment
Comment #7925918
Wow. I was still using it to monitor new releases of iotop. I think this is going to be shocking news for anyone who was running Linux or BSDs in the early 2000s.
-
comment
Comment #7536306
Totally agree. As things are currently, wouldn't it be best if the story link was to the actual original post? https://plus.google.com/+LennartPoetteringTheOneAndOnly/post...
-
comment
Comment #7281868
> It sets a bad precedent if government can dictate software features. I don't think there's anything wrong with the government dictating software features for the software they wa…
-
comment
Comment #6905253
I'm currently playing Dark Souls under Windows (I bought it during a Steam sale some days ago), and don't understand this. When the game launches it needs and account in "Games for…
- story
-
comment
Comment #6103596
I can't speak for the OP, but where I live in Spain it's not uncommon for a standard coffee to be about... €1.2 to €1.5.
-
comment
Comment #5961914
I really like the refactoring done here. Congratulations to the author. He did an excellent job, IMHO. There's one thing missing that I always wanted to have: put the contents of t…