Is Git Hub not considered a cloud? Why does it matter where one stores files, what does that have to do with ability? Or is this really about developing the technology, and in turn provoking said fear in people? (I am not a developer)
GitHub is where you store your code, but it’s not where it’s actually run
i do all my coding in c:\documents and settings
All the executable files I build go straight to SysWOW64
Not really. I don’t have a SysWOW64.
I deleted it long ago, along with System32 and other such things.do all your coding in 8.3 filename convention.
Fuck OneDrive with a rusty hook.
Ok, so not OneDrive generally but specifically the unholy merging of OD and Win11. JFC when I navigate to a folder and save a file there THAT FILE HAD BETTER FUCKING BE THERE and not in some shadow folder you default mapped to OneDrive because FUCK ME, RIGHT?
This irritates me so much. Get off my lawn.
looks at license agreement
No you don’t.
Nah, as someone who gave an honest, college try at making use of OneDrive, I maintain its fate vis a vie the rusty hook.
As a university sysadmin that spent half a fucking hour yesterday trying to log someone out of a classroom computer’s MS Office software (the “sign out” button did fuck all, go figure): fuck Microsoft, fuck Office, fuck Outlook, fuck Onedrive, fuck their SSO, and their mother too. Next semester I’m sanitizing the computers. Students will use LibreOffice and they’ll like it.
I might be a little angry.
You have the ability to do that? Super jealous. Everything at my university was so tightly integrated with the windows ecosystem and its accounts that separating would have been an incredible amount of work.
Not on my own, I’m technically only responsible for the network and cybersecurity, but not being able to log out of an education account on a public computer is a pretty serious threat. Fortunately I’m on good terms with the dean and he’s always been receptive to my concerns.
I have been out of the PC game for a long time. Got a laptop recently and discovered you need to sign up for a subscription to use the office package, doesnt just come with windows any more. No big deal, my wife says she has a subscription as part of her phone contract.
Cool. Easy.
What. The fuck. Is this mess? Everything is saved on their servers instead of locally? I try to sign myself in but thats impossible because shes signed in except I cant use her licenses because im signed in which im not because shes signed in?
WHAT THE FUCK HAPPENED HERE? WHO THE FUCK HAS PUT THEIR NAME TO THIS SHIT? HOW DOES ANY CUNT USE IT?
Not only that but you cant just open excel any more, you have to open the whole windows office launcher portal (which isnt even called office) and fumble your way around to try and find the file first or some bollocks? I don’t even know I nearly launched the laptop out the fucking window.
I knew you could throw Windows OS onto a laptop. Didn’t know you could throw a laptop out of Windows OS.
Just remember to teach them that there are multiple UI variants.
Next semester I’m sanitizing the computers. Students will use LibreOffice and they’ll like it.
Lmao I did the same thing today, trying to teach a particularly… ‘beginner’ user how to sign into outlook. I was going to have them sign in again in front of me, but without my help. It wouldn’t sign out so I just gave up
As a young engineer I went all in on SharePoint when it came to our company. Became evangelical and learned how to make it do all sorts of shit.
How naive I was…
I’d be afraid of anyone referencing “c:\users” too.
That’s “C:\\Users” to you
“c:\users”? what? c:?
so it isnt a: anymore?
OP meant to say “click on My Computer,” but not everyone is super tech-savvy.
“Windows meme makers, can you go five seconds without revealing your appalling lack of technical curiosity?”
Windows Meme Makers: “The C drive! … How long was that?”
About 260 characters in length I think
Please use /home/ instead.
/home/ what? it needs to be /home/$(whoami)
Nah it should be $HOME, not everyone’s home directory is in the default location.
~
Nah you should use xdg dirs, it’s 2025.
Maybe I’m misunderstanding, but as shown in your link,
$HOME
does not conflict with the XDG Base Directory Specification. It partially relies on$HOME
being defined.Subdirs of
$HOME
are used as defaults. So using$HOME
alone is not enough. Also, prior to xdg dirs, applications were (many still are) storing their data under$HOME/.myapplication/
.
/home
Ah you mean 127.0.0.1?
no, he obviously means localhost
or localguest, if you dont host the local party
Wait I’m confused is this about people developing cloud software or is this about people who do their development on a remote cloud machine? It seems to be about the latter but I’ve never seen that
Oooh the latter would make so much more sense! I’m not a cloud developer, but a good chunk of the code I write runs in AWS Lambdas and EC2 Images and I was so confused as to what relation that would even have to local storage. If anything, I’m afraid of Terraform and it’s arcane power
~
boo!
edit: i guess my tilde shows up as a tick. welp… time to die in cringe of myself.
It’s ok. I see a tilde. And yes, ~
*you’re
No, you are…
i was about to say exactly that
i was about to say exactly that
*I
That’s hilarious, OP! Now do Vibe coding!
K bet
Or like 95% of my college students. :(
My Windows libraries are mapped to my G Drive. Save it in Desktop, Downloads, Pictures, whatever? Backed up on a local (shitty) RAID and automatically uploaded to my Google account. Burn my house down, I got it all for $100 bucks a year insurance.
I hate how Chrome is the only browser that gives web developers an actually useful way to use local folders on the user’s device.
https://developer.mozilla.org/en-US/docs/Web/API/File_System_API
The File System API — with extensions provided via the File System Access API to access files on the device file system — allows read, write and file management capabilities.
Uhhh, what? Firefox uses Chrome’s API to do the same stuff? Am I missing something here?
Oh, does it work in Firefox now? When I was developing a music app it only worked properly on Chrome and I had to use a file picker workaround for Firefox and other browsers.