The receptacle is the issue - it can have up to 24 pins (though usually it’s 12ish), all bunched up in just a slightly larger space than on a micro usb receptacle which has 4 pins. So it takes some good skill to replace.
The receptacle is the issue - it can have up to 24 pins (though usually it’s 12ish), all bunched up in just a slightly larger space than on a micro usb receptacle which has 4 pins. So it takes some good skill to replace.
Just recently I had a tech store guy gently but repeatedly insist to me that a certain USB cable was a USB 3 cable because it was type C on both ends. I didn’t wanna argue with him, but the box clearly said “480 Mbit”, so it was just a type C charging cable.
Of course the box designers were hoping you’d make that mistake so they didn’t write USB 2 on there, just the speed. And most boxes won’t even have that, you’ll just have to buy it and see.
But I mean if someone who spent their whole life fixing computers can get something that basic wrong, then it’s really a hopeless situation for anyone who isn’t techy.
And of course once it’s out of the box it’s anyone’s guess what it is. It’s a real mess for sure.
Please tell me, when it says “Transportation” on that chart, what exactly do you think is being transported, and where?
smallest part of the problem
This is what I’m trying to get across to you here. You’ve posted the same thing notion multiple times in this thread. The consumer share isn’t the smallest part, it’s most of it. All the oil we extract serves to make products, transport products, sell products to the consumer - you. It’s not being being burnt for fun.
When you engage in consumption, any amount of it, you’re pulling a string connected to a million other strings that mostly end up in an oil well one way or another. The luxury you speak of is in that consumption, not the lack of it.
And if you think otherwise, compare your lifestyle, your lifelong level of comfort to that of someone who spent their whole life living in a hut in Mali, whose lifelong emissions equal a few months worth of yours. Now try to tell that person that you’re not responsible for the gas you burn, it’s the fault of those that provided you with the option to do it. It’s insulting.
I was wondering if your tool was displaying cache as usage, but I guess not. Not sure what you have running that’s consuming that much.
I mentioned this in another comment, but I’m currently running a simulation of a whole proxmox cluster with nodes, storage servers, switches and even a windows client machine active. I’m running that all on gnome with Firefox and discord open and this is my usage
$ free -h
total used free shared buff/cache available
Mem: 46Gi 16Gi 9.1Gi 168Mi 22Gi 30Gi
Swap: 3.8Gi 0B 3.8Gi
Of course discord is inside Firefox, so that helps, but still…
What does free -h
say?
About 6 months ago I upgraded my desktop from 16 to 48 gigs cause there were a few times I felt like I needed a bigger tmpfs.
Anyway, the other day I set up a simulation of this cluster I’m configuring, just kept piling up virtual machines without looking cause I knew I had all the ram I could need for them. Eventually I got curious and checked my usage, I had just only reached 16 gigs.
I think basically the only time I use more that the 16 gigs I had is when I fire up my GPU passthrough windows VM that I use for games, which isn’t your typical usage.
If the providers are to blame for all emissions and the consumers are free of responsibility, then all consumption is equal. If Exxon is the responsible party, then the guy buying the gas guzzler to stick it to the libs is the same as the guy driving a hybrid, as neither is to blame for their emissions.
I understand choosing comfort over living in a cave or dying, obviously, but that doesn’t mean we’re free of any and all blame. Any time a new climate report comes and it’s worse than the one before I understand that my existence and choice of comfort played a part in it . I don’t just go “oh that Exxon, smh” and carry on guilt free.
Those 100 companies are fuel producers making fuel that everyone else burns. By that metric my gas company is responsible for 100% of my gas-based greenhouse emissions.
I hate how often that study gets misused.
Hyperconvergence or hypervisor.
You realise that if that were to be “fixed”, you wouldn’t end up paying the low price, Brazil would end up paying the high price? One they can’t afford because they make as much in a month as you do in a week, or worse.
The mic being active or not doesn’t affect her hearing. If he interrupts her she’d still hear it, only the TV audience wouldn’t, so she’d seem flustered.
Information for Internet Archive.
MBFC: Left-Center
That’s just embarrassing.
You should probably use a double slash in that non-equality sign as a single slash will be seen as an escape character by some parsers and then not rendered. In my client it just shows two equal signs, i.e. the opposite of what you wanted to convey.
Some editors can embed neovim, for example: vscode-neovim. Not sure how well that works though as I never tried it.
Well personally if a package is not on aur I first check if there’s an appimage available, or if there’s a flatpak. If neither exist, I generally make a package for myself.
It sounds intimidating, but for most software the package description is just gonna be a single file of maybe 10-15 lines. It’s a useful skill to learn and there’s lots of tutorials explaining how to get into it, as well as the arch wiki serving as documentation. Not to mention, every aur or arch package can be looked at as an example, just click the “view PKGBUILD” link on the side on the package view. You can even simply download an existing package with git clone and just change some bits.
Alternatively you can just make it locally and use it like that, i.e. just run make without install.
Aur and pacman are 90% of why I use arch.
Also fyi to OP: never install software system-wide without your package manager. No sudo make install
, no curl .. | sudo bash
or whatever the readme calls for. Not because it’s unsafe, but because eventually you’re likely to end up with a broken system, and then you’ll blame your distro for it, or just Linux in general.
My desktop install is about a decade old now, and never broke because I only ever use the package manager.
Of course in your home folder anything goes.
I think they meant you don’t know what the binary is called because it doesn’t match the package name. I usually list the package files to see what it put in /use/bin
in such cases.
Podman not because of security but because of quadlets (systemd integration). Makes setting up and managing container services a breeze.