A typical bike-riding leftist urbanite who also happens to be a hockey-crazy Western Canadian.
Did you only try F2? It’s possible the graphical session is on tty2 - see if ctl+alt+F1/ 3 does anything
Not a myth. What’s inside the fridge doesn’t really matter when talking about efficiency. It pretty much only depends on the rate at which energy seeps into the fridge from outside. All else being equal, chest fridges allow significantly less heat transfer through an open door than regular fridges, and are therefore a more efficient design.
You’re completely right about the second part, though. It’s just not practical, and the fact you would have to keep the door open longer while you rummage around for stuff renders the point moot anyway.
Buddy didn’t sleep tight enough
You should look into kodi. It’s a big screen oriented media player/organizer app.
Arrows are more descriptive. \vec is better.
GNOME spawning 3 new DEs every time they have a major version update
Rauschenberg’s white painting was the OG placebo meme.
Not just mp3, all lossy audio formats use psychoacoustic analysis. That’s how they figure out which data to throw out.
Not sure if sarcasm or actual disinformation. You’re not supposed to trust the aur, that’s kinda the whole point of it. The build scripts are transparent enough to allow users to manage their own risk, and at no point does building a package require root access.
A really common issue with sway is that it doesn’t run as a login shell, so none of your .profile or other environment settings get sourced when you login. I think that might be the problem here.
Try closing your sway session, then login to a tty and run sway
. If the qt themes work properly then it’s definitely an environment issue.
Fellow Arch user here (btw). It’s exactly the same as building AUR packages. Clone a git repo containing a PKGBUILD, use makepkg
to build it, and pacman
to install it. The nice thing is you can host a repo of your built packages and install them on other systems really easily. The big downside is that dependency management is not automated, so it will take some time and annoyance to map out what packages you need to build and in what order, if you want a fully source-bootstrapped system.
Did nobody else’s CS department require a bunch of linear algebra courses? A vector is an element of vector space.
Magpies are the bird equivalent of that person everyone thinks is hot as long as they don’t say anything
Not OP but I read somewhere that 20% of mammal species are bats. So you’re probably right.
I second the wayland option. Then you at least have a working gui with all your settings and recent work intact while you try to find the glitch in your Xorg install.
There’s openSUSE tumbleweed. It’s rpm based like fedora and it’s rolling-release like arch. I don’t know what the 3rd party/nonfree software situation is like. Maybe someone else can chime in on that front.
I will add, as an arch user, I think you could easily tweak your current system to be less annoying with the updates, but I realize that’s not the question you’re asking so feel free to disregard that.
Depending what format of audio, you can embed the image into the metadata
I mean, technically Linux is still at 2.6, they’ve just been making up version numbers for the last 20 years or so.
I used what known as 2’s compliment. Take the complement (flip all the bits - here that would give you
01110
which is 14) then add 1.