Not able to access the site on Firefox "Error Code: SSL_ERROR_INTERNAL_ERROR_ALERT"
A website for debloated open source alternatives
31–40 of 123 posts
Re: A website for debloated open source alternatives
#32Re: A website for debloated open source alternatives
#33Earlier quoted context omitted.
You don’t need to understand much of ffmpeg to build a media centre. Your requirements here are extremely simplified and there are hundreds of guides online on how to use it for very simple transcoding. But if you don’t want to use ffmpeg directly then use one of the many ffmpeg wrappers. Or a different lib entirely like gstreamer or VLC. Around 15 years ago I built a media centre for my car and the media playback pa…
Do you still maintain it?
Re: A website for debloated open source alternatives
#34Not able to access the site on Firefox "Error Code: SSL_ERROR_INTERNAL_ERROR_ALERT"
Re: A website for debloated open source alternatives
#35Earlier quoted context omitted.
I actually don't think it's worth noting. I think, if a particular code standard issue is really of value, it will be obvious. You will propose it and nobody will argue. I think the fact that code standards are contentious is proof they are extremely low value. Subtle effects are indistinguishable from superstition.
I think you’re underestimating how opinionated developers are. The fact that we are disagreeing on this point is great evidence that there isn’t an easy to define, proverbial line in the sand.
There is an easy to define line: there is no line. It's not a boundary where "over here is good code" and "over there, not" we just don't have a good idea of where the line is. No. There is absolutely no line.
Re: A website for debloated open source alternatives
#36Earlier quoted context omitted.
I think it's just a pretty consolidated space? Kind of like ebook management, which was dominated by Calibre for so many years (this changed recently). But unlike ebooks, media centre management is a fair bit more complex since it involves supporting many different media formats and many forms of acceleration or transcoding. So the big projects - Kodi for local media and Jellyfin for streaming - have a lot of inertia…
It’s not that difficult to be honest. VLC / ffmpeg can do most of the heavy lifting. And there’s no shortage of libraries for rendering in a UI. There used to be dozens of options to choose from. Multiple different XBMC forks. Multiples different Subsonic forks. Multiple different DNLA servers. Multitudes of web-based servers. CLI MP3 servers. Independent media centres for a variety of different consoles. Maybe that’…
Re: A website for debloated open source alternatives
#37Earlier quoted context omitted.
I actually don't think it's worth noting. I think, if a particular code standard issue is really of value, it will be obvious. You will propose it and nobody will argue. I think the fact that code standards are contentious is proof they are extremely low value. Subtle effects are indistinguishable from superstition.
I think the particular choice of coding standards is low value, but I think the consistency they bring has a lot of value, at least potentially. As a father of two boys myself, I know exactly where you're coming from. Like some adults, they'll argue over pointless details and miss the entire thrust of the discussion.
Re: A website for debloated open source alternatives
#38Earlier quoted context omitted.
It’s not that difficult to be honest. VLC / ffmpeg can do most of the heavy lifting. And there’s no shortage of libraries for rendering in a UI. There used to be dozens of options to choose from. Multiple different XBMC forks. Multiples different Subsonic forks. Multiple different DNLA servers. Multitudes of web-based servers. CLI MP3 servers. Independent media centres for a variety of different consoles. Maybe that’…
I think I understand how to use about 20 of the command line options for ffmpeg and the companion utilities like ffprobe. Which is to say; I understand about 0.5% of the total options they provide and am likely a world leading expert in it. I'm mostly joking -- as in, overstating how many of them I understand. Understanding ffmpeg borders on a specialization in itself. No big surprise that so many of the alternatives…
People that run these services don't want "dynamic stream quality selection".
Re: A website for debloated open source alternatives
#39Earlier quoted context omitted.
I think the particular choice of coding standards is low value, but I think the consistency they bring has a lot of value, at least potentially. As a father of two boys myself, I know exactly where you're coming from. Like some adults, they'll argue over pointless details and miss the entire thrust of the discussion.
No, to repeat what I said, I think "consistency" to a programmer is like "fairness" to a child: it's not what you think it is and it probably doesn't apply to whatever situation it's being invoked.
I guess I've never really worked on a project like that. I can imagine it would feel very messy and would make manual refactors difficult but might not be such a problem for AI?