mox

@mox@lemmy.sdf.org

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Handbrake queue picks wrong file?

I am not sure if anyone’s experiencing this. I’m using Handbrake from a flatpak. I am recoding a whole TV show’s season. So, episodes from S01E01 to E15. In the Handbrake app and queue, it really picked the 15 of them. However, when I start to process the queue…It starts by encoding ep 15? At least S01E15 the file it...

mox,

A tip that might help: For audio and subtitles, try using Track Selection settings instead of Track List settings, and once you have all your choices selected, save them as a preset. Then when queuing episodes, choose that preset.

Also, consider doing a test run on part of a single episode before queuing up a batch. (Choose a time range of just a minute, for example.) That way you can check the result quickly, and adjust if necessary, before committing to the whole job.

Finally, I recommend using Add To Queue for each episode, then Start once they’re all queued.

mox,

On the other hand, a person who would root a game console or TV is also likely to be the sort of person who would opt out of smart TV updates.

mox, (edited )

I’m just pointing out some specifics of the prerequisites,

Yes, that’s fair.

which the article did a pretty bad job of highlighting imo, and how this is not the miraculous solution it’s somewhat touted to be.

It would also be fair to acknowledge that hackaday is not touting miracles, but simply knows their audience. One would have to be very new to hardware hacks like this to be unaware that preconditions almost always exist. Older firmware is one of the most common preconditions.

Do companies store facial and voice recognition data from the thousands of hours of zoom/teams calls that their employees use?

I heard a person call into a show the other day, voice only, and talk about some poor working conditions at a factory. Made me think about how it would probably be so easy for nefarious bosses to be able to identify that person through voice recognition SW with all of the data that comes from us looking directly into cameras and...

mox,

In general, if something is possible to exploit, some companies will exploit it.

Figuring out which ones do can be difficult-to-impossible, since that information is not usually available to the public, or in many cases even to most employees. Unless a whistleblower steps forward, the best we can do is guess, and take whatever precautions we feel are worthwhile.

Maybe I'm just new, but I just realized you can Ctrl-select or Ctrl-dblclick individual, separate pieces of text and copy them to the clipboard in one operation.

I have no idea how long this has been a thing, and maybe every clipboard works that way, not just Plasma, and I never realized it. It also lets you do things like Rt-click on it and do the regular operations like Search in Firefox. Spaces aren’t preserved unless you specifically select them but search engines seem to be able...

mox,

Are you talking about selecting multiple unconnected sections of text, so that they are highlighted at the same time? I think that’s a Firefox feature.

Or are you talking about selecting something and then something else, so that only the last thing is highlighted, and finding both selections listed as separate items in KDE’s clipboard manager?

mox,

Why is anything from Fox News allowed here?

mox,

There have already been reports of people being banned and finding their posts restored in response to their attempts to delete them.

mox,

Somebody please fire those legislators.

And prosecute them for reckless endangerment and spreading infectious disease.

mox,

The open-source licenses that I’ve used don’t require surrendering copyright.

mox,

doesn’t look like FOSS, just open source.

Open-source software is FOSS by definition. Did you mean source-available?

mox, (edited )

I was replying to this exchange:

Could mean FOSS but they keep the trademark.

Sure, but that’s unlikely, given the wording. “Owner of the software” is fairly clear

The article’s text said, “Winamp will remain the owner of the software”. That does not, in fact, preclude giving it a FOSS license, nor does retaining a related trademark. GP was correct. They can make it FOSS and keep the trademark and copyright. I don’t see any reason to think it unlikely.

The creator doesn’t “surrender” their copyright, but someone can fork it and then have ownership of their version

Forking someone’s copyrighted work does not change ownership of the rights in any jurisdiction that I know of. If you meant “ownership” in a difference sense, like maybe control over a derivative project’s direction, then I think choosing a different word would have made your meaning more clear.

mox, (edited )

And FOSS is an umbrella term encompassing both Free software and Open-Source software.

I’m glad to see people taking interest in the meanings behind these terms. We all benefit from understanding them better.

mox,

Doesn’t FOSS refer to software this is both free and open source?

Not exclusively, no. It’s an umbrella term.

en.wikipedia.org/wiki/FOSS

mox,

Indeed. I clicked reply before your edit. Here is the key part of the quote you selected:

FOSS is an inclusive umbrella term for free software and open-source software.

That means Free software qualifies and FOSS, and Open-Source software qualifies as FOSS. It’s a broader category, not a narrower one.

mox, (edited )

I’ve been thinking of OSS and source available as interchangeable.

Nope; they are distinct terms. Source-available is just a general way of saying that the source code can be (legally) acquired. It doesn’t meet the standards of open-source software (OSS) or Free Software, both of which guarantee certain rights and freedoms, such as permission to make and redistribute changes to the source code.

opensource.org/osd

www.gnu.org/philosophy/free-sw.en.html#fs-definit…

It’s understandable that it might be confusing, though, since some people use the terms casually without understanding that they have specific meanings, and since both phrases use English words that could be interpreted to mean something else. (For example, “free software” doesn’t mean software whose price is zero, and “open-source software” doesn’t mean software whose source code is published in the open.)

Edit to add: Like many English words, the context in which they are used affects their meaning. The field of software is such a context.

But now it kind of seems to me that free software is interchangeable with open source software. Is it just a matter of branding?

The two overlap, but are not exactly the same. The umbrella term FOSS evolved to encompass both, because there is so much overlap between them that having such a term is often useful.

mox,

Inclusive umbrella term. It means the software has to be both free and open source.

You are mistaken, but I won’t argue about it.

mox,

The Free Software Foundation can make whatever definitions they want, but they don’t supersede regular English.

www.merriam-webster.com/dictionary/term of art

mox, (edited )

I’m no economist, either, but I imagine widespread layoffs and the AI boom both contribute.

mox,

Most of what comes to mind has already been said by others, but I want to add one thing…

the overall code seems so convoluted to me that I don’t even know where to start to analyze a solution, even though if it’d probably take ten lines to implement.

One of the most important things to understand about software development is that (outside of small hobby projects) the vast majority of the work is not writing code. Most of the hours will be spent on a combination of other tasks, including:

  • Understanding the desired behavior
  • Understanding what has been tried before
  • Understanding what has and hasn’t worked well in past attempts
  • Considering unexpected ways in which the software might legitimately be used
  • Imagining needs that might emerge in the future
  • Imagining problems/circumstances that might emerge in the future
  • Devising a solution that you think will work well
  • Predicting limitations of your design
  • Communicating the reasons and goals behind your design choices
  • Listening to feedback from others, and understanding it
  • Collaborating with others to find common ground
  • Conducting research to prove your assumptions or answer open questions
  • Learning the ins and outs of surrounding code that is only tangentially related to yours
  • Learning unfamiliar tools
  • Learning unfamiliar languages
  • Learning unfamiliar algorithms and data structures
  • Revising your design
  • Coming up with succinct and clear names for things
  • Testing your implementation (making sure it works now)
  • Devising and writing automated tests for your implementation (making sure it will keep working when someone else changes something)
  • Composing comments to explain why non-obvious things are done a certain way
  • Reformatting your code to fit the style of the project
  • Writing documentation, and rewriting it
  • Answering questions
  • Waiting for others to get back to you

The time and effort required for all of this multiplies when modifying an existing codebase, and multiplies again when most of that code was written by other people. Shepherding a contribution from idea to final merge often requires not only technical skill, but also study, diplomacy, empathy, and immense patience.

But I have no reference for how long a feature should take to implement in someone else’s code for the average Joe who does this for a living.

It varies quite a lot. I have had dozen-line changes take months, and thousand-line changes take a day or two. Just know that if it’s taking much longer than you expected, that is completely normal. :)

mox, (edited )

GOG has the benefit of being completely DRM-free and not requiring their application to download, install, or run games. (They have a storefront app, but you can also buy games and download stand-alone installers with a web browser.)

Steam has the benefit of contributing a lot to gaming on Linux, to the point where ditching Windows is now very much viable in most cases. (Games with certain specific anti-cheat systems are the main exception.)

I’m happy to spend money with either of them, for different reasons.

mox,

It looks pretty cool, but I don’t buy Denuvo games. I wonder if they’ll publish a version without it.

North Carolina bill to curb mask-wearing in protests could make it illegal for medical reasons too (apnews.com)

People wearing a mask during protests in North Carolina could face extra penalties if arrested, under proposed legislation that critics say could make it illegal to wear a mask in public as a way to protect against COVID-19 or for other health reasons....

mox,

Whatever the real motivations might be, this is deeply irresponsible. I hope it turns out to violate the state constitution or some similarly strong law, and gets rejected.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • magazineikmin
  • cubers
  • InstantRegret
  • cisconetworking
  • Youngstown
  • vwfavf
  • slotface
  • Durango
  • rosin
  • everett
  • kavyap
  • DreamBathrooms
  • provamag3
  • mdbf
  • khanakhh
  • modclub
  • tester
  • ethstaker
  • osvaldo12
  • GTA5RPClips
  • ngwrru68w68
  • Leos
  • anitta
  • tacticalgear
  • normalnudes
  • JUstTest
  • All magazines