s12

joined 2 years ago
[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

Who, other than children, do not know this yet?

Their parents, new/casual games, charity shops that might want to resell, etc.

It just slaps a big bold 'haha the fuck you isn't even in the fine print anymore' label on a product and makes our cyberpunk dystopia a little bit more obvious, but doesn't achieve any useful goal in terms of altering actual game design/support or consumer rights.

True, but that would make it slightly easier for offline games, games that allow for private hosting, and games with an end of life plan that would allow it. They would be able to compete more easily if they could be easily identified. That could then incentivise companies to add end of life plans.

A step in the right direction would be great. Even if it’s a small step.

[–] [email protected] 2 points 1 week ago (2 children)

I believe another alternative would be to make it completely clear that you’re getting a temporary license. You shouldn’t be able to try to make it look like you’re buying a game when you don’t then even own.

[–] [email protected] 2 points 1 week ago (1 children)

I’m really into Computer Science too.

I got a degree, then spent a year job searching to end up working customer service; carrying drinks up and down stairs for a few months. I eventually got an internship doing programming.

It’s nice to finally have a job in something that I’ve been interested in for a long time, although now I guess a very large amount of my time is spent using computers. Also, even if it pays more, I suppose writing code where I don’t even fully know what it’ll be used for feels less “rewarding” than serving customers.

[–] [email protected] 11 points 1 week ago (3 children)

Perhaps it’s simply because there’s less benefit to more obsolete stuff that there’s less pressure to study it, thus it’s more fun?

When something becomes a job, it becomes less fun. It’s often good to keep work and hobbies somewhat separate.

[–] [email protected] 26 points 1 week ago

Left has thicker plot armour.

[–] [email protected] 6 points 2 weeks ago (1 children)

I’ve heard of something called “Red Eclipse”, which seems to be under CC-BY-SA.

[–] [email protected] 5 points 2 weeks ago
[–] [email protected] 1 points 2 weeks ago
[–] [email protected] 4 points 2 weeks ago
[–] [email protected] 8 points 2 weeks ago

The bare minimum is still exhausting though.

[–] [email protected] 43 points 2 weeks ago (3 children)

Glory hole 1: The glory hole below me is not a mimic.
Glory hole 2: The mimic uses bold text.
Glory hole 3: The mimic has an even number.
Glory hole 4: I am not a mimic.
Glory hole 5: The mimic has an odd number.

Choose wisely. There is one mimic who lies.

[–] [email protected] 22 points 2 weeks ago

Chest: “I am definitely not a time mimic.”

25
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/godot
 

I’m just curious about which is the most efficient way of doing this kind of node enumiration:

for i in something():
    o=[var1,var2,var3,varN][i]
    o.new()
    o.do_something_based_on_number_of_loops()
    add_child(o)

or

for i in something():
    match i:
        0:
            o=var1
            o.new()
            o.do_something_based_on_number_of_loops()
            add_child(o)
        1:
            o=var2
            o.new()
            o.do_something_based_on_number_of_loops()
            add_child(o)
        2:
            o=var3
            o.new()
            o.do_something_based_on_number_of_loops()
            add_child(o)
        N-1:
            o=varN
            o.new()
            o.do_something_based_on_number_of_loops()
            add_child(o)

or

var items = [var1,var2,var3,varN]
for i in something():
    o=items[i]
    o.new()
    o.do_something_based_on_number_of_loops()
    add_child(o)

Or is there a more efficient way of doing it?

Edit: Sorry if that wasn't clear. Is it better to constantly get something from an "unstored list", store the list in a variable, or not use a list and use a match statement instead? Do they have any advantages/disadvantages that make them better in certain situations?

 

Baldur’s Gate 3 worked fine before. Now it returns to the game’s library page just before it would normally show the game’s logos.

We tried switching to proton experimental, as suggested by people who were having a similar issue back in August, but this gives the same result.

Has anyone been experiencing anything similar, or does anyone have any advice?

Thanks in advance.

Edit: I tried setting “gamemoderun --skip-launcher” or “--skip-launcher” as a launch option, but this didn’t work.

 

Ah. It's still called cake day over here.
Wasn’t sure if it had to be called something different on Lemmy.

 

I want to install Debian over an existing Debian install with an existing home partition in an encrypted lvm (to upgrade to testing), and I have been practising in a vm.

After trying to follow the advice on https://www.blakehartshorn.com/installing-debian-on-existing-encrypted-lvm/, I successfully reached the end of the installation, but when I try to boot into my system, I get the error(s) shown in the attached screenshot.

Any idea what I did wrong/need to do?

Edit: "sgx: There are zero EPC sections" is something that displayes when booting successfully into a machine that works too.

 

I noticed the updater was incredibly slow today. security.ubuntu.com seems to be down. Is that the reason the updater isn't working so well right now? Why is that the case? It makes it somewhat difficult to apply other updates. Even changing mirrors is incredibly slow and hardly works.

Also, how long does this usually go of for if so?

Update: Seems to be working fine now. Anyone know what happened?

 

In PowerPoint, you can just select everything, then right-click -> save as image, and it saves whatever you have selected rather than the whole slide. There doesn't seem to be a way to do that in Impress, but I realised you could copy-paste into Gimp and that would copy the objects as an image, so I've been making memes that way.

 

I'd known I had Asperger's practically all my life, but it wasn't until much later that I'd heard it be called "a disability" and I took a lot of offence to it. It looks like this was actually the first meme I ever made.

 
 

Just curious. Couldn’t find out on Google.

Since Lemmy instances are self hosted, I imagine that it would be much less than most social media sites.
What about types of files? Could you upload an animated image sequence or video if the file was small enough?
Does this vary between instances?
Could you even upload stuff such as .zip if admins wanted to specifically allow it?

 
view more: ‹ prev next ›