InnerScientist
@InnerScientist@lemmy.world
- Comment on Open Source Github Repositories in Danger of being Deleted 2 days ago:
You triggered the independent thought alarm
- Comment on Apple takes UK to court over 'backdoor' order 3 days ago:
So, why are they suddenly allowed to talk about it?
- Comment on Good afternoon I choose thoughts you've never had before. 1 week ago:
If I had a nickel for every time someone thought of boiling pasta by showering with it piercing their nipple, I’d have two nickels-- which isn’t a lot, but it’s weird that it happened twice.
- Comment on Sergey Brin says AGI is within reach if Googlers work 60-hour weeks 1 week ago:
That’s why I bake my cake at 2608°C for ~1,8 minutes, it just works™
- Comment on Rising egg prices and high demand are prompting consumers to rent or buy chickens, but experts warn the move may not cut costs 1 week ago:
They are seizing the means of (egg) production!
- Comment on Need Support: DMZ at home with nginx proxy to LAN 2 weeks ago:
Check DNS, MTU and do a full wireshark capture from the Client using both curl and the browser.
- Comment on What's up, selfhosters? - Sunday thread 3 weeks ago:
Find a new service you like, add it using rootless podman. That way you can test it without affecting your running system.
- Comment on Issue with wireguard and advance routing 3 weeks ago:
Try
sysctl -w net.ipv4.conf.all.rp_filter=2
on the PC (not vps) - Comment on Issue with wireguard and advance routing 3 weeks ago:
Do a ping of 8.8.8.8 from your user, then open a new console and run tcpdump -i <interface> with first your uplink, then wg0. The packets should be seen on wg0 if they’re routed correctly and the problem then is on the vps side. Otherwise it’s a problem on your local config.
- Comment on Issue with wireguard and advance routing 3 weeks ago:
Did you add the vps IP to the routing table of your user?
ip r add 10.0.0.2/32 dev wg0 table 1070
? - Comment on Are Dating Apps Getting Worse? 3 weeks ago:
To shreds you say?
- Comment on Anyone Can Push Updates to the DOGE.gov Website 3 weeks ago:
Our database
- Comment on Handful of users claim new Nvidia GPUs are melting power cables again 3 weeks ago:
So, when is the first party cable going to be launched?
- Comment on Handful of users claim new Nvidia GPUs are melting power cables again 3 weeks ago:
And it burns, burns, burns
The gpu of fire The gpu of fire - Comment on Frontier AI systems have surpassed the self-replicating red line. 3 weeks ago:
Just after it’s too late
- Comment on Arm ends legal efforts to terminate Qualcomm’s license 4 weeks ago:
Larme
- Comment on How do you keep up? 4 weeks ago:
I have rss feeds for my main service updates so I know what new features I have, the services mostly run in podman containers and update automatically each Monday. I also have daily backups (timed to run just before the update on monday) in case anything does break.
If it breaks I fix it depending on how much I want/need it, mostly it’s a matter of half an hour to fix it and with my current NixOS/Podman system I haven’t yet needed to fix anything this year so it breaks infrequently.
Also why are you using Kubernetes on a single host if you want minimal maintenance? XD
My recommendation is to switch to just managing containers, you should just be able to export the volumes out of kubernetes and import them as normal volumes, as long as they’re mounted in the right place you keep your data and if it doesn’t work just try again. Not like you need to destroy the current system to slowly replace it.
- Comment on Huge win for Internet freedom: Google must sell its Chrome browser 3 months ago:
I don’t think it is, the article doesn’t say much beyond opinions. I also can’t find any news talking about it being decided, just proposed.
- Comment on Microsoft has a big Windows 10 problem, and only one year to solve it 4 months ago:
I doubt the os switch is happening too, some will probably switch but that will be a small amount, either they get Linux or afaik all other “popular” options require new hardware anyways (Macos)
I think many will just stay on windows 10 if their hardware doesn’t support 11 but ehh
Difficult to say, that’s why I’m waiting on the EOL for headlines like “millions of pcs vulnerable due to missing updates” or “maybe we were a little hard on crowdstrike”
- Comment on Encrypted Chat App ‘Session’ Leaves Australia After Visit From Police 4 months ago:
Linton said that last year the Australian Federal Police (AFP) visited a Session employee at their home in the country. “There was no warrant used or meeting organised, they just went into their apartment complex and knocked on their front door,” Linton said. The AFP asked about the Session app and company
But why
- Comment on Encrypted Chat App ‘Session’ Leaves Australia After Visit From Police 4 months ago:
- Comment on Microsoft has a big Windows 10 problem, and only one year to solve it 4 months ago:
I’m just waiting for the EOL of window 10 to see which of the following will happen:
- Many PCs will stop getting updates, people don’t care
- Many PCs will be replaced for windows 11
- Turns out people already have replaced their PCs due to other reasons
- Microsoft removes the hardware requirements
- People switch to another OS
- People just don’t buy a home PC anymore
- ???
- Profit???
- Comment on No excuse 4 months ago:
Floor it?
- Comment on Empires fall 5 months ago:
…or nothing to be left
- Comment on Adding storage - Best options? (External USB drives, automatic decryption, media, etc.) 6 months ago:
How does mergefs compare to btrfs and bcachefs in using multiple partitions?
- Comment on Adding storage - Best options? (External USB drives, automatic decryption, media, etc.) 6 months ago:
Drives connected to usb have an unstable connection in my experience, this is very annoying and gets worse with hubs.
RAIDs reduce the time a system is offline and reduce data loss, if a drive fails and you can afford to wait for the new disk and the backup to restore, and have regular backups that ensure no important data gets lost (though remember the data added between backups may be lost) then you don’t need a RAID.
I don’t use RAIDs cause if my disk fails then I can stomach the 2-4 days it takes to buy a new one and restore the backup
Very important: use S.M.A.R.T and a filesystem with checksums to make sure you’re not backing up corrupted data and know to get a new one
For encryption at rest you may want to look at clevis and tang, though you need a server in your home network for this to work. The client (with clevis) then decrypts the disk at boot if it can reach the server (tang). The server can’t decrypt the data without the client secret and the client can’t decrypt it without the server public key.
Don’t know what your server could be though, maybe a router with custom firmware?
You should also look into cloud storage/rclone, that way you can automate your backups more and reduce the need for manual intervention.
I use rclone and restic to automatically backup my servers daily which takes a few seconds most of the time due to them being incremental backups.
- Comment on Google's Gemini AI caught scanning Google Drive hosted PDF files without permission — user complains feature can't be disabled 7 months ago:
Or encrypt it before uploading
- Comment on All the Data on Earth Can Fit in a Cup Full of DNA. This Is MIT’s Jurassic Park-Inspired Project 8 months ago:
That’s fine as long as it can self reference.
- Comment on Immich x FUTO Q&A 9 months ago:
It doesn’t though? IANAL but as far as I can tell you can fork, modify and redistribute it as long as you provide the source code to your users .
It’s AGPL-3.0 so… tldrlegal.com/…/gnu-affero-general-public-license…
- Comment on Microsoft is adding a new key to PC keyboards for the first time since 1994 1 year ago:
We asked Microsoft if a Copilot key would be required on OEM PCs going forward; […] it expects Copilot keys to be required on Windows 11 keyboards “over time.” Microsoft often imposes some additional hardware requirements on major PC makers that sell Windows on their devices […].
From what I understand, this either means that this will only affect laptops and similar devices, or that they want to force companies that sell windows PCs to sign a contract disallowing them from selling keyboards without a copilot key, with or without a PC. I think (hope?) they mean the former.