linux

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

flamingos, in Xenia wouldn't suggest that :c

Checking if the user is using Firefox is pretty easy:


<span style="color:#323232;">CSS.supports('(-moz-user-input: none)') // only returns true in FF
</span>
01adrianrdgz,
@01adrianrdgz@lemmy.world avatar

ok thank you!! But why would the owner put that message?? We’re all Linux fans so it doesn’t matter what browser we use!!!

flamingos,

Chrome, and browsers based on it, currently account for more than three quarters of web traffic. This gives Google a huge amount of power over the web and how people are able to interact with it. Google is also a company who’s primary business is advertising and surveillance; this means they have every incentive to curtail your ability to stop websites from spying on you and force you to use the web on their terms. They’re currently exercising this power with the rollout of Manifest V3, where they’re severely limiting the functionality of content blocking extensions like uBlock Origin.

01adrianrdgz,
@01adrianrdgz@lemmy.world avatar

well at least they make and maintain Linux versions!!

Rustmilian, (edited )
@Rustmilian@lemmy.world avatar

It’s easy to do when your browser is based on GTK. In reality they do the bare minimum.

turbowafflz,

Oh neat, we commented pretty much the same thing at the same time. I feel like yours is better written though

flamingos,

Damn, what are the odds?

turbowafflz,

It really does, if we give Google a monopoly over the web browser market they have way more power to do things like restricting ad blockers and tracking users. Remember: Google is an advertising company, they make their money from collecting user data and serving targeted ads. Everything else they do is secondary at this point and they will absolutely use their other products to increase the money they make from advertising as much as they can

01adrianrdgz,
@01adrianrdgz@lemmy.world avatar

ok… well as long as they allow Firefox and the other browsers to be fine then that’s ok, and teach people to use other browsers if they want to of course!!

Ganbat,

Except that they’ve already displayed that they won’t. Recently, Firefox users were targeted with an artificial delay on YouTube. When caught, they claimed it was about ad blockers… Except it didn’t affect chrome users with adblock and affected Firefox users without adblock.

And this has happened multiple times over the years, where little headaches and inconveniences would crop up on Google services, all of which could be fixed by changing your user agent so the site thinks you’re running chrome.

turbowafflz,

I though the delay thing turned out to not be true. Or did I misread something?

Ganbat, (edited )

They admitted they were slowing users with ad blockers, but many Firefox users reported experiencing the slowdown regardless of whether they used an ad blocker.

The article I linked, however, says that they couldn’t get the delay to happen at all, so it’s entirely possible it was just so poorly implemented that it was affecting people almost at random.

7fb2adfb45bafcc01c80, in I use linux for the same reason I wear fuzzy socks and sweaters

I thought you were going to say you liked lint (the source code checker).

Unmapped, (edited ) in Arch or NixOS?

The downside of NixOS is bad documentation. Which makes it take quite a while to get your config setup the way you want. Its so worth it though. I used arch for 5+ years and have been on NixOS for about 6 weeks now. I’m definitely never going back. My conifg is done, I barely have to change anything now. Its all saved in a git repo so I never have to make it again. I’ve already switched all of my machines over. And even a few of my friends. Which has been super easy to do cause I just give them my config then remove everything they don’t need. I’ve only been using it for a little while but it feels so reliable and Unbreakable even though I’m running unstable packages. Because if anything breaks you just go back to the last generation that worked. Which made me willing to just try anything when I was setting it up.

Also you could run Nix package manager on arch for this, but the nix package repo is amazing. It has everything i’ve needed or even thought about installing. And in my opinion its way better than using AUR packages. Most of the time you just DL them and don’t have to build them. Its just so much faster and more reliable then using Paru or Yay. Plus there is a NUR( nix user repo) but tbh I’ve never even looked at it.

The other con I know of is issues running binaries and app images. But there are was work arounds for them. I use a few app-images by just running ‘appimage-run <appimage filename>’. And so far its worked perfectly. As for a binaries you can use steam-run or I think using distrobox would work. But I haven’t had to do anything like that yet.

I found this YouTube channel quite useful when I was setting mine up. Vimjoyer

agressivelyPassive,

I found it fairly difficult to set up nixos on one of my machines, because it simply didn’t ship with a certain, relatively common kernel module/user space app. I also couldn’t find a usable workaround (only compiling my own kernel on every update, which is not exactly my kind of fun).

So, you might want to try that out first.

OmnipotentEntity,
@OmnipotentEntity@beehaw.org avatar

Out of curiosity, which one?

noli,

nixos.wiki/wiki/Linux_kernel

You can specify custom parts of the config that enables that module and/or extra module packages.

If you specify a custom part of the config then ye sure you’ll be compiling the kernel on each kernel update but you don’t need to manually configure it

ares35, in How to switch thr state of Fn keys?
@ares35@kbin.social avatar

i very much prefer Fkey the default, and i have yet to encounter a user request to change Fkey to Fn.

the worst is the models that have a sleep or airplane mode Fn key right next to the backspace and defaulting from the factory to Fn over Fkey.

cbarrick,

i have yet to encounter a user request to change Fkey to Fn.

It’s me. Hi. I prefer Fn over Fkey.

The only software I use that recognizes F-keys is htop, but it also supports other key codes.

On the flip side, I use the volume and brightness controls on my Fn keys all the time.

zygo_histo_morpheus,

My laptop has a fn lock that you can toggle, it can be very convenient to switch to f-key mode when working with some applications but most of the time I’m using volume or brightness keys.

Stalins_Spoon, (edited ) in Xenia wouldn't suggest that :c
@Stalins_Spoon@lemmygrad.ml avatar

Wait till you find out about deviceinfo.me

StrawberryPigtails,

Jeezus! Today I learned….

KISSmyOS, in Arch or NixOS?

“Stability” is probably the most mis-used word in the Linux world.
It means that how your system looks and behaves doesn’t change, which is really important for servers, especially in business, where you want to plan any change in advance before you commit to it.
Arch is not stable in this sense. It constantly changes, and those changes can come up on short notice with any upgrade.

But when people read that Arch isn’t stable, they think the system can break at any time.
I’d say this hasn’t been the case for at least 10 years now. If you RTFN (read the fucking news) and use the AUR sensibly, Arch has become a really boring system, regarding breakage.

hottari,

Arch breaks all the time. It has to because upstream is usually always changing so breakage is inevitable.

Though a person’s mileage on this may vary (less update frequency, less no of programs etc.), the constant thing about rolling release is that breakages within software releases are to be expected.

LeFantome,

My experience with Arch is that it has been very solid and stable. It is just “makes sense” for the most part and so issues are very resolvable.

If you use the AUR, you can get times when packages need to be excluded ( held back ) in order for the overall system to update. I do not see that as an Arch problem and it is easy to handle.

One thing that is an Arch problem is that, if you do not update often enough, you can end-up with outdated keys that prevent you from installing before packages. The solution is just to update the keyring before updating everything else but this is confusing for a new user and kind of dumb in my opinion. I feel like the system should do this for me.

Ironically, I find Arch is most stable if you update very frequently ( which makes the updates smaller and more incremental ). I do a quick update almost every day without any fear of breaking my system. Any “problems” I have had with Arch updates are trying to update a system that has not been updated forever. Even then, it is just a bit more work.

Another thing that can happen if you leave it too long is that packages will have been replaced by newer ones. Keeping up to date means there are only going to be a small number of those. An update after a year can run into a surprising number of them.

I dug out an old laptop that had Arch on it from 3 years before. Updating it was annoying but in the end it was totally up to date and stable.

hottari,

Arch is not stable but it’s easy to fix issues arising from its rolling release nature. One of the ways being utilizing the AUR packagedowngradefor easy package version rollbacks. I should also note that the most common reason for Arch breaking is rarely ever because of the distro itself but because upstream has introduced breaking changes. You can see this when an upstream feature breaks in Arch, then Fedora picks up the same bug a few weeks/month later.

Arch is however the most solid distro I’ve ever used since I began using Linux many many moons ago.

One thing that is an Arch problem is that, if you do not update often enough, you can end-up with outdated keys that prevent you from installing before packages. The solution is just to update the keyring before updating everything else but this is confusing for a new user and kind of dumb in my opinion. I feel like the system should do this for me.

Arch already does this. Could be that your install has the keyring refresh service disabled but I’ve had it enabled for a good while now and I’ve never encountered that outdated pacman keyring issue.

KISSmyOS, (edited )

Arch breaks all the time.

Is that your recent personal experience?

hottari,

No. Not a recent opinion. I’ve used Arch for more than 3 years now.

fxdave, (edited )

Ofc, Arch users should learn how to resolve a package conflict, or how to downgrade packages, or generally how to debug the system. Sometimes you also have to migrate config files.

On the other hand, as an arch user, I can tell that it mostly just works. If you customize heavily an ubuntu, it will break more likely. And while you can fix an arch, you probably have to reinstall an ubuntu.

Moreover, Arch has a testing repository which is not the default.

nkat2112, in I use linux for the same reason I wear fuzzy socks and sweaters
@nkat2112@sh.itjust.works avatar

This is beautifully written and I agree with the analogy, though I never saw it that way before. Thank you for sharing this.

utopiah, (edited ) in Arch or NixOS?

Going to sound like a boring pleb but… if your OS takes less than 1h to install and setup (which is my experience with Debian/Ubuntu on a SSD with a fiber connection, or even on a RPi with a modern microSD on an ADSL connection over WiFi) then it doesn’t matter much what you use. You grab a mug of coffee, click here or there from time to time and if your /home partition is saved you are good to go faster than most people even respond to an email.

utopiah,

I should add if you want to tinker “shallowly” containers are amazing. If you need to tinker deep, using a VM proper or even another physical machine (with a KVM or another keyboard and monitor) while your main machine remains untouched, it should NOT affect your uptime.

Trainguyrom,

I think the funniest part of this is I was recently preparing some laptops for work with Windows 10 and it literally took 6 hours thanks to slow updates, one laptop corrupting the keyboard and touchpad driver so completely it required a full reinstall (on a fresh install mind you) and other impressively terrible snags. Granted it would’ve been more like 1-2 hours if I started with an install image that wasn’t about 2 years old, but it was still impressive how much of a time sink it was

TheWoozy, (edited ) in I use linux for the same reason I wear fuzzy socks and sweaters

In the early 90s at the dawn of my programing/sysadmin career. I showed up to my first week of work at “Initech” in dress pants, shirt, and tie. The senior gray beard UNIX sysadmin wore wholey jeans and ratty t-shirts. I don’t recall whether he sat me down and told me, or I figured it out on my own that to be taken seriously in a technical field you must dress down. Brilliant people look disheveled (see Albert Einstein, Steve Wozniak, et al). I ditched the stupid tie & began dressing more comfortably.

Anthropologists call this antagonistic aculturation. Us IT geeks intentionally set our selves apart from the business drones & we had to exercise our privilege of dressing comfortabley while working ungodly hours to solve impossible problems.

Now I’m the gray beard and I’ve mentoed the brighter of the pimple faced youths I’ve hired in the ancient customs of our tribe. Looking back, It seems that IT’s greatest influence on business has not been the increased efficiency of the paperless office, but the casual attire that most office workers now enjoy.

You’re welcome, world.

cybersandwich,

I ended up briefing some very senior leadership…in a hoody.

I brief that specific group on a regular basis and it’s usually fairly laid back but this particular meeting a new, very high profile person was attending to get up to speed. Apparently everyone knew but me because they were suited up and all of the ladies were wearing makeup and had their hair all nice. And there I was, the lead brief, in my hoody and jeans and scruffy beard.

After the meeting I realized that it probably worked in my favor. Some sort of psychological “this guy must be really good because he dgaf about dressing to impress”.

Plus I think their is exactly as you said a stereotype that the better you are at your IT stuff the less put together you have to be.

turbowafflz, in Xenia wouldn't suggest that :c

Every website knows what browser you’re using unless you change your user agent to pretend to be a different one (although even that won’t always work). The banner is a little weird, but it really is good advice, chromium based browsers are a huge danger to the open web

loopgru, in I use linux for the same reason I wear fuzzy socks and sweaters

Windows doesn’t let me have a desktop cube or have my windows burn up or be torn apart by claws when closed.

Sure, I also like the GNOME workflow and the open source ethics and repositories and the like, but my inner 12 year old likes the eye candy, too.

possiblylinux127, in Reminder to clear your ~/.cache folder every now and then

Check which folder is the biggest. I am going to go on a lim and say it probably is being caused by file roller

Zangoose,
@Zangoose@lemmy.world avatar

It’s yay, which took up ~160 GiB. It was storing previous versions of AUR binaries which I guess added up over time. I posted a screenshot of ncdu outputs for a more detailed breakdown in one of the other reply threads

archy,

<span style="color:#323232;">yay -Sc(c)
</span>

Is probably a better command in this instance

MonkderZweite, in One of these 6 will become Plasma 6. Wallpaper Which one do you prefer?

3rd is a game?

tetris11,
@tetris11@lemmy.ml avatar

Godus?

dabaldeagul,
@dabaldeagul@feddit.nl avatar

Godus doesn’t use hexagons, right?

dinckelman, in Arch or NixOS?

I’ve been using Arch for almost 8 years, and I enjoy basically everything about it. Since Nix has been so popular lately, I thought I’d take a look at it too. I like what it does, but the documentation is really poor, and the learning curve is insanely steep. When flakes and nix-command become stable, I’ll be giving it another shot

cashews_best_nut,

I too am something of an Arch user

Btw

markstos, in Arch or NixOS?

I recommend first trying the Nix package manager on Arch to see how you like it. You can use it to install some things in your home directory without interfering with the Arch package manager.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #