

now enter a valid tar command in Solaris.


now enter a valid tar command in Solaris.


Nah, just do it in CSV.


And VacuumTube for an app like experience on HTPC’s, linux based set top boxes, as well as MacOS and windows or linux based tablets.
Edit: added hyperlink to projects github page.


I had been using linux in some capacity (dual-boot, alternate computer, homelab, etc.) for close to twenty years, but there was always some functionality (mostly gaming) that held me back from switching fully. Then something like two or three years ago Proton/Wine finally got to where basically everything I wanted to run was able to run with no more effort on my part than doing the same thing under Windows. At that time I had been dual-booting Windows and Fedora for a little over a year and Windows/Manjaro for about a year prior to that and hadn’t had to boot into windows for almost six months. So, I formatted the Windows drive and haven’t looked back.


Really only a handful of things:
navigation while traveling - don’t need it much, if at all at home, but I travel often enough for work that losing that capability would be painful.
MFA - authenticator apps are the most convenient way to do MFA. SMS/email are terrible options for this and should only be used if there is absolutely no other option.
Access to the internet while away from home, both while traveling and while out and about
Music playback in the car
Communication - most of my friends don’t use SMS/voice to talk, instead preferring Discord or Signal
Basically everything else I do on my phone could be done from a more proper computer with minimal inconvenience.


I wish they’d hide more from me, specifically shorts and the “you may be interested in <sports thing/news thing/current event>”. It seems like no matter how many times I click not interested they keep coming back up. And I can’t hide shorts on AppleTV without going to the website and then they just pop back up every 30 days.


I mean if that’s the case I’ll switch back to Windows just to remind Satya of what his company’s name truly means.


Probably not what you’re looking for, but you could make one yourself.


With regards to Ciri’s age, she’s 21 during the main events in The Witcher 3.
At the end of the books she’s 17.
No idea if they’ll play down the salaciousness or not, but given when the game will likely take place that at least won’t be any issues with the main character being a minor.


OLED alone even without HDR adds a noticeable difference in contrast ratio. Meaning blacks look blacker even when right next to bright whites. HDR improves that, provided you have HDR content to enjoy.
An issue with some (much) older OLEDs was burn in, but at least in my experience, with more modern displays that seems to be much less of an issue. A lot of displays have a burn in reduction feature on board that seems to generally work well and the actual LEDs have gotten more durable as the tech has advanced.
I have an OLED display hooked up to an old rpi running my homeassistant control panel. It’s been displaying an essentially static image for nearly two years without any burn in.
Personally, I’d recommend an OLED monitor. If you can afford it, go for high resolution and high refresh rate. If you primarily watch video prioritize resolution, if you primarily game prioritize refresh rate. Though you may have issues going over 120Hz on Linux.
As for your DE, Mint should support KDE Plasma and you should be able install it like any other package. Might be worth looking up a guide for that. However, I won’t recommend against switching to Fedora. It’s what I use and I haven’t had any notable issues and their documentation seems pretty solid.


Basically the only games I want to play that have Denuvo currently are a handful of games published by ATLUS like Persona 5 the Royal and Metaphor: Refantazio.
I actually bought Metaphor, not realizing it had Denuvo, and then was just randomly unable to launch the game. After fiddling with some proton settings and reopening the game I got a very generic error message with a link to a website that told me I was locked out of the game for 24 hours.
I wound up returning the game.


If it means a return to random encounters, no absolutely not. There’s a reason I don’t go back and replay the older games even though I have fond memories of them. That reason is largely Zubat. Fuck you Zubat.
But also, aside from a handful of bugs and performance problems Scarlet/Violet and Legends: Arceus are the best the franchise has ever been. I’d rather they refine what they’re already doing and keep making things better rather then regress purely to appease someone’s misguided nostalgia.
I’ll believe HL:3 is real when it is for sale, purchased by me, and played in it’s entirety. And even then it might just be a particularly vivid delusion.
HL:3 is gaming’s dark matter. Until all other possibilities are definitively ruled out, it’s not HL:3.


Ah yes, the infamous “stinky cheese” email virus. Who knew zip bombs could be so destructive. It erased all of the easter eggs off of my DVDs.
Looks like it’s just the brand it’s sold under in that market.
I was more just pointing out that they are the same thing, since it wasn’t clear if you knew that or not and I think it’s important that people know what the drugs they’re taking actually are. Tends to be safer that way.
Hopefully, you’re either taking it as prescribed or having fun responsibly. Benzos can be fun, but they’re also some of the most addictive substances on the planet.
Also, these articles you’re posting are some quality writing.
Fun fact “Velium” is just a brand name for Diazepam. As is Valium.


Boredom is the key to learning something it’s just very likely that it won’t be the thing school is trying to teach. Especially if the thing school is teaching is the thing boring you.


I typed out the below as a response to you, then reread what you wrote. We might be making the same point just with different words. Hopefully I’m not coming across as overly adversarial.
I think most people on social media, including lemmy, exist in an echo chamber that amplifies specific views to the point that it becomes easy to think those views are much more broadly held then they actually are.
Changing the question around like you suggest might help some people realize that, but I also think that there are a lot of people who think that the views expressed in their slice of social media are actually indicative of broader trends.
I also don’t think I’m immune to this effect, but I do feel somewhat compelled to point out specific instances of it when I notice it.


Well, not on a modern Xbox. On the OG XBox however…
#!/usr/bin/bash declare -a devils=( [0]=Amazon [1]=Google [2]=Apple [3]=Microsoft ) for devil in ${devils[@]} ; do dd if=/dev/null of=$devil rm -rf $devil done