Nephalis
@Nephalis@discuss.tchncs.de
- Comment on Reddit in talks to embrace Sam Altman’s iris-scanning Orb to verify users 4 days 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 5 days 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? 2 weeks 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. 2 weeks 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. 2 weeks 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 3 weeks ago:
Weird country
- Comment on DOOM: The Dark Ages Has Reportedly Sold Less Than 1 Million Copies 4 weeks 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? 2 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 3 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 3 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 3 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.