privacyguides

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

rockSlayer, in AI facial recognition scanned millions of driver licences. Then an innocent man got locked up

AI shouldn’t be anywhere near law enforcement. Including automated patrol software.

EatYouWell,

It’s not AI, though. They’re just using buzzwords, because what they described is functionally no different from AFIS. It’s just a poorly written algorithm.

rockSlayer,

I’m aware, but unfortunately I’m not big enough in the tech industry to create differentiating terms. AI is an extremely broad term ranging from literal if-else statements to LLMs and generative AI. Unfortunately the specifics usually get buried in the term

MindSkipperBro12,

Don’t be scared of the inevitable

kurcatovium, in What's an easy way to remove metadata from a .mp4 file? [Windows 10]

I would probably use something like Musicbrainz Pickard or some more feature rich player like Foobar2000.

LinkOpensChest_wav,

Haven’t heard of either one of these, thanks! Musicbrainz Pickard looks pretty intuitive based on the screenshots, and I like that it’s also available for Linux. I’ll try that one first.

kurcatovium,

Yeah, I use it on linux too. I’d substitute Foobar for Strawberry player on linux for playbacl and tags editing.

MiddledAgedGuy,

My two cents is that it’s a bit unintuitive, but ymmv. It’s not overly difficult though, and a great piece of software. So do try!

LinkOpensChest_wav,

I just used it. It was easy enough to edit/remove metadata, which is all I want to do for now. It reminds me a bit of a Windows 95 era app, which is the time period when I became acclimated to Windows software.

Anyway, it took just a few seconds to do what I want to do. I’m still quite baffled why removing/editing metadata in a mp4 is unsupported in Windows. It seems like such a basic thing.

MiddledAgedGuy,

Glad it worked out!

Warning: soapbox. I feel like Windows is commonly considered to be user friendly. It may be easy enough to use, but I find it’s quite user hostile.

LinkOpensChest_wav, (edited )

I finally got around to trying it, and I’ve realized that the “open with” option is absent from the right-click menu for some reason. I’m trying to find out why, but so far no luck. I checked the registry key, and it’s intact and should be giving me the option. I hate Windows.

Edit: So after a lot of searching, I discovered that I must have had Notepad++ set up wrong, because I found a registry entry from Notepad++ in HKEY_CLASSES_ROOT \ .bat

I didn’t want to just delete the value, so I ended up uninstalling Notepad++ from my PC entirely, and the “open with” option returned, and the registry entry disappeared. Notepad++ is a popular app, so I feel like a lot of the people I found by searching who have the same problem might have this app installed with the registry entry to remove “open with” from the .bat file extension specifically. I knew something was up because I tested other files on my PC, and “open with” was still there. So frustrating, but your solution works now! Thanks!

LinkOpensChest_wav,

I totally agree with you about Windows. Even Microsoft’s forums are generally unhelpful if you don’t want to use their OS they way they think you should use it. I’m gradually switching to Linux and will not be using Windows 11. Whatever minor conveniences I may miss out on are worth moving to an OS built with users in mind and with a friendly community of people who are actually helpful.

MiddledAgedGuy,

Yeah, I have to use Microsoft products for work and I’ve stumbled across their forums for issues before. I don’t think it’s ever once been helpful. Solutions on Linux forums are hit and miss, but still much better.

Welcome to the Linux community!

LinkOpensChest_wav,

Thank you!

ebits21, in Google abandons “Web Environment Integrity”
@ebits21@lemmy.ca avatar

GOOD.

Nawor3565, in What's an easy way to remove metadata from a .mp4 file? [Windows 10]

Use FFmpeg. You can copy only the audio and video channels (and subtitles) without anything else using a command like:

ffmpeg -i INPUT.mp4 -map_metadata -1 -c:v copy -c:a copy -c:s copy OUTPUT.mp4

LinkOpensChest_wav,

I’ve downloaded FFmepg in the past, but I’m too dull and non-techy to understand it. I’m bound to royally fuck up anything in command prompt. Is there a setting I can use in Windows to allow me to remove the metadata by right clicking like I can with documents or images?

Nawor3565,

You can try installing Handbrake, it’s basically a user interface to make using FFmpeg easier. As far as removing all the metadata with a click, I’m not aware of anything that does that.

Honestly though, I think this is a simple enough case that you could figure it out even if you’re non-techy. The basic steps would be:

  • make a folder somewhere to keep everything in one place
  • download FFmpeg from here (this is one of the official Windows builds)
  • extract the 7z file you downloaded, there’s a folder inside called “bin” and inside of that should be three .exe files, one of which is just named “ffmpeg.exe”. Put that .exe into the folder you made earlier
  • open Notepad, copy/paste the command from my first comment into Notepad, and save it as something like “remove_metadata.bat” to your folder from earlier. In the window where you choose where to save the file, make sure you choose the file type “all files” from the drop down in order to save it as a .bat.

After setting it up, you can just put any .mp4 into the same folder, rename it INPUT.mp4, and run your .bat file by double-clicking it. It should create a new file called OUTPUT.mp4 in the same folder with all of the metadata removed.

LinkOpensChest_wav,

I’ll try this, thanks! It’s really surprising though that you can’t just delete the metadata like you can with a normal file. Is there something unusual about mp4 format that disallows this?

Nawor3565,

I think it’s just that software to edit video streams is inherently more complicated than editing images. Although the metadata shouldn’t be encoded into the streams, so maybe it’s just a case of no one has gotten around to making such a program yet.

LinkOpensChest_wav,

Hi, Thank you so much for your help, but when I double click the .bat file, it just opens it inside Notepad++

I made sure to select “all files” and use the .bat extension, but no dice.

Any idea why?

Here’s what my folder looks like with the mp4 renamed “INPUT.mp4”

Here’s what my .bat document looks like

I’m lost…

Nawor3565, (edited )

Sorry for the late reply, but it looks like somehow Notepad++ got set as the default program to open .bat files. Right click the .bat file, choose “open with”, and you should get an option to open it with command line / cmd.

EDIT: or just change it to .cmd, which should work basically the same way.

LinkOpensChest_wav,

I too am sorry for the late reply, but thank you so much! I’ll try it again asap.

disconnectikacio, in Google abandons “Web Environment Integrity”

Disgusting piece of craps! All should continue to open eyes, against google. They wont stop!

Spread the word to install firefox based browser, use different frontends to block youtube ads in browser, Invidious and use piped youtube apps on android to block youtbe ads: Newpipe

intrepid,

While I agree with that sentiment, I really wish people use something other than YouTube. I wish peertube or even paid platforms like nebula take off.

Eccitaze, in Is there any point in using NoScript if you already have uBlock Origin?
@Eccitaze@yiffit.net avatar

I keep NoScript around because there’s been a few times where I clicked a bad link and NoScript blocking JS by default has saved my bacon. Plus, a lot of services like twitch serve ads through separate domains that I can block from running entirely with NoScript–the entire time people were complaining about Twitch trying to bypass adblockers, I never once saw a single ad.

LinkOpensChest_wav, in What's an easy way to remove metadata from a .mp4 file? [Windows 10]

I figured out I can send it to myself on Molly, and the metadata will be automatically removed, but surely there’s a better way to do this very basic thing?

Later, I’ll have access to my laptop that runs Linux, so I’ll see if it works there to do it in a more civilized manner.

pythia, in Is there any point in using NoScript if you already have uBlock Origin?

have you tried umatrix instead of noscript?

deweydecibel, in Google abandons “Web Environment Integrity”

Great news, but horribly written article. Feels like AI or someone with a high school writing level.

The original source is much better

theregister.com/…/google_abandons_web_environment…

gravitas_deficiency,

I mean it probably was written with AI.

SummerBreeze,

It is not written with AI

smokingManhole,
@smokingManhole@lemmy.world avatar

AI writes better than that.

SummerBreeze,

I’m sorry to hear you did not like the writing

SummerBreeze,

The main difference between the register article and this one is the register is optimistic that Google will stop. While as the comments in this chat clearly indicate alternative views.

Blizzard, in Google abandons “Web Environment Integrity”

I don’t believe them. They will try to do it again, slightly modified, under a different name, but they WILL try to introduce it again.

gravitas_deficiency,

And for round 2 they’ll try to be sneakier about it

intrepid,

No. That’s round 3. Round 2 is already announced - they are ‘restricting’ environment integrity to multimedia on Android webview. Of course, what they don’t say is that the feature is going to be developed and tested outside the view of the general public - since this doesn’t need to go through a public standardization like web specifications. Once they get that perfected, they will silently expand its scope outside webview and gradually into browsers with a new name. That’s round 3.

b9chomps, in Is there any point in using NoScript if you already have uBlock Origin?
@b9chomps@beehaw.org avatar

Arkenfox has some info on common extension and their use in their Wiki

Especially the “Don’t bother” section is interesting and can slim down your used extensions considerably.

smeg,

This is worth being a post on it’s own, very useful

Papanca, in Google abandons “Web Environment Integrity”

They will tweak the most unimportant detail and say; we listened to you, now take it!

Supermariofan67, in Is there any point in using NoScript if you already have uBlock Origin?

Strictly speaking, no, since ublock origin can also disable JavaScript on pages if you toggle the option. So aside from the question of whether doing so is necessary, noscript’s script blocking functionality is entirely replaceable with ubo, which also has more advanced support for filterlists, etc that you’re probably aware of already

darthTurtle89,

I still use noscript because I can use it to enable scripts individually. ubo only allows you to enable or disable scripts. I don’t know if it’s necessary, but I read that noscript makes fingerprinting harder since fingerprinting relies on scripts.

moreeni,

uBlock blocks fingerprinting scripts completely. You can also enable scripts individually with it and thus remove the need for NS, which does the same but less

Obonga, in Is there any point in using NoScript if you already have uBlock Origin?

I feel like these two are additive. A script could present a vulnerability without being an ad (and thus be on the blocking list on adblock) could it not? So feel like to accept the least amount of scripts is the way to go. However i understand the annoyance because sometimes i just want to visit a page without going through every single one of the many scripts. What i have started doing is to use a different browser from my default one if this situation arises. This browser is only having adblock as addons so when a page does not work and i dont want to fiddle with the setting i just visit via the other browser. Not an ideal solution, i know, but i think its better than getting rid of NoScript.

I would love to hear better solutions though because i admit i am not an expert in anything.

moreeni,

I use a second browser too, actually. Still, I would like the ease of using the default browser instead of copy-pasting every such URL

Obonga,

Very relatable.

spez, in Google abandons “Web Environment Integrity”
  • All
  • Subscribed
  • Moderated
  • Favorites
  • privacyguides@lemmy.one
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #