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/)B
Posts
2
Comments
383
Joined
3 yr. ago

  • Going on 22 days waiting for a firewall rule change so I can pull containers from the enterprise GitHub enlistment.

    I've had discussions with 4 different OUs. Not one of them has been able to tell me why the firewall is different for this VM. There is no way for me to see the state of each and compare.

  • I'll probably come off as a crusader, but rootless Podman is a great way to accomplish this out of the box.

    Podman maps your user ID to root in the container, but you don't need root (or a rootful socket) to run the container.

    Docker also has a rootless mode now, but I've found no reason to go back.

  • I have entire conversations and then 5-30min later realize I had a conversation and panic because I can't remember anything about it except that words were exchanged.

  • It seems like the only time I encounter this oddness is when some upstream docker image maintainer has done a weird with users (I once went 3 image levels up to figure out what happened).

    Or if I borrow a dockerfile and don't strip out the "nonroot" user hacks that got popularized years ago.

  • Good point! No use for a line number when you're explicitly dumping file names. And if it did work, would likely break the pipe to tree.

    I lazily copied the original and just added -l.

  • grep -l will get you just the filenames

    tree --fromfile will read from stdin just fine

    So: grep -ril "foo bar" . | tree --fromfile -a should do the trick.

    Edit: removed -n from the grep incantation per below conversation.

  • Yes, the bubble is a pure speculation (growth) game. As long as the new shiny makes more people want in on the stock (public or private) continually, share prices grow and the company has continued runway.

    Eventually, private equity exits with an IPO and the public gets a chance to be left holding the bag too.

  • To be fair, he was a Democrat. A southern democrat in the uh, southern tradition of being a shitty racist.

  • Holy shit, Murkowski crossed the line to vote nay.

  • AI product pushing, absolutely. I actually fairly shocked there isn't more. Probably because they can't actually predict the output.

    "You can do get the most efficient results at the lowest TCO with [insert vendor's product]!"

  • But you get ai answers with Google now so... It's basically the same.

  • Deleted

    Permanently Deleted

    Jump
  • That is absolutely correct.

  • Thursday morning, Ezra Klein at the New York Times published a column titled “Charlie Kirk Was Practicing Politics the Right Way.”

    Tell me you never listened to Charlie Kirk without telling me you never listened to Charlie Kirk.

    Goddamn fascist apologists.

  • An hour of ideal developer time. Too bad there's only 3 of 4 of those per quarter.