I have a Windows 10 partition on a second machine. I have disabled automatic updates in the options and I never click “Update at restart” or anything. Yet, whenever I need to boot into Windows it decides to automatically start updating itself.
I guess that I use it infrequently so there are always updates available, but it shouldn’t force them on me when I’ve specifically disabled them.
FreeBSD’s Wayland support is through a Linux compatibility library. The major Wayland implementations are Linux only and there’s no way around it other than implementing Linux libraries like FreeBSD did.
just curious, I get that anti trans posts suck and should be removed, but what’s wrong with anti Wayland posts? it’s just tech talk, not harming anyone.
For a long time Firefox Desktop development has supported both Mercurial and Git users. This dual SCM requirement places a significant burden on teams which are already stretched thin in parts. We have made the decision to move Firefox development to Git....
I’d advise against using Brave, but that’s a different topic.
Just use the Flatpak. Do not care if it’s official, most packages in traditional package managers are not packaged officially, yet we use them all the time. Check the Flatpak repo instead to see if there’s something wrong.
Maybe check ungoogled chromium too while you’re at it.
They admit to be sending your IP to Bing with every search too.
“For example, when you do a search on Ecosia we forward the following information to our partner, Bing: IP address, user agent string, search term, and some settings like your country and language setting”
Image description: a screenshot from the Wikipedia page for the Doctor Who TV series, with a user-added caption that reads “Preserve the media you can before it’s gone forever.” The Wikipedia article reads, “No 1960s episodes exist on their original videotapes (all surviving prints being film transfers), though some were...
read OP’s post. if it not were for privacy in the first place and people ripping media, there wouldn’t be any copy left of those shows.
Of course not all pirates archive, but there’s an important percentage that do. Non-pirates are running out of options because each year less and less audiovisual productions release as physical media (old DVDs, more recently blue rays) and are only available through a subscription model where you do not own the actual content.
So piracy is pretty much the only route available to archive a lot of content.
apparently in some cases uTorrent, BitSpirit, and libTorrent simply write your IP address directly into the information they send to the tracker and/or to other peers
These are just bad practices by shady bittorrent programs. Choose a good client and you’ll avoid those issues.
The reason why is that Tor doesn’t support UDP and it’s just harmful for the network to do bittorrent over it.
What solutions out there can package software in the native package format? I only found fpm (effing package management) and OBS (Open Build Service) so far....
electron is a framework, and a shitty one if I might say so, it’s cross platform but it’s not a way to package for multiple distros. You still need to package the electron program in either the native package manager (apt, pacman, etc) or a distro-agnostic one (flatpak, appimage, snap).
I believe Pkgsrc compiles the program at install, so it’s native. But it’s been a long time since I used it, you might need to look into it.
And you’ll have a hard time finding a “native” package format, because distros have different libraries versions: arch libraries will be much more updated than Debian’s, so things might break trying to execute programs depending on those libraries. That’s why Flatpak, AppImages, Nix, etc bring their own libraries, because if they don’t, things will break.
They are native in the sense that they are Linux executables, but it’s true that they bring their own dependencies, but as I said, that’s necessary for cross distro support.
but it is not an option. It’s not a tool for packaging programs.
Building an electron program is no different than building it in GTK or QT in the sense that they are just the GUI toolkit and they do not do packaging.
It’s a framework for programs to have their GUI wrapped inside a browser, so they are cross platform.
But electron doesn’t create packages. You can package an electron program using Flatpak, snap, apt, AppImage, pacman, or whatever.
Linux only package manager that works across distros. It supports sandboxing via bubblewrap, but be cautious because by default most programs in Flathub are not as sandboxed as they should. You can host your own repository but it is heavily centralized towards Flathub, controlled by Red Hat, IBM.
Flatpak uses OSTree to distribute and deploy data. The repositories it uses are OSTree repositories and can be manipulated with the ostree utility. Installed runtimes and applications are OSTree checkouts.
AppImage
You’re basically packaging your program and every single dependency up to the C library. Linux only.
An AppImage is basically a self-mounting disk image that contains an application and everything the application needs to run on the target systems
Canonical’s take at flatpaks. They are quite similar, but snaps use AppArmor instead of bubblewrap and the server is proprietary, so an inferior option and should be avoided. The only “advantage” is that it’s used by default in Ubuntu.
Nix/Guix
multi distro package manager with reproducible builds support, more akin to a traditional package manager (eg apt)
Snappy and Flatpak talk about how they make library versions work better together and blabla and how they solve a lot of issues but that’s just a praetext, the real elephant in the room is that they are a big wink to proprietary software, they were designed for that, they just can’t say it so they focus on other things in their PR statements.
How Nix and Guix work is that they are traditional “package managers” as such the user or the distributor must have access to the source code to compile it into a package, the interesting difference is that it is capable of keeping library versions apart and will automatically share libraries if they are exactly the same. But packaging still occurs downstream, not upstream.
Snappy and Flatpak allow packaging to occur completely upstream at the developers side, which means they no longer have to cough up source code to whomever who will package. Which leads to an inferior solution to the user with far higher memory and storage consumption.
this one is something in between Nix and traditional package managers. It’s main advantage is that it works in other UNIX-like OSs, like FreeBSD, NetBSD, IllumOS as well as in Linux. The only not Linux specific option in this list (other than docker, which is not a package manager but a container)
Docker
I wouldn’t recommend this one, since it requires packaging a whole OS that creates a lot of overhead. And it can be tricky to use with GUI programs.
Overall, I think that Nix/Guix present the most advantages, with Pkgsrc being a less known close second and Flatpak being in the third position due to it’s relative popularity and overall advantages over snaps and docker. Docker might be decent option if it’s a program designed for servers, tho.
I’d also recommend that you add your program to the AUR, because even if it only works on Arch and Arch based distros, it’s incredibly easy to do and maintain as long as the building of your program doesn’t change drastically between versions.
Watched Louis Rossman today, and he’s part of the team behind a new app for watching online video content - not just youtube, but nebula, peertube, twitch and more....
each instance and community has their own policy. you have to either follow it or if you disagree, you’re free to create your own. you can’t do that in Facebook or whatever. so no, just because a random post was removed from a certain instance, it doesn’t mean Lemmy is censored at all.
This extension is a different one from the ‘Bypass Paywalls’ one. Earlier, it was available in Firefox add on repos. Now it can be sideloaded. It is available for all major browsers....
But Windows 11 is so good!!11!1! (feddit.de)
stolen from linux memes at Deltachat
A response to the "Boycott Wayland" article
Link to article: gist.github.com/…/9feb7c20257af5dd915e3a9f2d1f227…...
Will Linux on Itanium be saved? Absolutely not (www.theregister.com)
Tor isn't as decentralised as we thought? (toot.coinfundit.com)
deleted_by_author
There should be a guide to basic piracy like how there's guides on how to jailbreak nintendo consoles
Like how hacks.guide has tutorials for nintendo consoles, there should be one for piracy
qBittorrent 4.6 launches with I2P support - gHacks Tech News (www.ghacks.net)
uefi is literally malware (sh.itjust.works)
Firefox Development Is Moving From Mercurial To Git (groups.google.com)
For a long time Firefox Desktop development has supported both Mercurial and Git users. This dual SCM requirement places a significant burden on teams which are already stretched thin in parts. We have made the decision to move Firefox development to Git....
Are there any downsides to using Homebrew as a package manager on Linux?
I’m especially concerned about it being somehow broken, unwieldy, insecure or privacy-invasive....
New Ecosia search features (blog.ecosia.org)
Piracy is Preservation (feddit.de)
Image description: a screenshot from the Wikipedia page for the Doctor Who TV series, with a user-added caption that reads “Preserve the media you can before it’s gone forever.” The Wikipedia article reads, “No 1960s episodes exist on their original videotapes (all surviving prints being film transfers), though some were...
If BT over Tor is bad for privacy, why VPN is not?
This is an continuation of my last post, specifically a comment from @rufus:...
How to package software for many distributions in their native package format?
What solutions out there can package software in the native package format? I only found fpm (effing package management) and OBS (Open Build Service) so far....
8 Websites Linux Users Should Have bookmarked (itsfoss.com)
A better Revanced (grayjay.app)
Watched Louis Rossman today, and he’s part of the team behind a new app for watching online video content - not just youtube, but nebula, peertube, twitch and more....
Wrf is wrong with UK?
communism 2.0
Lemmy is most censored social media than instagram,facebook,reddit,etc...
cross-posted from: lemmings.world/post/2307677...
The Bypass Paywalls Clean extension for Firefox (gitlab.com)
This extension is a different one from the ‘Bypass Paywalls’ one. Earlier, it was available in Firefox add on repos. Now it can be sideloaded. It is available for all major browsers....
What alternate Youtube frontends are there? And which ones do you recommend?
I’ve heard of piped due to the piped-link bot, but I am curious about others.
What is your favorite cybersecurity tool and why? (discuss.tchncs.de)