• 1 Post
  • 139 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle

  • Yeah, it’s unclear to me at the time if the dialogue box in the screenshot appeared when doing a select all operation, but it reads as though the OP dev didn’t understand git, discarded their work, and got upset that it was an option.

    Realistically if the dialogue box appeared, I’m not sure there would be anything else the IDE could do to prevent the dev from themselves. Perhaps reject operations affecting 5000 files? But then you’ll just have someone with the same issue for 4000 files.


  • reading through it, it sounds like they opened a project in VSCode, and it saw that there was a local git repo already initialized, with 3 months of changes uncommitted and not staged. So the options there are to stage the changes (git add) to be committed or discard the changes (git checkout -- .). I guess they chose the discard option thinking it was a notification and i guess the filename would be added to gitignore or something? Instead, it discarded the changes, and to the user, it looked like VSCode did rm -rf and not that this was the behavior of git. Since the changes were never committed, even git reflog can’t save them.






  • Obligatory Line Goes Up video, although not exclusively about Bitcoin.

    I do admit that early in Bitcoin’s life, around 2013, i was a interested in Bitcoin as an alternative to banking, but the volatility and speculation alienated me from the community. Anyone buying BTC now for $90k, you need to realize this turned into a pyramid scheme and you’re not at the top of it. You may be able to find someone who’s more of a sucker to take the Bitcoin off your hand and make a profit, but it’s not sustainable, someone has to loose. Any gains you make are probably less than 10% what the person made by selling it to you.

    If you do end up speculating on crypto, don’t invest more than you can afford to loose, and assume you’ll loose it all. It’s very likely you’ll either get hacked/scammed, loose your wallet, leave your wallet in an online exchange who runs off with your keys, etc. You’re on your own if that happens. If you do end up making any profit, it’ll be a blessing and you’ll be way happier than if you thought this would be your key to get rich, and you end up loosing it all.