Nephalis
@Nephalis@discuss.tchncs.de
- Comment on Nearly 90% of Windows Games now run on Linux, latest data shows — as Windows 10 dies, gaming on Linux is more viable than ever 1 hour ago:
Another possibility is, microsoft drops access to kernel level. This would solve all these problems at once. No more cheats on kernel level, no more anticheat on kernel level are needed.
Unfortunately I think Microsoft will avoid doing so, because it would remove one of the last barriers to switch to linux.
- Comment on Nearly 90% of Windows Games now run on Linux, latest data shows — as Windows 10 dies, gaming on Linux is more viable than ever 3 hours ago:
When you are talking about “popular” games, you mean service games that are often some kind of multiplayer games. Each of them binds a lot of players and is big and popular, indeed. But these are only a few compared to the amount of games that have been released in the past decade. Let alone released games from 2024 that are listed on imdb.com are 1551 Imdb.com
So yes, I can imagine 90% is right since the most games are no service games and do not require some shitty kernel level anti cheat.
- Comment on Looking for opinions on Trilium Notes 1 day ago:
I use Trilium and I like it. The first thing I would like to mention: Trilium is stale and there is Trilium Next the official successor… More or less…
But to be fair, I does not use it as I wanted it to. My plan was to use it completly with markdown but I am to dumb or ignorant to do it so I simply use the wysiwig style integration to style my texts.
I will watch a video that shows me how to properly use markdown in there.
On the other hand, actually I think about switching to some AsciiDoc Notes/Wiki stuff. Simply because I like the way AsciiDoc works…
And the last to mention: I have no experience with Authelia.
- Comment on New Steam study alleges that Valve's store is home to extreme right-wing "wars" 3 weeks ago:
If they would, no one could ask anything pre purchase.
But I also don’t like the forum in there because of the bad atmosphere. Also I don’t know whether it is because of a special group or because the general communication style in games is toxic, dumb, aggressive and egoistical as fuck… Like in almost every ingame chat.
- Comment on where to move for cheap VPS? 4 weeks ago:
Well, I got that mail too and I also use a 1€ server of ionos, but the mail only mentioned the price of plesk.
When I looked at the service page and plesk wasn’t lizensed. So, are your sure you lizensed plesk?
Or did I got something wrong?
- Comment on Mods react as Reddit kicks some of them out again: “This will break the site” 1 month ago:
The outer right one? This is lemmy. A link aggregator like reddit
- Comment on 5 Signs the AI Bubble is About to Burst 1 month ago:
Realy? I get what you want to say, but at least the power consumption of the machine you need the model to run on will be yours forever. Depending on your energy price it is not 0 per query.
- Comment on Grow Your Business with a Trusted Amazon Agency 1 month ago:
BiBaBoBlocked da dude
- Comment on [deleted] 2 months ago:
Uhm, how it is related to games? And moreover: a link would be nice.
- Comment on GOG’s Freedom To Buy Campaign Gives Away Controversial Games For Free To Protest Censorship 2 months ago:
Nice 😆 thx
- Comment on Reddit in talks to embrace Sam Altman’s iris-scanning Orb to verify users 4 months ago:
Nah, since it is only an option (at least it read like this) not much would happen (again) I guess.
Face recognition in smartphones is spread widely even though I know nobody using it.
- Comment on AI CEO – Replace Your Boss Before They Replace You 4 months ago:
Are there any articles about examples? I only know about aftermath.site but ha e no clue if it is sccessful or not.
- Comment on What editor or IDE do you use and why? 4 months ago:
When possible JetBrains IDEs. The downside of this: other (has not tested that much to be honest) IDEs can feel like better text editors or outdated IDEs…
- Comment on What's going on with Borderlands 2? Steam is giving it for free, but the game has 23% positive recent reviews. 4 months ago:
Well I use Linux, but not on my gaming pc. I would switch to it because its all amd, but I don’t want to because it lacks the driver suite for my gpu (adrenaline) and I don’t want to install a bunch of small applications to gain a small fraction of options it offers.
It’s a pitty. Because I realy want to ditch windows since its newest iteration.
- Comment on What's going on with Borderlands 2? Steam is giving it for free, but the game has 23% positive recent reviews. 4 months ago:
Hm… Ok. Thats crazy. Someone wants to create a new branch of income ot seems.
Thats a ficking shame. Now I need to reconsider my plans to buy Borderlands4.
But how will they do it? Which information is gathered from which source? Most of my accounts only hold as little informations as possible. Also my Os know nothing about me. My MS account too.
On the other hand my steam 2FA need some mobile information.
- Comment on Florida ban on kids using social media likely unconstitutional, judge rules 4 months ago:
Weird country
- Comment on DOOM: The Dark Ages Has Reportedly Sold Less Than 1 Million Copies 5 months ago:
79,99€ in Germany
I am interested, but not that much to pay more than 20€ in a sale in a few years. It was the same with Doom Eternal. And I haven’t bought it too this day 😅
Maybe it will never be bought 🤷🏻♂️
- Comment on 6* months away now. If you're on 10, do you plan to upgrade? Make the jump to Linux? 6 months ago:
No Kernel level anti cheat will ever work on linux. But probably Windows will disable the possibillity to manipulate on kernel level either in the future.
- Comment on Open Alpha Trailer | Splitgate 2 7 months ago:
Jup, I watched it without sound first. After reading your comment, I rewatched it with sound. I missed nothing the first time 😅 I hope when its time to heat the marketing machine for release there will be a much better choice…
- Comment on Open Alpha Trailer | Splitgate 2 7 months ago:
Yes, but they dropped it withing these two month because a publisher or at least investor offered money to build a more sophisticated version of their game. And here is the alpha it seems.
- Comment on Docker in LXC vs VM 8 months ago:
You could create a fresh container, install docker, and create a new template image from it. This way the overhead of installing disapears. The overhead in resource usage for each docker installation would remain the same as before.
As mentioned in another reply, you could run several container in one lxc. For example with docker compose or podman. Since I have no experience with podman but with docker compose, docker compose is pretty simple.
But all in all, I prefer to install everything “bare metal” in lxc containers. The main reason is, I don’t want to mess around with the extra layer of configurating ports etc.