Shady_Shiroe

joined 1 year ago
[–] Shady_Shiroe@lemmy.world 7 points 2 months ago

'28008 3434', can share memes on those things too, you just need to hold it upside down

[–] Shady_Shiroe@lemmy.world 2 points 2 months ago* (last edited 2 months ago) (1 children)

The installation media you're attempting to install on this hardware is not supported and does not follow our privacy protection policy, please contact our support team for further assistance

EDIT: damn I feel like I should get hired by Microsoft or some other sh#t company because I'm getting good at this anti consumer crap

[–] Shady_Shiroe@lemmy.world 8 points 2 months ago (3 children)

Root account unavailable, you have not activated the premium account for this Linux installation, please activate by purchasing it for a $5 monthly subscription

[–] Shady_Shiroe@lemmy.world 6 points 2 months ago

Backups are important, especially passwords stored on images which is leagues more secure than plain text

[–] Shady_Shiroe@lemmy.world 8 points 2 months ago

Frodo has been working out it seems

[–] Shady_Shiroe@lemmy.world 5 points 3 months ago

After that its Titus's Linux from Stratch

[–] Shady_Shiroe@lemmy.world 56 points 4 months ago (8 children)

hyprland or something idk I use plasma

[–] Shady_Shiroe@lemmy.world 6 points 4 months ago

Removed

Idk what was said here, I just wanted to join.

[–] Shady_Shiroe@lemmy.world 3 points 4 months ago

I decided the nuclear option using mint with kde plasma 5

Well I did switch to opensuse tumbleweed, liked kde plasma a lot so while setting up weekly backups, I ended up... uh... "overwriting" it and my last external backup was a month old mint backup, so to not set things up again I just install kde on mint and said F it.

 

I recently learned about a product called a Zimaboard, which to my understanding is like a raspberry pi, and the default OS on the listing says that it comes with CasaOs. Doing a quick search, I found the website and tried their demo, which had a very modern look with many popular apps available and so I got curious as to why this wasn't as popular as other server os.

I want to know if any of you had a go with any of these things and if you have some experiences or opinions regarding it.

It's very modern looking UI gives of "Apple" vibes which makes me trust things less, but that's just my caveman brain acting up, hence the reason I'm asking.

[–] Shady_Shiroe@lemmy.world 8 points 5 months ago

It's not true admin privileges, windows won't let you delete system32 the normal way, Linux on the other hand will tell you good luck and bail as you delete everything

[–] Shady_Shiroe@lemmy.world 9 points 5 months ago (2 children)

Time to boot up the old windows 98 machine from the closet and start making my own modern app alternative.

 
 

When you click on an image and double tap to zoom, it zooms to the microscopic level or is it just me?

 

I got a dualshock 4 controller for $10 that had pretty bad joystick shaking that I just opened up and cleaned really well, which (mostly) fixed it. I tried playing some games on PC, but I want to try some stuff on my phone now, couldn't find an app that wasn't crashing or that didn't require a mac/windows pc to work, so I want to see if someone out there knows of an app like that. My phone is a OnePlus 9 running android 14.

If there is nothing good out there then it's cool, just wanted to try for fun and I know asking on forums is better than whatever some search optimized article or a 5-year-old reddit post can offer.

 
 

Never played any racing sims before and thought to give it a try, I won a pxn v9 set off an auction for $35, but I can't seem to get it to work, the game I'm trying to play is RaceRoom. I am on Linux mint 21.2

lsusb -t output:

/: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 10000M /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 480M |__ Port 2: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M |__ Port 2: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 10000M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 480M |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M |__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M |__ Port 2: Dev 4, If 0, Class=Vendor Specific Class, Driver=, 12M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 480M |__ Port 5: Dev 2, If 1, Class=Wireless, Driver=btusb, 480M |__ Port 5: Dev 2, If 2, Class=Wireless, Driver=, 480M |__ Port 5: Dev 2, If 0, Class=Wireless, Driver=btusb, 480M |__ Port 6: Dev 3, If 0, Class=Hub, Driver=hub/4p, 480M |__ Port 7: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 12M

 

I am assisting in making a wiki for an old game, and we ripped the avatar GIFs from the games shop and want to have a catalog of them. What I need to do is to crop all the borders which are identical from 3,170 GIFs and maybe make background transparent.

I haven't used python in years, but I managed to cobble up something that almost works as a single image test, only issue is that it crops and outputs only the first frame:

from PIL import Image

if __name__ == "__main__":
    input_loc = "AvatarShopImages/80001.gif"
    output_loc = "Output/80001.gif"
    im = Image.open(input_loc)
    im = im.crop((4, 4, 94, 94))
    im.save(output_loc)

If it looks weird, it is because I copy/pasted some code and edited a lot out of it.

 
 
 
 
 
view more: next ›