But is it SCSI or 1/4" TRS?
But is it SCSI or 1/4" TRS?
What? This is a normal headphone dongle for macs.
sudo apt-mark hold snapd
If you think 26% is bad, in Russia it’s going to be priced at around ₽80-100k(~$883, VAT included), but the median monthly salary is ₽43.500 - $480… That’s well over 100% median household income given that over 38% families only have a single parent. And I’m pretty sure that’s not even the worst out there, think like Argentina has an extortionate import tax or something?
It’s great to have alternatives. If it was all linux, and linux got hit, then it’d be the entire world in danger. Too bad M$ is just not good enough for it’s second most popular position.
Might have some trouble if it’s a typec dock and the monitors are connected to it. Laptop’s own outputs might also be wonky if there’s a hybrid gpu setup going on, but support for thosr has improved a ton lately. Mkb should work fine out of the box as long as it’s not some unified proprietary bullshit wireless kit with smarfridge integration.
Overall, I would suggest just ripping an image of ubuntu, or pop_os if you got nvidia card, boot off it, just close the installer to try live mode, and see for yourself if everything works. Takes like an hour to do, no installation required. You can even install software, except gpu drivers, as everything would be all wiped on reboot and gpu drivers need reboot, hence popos suggestion as it has them built-in. You can try remmina on it - it’s the most common remote control software, supports both rdp and vnc and a bunch of other obscure protocols.
This ‘compress’ everything is such a waste of CPU and energy. Plus “oops, all your files are gone, tee hee”. GZ everywhere is fucking stupid. More complexity for zero benefit.
- CTO at my previous company
Is logitech still not allowing you full customization with presets saved on mouse itself? I’d expect that from the cheapest noname 5-button mouse on the shelf, not logiteck, I thought they got their shit together already given how much praise they usually get.
For me it was the reverse - ntfs-3g
was constantly corrupting my windows drives because apparently NTFS is incredibly complicated and it can only handle a subset of that. But, the last time I used dual boot setup was more than 5 years ago. Has this gone any better nowadays?
Oh yeah. Given how close the keys are together I might have tried to use dc
and ss
as well
Exactly! I rant about this a lot, but I know at least couple of people who run with laptops that have broken audio. As it turns out, installing sound card drivers is not really an option as the janky-ass drivers that the manufacturers put out nowadays can irreparably brick your entire system. It is beyond my understanding why recovery, restore, and even safe mode would even try to load them in the first place, but, apparently they do, and then crash before you could even do anything, leaving re-install as the only option.
Meanwhile, I rm -rf
-ed my /boot
directory the other day, and then df
-ed a couple gigs of /dev/zero
straight into /dev/sda
. Got it back up running in just a few hours… of kicking myself for why would I do such a stupid thing.
Re-installs are for scrubs windows users. We don’t do that here. SSH from other machine, chroot from live usb, switch to TTY or even UEFI interactive shell. Fix your shit, and get to understand how it works while at it.
I just did that, why not, but it misreported my DE anyway, so I’d take the OP post with quite a grain of salt.
What about PRIME, though? I’d like to give it a shot, but I only just ironed out my setup with triple-gpu(all different vendors) and a ton of sweat, I’m afraid it’s going to be back to square one with wayland.
It is said that the true linux developer can survive for months at a time on nothing but a piece of dead skin from a callus on his foot and the energy of the community-maintained free and open-source software
Windows, too. Turns out, there’s a hard-coded image size limit. If you’ve got a ~5k screen or bigger, or equivalent size virtual desktop with multiple monitors - you gotta find a way to compress it below limit. Nope, webp is not accepted, even though it is perfectly capable of using it.
~/Sources for stuff I’m only building from sources and no immediate intention to contribute to
~/Projects for stuff I’m involved in, with a following structure:
Projects - Personal - - Art - - Music - - Code - - - Ideas - - - In progress - - - Deployed - - - Scripts - - - Abandoned - [Company name] - - [Project name] - Interviews - - [Company name]
The last part grouping project by companies has worked great for me, especially with freelance and outsource work. Sorting personal projects into types and stages feels like a mistake, as every time I have to navigate it, I can’t help but think of limitations of hierarchical file systems, as some of them are multiple types simultaneously, and also moving projects between stages feels dumb.