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
36
Comments
139
Joined
3 yr. ago

  • Oh, that's some Greek yogurt, seasoned with a bit of salt and lemon juice. Thought about making like a tsatsiki, but gave up and kept it minimal, my lunch break was almost over :)

  • Go for it! It's not very detailed, but if you need more info, let me know.

  • Thank you!

  • Is that plant-based protein? Not sure, marinating it in that much acid might behave differently... I would suggest to experiment with a small portion first.

  • Oversimplifying it, Ansible playbooks are nothing more than some commands that should be run on a remote machine via ssh. Ansible knows or has modules for a variety of different package managers (apt, yum, etc) and automagically knows how to handle services or various config files.

    It can get complex, but I think just the startup phase, until you have an inventory of remote machines, the ssh keys are in place, etc. I second the Jeff Geerling recommendation, his stuff is solid, both ready to use playbooks, and tutorials.

    I would suggest to also look into cloudinit. Makes setting up VMs on proxmox easier, faster, more consistent, with users, networking, ssh keys, etc ready to use (by you or by Ansible).

  • I've been using Zen for a few months. It's based on Firefox, with some UI changes. I really like the workspace management, having separate "environments" for work and private use.

  • My son went from fortnite to project zomboid and rimworld, lately rdr and doom eternal. Sometimes terraria and minecraft, but rarely.

  • Germany.

    • 30 vacation days.
    • 16 public holidays.
    • Unlimited sick days (6 weeks paid by employer, the rest by the health insurance, at a lower rate)

    These are all paid, all working days some public holidays may fall on the weekend.

    I started this year with 9 vacation days from last year, I had to take them before the end of March, so I just randomly took a couple of weeks in Feb and Mar.

    I usually align my vacation days with my kids school holidays, but I take 2-3 weeks continuously in the summer, usually late August.

  • Romanians are not the same as Romani. While there is a large Roma/Romani (and Sinti) population in Romania, it's not the same thing.

    Not to be confused with Romanians or Roman people.

    The Romani people[k] (/ˈroʊməni/ ⓘ ROH-mə-nee or /ˈrɒməni/ ROM-ə-nee), also known as the Roma (sg.: Rom), are an Indo-Aryan ethnic group[74][75][76] who traditionally lived a nomadic, itinerant lifestyle. Linguistic and genetic evidence reveal that the Romani people originated in South Asia, likely in the regions of present-day Punjab, Rajasthan and Sindh.

    https://en.m.wikipedia.org/wiki/Romani_people

  • Yeah, I think coredns offers all the options you need.

  • Mit Karte bitte!

  • This is a great addition to my home-lab, no more "free online convert" tools needed.

  • Well, I'm a native Romanian, so I can count (and speak, to various degrees) in Romanian, Italian, Spanish and French. Also, I live in Germany, so add that to the list. Do we count English? If so, I guess 6?

  • I agree with you, but this was specifically about jellyfin.

  • I don't think so, but don't quote me on that. My machines come with a 65w charger.

  • A micro sized PC with an i5 and 8gb or ram can cost under 100€, and it's way more powerful compared to a pi. Power efficient too. That's what I used for a long time for my jellyfin server.

  • I personally use my home lab to test and learn, and I try to mimic a corporate environment. I have multiple instances of DNS, proxy, etc and I have a "prod" and a separate "staging" k8s environment. I try as much as possible, without going nuts about it, to update and try new changes that might be breaking in the staging cluster.

  • Right, but I have wireguard on my opnsense. So when I want to reach https://jellyfin.example.com/ , if I am at home, it goes phone -> DNS -> proxy -> jellyfin (on the same network). If I am connected to the VPN, it goes from phone -> internet -> opnsense public ip -> wireguard subnet -> local subnet -> DNS -> proxy -> jellyfin. I see some unneeded extra steps here... Am I wrong?