this post was submitted on 08 Nov 2023
23 points (92.6% liked)

Hacker News

202 readers
3 users here now

This community serves to share top posts on Hacker News with the wider fediverse.

Rules0. Keep it legal

  1. Keep it civil and SFW
  2. Keep it safe for members of marginalised groups

founded 1 year ago
MODERATORS
 

There is a discussion on Hacker News, but feel free to comment here as well.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 10 months ago (2 children)

Just uninstall OneDrive. You can now, and it's a cancer anyway... While you're at it, nuke teams as well.

[–] netchami 1 points 10 months ago

Or just uninstall Windows and replace it with an operating system that is actually designed to give you freedom, privacy, security and security. The whole purpose of Windows is to spy on you while also showing you ads and annoying you with other proprietary Microsoft garbage software like Edge, Teams or OneDrive.

[–] [email protected] 1 points 10 months ago (4 children)

I have my PC at home and a PC in my workshop. Sometimes it’s nice to sit at home and work on designs, then go to my workshop and they’re synced and ready to use so I can just open them. It works really well. Is there an alternative? I don’t want to have to download the files, I like everything being synced seamlessly.

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago)

You can try Syncthing.

It doesn't need a seperate server, messing with port forwarding, etc, just a similar setup to onedrive.

Plus, since it's just syncing files, all your data is private, and you don't need to worry about buying more cloud storage space.

Feel free to message me if you need help with it.

[–] [email protected] 2 points 10 months ago

You could also use proton drive. They are a privacy focused company.

[–] BaskinRobbins 1 points 10 months ago

Personally I would invest in some type of NAS just so you have a way to do offline backups. For a simple/cheap option: most routers have a USB port where you can easily add a hard drive and share files that way. However, imo if onedrive works for you and makes your life easier then there's no reason to switch to an alternative.

[–] [email protected] 1 points 10 months ago (1 children)

Takes a little more technical know-how, but you could take an old laptop, put Linux on it, and make a home document server. A document server is basically what OneDrive, Google Drive, etc are, just with the benefit that it's private and free besides the cost of utilities.

[–] [email protected] 2 points 10 months ago (1 children)

Basic OneDrive is free and easy and requires 0 technical knowledge nor a dedicated computer to host it. And it always works and never needs repairs

I'm all about privatizing e v e r y t h I n g but you're suggesting a big undertaking

[–] XCraftMC 0 points 10 months ago* (last edited 10 months ago) (1 children)

snap install nextcloud

then port forward.

doesn't seem very complicated to me

[–] [email protected] 3 points 10 months ago (1 children)

Uh yeah sure because you're well-versed in Linux lol

Comparing OneDrive/Dropbox/whatever to a custom server for the average user is just silly. Making it sound so easy when you're talking to a newbie is doing a disservice to them and Linux because they'll probably run into issues and avoiding Linux entirely

[–] XCraftMC 0 points 10 months ago

I think you underestimate how simple it is nowadays to get anything linux-related set up. Ubuntu has a graphical installer similar if not better than Windows', and snap packages can be installed via the software center. (ex. nextcloud). Port forwarding is slightly more complicated but sometimes not even necessary (local-only sharing/storing), and most providers have a mobile app with a very user-friendly GUI.

I'm just saying, it's not Gentoo levels of complicated like you're making it out to be. It's pretty similar to installing an app from the Microsoft store, albeit with a few more steps to ensure full functionality (again, port forwarding).