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/)CH
Posts
0
Comments
110
Joined
2 yr. ago

  • Reducing your meat consumption is likely the most effective way of lowering your personal climate 'footprint'.

    You don't even have to go fully vegan. Use 20%, 30% or 50% less meat and you're already doing a lot.

    Also look up climate impact of different types of food (and where it comes from), and use that to prioritize. Chicken, fish and pork are up to 10 times less impactful than beef.

  • I'm stuck on windows in the IDE of a certain large chip manufacturer for doing embedded DSP. God, I wish I could have any level of customization. But at least it has vim mode.

  • Maybe because inequality is rising, making daily life harder and harder for the majority of the population. And some of these will buy into that it is because we are spending too much money helping people, and that their own lives would be easier if we didn't.

    Edit: grammar

  • Well, on the label of the ones I tried it said co-developed by AI.

    So yeah, probably marketing stunt

    That said, if it hadn't been artificially sweetened, I would probably have preferred it to the normal one. Felt like it had more flavor. Similar to Fritz Cola from Germany.

  • In Return of the Jedi (1983), Luke asks Leia if she remembers her mother. She answers that she remembers her a little and that she died when Leia was very young.

    In Revenge of the sith, however, Padme dies immediately after childbirth, so Leia couldn't have had any direct memory of her.

  • Well, I only watched one, but it was pretty good.

    It's a fan edit of Revenge of the Sith that aims to improve the narrative around Anakin's disappointment in and suspicion of the Jedi order, making it a more natural development for him to side with Palpatine. It also has some deleted scenes added in and some other small adjustments.

    It's called Labyrinth of Evil, and there are two versions; one where Padme lives, to fit with Leia's lines in Jedi, and one where she dies, like the original.

  • Almost all migrants call for asylum, and it's then on the country to process it and evaluate if it is true. In that time, typically the asylum seeker will be able to stay. There is afaik no reason not to request asylum. So the two are very much linked in practice.

  • It doesn't always work. And I think it might be related to where you are in the world. For the first month when piped links started showing up, it straight up never started playing for me. It works alright now.

  • The client will look up your domain at whatever DNS it uses. It will return your public IP.

    Client will send a packet with that as destination. It will reach the router which goes 'I know! The call is coming from inside the house!' and sends it to the server without modification.

    The server gets it and sends a response, but the response is addressed back to client's local IP.

    Client gets the response, but that packet's origin (in the header) is server's local IP.

    Client goes 'wtf, I didn't call you?!' And drops the packet, still waiting for a response with your public IP as its origin.

    This can be solved with the router modifying the appropriate traffic's headers so that the headers match the expected, called NAT Loopback, or by using IPv6 global addresses.

    It might also work running a local DNS server that returns your server's local IP for a given domain, but that might yield certificate errors, and won't work if devices ignore the DNS coming from DHCP.

    I was using straight firewall rules for some years, but lost the template when the NAT Loopback checkbox started working (OpenWRT).