• 2 Posts
  • 46 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle





  • LordPassionFruit@lemm.eetoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    2 months ago

    This is why I specified “nearly” the worst. It can absolutely get the job done and has basically every tool you’d need to do the job, but it’s pretty much the worst amongst the “this will do everything you need” options.

    My thought process was abacus < pen & paper < text file < spreadsheet < database solutions





  • Not the guy your responding to and I 100% get your frustration, but I want to provide a little anecdote.

    Back in November, I built a new desktop to replace my 7 year old one and put OpenSUSE on it. No matter what I tried, I could not get either Bluetooth or WiFi working. I tried updating drivers, restarting controllers, reinstalling the OS, replacing the OS with Mint. Nothing worked.

    I did a lot of searching over the next few days, and it turned out that my motherboard was so new that it’s built in WiFi chip did not have Linux drivers yet. Like at all.

    Most products aren’t created with Linux in mind, so compatibility isn’t a concern. It’s up to the community to create patches & drivers to make things work, and it can take a bit to get things working.

    I’m genuinely sorry you had the experience you did, but I hope that if you do return to Windows that you’ll give Linux another try in the future. Search your products to see if others have had issues, along with potential solutions, before you dive in.










  • My sibling ran into this issue once. I’m not sure if it’s a setting or a default, but vscode would assume they were working in a blank repo until they made a commit.

    Sounds like this person had the project (without source control) in another IDE, tried out VSCode, and it assumed that it was all ‘changes’. I don’t use VSCode, do I can’t say for certain, but I know my sibling lost ~4 hours of project set up for the same reason (though they immediately realized it was their fault).


  • That’s basically how I did it.

    To properly learn it using this method, create a directory that contains only text files and sub directories and treat it like a real project. Add files, delete them, play around with updating the repository. Try and go back a few updates and see how the things react. Since it’s not a real project there’s no risk of loss, but you’ll still get to see the effects of what you do.