• 0 Posts
  • 47 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle
  • So your options were re-elect the team who are following the process but started late and put and end to federal prosecutions while he was in office, or re-elect the guy whose last AG was 100% against any reform attempts and actively prosecuted offenders.

    But no, go ahead and tell me how Trump was the better option here. This is why the republicans win. Everything on the left is a purity test where we endlessly belittle our politicians for not delivering everything all at once on day one, while the right makes plans that span decades to take power. Look at the Federalist Society. It took them decades to arrange for the moment where they would have decisive control over the judicial branch so they could crime with impunity. But tell me how Biden not completing a five year process in four years was too slow.





  • I think it’s important to know that this program is for code developers, and the issue here is with a tool called git. Git is like file saving on steroids, because on top of saving a single file, you save many changes to files in git, add a comment for why you made those changes, and share your changes across dozens of files with other developers.

    What this guy did was develop for many months after starting to use git, but he never actually committed the files. Then he asked for to reset everything back to the original state, something that I do multiple times a day, and it gave him a warning that original means original and you will lose everything. And he said do it anyways.





  • It might be too late, but if you have your license renewed tell that to the judge. They will ask you how do you plead, I wouldn’t try to pull any shit with the not guilty plea. Just say you plead guilty, it was a mistake, and you renewed it immediately.

    I had my state inspection expire and it was dismissed by the judge. Just dress nice, be respectful, and tell them it happened and you fixed it ASAP. You will still have to pay a court fee, so you won’t get out of jail free, but not having points on your license is worth it.

    At the end of the day, most judges just want to see that there wasn’t a nefarious reason you didn’t have a valid drivers license. If you were able to renew it, no harm no foul.









  • I think my wife and I have this down pretty well, so here’s our guidelines:

    1. Figure out some structure. We usually plan one “thing” per day. Whether that’s catching a train between cities, a particular museum, or a guided tour. This helps with pacing when you are there because you don’t have to think too much day to day, but you won’t feel like you wasted a whole day.
    2. Figure out food options. I usually make a Google Maps saved list of dozens of different kinds of restaurants in every city. The goal here isn’t a plan, but simply to have good options no matter where in the city you end up. You will have less than one dinner per day of travel after you consider traveling days, so don’t waste it on some tourist trap that you happen to be nearby when the time comes. I’ll usually make a dinner reservation for every other night to make sure we get some incredible meals.
    3. Naps. It’s vacation, just plan on taking a nap everyday. Our first trip was together was to southern Spain and we’ve just decided that siestas are for us. This also helps with jet lag, staying up late to do local stuff, and having something that you won’t feel bad about canceling if something comes up.
    4. Self-Guided tours on the first day. If you are Americans traveling to Europe, I’d recommend the Rick Steve’s app and then splitting a pair of AirPods together as you walk around. He does the whole look here, walk here, turn left tour thing, but it’s self paced. We try to do this the first day we’re in a city so we get an idea what the major areas are. Self paced is nice because he’ll say something like “this is a great coffee shop” and we can just pause it and grab coffee if we want. Split the AirPods so you can really hear your surroundings and the tour is something you share.
    5. Any plans you make are just so you know your options. If you plan on taking a train between cities, look at when the next train is in case you have to miss it. Same with dinner reservations or museums. If it doesn’t feel fun or convenient, you’ll want to know what your alternatives are so it’s never “something or we read in the hotel all day”. Think about “it’s raining, so we’ll go to a museum instead”. Rick Steve also does museum tours.


  • If I see comments explaining every other line, especially describing “what” instead of “why”, I assume the code was written by a recent grad and is going to be bad. Describing what you are doing looks like you are doing a homework assignment.

    Like on that line, obviously we’re initializing a variable, but why 1 instead of 0? Could be relevant to a loop somewhere else, but I guess I’ll have to figure that out by reading the code anyways.