lawrence

joined 1 year ago
MODERATOR OF
[–] lawrence@lemmy.world 16 points 1 month ago* (last edited 1 month ago)

True, no one could replace the master. But in terms of art and style, Toriyama has already given his blessing to the artist Toyotarou.

 
[–] lawrence@lemmy.world 1 points 3 months ago

ELI5 by Claude 3.5 Sonnet:

Imagine you have a big playground where lots of kids come to play and talk. This playground is called X (it used to be called Twitter). One day, some grown-ups who make toys and candy decided they didn't want to let kids play with their stuff on this playground. They told other grown-ups not to bring their toys there either.

The person in charge of the playground, Linda, thinks this isn't fair. She says the playground is better than ever, with more kids playing and having fun.

Linda is upset because the grown-ups are being mean and not sharing their toys, even though the playground is safe and fun. So now, she's telling a teacher (which is like a judge for grown-ups) that these people are being unfair and breaking the rules.

She wants the teacher to make them play fair and bring their toys back to the playground. Linda thinks this will make the playground even better for all the kids who like to play there.

[–] lawrence@lemmy.world 1 points 4 months ago (2 children)
[–] lawrence@lemmy.world 8 points 5 months ago (3 children)

Llama 3 explanation:

Why do Russians keep falling out of Windows?

I think there may be some misinformation or stereotypes at play here!

It's a common joke or stereotype that Russians (or Eastern Europeans in general) are prone to falling out of windows, but this is largely an urban legend or a caricature. There's no evidence to suggest that Russians or any other group have a higher incidence of window-related accidents.

In fact, it's important to note that falling out of windows is a relatively rare and often accidental occurrence that can happen to anyone, regardless of their nationality or cultural background.

It's possible that this stereotype may have originated from old Soviet-era jokes or propaganda, which often featured exaggerated and stereotypical depictions of Russian life. Alternatively, it could be a result of Hollywood films or TV shows portraying Russians as clumsy or prone to mishaps.

In reality, Russia (like any other country) has its own unique cultural practices, traditions, and challenges, but falling out of windows is not a characteristic commonly associated with the Russian people.

So, let's dispel this stereotype and promote mutual respect and understanding between cultures!

 

Context, I use Linux, usually. I have been a user of Debian, Ubuntu, and Fedora for a few years.

Recently, I acquired a decent graphics card (GeForce RTX 4070) and, for others reasons, decided to uninstall my Windows and install Linux.

I saw that Pop!_OS already has an image with everything pre-configured from Nvidia. Is this pre-configuration worth it, are the games more stable on this distribution, or is it the same as installing Nvidia's proprietary drivers on Manjaro?

I asked this same question on other communities, but only now I found a specific community for gaming on Linux. Thanks.

31
submitted 5 months ago* (last edited 5 months ago) by lawrence@lemmy.world to c/linux@lemmy.ml
 

cross-posted from: https://lemmy.world/post/16149785

Cross-posting here for more opinions.

Gentlemen, just for context, I usually use Linux. I have been a user of Debian, Ubuntu, and Fedora for a few years.

Recently, I acquired a decent graphics card (GeForce RTX 4070) and decided to uninstall my Windows and install Linux.

I saw that Pop!_OS already has an image with everything pre-configured for Nvidia. Is this pre-configuration worth it, are the games more stable on this distribution, or is it the same as manually installing Nvidia's proprietary drivers on Manjaro?

[–] lawrence@lemmy.world 4 points 5 months ago (2 children)

It's a bit more complicated. Besides the Steam credentials, you also need to share your email and its password. You need to provide your mobile phone unlocked or share its password (for SMS and two-factor authentication).

 
 
 

Author: berkeleymews.com

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

I forgot to add the Tumbleweed to the OpenSUSE - that was what I meant. Fixed, thank you!

[–] lawrence@lemmy.world 18 points 6 months ago* (last edited 6 months ago) (8 children)

Go with OpenSuSE Tumbleweed or Fedora, because software updates roll in at a good pace. Stable, easy to use and configure.

Go with Arch or Manjaro only if you really want the bleeding-edge software versions. You can have some instability as a result, or not. Good luck.

Don't go with Debian, Ubuntu and likewise, only if you want to make some gymnastics to update your programs every major release. These are the most stable Linux distros.

1
Together forever (lemmy.world)
submitted 6 months ago* (last edited 6 months ago) by lawrence@lemmy.world to c/comicstrips@lemmy.world
 

Author's website: thingsinsquares.com

1
Life sentence (lemmy.world)
submitted 6 months ago* (last edited 6 months ago) by lawrence@lemmy.world to c/comicstrips@lemmy.world
 
[–] lawrence@lemmy.world 2 points 7 months ago

I prefer just a centered green/red LED in the middle of the face.

[–] lawrence@lemmy.world 1 points 7 months ago

I don't care at all about the blue checkmark, but I wish I could write longer texts on Twitter and the edit feature.

I wouldn’t pay for that though.

[–] lawrence@lemmy.world 5 points 8 months ago* (last edited 8 months ago)

I usually always have between 20 and 40 tabs open, but I’ve seen a few people in forums complaining that some add-ons would crash because those individuals had hundreds or even over a thousand tabs open simultaneously.

[–] lawrence@lemmy.world 23 points 8 months ago

Multi-account containers are almost indispensable for developers. As for tab groups, I am currently using an add-on to manage them, but having a native feature would be very cool.

 
 

Attention: This game does not have a save feature, but people on Hacker News have already found a way to save their progress.

Export the items to a json string:

console.log(JSON.stringify({discoveries: window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries, elements:window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements}))

Load the items from a json string:

a = PUT YOUR JSON HERE;

window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements = a.elements; window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries = a.discoveries;

view more: next ›