Why are you reading this? Go do something worthwhile.

  • 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle






  • Nah, it’s definitely easier during a tornado to go outside, jack up my car, remove the wheel, remove the wheel liner, and then pull the battery from inside the bumper because that’s a really convenient place to keep a car battery. Then I just have to lug the battery inside, hook it up, and keep 2 small children and 3 dogs away from it. Much easier than a generator.


  • I find that when you know how to use Github, Github is pretty easy and close to perfect for what it is, a code repository.

    I think that most people who stumble across a Github link through a Google search, probably like in the original post, want to treat it like an app store. The read.me is the description, so they can tell it kind of does what they need, but they’re missing a big, green download and install button.


  • The problem with github isn’t really a problem. It’s just accessible enough to borderline tech people who want a one click solution to a problem. They can find it, but using it requires more skill than they have. It’s a code repository, not an app store. The most useful things I find on github aren’t from some massive app developer, they’re from some guy who happened to have the same problem as me. Rather than screaming at that guy for an executable, level up. Learn something.


  • The fact that ads are so intolerable is the problem. I understand that much of the internet being free is because of ads. But we went from the early days of the internet where ads were malicious, active annoyances to the modern internet where ads are malicious, passive annoyances. Clicking on an ad no longer ruins my afternoon with a virus, but it does log and sell my data to the highest bidder. Nearly every ad on the internet is in bad faith.

    Until we have better ads, I will block absolutely everything I can.










  • Just some advice to anyone who finds themselves in this specific situation, since I found myself in almost the exact same situation:

    If you really, really want to keep the data, and you can afford to spend the money (big if), move it to AWS. I had to move almost 4.5PB of data around Christmas of last year out of Google Drive. I spun up 60 EC2 instances, set up rclone on each one, and created a Google account for each instance. Google caps downloads per account to 10TB per day, but the EC2 instances I used were rate limited to 60MBps, so I didn’t bump the cap. I gave each EC2 instance a segment of the data, separating on file size. After transferring to AWS, verifying the data synced properly, and building a database to find files, I dropped it all to Glacier Deep Archive. I averaged just over 3.62GB/s for 14 days straight to move everything. Using a similar method, this poor guy’s data could be moved in a few hours, but it costs, a couple thousand dollars at least.

    Bad practice is bad practice, but you can get away with it for a while, just not forever. If you’re in this situation, because you made it, or because you’re cleaning up someone else’s mess, you’re going to have to spend money to fix it. If you’re not in this situation, be kind, but thank god you don’t have to deal with it.