[-] Allero@lemmy.today 13 points 11 hours ago

Housing is intentionally kept sparse to keep prices high, as it benefits both developers and the government. Not people, though.

Immigrants don't change that math.

[-] Allero@lemmy.today 2 points 14 hours ago* (last edited 14 hours ago)

For all I know, Goldberg emulator only works with multiplayer titles to enable local multiplayer capabilities. If the game is SteamDRM protected, it should not work and is very illegal.

Illegality is a general issue with piracy to begin with - Valve can snap on it any time, leaving us empty-handed. It is not a sustainable solution - just the only one we're left with. Instead of not suing emulators and certain tools just yet, I'd rather see them actually removing the damn DRM. I mean, we had enough Nintendo drama, didn't we?

On my end, I make sure to purchase DRM-free games and yarrr the hell out of the DRM-protected ones, but personal activism can only get you so far.

[-] Allero@lemmy.today 2 points 15 hours ago

Steam does not have any DRM by itself

It does, and the default practice is to enable it, even when DRM-less versions are available elsewhere. It might not be as fancy as Denuvo, but it is there and it doesn't allow you to run games without also launching Steam.

https://partner.steamgames.com/doc/features/drm

[-] Allero@lemmy.today 0 points 15 hours ago* (last edited 15 hours ago)
  1. Steam features its own DRM, ensuring games cannot be launched without it.

  2. Steam has enormous leverage in the gaming market and could at least influence the devs to make DRM transferable between the publishing spaces (but that might hurt Steam's bottom line).

Plenty of games release both on Steam and, say, GOG. GOG versions don't feature DRM, Steam versions do. Why?

[-] Allero@lemmy.today 3 points 1 day ago

Indeed, Steam is just one culprit - yet culprit nonetheless.

[-] Allero@lemmy.today 2 points 1 day ago

This. One reason I'm reluctant to purchase games on Steam is how impermanent it really is.

You buy a game in Steam, you can't play it without Steam. Should Valve decide to cut you off or just stop existing, your games are gone. And switching to another platform leaves you trapped to play your previously purchased titles on Steam or buy it again.

[-] Allero@lemmy.today 1 points 1 day ago

It depends regionally and contextually, quite some Russians are quite hyper-polite in their own right, which in turn is a laughing matter for the others.

I mean, if you would be so kind to accept another possibility, that is. I don't insist!

[-] Allero@lemmy.today 3 points 1 day ago

In Russian, it is "be healthy!" (будь здоров!), much to the same tune

[-] Allero@lemmy.today 11 points 2 days ago* (last edited 2 days ago)

Currently considering buying one to stay in touch with a local community in a jurisdiction with heavy Internet censorship, where only state-run messaging platforms run reliably

[-] Allero@lemmy.today 2 points 3 days ago

Wonder what would happen to society if ultra-short continuous video feeds like these would get banned.

[-] Allero@lemmy.today 4 points 3 days ago

Indeed. But any price decrease is highly welcome, especially such a massive one. It now falls into the "budget of certain small communities" territory

[-] Allero@lemmy.today 12 points 3 days ago

This is, to be fair, mentioned in the article. Cool project nonetheless!

61
submitted 2 weeks ago* (last edited 2 weeks ago) by Allero@lemmy.today to c/youshouldknow@lemmy.world

Seemingly as part of April Fools celebration, lemmy.zip instance hosts a famous game of "The Button"!

The rules are simple: each player has one chance to push a button. If no one presses a button in 15 minutes after you did it, you and your team win!

Just found it out in a random Lemmy corner and I think others might wanna join in on the fun:

https://thebutton.lemmy.zip/

P.S. enter your user and instance names, and a bot will PM you your personal login link

11
submitted 2 weeks ago by Allero@lemmy.today to c/linux@lemmy.ml

I'm currently trying out Bazzite, and everything is smooth, except one thing: I can't get V2Ray-based apps (V2RayN, Nekoray etc.) to tunnel the VPN traffic. As I couldn't find much online, asking here - did anyone successfully run V2Ray on immutable distros generally and Bazzite specifically? What should be done to make it work?

(An obvious solution - installation via rpm-ostree - does not help, and I need V2Ray specifically)

15
submitted 2 months ago by Allero@lemmy.today to c/positivity@lemmy.today

Today marks the first time I enter the study hall not as a student, but as a teacher.

For the coming semester, four groups of undergraduate students will learn to manage microbial cultures and to control microbial growth in foodstuffs under my watch. At the end of the course, hopefully, they can take this knowledge further to make the industry better :)

45
submitted 2 months ago* (last edited 2 months ago) by Allero@lemmy.today to c/positivity@lemmy.today

Alright, so with a new year coming, me and my lovely girlfriend decided to go for it. We're gonna build ourselves for the summer!

We bought two full gym memberships, complete with SPA zone and stuff, and it was among the best decisions we made lately.

It's probably the first time training feels good. We often take the same items/machines, both just set them at their respective load, and we push it together! Much more motivating this way!

And after all is done, sauna is the best way to keep the muscle sore down and reward ourselves for keeping it going. This whole thing becomes enjoyable!

34
submitted 7 months ago* (last edited 7 months ago) by Allero@lemmy.today to c/linux@lemmy.ml

Yesterday, I did a fresh install of OpenSUSE Tumbleweed on my NVidia-powered machine (GeForce GTX 1060 6gb). When installing, I enabled Secure Boot.

By default, the distribution comes with nouveau drivers, and the process of installing official NVidia drivers is outlined here: https://en.opensuse.org/SDB:NVIDIA_drivers

I successfully added openSUSE-repos-Tumbleweed-NVIDIA as per the guide; first oddity is that by default it shipped with openSUSE-repos-MicroOS-NVIDIA, which got uninstalled as a conflicting package, despite this being Tumbleweed. (I later tried to rollback and do these steps with openSUSE-repos-MicroOS-NVIDIA installed instead, to no avail)

Next, as per the guide, I tried to do zypper install-new-recommends. After installation, I rebooted the machine. Upon login, resolution was forced to low.

inxi -G has shown N/A in the driver field.

I've rolled back via snapper rollback, confirmed that nouveau drivers are back in place (resolution was back to normal, inxi -G has shown nouveau), and tried to install nvidia-video-G6 using YaST. It has automatically installed all dependencies as well.

Upon login, I faced the same issue - resolution degradation and N/A in the driver field.

Troubleshooting for this issue has shown that secure boot may not allow these drivers to be launched without importing the respective key, as listed in the same Nvidia drivers article. However, the file that needs to be imported is not at the suggested location (/usr/share/nvidia-pubkeys/); in fact, /usr/share only had nvidia folder, which didn't seem to contain any keys.

As a workaround, I attempted to disable secure boot by entering: mokutil --disable-validation. A menu appeared on reboot, through which I disabled secure boot. Further launches had "launching in insecure mode" notice. mokutil --sb-state output is SecureBoot disabled.

Then, I tried to install the driver again, as described above. Still no luck, and same issue.

So, what else could be the issue and what do I do about it next? Thank you in advance for any replies!

Solution that worked: instead of going for install-new-recommends, install the following package:

nvidia-driver-G06-kmp-meta

It should be available by default, but if not, add the respective repository by using this command:

zypper addrepo https://download.nvidia.com/opensuse/tumbleweed/

Thanks to Björn Tantau! The comment with the solution: https://swg-empire.de/comment/7201260

Update Bug solved, fix should roll out in a few days: https://bugzilla.opensuse.org/show_bug.cgi?id=1249814

389
submitted 8 months ago by Allero@lemmy.today to c/history@lemmy.world

Stumbled across this gem produced by the U.S. Army Pictorial Service back when the original Nazi scars were still bleeding.

It talks about the tricks Nazis used to get to power, the tactics of division and suppression they have used, the fate of those who follow Nazi footsteps, and what needs to be done to stop them.

Truly a brilliant piece.

3
Small announcement (lemmy.today)
submitted 8 months ago by Allero@lemmy.today to c/positivity@lemmy.today

Some may notice that pika@rekabu.ru has been appointed moderator of !Antisexism@lemmy.today and !positivity@lemmy.today. This is my second account.

Unfortunately, as of recently, lemmy.today isn't always properly available from my region, and I want to ensure things go smooth even if VPNs fail. Nothing else changes, both accounts belong to me. Hope for your understanding!

7
Small announcement (lemmy.today)
submitted 8 months ago by Allero@lemmy.today to c/Antisexism@lemmy.today

Some may notice that pika@rekabu.ru has been appointed moderator of !Antisexism@lemmy.today and !positivity@lemmy.today. This is my second account.

Unfortunately, as of recently, lemmy.today isn't always properly available from my region, and I want to ensure things go smooth even if VPNs fail. Nothing else changes, both accounts belong to me. Hope for your understanding!

18
submitted 8 months ago by Allero@lemmy.today to c/positivity@lemmy.today

After a while of running quite dry and moving my science on sheer enthusiasm and ramen, I finally got personal research funding and a great side job.

Now I can continue doing my thing, and on the side earn enough to cover all living expenses, plus a bit extra. The path is rocky at times, but I'm grateful I struggled through and got some recognition!

62
submitted 8 months ago* (last edited 8 months ago) by Allero@lemmy.today to c/foodporn@lemmy.world

A simple recipe I made on a new home. Not having much cookware or even a dedicated table for eating, but found it to be nice enough to share.

Chopsticks brought to me from mom's trip to China - apparently, these are considered single-use by some places there! (Chinese folks, wonder if it's actually common?).

Anyway, had a nice lunch :)

156

Star Wars universe does have lasers of all scales and power levels.

Yet literally no one uses them well on a personal scale.

The Jedi (and Sith for that matter) imbue it with a power of magical stone, and then...use it as a saber.

To balance this stupidity, stormtroopers, clones and droids all use slow, non-continuous energy blasters. With actual lasers, they could insta-kill any Jedi, but they cannot, because otherwise the movie wouldn't exist.

10
submitted 9 months ago* (last edited 9 months ago) by Allero@lemmy.today to c/linux@lemmy.world

Hi! Got an issue I couldn't figure out

When I use /etc/fstab to automount an SMB share using CIFS, I cannot unmount it without root privileges. If I mount it manually (as a non-privileged user), everything works just fine.

Also, an application I mount the share for (Pika Backup, based on borg) cannot access backups unless I unmount the share with root privileges and then mount it back manually.

A respective line in /etc/fstab is: //address/directory /mnt/backup cifs credentials=...,user,auto,iocharset=utf8 0 2

Highlighted user option to make it clear I didn't forget it.

Any advice?

view more: next ›

Allero

0 post score
0 comment score
joined 2 years ago
MODERATOR OF