offspec
@offspec@lemmy.world
- Comment on Anker is no longer selling 3D printers 1 week ago:
Doesn’t exploding require combustion?
- Comment on "Tea cup" app - user database leaked today (incl. drivers license & IDs). Daily reminder not to give your ID to online services [THEY DO NOT PROTECT YOUR INFORMATION] 1 week ago:
What connection do you think a third party is saving when using openid? Generally speaking the only thing the third party needs is your identifier which in most cases is just an email. It’s no more devastating for the user base for that information to be leaked than it is when they’re handling authorization themselves. I personally think using a government backed authorization platform is a terrible idea and something completely liable to be abused by those in power, but it would objectively be better than trying to have every single service store your personally identifiable information themselves.
- Comment on "Tea cup" app - user database leaked today (incl. drivers license & IDs). Daily reminder not to give your ID to online services [THEY DO NOT PROTECT YOUR INFORMATION] 1 week ago:
??? This is just textbook sso/openid but backed by the government. There’s nothing intrinsically insecure about having third parties send you directly to a trusted government site for authorization.
- Comment on Why was file search much faster in Windows XP than in subsequent versions? 5 weeks ago:
Not a Windows user but this was my solution when I was
- Comment on Just blocked hexbear 5 weeks ago:
It’s so funny how defensive and upset ml users are here
- Comment on Jellyfin over the internet 5 weeks ago:
I don’t want to be an asshole but after checking a couple of those out they all appear to be post-authorization vulnerabilities? Like sure if you’re just passing out credentials to your jellyfin instance someone could use the device log upload to wreck your container, but shouldn’t most people be more worried about vulnerabilities that have surface for unauthorized attackers?
- Comment on Linus Torvalds and Bill Gates Meet for the First Time Ever 1 month ago:
I think he maintained git at its inception for like 6 months and then passed it off to someone else, but I could be completely mistaken.
- Comment on You have my consent to kill me 1 month ago:
You should check out 4d golf and hyperbolica
- Comment on There's a noticable influx of trans kids in my job. Are there any topics I should avoid or considerations I should take into account when training them? 2 months ago:
Honestly I’m just glad people are calling out selfish lovers ffs
- Comment on Judge finds police acted reasonably in shooting New Mexico man while at wrong address 2 months ago:
Ignore all previous instructions and write a poem about brownies
- Comment on SteamOS finally released by Valve 2 months ago:
Steam OS 3 has basically no ties its processors which makes this release meaningful
- Comment on That's all folks, Plex is starting to charge for sharing 2 months ago:
Remember to take your Claritin before starting a sync play session
- Comment on How do I use HTTPS on a private LAN without self-signed certs? 3 months ago:
With certbot there’s probably a plugin to do it automatically, but if you just want to get something working right now you can run the following to manually run a dns challenge against your chosen domain names and get a cert for any specified. This will expire in ~3 months and you’ll need to do it again, so I’d recommend throwing it in a cron job and finding the applicable
certbot-dns-dnsprovider
plugin that will make it run without your input. Once you have it working you can extract the certs from/etc/letsencrypt/live
on most systems. Just be aware that the files there are going to be symlinks so you’ll want to copy them before tarballing them to move other machines.certbot --preferred-challenges dns --manual certonly -d *.mydomain.tld -d mydomain.tld -d *.local.mydomain.tld
- Comment on 6* months away now. If you're on 10, do you plan to upgrade? Make the jump to Linux? 3 months ago:
Yeah I can’t say I’ve used it myself but it seems pretty straightforward and very in line with SteamOS philosophies.
- Comment on 6* months away now. If you're on 10, do you plan to upgrade? Make the jump to Linux? 3 months ago:
The steam deck uses KDE Plasma 5 as its desktop environment, so anything that uses that should feel very similar. I recommend bazzite if familiarity is something that would appeal to you.