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/)C
Posts
1
Comments
48
Joined
1 mo. ago

  • hmm

    Jump
  • I take it that they mean that it is indirectly a tax on the employee in the sense that it is money the employee could have earned but does not because the company has to pay the tax. Could have earned as in the salary could have been higher without it.

    On the otherhand, that is true for any tax a company has to pay, just not as directly releated.

    (Or I could be wrong and they mean something else.)

  • I have never seen Bojack Horseman but maybe I should!

  • Basically everyone who jumped from the Golden Gate Bridge and lived (only ~2% of jumpers) regretted doing it before they hit the water.

    My teacher in biology back in school explained that this was due to hormones being released something something close to death something something. In essence, it was not a "choice" to regret jumping, but rather a biological response. So you would regret it wether you wanted to or not, so to say.Can't give you a source since I don't have one.

  • Unless they outsource their OS support to CoPilot.

  • Is the joke that "init" sounds like "innit" (isn't it)?

  • Added to my Glance page. :-)

  • Buy AMD stocks.

    Would have been rich! Or perhaps Nividia.

  • it’s not like I have thousands of containers running

    I feel you. I have ~20 container files (some are multiple containers in one file, e.g. db and web server) and I seldom have to do changes to them. Once properly configured, I don't really have to do anything.

  • Do you want to expose port 80/443 and set up a reverse proxy or do you want to use a VPN tunnel? You could just use SSH to port 80 and 443 like so: ssh -L 80:<local-server-ip>:80 -L 443:<local-server-ip>:443 <username>@<domain>

    I expose port 80/443 and use Caddy as a reverse proxy together with Authelia to protect anything that I deem needs an extra layer of security. I followed this guide: https://caddy.community/t/securing-web-apps-with-caddy-and-authelia-in-docker-compose-an-opinionated-practical-and-minimal-production-ready-login-portal-guide/20465

    Once setup, it is easy to remove or add a backend to Caddy and Authelia. This way does mean that you sometimes need to log in twice, but that is a small price to pay if your backend app does not support SSO (like n8n community edition).

  • And the trauma of the train driver hitting the car.

  • Everything was .md files on the backend, which was nice. Should make automation simple (but time consuming since you most likley have to create it yourself). The only reason I stopped using it was because I didn't really need it.

  • Have a look at Tasks.md. I've used it before and I liked it. You can customize the CSS as well.

  • Have you considered replace the name with input from stdin? So instead of name=synapse you could do name=$1 and have one script to use for all containers.

  • Never heard about The Story Graph before, but it looked cool so I created an account to check it out. I could not find any way to create custom integrations (or make any integration at all).

    One option would be to pull your data from ABS via its API and then use JavaScript to navigate The Story Graph's website to "manually" update your progress.

    Edit: If you want to work with Python, someone has created a library to work against their website as if it was an API: https://github.com/ym496/storygraph-api/tree/mainIt uses an HTML parser to map the response from the website.

  • Or disabled until a certain number of upvotes are reached. It could potentially be disabled again of upvotes falls down under the threshold again. Or just have them time gated.

  • I would give you an Insightful vote but I don't have any left. /s

    Jokes aside, I like both limiting number of votes per day (or otherwise) and having different kinds of votes. The reason why something is up/down voted can make for a better discussion. But I am agnositc towards renewing votes bases on engagement. On one hand, it would increase engagement, and on the other hand, it could scare lurkers away from otherwise upvoting good content.

  • That makes sense if there is more than one user for a server (i.e. work environment). I would not care if it was on my home lab server, except that the root folder is deleted and remade on each boot.

  • Selfhosted @lemmy.world

    How to use Radicale with iOS