Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CF
Posts
61
Comments
1,529
Joined
2 yr. ago

  • We had a black cable with a box at the end dangling from the utility lines across the street from our house for like six months. The box was suspended like 2 feet off the ground and the neighbors even parked their cars around it.

    Anyway, internet goes out one night at 3am, and sure enough, I could hear some bolt cutters on my security camera followed by a person walking in frame to look at our mailbox (which is locked).

    Talked to the guy repairing it a few days later and he confirmed it was just fiber.

    What a tool.

  • https://en.wikipedia.org/wiki/G.I._Bill#Problems

    Except a lot of men who fought over there were rewarded with returning back to the bottom rung of the socioeconomic ladder.

    Status quo was maintained. Women and people of color were promised opportunity and reward for helping with the war effort, but largely didn't get it.

  • To explain your downvotes.

    Women were encouraged to join the work force on top of all of the parenting/wifely duties they were saddled with for generations. This was a lot of work, but it also provided a glimpse into financial independence and equal placement in the workplace for the first time.

    But when the war was over, women were encouraged to jump right back into the kitchen.

    should men returning from war not be entitled to their job back

    There are many jobs that need to be done to make society work. There are plenty of jobs at home that they could have taken.

  • That wouldn't be a problem because the plan was to move them back to the initial machine where they'd have matching owners. The issue was that because the ssh user didn't have root permissions, it could only set the file owner to itself.

    I found a workaround. Check my edit. Thanks for responding.

  • My favorite part of this game is that the developers had to write special code so that Mickey's ears are always facing the camera as is canon in Disney animations.

    My wife is playing through Dreamlight Valley and they used a static model and it's depressing.

  • me_irl

    Jump
  • With some pens, you can jam the spring between the button and the silver thing on the bottom right and the white thing next to it. Then jam it into the top of the pen with the ink stick until it sticks.

    Then press the button on the top of the pen and the white thing shoots across the room.

  • Rsync will compare the contents of the source directory with the target directory. If it finds a match, it won't copy the files, if there's no match, it copies.

    If your goal is to have 1:1 copies, you can use the --delete flag to remove extraneous files in the target directory that aren't in the source directory.

    If you use the -a flag, it'll maintain all of your permissions.

    You can literally rsync a linux installation from one machine to another. While the source machine is running. Pretty nuts.