Arguing that AI is not AI is like arguing that irrational numbers are not “irrational” because they are not “deprived of reason”.
Edit: You might be thinking of “artificial general intelligence”, which is a theoretical sub-category of AI. Anyone claiming they have AGI or will have AGI within a decade should be treated with great skepticism.
I’ve always just used konsole or gnome terminal. Never really looked into what else is available. Tried cool-retro-term the other day, but the novelty wore off pretty fast for me....
They are called emulators because “Terminal” used to mean a full-screen text interface to a mainframe. The functionality has carried on, which is why terminals behave pretty much the same on any platform. You don’t use your system’s regular text fields in a terminal emulator, for example.
I am officially an old person, as I have subscribed to a magazine. It’s niche, but it’s been around a long time, and having enjoyed a lot of issues in my childhood that were given to me for free, I feel I should give back....
There are some free, open-source command line tools that can do this.
First off, there’s exiftool. It’s the go-to utility to read and write metadata in a wide variety of file types, like mp3, jpg, and you guessed it, pdf. It’s very easy to use:
To read all the metadata in a file: exiftool -a -All <file> (where <file> is the path to your pdf).
To erase all the metadata in a file: exiftool -a -All=“” <file> (that’s two double-quotes, to indicate a blank string). Please note that this will overwrite your file in-place! If you want to save the output as a new file, use exiftool -a -All=“” -o <output_file> <file>.
exiftool is likely all you need for your use case, but if you need more advanced PDF manipulation, with a truly dizzying array of options, there’s Ghostscript. Ghostscript can read, write, and convert PDFs, and provides hooks to apply any PostScript commands and options.
To simply print out information on a PDF file: gs -dPDFINFO -dBATCH <file>. This will show you the metadata, such as author, title, etc.
I’m…not going to give you an example of how to use Ghostscript to edit metadata because I’m not confident I’d get it right. The gist is that you use PostScript commands with the -c flag. It is truly arcane but extraordinarily powerful.
If you’re on Linux, you can likely get both of these with your distro’s default package manager. On Mac, use Homebrew or MacPorts. On Windows, you can download prebuilt binaries from their web sites. I think you can even run them on Android using Tmux Termux.
Mine is Strawberry since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?
How do you get dark mode in Strawberry under KDE? I remember trying to follow some guides and not having much luck. But that was a long time ago at this point. Does this “just work” now?
OP claims that “actually nothing will actually run” because the stable Wayland protocols lack so much important functionality. In reality, many people use Wayland every day
Are the Wayland compositors people are using every day exclusively using “stable” Wayland interfaces? Honest question, because I have absolutely no idea.
There’s nothing wrong with installing a .deb manually.
Personally, I’d hesitate to add any third-party repos unless there is a very good reason. In this case, the only real difference is that you won’t get the updates automatically with sudo apt update; sudo apt upgrade without the repo. Either way, the desktop app will notify you when updates are available. There’s very little advantage to using the repo.
Adding a repo is very rarely required. It has deeper consequences than simply installing an app, and requires a higher level of trust. If you don’t understand the security implications of adding a repo (and its associated key), then my advice is: just don’t.
I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results....
Can you explain what you mean by “visually lossless”? Is this a purely subjective classification, or is there a specific definition or benchmark you used?
The link you posted seems to have the full url embedded so it doesn’t work in my client. I think this will work, pasted as plain text: !veronicaexplains
Haven’t tried it yet, but I can see myself using it in the future. It could be great for automating Mac/iOS development and administrative workflows. I don’t think you can compile, sign, notarize, or inspect Mac/iOS apps without Xcode tools (which are, of course, Mac-only). It’s a pain in the ass to operate Mac VMs for such purposes, and it’s only getting more difficult as time goes on. IIRC Apple only allows 2 guest VMs per host now.
Not sure if there are any non-Mac tools to work with dmg files (Mac disk images).
If GUI support is sufficiently developed in the future, there are plenty of Mac apps I would like to run. iPhone app support on Linux would be an absolute game-changer.
Having used both, I don’t find WSL comparable to macOS’s native unix shell. Aside from the bloat of it, integration with the rest of the OS is troublesome on Windows, and WSL apps are second-class citizens. On macOS, there is no “rest of the OS” because the unix shell is fundamental. It’s not running in a virtual environment like WSL; it is the native environment.
the WSL 2 architecture uses virtualized networking components, which means that WSL 2 will behave similarly to a virtual machine – WSL 2 distributions will have a different IP address than the host machine (Windows OS).
As of right now WSL 2 does not include serial support, or USB device support
If you have no open file handles to Windows processes, the WSL VM will automatically be shut down. This means if you are using it as a web server, SSH into it to run your server and then exit, the VM could shut down because it is detecting that users are finished using it and will clean up its resources.
WSL is a great addition to Windows, but it’s still kind of a band-aid.
In what way is macOS more closed than Windows? The kernel is open source, the app store and cloud stuff is entirely optional, and it runs most Unix-y stuff natively.
How have others gotten friends/family to make the switch? I’ve been doing a cleanup of my digital life over the last year or so and am trying to move to using more privacy friendly alternatives where possible....
There’s a balance between principles and practicality and for a lot of people it just hasn’t tipped yet. I’m kind of in that boat myself.
On principle, I’d like to eliminate Google from my life entirely.
In practice, there is no good alternative to Google Maps. I’ve tried a bunch of OSM-based apps and they’re just not there yet. So I use Google Maps. Not happy about it, but I still use it.
Definitely not the start of the joke, but I couldn’t tell you where it did start. I think it long predates the internet. I would guess that it goes back to cultural conflict between British and French aristocracy in centuries past, but at this point I think it’s very far removed from the origins.
In the US, I think using France as the butt of random jokes got a boost during George W. Bush’s presidency because France publicly opposed the US’s invasion of Iraq, which caused some absurd and petty reactions from US politicians, like renaming “French fries” to “freedom fries”.
I have no idea why Disney decided to change that line. Perhaps it has more to do with the suggestion of interracial partnerships than with France specifically? Either way, Jesus Christ, Disney…
Debian includes ffmpeg, for example, in the main stable repo. Given Debian’s reputation, I would think they are including these security patches in a timely manner, though I’m not entirely sure how to compare specific patches to verify this.
Of course, everything changes when you are selling support contracts. Canonical and Red Hat are the big two for enterprise because they provide support.
When I was last running Ubuntu on desktop, I signed up for an account and enabled these extra security updates. Yeah, it’s “free”, but it requires jumping through hoops. Requiring an account to get patches is the kind of user-hostile design pattern I expect from Apple or Google, but not in the desktop Linux world.
What are your ‘defaults’ for your desktop Linux installations, especially when they deviate from your distros defaults? What are your reasons for this deviations?...
I don’t think I will ever go back to a filesystem without snapshot support. BTRFS with Snapper is just so damn cool. It’s an absolute lifesaver when working with Nvidia drivers because if you breathe on your system wrong it will fail to boot. Kernel updates and driver updates are a harrowing experience with Nvidia, but snapper is like an IRL cheat code.
OpenSuse has this by default, but I’m back to good ol’ Debian now. This and PipeWire are the main reasons I installed Debian via Spiral Linux instead of the stock Debian installer. Every time I install a new package with apt, it automatically created pre and post snapshots. Absolutely thrilled with the results so far. Saved me a few hours already, after yet another failed Nvidia installation attempt.
Key points are BTRFS with Snapper, PipeWire, newer kernels and some other niceties from backports, proprietary drivers/codecs by default, VirtualBox support (which I’ve personally had huge problems with in the past on multiple distros). They also mention font tweaks, but I haven’t done side-by-side comparisons, so I’m not sure exactly what that means.
Edit: shoutout to Spiral Linux creator @sb56637 , who posted a few illuminating comments on this older thread: lemmy.ca/post/6855079 (if there’s a way to link to posts in an instance-agnostic way on Lemmy, please let me know!)
I just see pirating software as supporting a company I hate instead of supporting an open source project I like
Yes!
Adobe owes a huge part of their success to piracy. It made it impossible for smaller companies to get a foothold back in the 90s because everyone just pirated Photoshop. It never would have become so entrenched (or grown so exploitative in licensing) if people had instead used cheaper/free alternatives.
About
Dubai Porta Potty is a slang term for a woman who purportedly allows Dubai billionaires to defecate into her mouth for large sums of money. In late April 2022, an NSFW and NSFL video of a man defecating into a woman’s mouth began trending on TikTok and Twitter, generating discussions, memes and reaction videos referencing the viral video. According to the rumored backstory, the clip depicts a billionaire committing the act on a prostitute. Discussion of the video was shared under the hashtag #DubaiPortaPotty.
Origin
Rumors of models agreeing to perform deeply scatological and fetishistic sex acts in exchange for large sums of money have appeared online since roughly 2015. Mentions of “Dubai Porta Potty” have appeared as early as December 29th, 2015, on 4chan.[2] The blog “TagTheSponsor” operated from 2015 to 2019, and the runner would pretend to be a Dubai billionaire offering women money in exchange for sex, sometimes including scatological sex acts, and post the conversations.[3] On April 24th, 2019, Redditor Dhall15 posted a Starter Pack meme about women returning from Dubai smelling poorly (shown below).
I know that this is possible, but I’ve never actually heard of it being done on streaming sites. I’ve only heard of it with e.g. prerelease copies of movies sent to critics or something like that.
I’d also like to point out that mpv has youtube-dl built-in (and can also use the cooler fork, yt-dlp). You can open YouTube links directly in mpv and they will play with no bullshit. It can even pull 4K streams.
There are browser plugins that let you open links directly in external programs like mpv, although they are a bit of a hassle to set up (especially if you are on Ubuntu with their godforsaken Snaps).
AMD Publishes XDNA Linux Driver: Support For Ryzen AI On Linux (www.phoronix.com)
Enshittification of GitHub?
First, they restricted code search without logging in so I’m using sourcegraphBut now, I cant even view discussions or wiki without logging in....
Which terminal emulator do you use?
I’ve always just used konsole or gnome terminal. Never really looked into what else is available. Tried cool-retro-term the other day, but the novelty wore off pretty fast for me....
PDF Piracy
I am officially an old person, as I have subscribed to a magazine. It’s niche, but it’s been around a long time, and having enjoyed a lot of issues in my childhood that were given to me for free, I feel I should give back....
What's your favorite music player on Linux? (lemmy.ml)
Mine is Strawberry since it has a ton of options and plays a ton of formats. It’s also (distant) fork of Amarok 1.4 and integrates well with KDE Plasma. I’m curious what other people are using these days. What’s your favorite player?
Thoughts on this? (futurology.today)
New Linux user here. Is this really how I'm supposed to install apps on Linux?
mullvad.net/en/help/install-mullvad-app-linux...
Comparing compression in AV1, x264, and x265 (kbin.social)
I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results....
Linux Mint vs... Linux Mint (Debian Edition) | Veronica Explains (kolektiva.media)
The CEO of PROTON answers YOUR questions! Drive, Linux support, Photos, features, and a lot more! (tilvids.com)
Darling runs macOS software directly without using a hardware emulator (www.darlinghq.org)
Darling is a translation layer that lets you run macOS software on Linux, not an emulator, it’s like wine but for MacOS apps.
Air: Where did that bring you? Back to me. (lemmy.world)
Yeah, very sorry that this app is Windows only, would love to switch to Mac (feddit.de)
Stolen from Deltachat
Switching to more privacy friendly alternatives
How have others gotten friends/family to make the switch? I’ve been doing a cleanup of my digital life over the last year or so and am trying to move to using more privacy friendly alternatives where possible....
fr*nce (feddit.de)
Yes, Ubuntu Is Withholding Security Patches for Some Software (www.flu0r1ne.net)
Your chosen desktop Linux defaults?
What are your ‘defaults’ for your desktop Linux installations, especially when they deviate from your distros defaults? What are your reasons for this deviations?...
Do you utilize a dedicated AV like Bitdefender when sailing? Or do you still trust Windows Defender to take care of the higher risk while doing this?
What the title says, and that’s pretty much it. Do you or don’t you?
New Instagram logo just dropped (feddit.de)
Recording Spotify to your DAW, can this get your account banned?
Does Spotify have a way to see if your computer is recording with your DAC’s stereo mix? And if so, is there a way around it?
PSA To people watching YouTube with AdBlockers
You might have noticed that even on Firefox (depending on your lists) YouTube may detect uBlock Origin on Firefox now...