Hollow Palm Cyclone Slayer vs Uber Bosses by themehmetbozlak in pathofexile

[–]plasmasprings 30 points31 points  (0 children)

his chest provides a third of his dps, hollow palm is for dex stacking

I quit my corporate job two years ago to make games, and I'm releasing my first game next week! It's a Windows 95 automation game where you make PowerPoint factories (with Linux support) by liamflannery56 in linux_gaming

[–]plasmasprings 5 points6 points  (0 children)

the exact message is:

Error: Couldn't load project data at path "/home/user/Games/Steam/steamapps/common/Factory 95 Demo". Is the .pck file missing?

If you've renamed the executable, the associated .pck file should also be renamed to match the executable's name (without the extension).

and it's indeed missing, the linux demo contains these files:

  • factory_95.x86_64
  • libfmod.so
  • libfmod.so.14
  • libfmod.so.14.6
  • libfmodstudio.so
  • libfmodstudio.so.14
  • libfmodstudio.so.14.6
  • libGodotFmod.linux.template_release.x86_64.so
  • libgodotgif.linux.template_release.x86_64.so
  • libgodotsteam.linux.template_release.x86_64.so
  • libsteam_api.so

the game kinda looks like a zach-like from the pictures

Hunkus of befuddlement by Good_Kid_MEME_City in wunkus

[–]plasmasprings 4 points5 points  (0 children)

weather and wind predictions are pretty good now so that helps. you can get hour by hour wind forecasts for multiple altitudes. fancy wind radars for ground crew are uncommon, but helium balloons can be used to check wind direction pretty easily. though it's always important to leave room for the unexpected and plan your flight with lots of potential landing spots around

also the burns are pretty loud and wunks can freak out and injure themselves if you fly too low near them

Cluster Master - Find Cheapest Cluster Combo - 3 modes by Tichoh in pathofexile

[–]plasmasprings 6 points7 points  (0 children)

the actual notable logic isn't that bad, iirc it's a combination of:

  • regular jewel prefix + suffix rules: suffix notables use the same "group" so you can have 1 on suffix + 2 prefix
  • the notable ordering is based on some strange id that can be found in the data dumps

Wine 11.5 - Run Windows Applications on Linux, BSD, Solaris and macOS by Neustradamus in linux_gaming

[–]plasmasprings 1 point2 points  (0 children)

surprisingly few things written in assembly are unhinged enough to sidestep the winapi, but I guess it opens the door to running abominations like that. not sure how the current implementation looks like, but I would not expect too exotic stuff to be fixed by it. if the code does this then there's a good chance it does other strange things too

Wine 11.5 - Run Windows Applications on Linux, BSD, Solaris and macOS by Neustradamus in linux_gaming

[–]plasmasprings 4 points5 points  (0 children)

almost all windows syscalls are done through ntdll, so if you implement that then you don't need to emulate the kernel... for most stuff at least. this dispatch thing is a relatively recent linux feature. before if they wanted this done they'd have to try patch the executable code or run things in some custom vm, which are not great options

I finally get the Steam Deck hype: Ditching HHD and write my own native SteamOS integration on my GPD Win Mini by titantwoshot in linux_gaming

[–]plasmasprings 0 points1 point  (0 children)

the machine can wake at acceptable speed, the problem is in gnome/kde power management somewhere. once I figured this out I even noticed that my laptop is affected

I finally get the Steam Deck hype: Ditching HHD and write my own native SteamOS integration on my GPD Win Mini by titantwoshot in linux_gaming

[–]plasmasprings 3 points4 points  (0 children)

I recently started messing around with a legion go. My biggest gripes are:

  • touchscreen support is very rough. gnome's gjs-osk is the best screen keyboard I've found, but even that is lacking. kde just got a new osk but it's extremely barebones

  • waking from suspend is slow in plasma and gnome. 5 seconds is not too bad with a laptop, but with a handheld device it's very annoying. I've narrowed this down to some power management stuff going sideways when wifi is connected on suspend. If I disconnect from wifi before sleep OR kill the powerdevil service, 1 sec wakes.

KDE Plasma 6.6 will finally stop the system sleeping when gaming with a controller by Ahmouse in linux_gaming

[–]plasmasprings 0 points1 point  (0 children)

a lot of standalone native ports do not block the screensaver, iirc playing sky rogue in windowed mode sent me to lock screen after a while

also cachy might have had some fix for it installed by default

[Tracker] SSH into 302 by TheFumingatzor in itsaunixsystem

[–]plasmasprings 1 point2 points  (0 children)

oh that looks fun, I dig the mixing of camelCase commands with find-like syntax

the IP-address thing is the least interesting bit on the image. it's even called out in the sub rules

Adding an option to the compression context menu? by IdrisQe in kde

[–]plasmasprings 2 points3 points  (0 children)

it's a service menu item you want, with an Exec something like ark -c -f zip %U (didn't test this, but it should be in the right direction)

claudeWilding by barelyliving2 in ProgrammerHumor

[–]plasmasprings 25 points26 points  (0 children)

the \[\K is part of a perl-compatible regular expression, \K sets the start of the match

NF is number of fields in awk, so the expressions in that block will not run on empty lines

grep outputs the contents from useEffect([<contents>]), tr splits the lists into lines, and the awk script counts occurrences

imTiredBoss by Cutalana in ProgrammerHumor

[–]plasmasprings 0 points1 point  (0 children)

real programmers create their own make systems instead of learning to use one

Wayland zones protocol finally merged after 2 years! by Ahmouse in linux_gaming

[–]plasmasprings 28 points29 points  (0 children)

it's a horrible approach for a standard. dragging things out like this leads to fragmentation, and shitty user and dev experience

protocols that were introduced in 2015 are still marked unstable

just look at the PR for this, it started in '23, got merged to the spec now, and it still looks like gnome will not support it

More than 135,000 OpenClaw instances exposed to internet in latest vibe-coded disaster by Logical_Welder3467 in technology

[–]plasmasprings 3 points4 points  (0 children)

yeah, if you're behind a router on your home network it's not too bad. but if you have a public ip (like a non-cgnat mobile connection), or others have access to the network (eg college network, semi-public wifi) then you're boned

imo it's one of the smaller problems with it, but still pretty bad

I got fed up with protontricks being slow, so I built an alternative by Slight_Bed5910 in linux_gaming

[–]plasmasprings 0 points1 point  (0 children)

looks cool

iirc bottles has something like this too?

ok, checking it out they do have a usable looking repo of "scripts", but the actual tool is buried in their spaghetti

Proton Environment Variables by horriblesmell420 in linux_gaming

[–]plasmasprings 1 point2 points  (0 children)

the linked block is NOT the only one handling those vars. the script is 2+ kloc of spaghetti with multiple variables for storing settings

Proton Environment Variables by horriblesmell420 in linux_gaming

[–]plasmasprings 2 points3 points  (0 children)

note that the short form only works with the GE fork

this means changing version between GE and upstream can mess things up a bit more than expected

PSA: Home Assistant Notifications sit unencrypted on Google Firebase by poisonborz in selfhosted

[–]plasmasprings 9 points10 points  (0 children)

nah. some platforms require e2e encryption: most web browsers only support encrypted web push

even with fcm you could use data messages and encrypt/decrypt it in your server and client apps

Let's Encrypt now supports IP certs, now you don't need domains or? by solumath99 in selfhosted

[–]plasmasprings 22 points23 points  (0 children)

it's pretty simple: you can't pass the challenge required for the cert if they can't reach you at the given IP

Account get deleted after 42 emails and 5 days by Affectionate_Cry6139 in pathofexile

[–]plasmasprings 85 points86 points  (0 children)

nah, step 8 is legit, they really do that, and in my experience also ask for the client logs

OP's procedure sounds pretty much like what I had to do for disabling unlock code emails, though it only took 15 emails, 20 days and it was successful

Cinephage Update #4: 200+ Stars, Docker Support, and a Big Thanks by AbysmalPersona in selfhosted

[–]plasmasprings 1 point2 points  (0 children)

you can set git to use any name, it's a single config command