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/)FI
Posts
139
Comments
1,679
Joined
2 yr. ago

  • Yes, AMD completely overslept here and their ROCm is much inferior. But at least regulators can force NVIDIA to open their CUDA library and at least have some translation layers like ZLUDA.

    Even though I think they will play the same card like Microsoft obfuscating and making it very confusing to hinder the portability.

  • Last time I checked the US started all this witch hunt and trade war, as they are worried their global influence is waning with China gaining foothold in Africa, Asia and even South America.

    So call me sceptical but the US doesn't care for the Uighurs, or any other human rights violations that China is involved in, they are just protecting their trade interests.

    And yes, this antitrust case should have been open against NVIDIA ages ago.

  • Obsidian is amazing, though it isn't FOSS but your notes are saved in Markdown, so even if something happens with the app, they will remain yours.

    Another alternative may be Joplin and AnyType, but I think AnyType is also not 100% FOSS.

  • You are increasing the attack vector immensely, and it is up to you to ensure that it is well protected and up to date. The attack effort won't be high though and most of the attacks would be pretty basic, still I wouldn't risk something so personal, like your image library.

    I would suggest for you to look into Wireguard or Tailscale for accessing your personal Immich instance.

  • I am pretty sure your PC doesn't block ICMP requests and you can get the MAC address of the IP address using the arp command and then check the first three octets against the MAC vendors database.

    This is all possible in Bash but the script will be slightly more complicated and will involve three different tools, ping, arp, curl.

    But I am sure you know how to check your PC IP address anyway.

  • One other factor is that ICE engines are extremely complicated engines with many unique parts and established car manufacturers have perfected the technology over many generations. For comparison, electrical motors are a lot simpler engines, that are easier to manufacture and maintain. I read an article if VW switches entirely to EVs they still need to fire tens of thousands of employees as they won't be needed to produce the same amount of cars.

    This and the fact that a lot of the focus on the EVs is on the software and European car manufacturers are struggling immensely of building modern software to run their cars. This gives Tesla and Chinese EV manufacturers a big advantage.

  • One comment though, you are moving the bashrc and bash_profile instead of copying it. So consider fixing it in your instructions.

    You could have also run a for loop and ping all the IPs in your subnet. Something like this will work:

     
        
    for i in {1..254}; do ping -c 1 -W 1 192.168.1.$i &> /dev/null && echo 192.168.1.$i; done
    
      

    Presuming that your subnet is 192.168.1.0/24. This command will loop through all the IPs in this network and only print the one that are alive.

    I didn't know that Steam have added an exception for /nix which is pretty cool. Thanks for sharing

  • I do agree but we are fast heading to a reality where money controls everything. We are heading straight to those dystopian realities so well known from computer games, books and movies that we don't believe will happen.

    Long gone are the times when people can really alter the status quo. Now money is the king, only money can change the status quo, and the top 1% doesn't want this to change. So they will pour as much money as possible to ensure that they will never be overthrown.

    See how lobbies rule the political agenda, not people. Do you think anything will change in the future? I don't, I simply think that the wealth accumulated by the super rich will only grow, leaving the rest of us to scramble for crumbs.

  • NVIDIA being greedy is nothing new. Last gen, the only worthwhile card was 4090. The rest was simply overpriced crap. I don't expect them to make any better next year, that's because they have almost complete monopoly on the market. And that's bad for everyone except their shareholders.