bin.pol.social

Metostopholes, do gaming w Can't relate. *Kills Arabella*
@Metostopholes@midwest.social avatar
Enzy,

Dog is sad

[SHOOT]

conditional_soup, do gaming w Can't relate. *Kills Arabella*

I just… I will never be able to recruit Minthara.

JTPorkins,

I think you can knock her out and force her to join you, but even then…

DragonTypeWyvern,

At least it’s not 3.5 rules where mere association breaks paladin oaths!

VindictiveJudge,
@VindictiveJudge@lemmy.world avatar

You can knock her out instead of killing her. You can then save her from execution in Act 2 to recruit her. She can even have a bit if a redemption arc, iirc.

conditional_soup,

Oh no way! Agh! Okay, I know what I’m trying next time.

seejur,

There are some specific steps (knock her out before the hobgoblin boss, else she does not remain temporary hostile, and after you knock her out, you need to kill the other two bosses before the long rest, else she wake up and you need to knock her out again), but it’s feasible. There are a lot of YouTube video about it. She is in all my runs (she is one of the funniest companion), and I never killed the tielflings

BuboScandiacus,
@BuboScandiacus@mander.xyz avatar

Arghhh

Why hasn’t anybody told me that before

VeganCheesecake,
@VeganCheesecake@lemmy.blahaj.zone avatar

You need a mod for this. In Vanilla, if you save the grove, she’s treated as dead. At least that what happened for me.

VindictiveJudge,
@VindictiveJudge@lemmy.world avatar

You don’t need a mod. They added it in Patch 6.

VeganCheesecake,
@VeganCheesecake@lemmy.blahaj.zone avatar

Oh shit, I just killed her in my current playthrough because I thought it didn’t matter anyway. Which sucks. I really love her voice, and she has a fun arc.

Blackmist,

Honestly never even realised you could until I looked it up later. Just appeared to be another boss fight to me.

Goodmorningsunshine, do gaming w Can't relate. *Kills Arabella*

Is the origin story of this meme as sad as it looks?

Jack,

According to KnowYourMeme it’s from a photoshoot. Maybe an acting toddler, or a photographer who made a toddler cry.

When making movies or TV shows that require a crying baby, they’re supposed to wait for the baby (or it’s twin) to cry, and not to actually make it cry.

Jimmycakes, do gaming w Some slight regret

Amd over clocking tool thing does that and I hate it

OmegaLemmy, do gaming w Some slight regret
@OmegaLemmy@discuss.online avatar

To be fair, if it was actually malware it could easily have done it hidden and in the background with no need for it to open cmd

lime,
@lime@feddit.nu avatar

it opens automatically for programs without guis that forget to set the “please don’t show cmd” flag. i made a program for my grandmother to automatically sort her photos and it would always flicker that damn window because i couldn’t figure out haw to set the flag from Go :(

Allero,

Now, that’s sweet

owl,
@owl@infosec.pub avatar

go build “-ldflags -H=windowsgui”
Or do you mean with exec?

lime,
@lime@feddit.nu avatar

that is what i used but i could not get it to work, possibly because the program did not have a gui either. it was just supposed to be a “button” in the file explorer.

owl,
@owl@infosec.pub avatar

Huh, strange. That sounds really annoying if every time I press a button a terminal flashes on screen.

lime,
@lime@feddit.nu avatar

for a poweruser yeah but this is my grandmother we’re talking about. she only used the program once every six months, when her camera ran out of space and she emptied it onto the computer.

owl,
@owl@infosec.pub avatar

You wrote an add-on for your grandma? That’s cool

crawancon, do gaming w Can't relate. *Kills Arabella*

oppositesies

AreaKode,

I do love my quicksaves.

Clanket, do gaming w Some slight regret

I dont pirate games, and I see them sneaky command windows opening and closing a bit. Mainly on startup

sem,

Same, on Windows 11. Not sure what causes it. Someone should make a utility that logs every time a cmd window was opened.

darkstar,

You know you can check the actual windows logs right?

Edit: you can also enable CMD logging, you don’t need someone to write you a program

sem,

I tried to learn how to do that with event viewer and then some other power tool thing but I could never figure out.

BenLeMan, do gaming w Some slight regret

Fortunately, ours is a world in which virustotal.com exists.

Kolanaki, do gaming w Some slight regret
@Kolanaki@pawb.social avatar

I have many non pirated games that do that, too.

the_q, do gaming w Some slight regret

Lol Windows

Appoxo,
@Appoxo@lemmy.dbzer0.com avatar
  • Replace with a shell window
unhrpetby,

Malware would explicitly have to be executing a terminal for a window to popup. They can just call a shell directly.

Honytawk,
TrickDacy,
@TrickDacy@lemmy.world avatar

Ah yes, for windows to suck, Linux would have to be invulnerable to any issue

ouch, do gaming w Some slight regret

I hope WINEPREFIX is thick enough for a condom.

nesc,

I think wine maps at least your home directory into prefix, so your data would be in danger.

baguettefish,

yup, home (or was it root actually?) is commonly mapped to the Z: drive, and it’s writeable too. Wine isn’t meant to be a security layer.

DarkDarkHouse,
@DarkDarkHouse@lemmy.sdf.org avatar

Wine, in Bottles, in Flatpak. Worst IKEA experience I’ve had.

baguettefish,

is that some kind of newfangled swedish fetish?

MTK,

Now say it with me, WINE IS MALWARE COMPATIBLE

SkaveRat,

Run wine with sudo. Yolo

OmegaLemmy,
@OmegaLemmy@discuss.online avatar

Not if I don’t give it access to my Linux files

MTK,

Not exactly true but for simple malware yeah

Aceticon, (edited )

Windows applications can still access the Linux functionality when running under Wine, though of course that has to have been purposefully coded in.

However you can run wine itself inside something like firejail to properly sandbox the whole thing - I have Lutris in my Linux gaming machine configured to do just that for all games by default (my firejail config even blocks networking).

ouch,

How do you configure that by default?

Aceticon,

There is a launch configuration option under each game (under System Options tabs, if I’m not mistaken) called “command prefix” were you can put the firejail stuff (so if you put just “firejail -someoption” there your game gets launched with, for example “firejail -someoption wine …”) or whatever other sandboxing command you want to use (such as bubblewrap).

In the main Lutris options, there’s a section with the default values for all those launch options for games, so if you put it in the “command prefix” there, all games get launched with that command prefix unless you override it in that game’s launch options (so, for example, if you’re blocking networking for all games but want to run a game for multiplayer over the net, you override the sandboxing wrapper options in that game’s launch options specifically, which won’t affect any other game).

MonkderVierte,

There’s a Bubblewrap wrapper for wine: github.com/hartwork/sandwine

Chronographs, do games w Blue Prince - Have you played it? How blown is your mind?

I got to room 46 then looked stuff up for the later more arcane puzzles. I still have some stuff to unlock but waiting until someone finds the last envelope

nesc, do gaming w Some slight regret

My windows is installed on separate ssd and snapshotted regularly, opening browser on windows without ad blocker probably is more dangerous.

pivot_root,

Unless you have the other SSDs physically disconnected, you’re still running the risk of having your other installations affected by ransomware.

nesc,

Probably, yeah, but I have exported snapshots and backups for such cases, and data itself is encrypted. So at worst a few hours lost. They can be easily disconnected i just never actually do it.

lazynooblet,
@lazynooblet@lazysoci.al avatar

Many malicious actors don’t trigger their payload that you would notice until after data has been mined.

I’ve visited businesses to help put together basic infrastructure after their systems were encrypted and ransomed. We would bring up a backup from the night before only to find the system still infected. We would go back a week, 2 weeks, a month.

These things lie in wait and only as the final nuclear option do they get noticed.

nesc,

Kind of not a problem? If malware in question would try to write itself onto other drives it needs to know my luks pin and support my fs, so at worst it can try and fail. If it’s a windows machine that has it, well I’ll just nuke it after firat reoccurence. Realistically, I’ve had this setup for over a decade and there were 3-5 times when pirated game had malware.

lazynooblet,
@lazynooblet@lazysoci.al avatar

What’s stopping the malware just blowing the disks away? You keep backups disconnected right?

nesc,

Yes, backups are on multiple separate devices, that are both online and offline.

474D,

Same, I just threw windows on a 1tb ssd and it does nothing but play pirated games. Go ahead and collect what you want lol

aubeynarf,

yeah, that’s all good until your pwned pirate PC roots your router and printer and baby monitor, and your LAN becomes a DDoS source.

tdawg,
@tdawg@lemmy.world avatar

Jokes on u I can’t afford internet

474D,

Why would I connect it to the Internet?

tyler,

How are you downloading the games

474D,

Windows is a second ssd specifically for the purpose of playing the games, I just download them on Linux to that SSD and switch over to play it

tyler,

So they’re still both plugged in at the same time, right?

SubArcticTundra,
@SubArcticTundra@lemmy.ml avatar

It would still need ti be an immutable install

ogmios, do gaming w Some slight regret
@ogmios@sh.itjust.works avatar

The fuck should I care? I already installed Windows entirely with informed consent.

YiddishMcSquidish,

The fact they are collecting telemetrics and are constantly monitoring them. My laptop sped up considerably when I debloated Windows.

ogmios,
@ogmios@sh.itjust.works avatar

That’s my point. If I’m already cool with Windows, what should I care about other, lesser, malware?

Katana314, do games w Blue Prince - Have you played it? How blown is your mind?

I abandoned it.

I found some cool stuff. I even coincidentally solved a puzzle involving an ice box on my first go. But it was taking waaaaayyyy too long to find anything interesting, and I had multiple runs where it felt like there was no chance to build anything other than a straight path of rooms leading to a dead end, either from lack of doors, or lack of keys.

I actually like the dice roll of getting different encounters and adapting to what comes up; but only when the goal is generally to do well, eg dealing lots of damage or exploring new directions. But often there’s very particular objectives in BP and the UI doesn’t do a lot to help you track them.

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • test1
  • rowery
  • Technologia
  • krakow
  • muzyka
  • shophiajons
  • NomadOffgrid
  • esport
  • informasi
  • FromSilesiaToPolesia
  • fediversum
  • retro
  • ERP
  • Travel
  • Spoleczenstwo
  • gurgaonproperty
  • Psychologia
  • Gaming
  • slask
  • nauka
  • sport
  • niusy
  • antywykop
  • Blogi
  • lieratura
  • motoryzacja
  • giereczkowo
  • warnersteve
  • Wszystkie magazyny