InnerScientist
@InnerScientist@lemmy.world
- Comment on Every single time I think of restructuring my homelab storage. What do you use for storage engines and how does it benefit you? 3 days ago:
No worries, I installed it for you.
- Comment on OpenAI says over a million people talk to ChatGPT about suicide weekly 5 days ago:
Good news everybody, the number of people talking about suicide is rapidly decreasing.
- Comment on Space is beautiful 5 days ago:
But that’s boring, doing it with light is way better.
Also the governments already do that and don’t want to share.
- Comment on $1,000 richer 1 week ago:
Pay me and find out.
- Comment on Progress 1 week ago:
Of course!
Then, when AWS goes down it’ll turn on randomly, reset the password to the default 50 character password and not unlock until you’ve input it corectly.
- Comment on Banana 1 week ago:
<You’ve alerted the hoard>
Prepare your inbox
- Comment on Google flags Immich sites as dangerous 1 week ago:
Google protecting Google from FOSS.
They’re right too, after using Immich I don’t want to go back.
- Comment on As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled Monstrosity 1 week ago:
The free extended updates are only for private consumers, companies don’t get them.
The consumer ESU program can’t be used by commercial devices.
www.microsoft.com/…/extended-security-updates
Most companies should’ve already switched over so afaict there wasn’t enough push back.
I don’t see how employees giving a damn is relevant to what I said, can you rephrase that?
- Comment on AWS crash causes $2,000 Smart Beds to overheat and get stuck upright 1 week ago:
So? That doesn’t sound as bad as full power heating.
- Comment on AWS crash causes $2,000 Smart Beds to overheat and get stuck upright 1 week ago:
They bought a $2000 bed with a 24/7 internet requirement, how smart do you think they are?
- Comment on As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled Monstrosity 1 week ago:
I’m not saying that you shouldn’t, I am saying that there’s more to discuss than “switched to Linux /thread”.
For example let me just quote microsoft “The vision that we have is: let’s rewrite the entire operating system around AI, and build essentially what becomes truly the AI PC.” and think about what that means for your workplace. Windows isn’t going to vanish in a few years. The companies that have a lot of windows PCs will have to deal with increased hardware requirements in an already expensive market, have to wrangle user settings that the ai set on voice commands or fight against Microsoft to shut it all down.
I feel like there’s going to be a lot of wasted productivity in the coming years spend on fixing what ai broke.
- Comment on As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled Monstrosity 1 week ago:
Don’t they also push their new AI on customers? I don’t use MacOS so I’m a bit ootl on that.
- Comment on As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled Monstrosity 1 week ago:
I get wanting to tell people that you’ve switched from windows but these threads just feel too repetitive to be engaging, there’s no interesting discussion when everyone is just repeating the same points every month.
There’s also no discussion about the article or if there is then I couldn’t find it because of all the switched to Linux comments.
Oh well, back to other threads…
- Comment on As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled Monstrosity 1 week ago:
Companies have already updated, new notebooks come with windows 11, it’s sadly inevitable that most users will sooner or later be switched to windows 11.
- Comment on As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled Monstrosity 1 week ago:
These threads feel kinda redundant, all comments are just preaching to the choir.
Can anyone comment about anything besides “[…] switched to Linux […]”?
- Comment on X is now offering me end-to-end encrypted chat — you probably shouldn't trust it yet | TechCrunch 1 week ago:
It’s encrypted with a 4 digit pin so they’ll have to sped at least 316.8809e-10 years on brute-forcing it.
- Comment on Some kind of Elvish 2 weeks ago:
I know some of those words!
Mostly the subtitles but still.
- Comment on Nintendon't 2 weeks ago:
I hate it.
- Comment on oh no! reddit gives up on totally not NFTs! 2 weeks ago:
Live, laugh, Lemmy?
- Comment on Yet another note taking recommendation needed 3 weeks ago:
I run wireguard and Android with chrome cause firefox doesn’t support pwa. Did you add it to your home screen?
- Comment on Yet another note taking recommendation needed 3 weeks ago:
It just works™?
Silverbullet supports working offline as a pwa, just click install on the website and you get a shortcut to the web app that you can use online and offline, open it when your online again to sync your changes to the other devices.
- Comment on Yet another note taking recommendation needed 4 weeks ago:
Can recommend, work offline and online with PWA support and stored everything in Markdown files for easy migration if you want to change your frontend.
- Comment on SearXNG doesn't load the settings ... 4 weeks ago:
Did you follow the guide?
- Comment on Head of the Signal app threatens to withdraw from Europe 4 weeks ago:
Nah i don’t.
- Comment on Head of the Signal app threatens to withdraw from Europe 4 weeks ago:
I hope more follow, would be funny if “all chat apps have to include a back door” leads to “there are no official chat apps”
- Comment on rootless backup or rootless podman volumes? 4 weeks ago:
It is expected, the users inside the container are “real” users. They just get offset inside the container and some mapping is applied:
Root inside the container is mapped outside to the user running the container, everything that has the owner “root” inside the container can be read from outside the container as your user.
Everything that is saved as non-root inside the container gets mapped to the first subuid in /etc/subuids for your user + the uid inside the container.
You can change this mapping such that, for example, user 1000 inside the container gets mapped to your user outside the container.
An example:
You have a postgres database inside a container with a volume for the database files. The postgres process inside the container doesn’t run as root but instead runs as uid 100 as such it also saves its files with that user.
If you look at the volume outside the container you will get a permission denied error because it is owned by user 100100 (subuids starts at 100000 and usid inside container is 100).To fix: Either run your inner processes as root, this can often be done using environment variables and has almost no security impact or add --userns keep-id:uid=100,gid=100 to the cmdline to make uid 100 inside the container map to your user instead of root (this creates a new image automatically and takes a while on the first run)
- Comment on xkcd #3148: 100% All Achievements 4 weeks ago:
Bro did not get a degree, he got a whole rotation.
- Comment on Google's shocking developer decree struggles to justify the urgent threat to F-Droid 4 weeks ago:
Theoretically, google could keep that workaround in the code, yes.
Tap for spoiler
Practically it will be gone in 3…2…1…
- Comment on Self-Host Weekly (26 September 2025) 5 weeks ago:
Maybe
- Comment on Public toilets in China demand ad views for loo roll 5 weeks ago:
Wouldn’t people use tissues and cause pipe blockage in the long run?