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/)SU
Posts
0
Comments
16
Joined
1 yr. ago

  • iirc it came out that the gambling site was intentionally cycling through cloudflare's IP range to avoid IP blocking, causing legitimate websites to be flagged as unsafe. They said they'd still host them, they just need their own IP and not one of cloudflare's. Horribly communicated to the customer though

  • Like, a GUI plus command line, objectively provides you with more UX tools and ways of presenting data and interactions to the user

    My long list of vim plugins and adhoc macros would like a word. I don't doubt VSCode can do something similar, but I love that I can script vim to do basically whatever. Also, it feels much faster to not need to touch a mouse at all.

  • How easy is it for you to take your bike on the train in that area? I was visiting Utrecht recently and was really surprised they only allowed 2-3 bikes on the entire train (off peak hours too).

  • wrt conf file location, they're only generally in /usr/lib/systemd, /etc/systemd, or /run/systemd. You can always find out what's getting read with systemctl cat <service-name>. Way easier to find stuff than with some other random programs imo, I've seen crap have default conf files in dumb places like /usr/share/<service-name>/lib/etc.