846
top 50 comments
sorted by: hot top controversial new old
[-] EABOD25@lemm.ee 112 points 1 year ago

Here's something that I think about that's weird. With onedrive, if you don't pay the subscription fee, they hold your files hostages until you do. That's called a business model, but when people hold their files hostage it's called ransomware. Weird how that works isn't it?

[-] xor 52 points 1 year ago* (last edited 1 year ago)

I mean not providing a service because you stopped paying the cost you agreed to for the service is quite different from forcibly destroying random people's data if they don't give you as much money as you demand

It's not like they remotely connect to your pc and wipe your hard drive if you don't pay up

[-] EABOD25@lemm.ee 8 points 1 year ago

But they have control to your cloud files and they can and will lock those files from being pulled from the cloud

[-] Blue_Morpho@lemmy.world 19 points 1 year ago

Isn't it the same with all cloud files?

[-] xor 14 points 1 year ago

Sure, but you put them there, without taking backups, and then stopped paying them to keep them

load more comments (13 replies)
[-] SpruceBringsteen@lemmy.world 11 points 1 year ago

Weird how consent works

[-] Romkslrqusz@lemm.ee 11 points 1 year ago

I’ve never seen this be the case.

For the most part, the files still exist in the local filesystem unless one uses the “free up space” function to unload files to the cloud.

Where users have ended a subscription, they have become unable to add content to the cloud storage, which is to be expected. I’ve never been unable to download a file, it effectively goes into read-only mode.

[-] lightnsfw@reddthat.com 7 points 1 year ago

I mean, if I was running a cloud provider I'd delete all your shit the instant you stopped paying me. So them providing the option for you to get your files by renewing your subscription is more than generous. Storage space costs money.

load more comments (2 replies)
[-] FundMECFSResearch 33 points 1 year ago
[-] user224@lemmy.sdf.org 5 points 1 year ago

NGINX autoindex + Wget + SSH fuckery (a.k.a.: "Lazy turd solution")

Idea:
You can put files into selected directory for filesharing which will be used as root directory for NGINX. When you enable autoindex you'll get the classic directory listing you see on places like Linux ISO mirrors.
That will be the file source.
To download, you'll simply download from that autoindex page.
Uploading is, uuuhh, creative.
You have to also run NGINX server the same way on the upload side, either have them on same network or use reverse SSH forwarding, and then SSH into the machine you wish to upload to and download the files into it with Wget (or at least I use Wget) from the locally running server.

Example config I last used on my phone as the upload side:

daemon off;
events {}
http {
server {
        listen 192.168.34.217:8080;
        root /storage/emulated/0/LibreTorrent/;
        location / {
                autoindex on;
        }
}
}

Yes, the indentation, I know.

[-] ByteOnBikes@slrpnk.net 31 points 1 year ago

Fuck dropbox. Dropbox uses your data for AI training.

They had some backlash so now it's a toggle depending on your account.

Cancelled them immediately because I originally was using Dropbox to store personal information like tax and backup passwords. And now I know they can/will fuck you over for profit.

load more comments (3 replies)
[-] slazer2au@lemmy.world 27 points 1 year ago

Considering one drive is just a pretty* front end for SharePoint. No shock it sucks.

*Pretty being relative compared to the horrors of SharePoint

[-] rhombus@sh.itjust.works 4 points 1 year ago

My workplace uses SharePoint and it makes me want to gouge my eyes out. Come to think of it, all the Microsoft Enterprise products have that effect on me.

[-] lazynooblet@lazysoci.al 23 points 1 year ago

There is a trend on Lemmy to hate on Windows, Microsoft etc. I get it, they deserve the flak. But I haven't had many issues with Onedrive in particular. Is it because Windows has it preinstalled and tried to get you to use it?

[-] Blue_Morpho@lemmy.world 31 points 1 year ago

If it was turn on or off I'd be fine with it. But it's forced and even the default if you go to the backup app. All your local files are stored in a OneDrive folder with subfolders like desktop under OneDrive.

If it had a standard API so I could use my NAS instead of MS cloud it would be amazing.

load more comments (2 replies)
[-] Tarquinn2049@lemmy.world 23 points 1 year ago* (last edited 1 year ago)

The problem with onedrive is now when you visit your parents for tech support, all their important stuff is on the "hard drive called one drive", since Windows now just makes it look the same as a hard drive on your computer. And once that hard drive fills up, which will be pretty fast with default settings, then it starts asking them to pay money, or their important files will be lost... at their level of technical skill, that is basically the legal version of those scams that encrypt your files and then extort you to unencrypt them.

For those of us who know what is going on, it's only a mild inconvenience. Just gotta put less agressive back up settings on and remove anything from onedrive that isn't needed. But think about what it's like for all the people who would get themselves into that situation and don't have someone that could fix it for them. They either pay onedrive the extortion money, lose those files, or take the computer to someone to fix it for a cost. Why make those the default settings? Why not even pop up like a selection of default settings with a short description of what to expect from each selection. But it would cost more money and generate less, so no matter how user-friendly it would be, the only way it'll happen is under court order.

Edit: also for any of us that use windows professional, alot of these problems will seem foreign to us. Of course, all the predatory stuff is exclusive to windows home edition. That's the one where they are agreeing to have a bad time because it made the computer they bought in the store look cheaper than the one next to it.

[-] RustyEarthfire@lemmy.world 9 points 1 year ago

My biggest frustration with OneDrive is in combination with Office (on my work PC). You browse to a local folder and save, but instead of saving it locally and syncing to the cloud, it saves to the cloud and downloads, and it is slow.

[-] Agrivar@lemmy.world 8 points 1 year ago

I get the hate for Windows, but I have to agree with you on OneDrive. I've been using it for years since they started giving you a terabyte of storage with an Office365 subscription, and it's never caused me a single issue. It just works.

[-] dragonfucker@lemmy.nz 11 points 1 year ago

Onedrive tries to take away access to your documents folder. The new one it creates is very difficult to use with a terminal

[-] Romkslrqusz@lemm.ee 7 points 1 year ago

Care to elaborate on “take away access”?

By default, it simply gets remapped from C:/Users/Username/Documents to C:/Users/Username/OneDrive/Documents and remains accessible through the %USERPROFILE%/Documents environment variable.

Not exactly hard to create a symlink if you need it either.

[-] TrickDacy@lemmy.world 6 points 1 year ago

That is a trend because 99% of Microsoft products are shit

[-] stevedice@sh.itjust.works 4 points 1 year ago

Because it's constantly shoved on my face.

[-] Bronzebeard@lemm.ee 23 points 1 year ago

This thing breaks several of my video games. I thought I had gotten rid of it fully - but it seems to keep trying to default to it despite OneDrive no longer existing on that PC anymore.

[-] kubica@fedia.io 19 points 1 year ago

Things like these are why I insist in not having an email associated to windows.

[-] Valmond@lemmy.world 6 points 1 year ago

I'm starting to get a bit worried, is the linux clan sick? Where are they? They should have shown up no, right?

[-] JustARegularNerd@lemmy.world 4 points 1 year ago

There was a new kernel update so with some time they'll start coming through after finishing compiling

^signed, a Linux user^

load more comments (2 replies)
[-] dragonfucker@lemmy.nz 12 points 1 year ago
[-] Bronzebeard@lemm.ee 12 points 1 year ago

Ah yes, something that creates an even bigger headache for playing games is exactly what I need...

[-] dragonfucker@lemmy.nz 16 points 1 year ago

Proton is actually really good now

[-] papalonian@lemmy.world 7 points 1 year ago

Idk about that. I put Linux on a second drive in my main PC a couple months ago and tried a handful of games, I don't think I got any of them to work.

I know I tried baldurs gate 3, The Forest, and I think Satisfactory.

I'm sure that someone is going to call me an idiot for not being able to figure it out, but the point of the parent comment was that Proton is "really good now", implying it shouldn't be a headache, and if it takes more than 5 minutes for a game to simply launch that's exactly what it is.

[-] skulblaka@sh.itjust.works 7 points 1 year ago

Make sure Proton is installed on the same drive the game is installed. I've never had a problem with ANY game I've attempted so long as that was true, and I've played BG3 and Satisfactory both on my Mint partition so I know those work.

If you're running the game from a different drive then you have to get into symlinking and that gets complex. But if you make sure they're on the same drive it should just work.

load more comments (5 replies)
[-] ogeist@lemmy.world 4 points 1 year ago

I do believe you but it's getting to the point that it's the same or not as cumbersome as Windows.

Of course, you already have Windows and you are used to the nuances so you stay with it. But the nuances are still there, you can't do anything about them and there are more every year.

For me, the worst part is that you (and I) paid for it, and if you go an complain they tell you to eat dicks. So, I switched long time ago but dual booted for gaming until Proton became a thing.

If you need help setting your games, hit me/us the community up we will help.

load more comments (1 replies)
[-] Katana314@lemmy.world 4 points 1 year ago

My last Desktop Linux experience:

One out of two distros could not load levels in Hitman. Helldivers 2 generated a white border around the game and color correction was off. Dead by Daylight’s skill checks had input delay.

Some of these games had tinkering steps to maybe fix those issues but it perfectly fits the headache he’s describing.

load more comments (4 replies)
[-] 4grams@lemmy.world 19 points 1 year ago

I am so goddamned tired of all the bullshit “value add” stuff that is really just ways to engineer a captive userbase.

[-] MudMan@fedia.io 14 points 1 year ago

It really, genuinely is.

I have to say, though, the increasingly desperate dark patterns Google is deploying to try to make me pay them for storage are getting up there these days.

The product itself is way better, but if I was going to pay to be subtly threatened with cyberpunk erasure I'm sure there are sexier options.

I'm fully going back to local storage/NAS now, even if it is significantly more expensive.

load more comments (2 replies)
[-] apfelwoiSchoppen@lemmy.world 12 points 1 year ago

I work in marketing and have learned this the hard way: If you send news media orgs onedrive links to media content, they won't use it. The link rot sucks so hard and onedrive is so poorly designed, they simply won't use media from those links.

[-] starman2112@sh.itjust.works 11 points 1 year ago

You only have one drive? I have like 6

load more comments (6 replies)
[-] Maggoty@lemmy.world 5 points 1 year ago

If it actually functioned as a separate storage space I'd love it. But it's actually a mirroring service to bring all your shit to a different computer. So you never actually get more space.

[-] Seasm0ke@lemmy.world 3 points 1 year ago

I read this in Hank hills voice

load more comments
view more: next ›
this post was submitted on 03 Jan 2025
846 points (100.0% liked)

Microblog Memes

11006 readers
1782 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

RULES:

  1. Your post must be a screen capture of a microblog-type post that includes the UI of the site it came from, preferably also including the avatar and username of the original poster. Including relevant comments made to the original post is encouraged.
  2. Your post, included comments, or your title/comment should include some kind of commentary or remark on the subject of the screen capture. Your title must include at least one word relevant to your post.
  3. You are encouraged to provide a link back to the source of your screen capture in the body of your post.
  4. Current politics and news are allowed, but discouraged. There MUST be some kind of human commentary/reaction included (either by the original poster or you). Just news articles or headlines will be deleted.
  5. Doctored posts/images and AI are allowed, but discouraged. You MUST indicate this in your post (even if you didn't originally know). If an image is found to be fabricated or edited in any way and it is not properly labeled, it will be deleted.
  6. Absolutely no NSFL content.
  7. Be nice. Don't take anything personally. Take political debates to the appropriate communities. Take personal disagreements & arguments to private messages.
  8. No advertising, brand promotion, or guerrilla marketing.

RELATED COMMUNITIES:

founded 2 years ago
MODERATORS