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/)HA
Posts
10
Comments
175
Joined
4 yr. ago

  • If you attract the attention of the authorities and you use a residential connection with multiple users, they will have a difficult time conclusively establishing who did what.

    If you use a VPN it's likely to be a lot easier (single user, paid with personal card, etc) and it looks like you're trying to hide so the penalty may be higher.

  • You're probably aware of this but just in case you're not, LLMs are computationally intensive and a CPU from 2007 isn't going to provide a good experience.

    That said if you get it working it would be interesting hear how well it works.

  • Warner is chairman of the U.S. Senate Intelligence Committee and a former venture capitalist who bet big on telecom in the 1980s and 90s, making him uniquely qualified to talk about threats to U.S. communications infrastructure.

    More like uniquely qualified to take advantage of panic funding that he's trying to create.

    All the major U.S. carriers, including AT&T, Verizon, and T-Mobile, were impacted, according to the Post. Incredibly, Warner says the hackers are still inside the U.S. system and there’s no obvious way to get them out that doesn’t involve physically replacing old equipment, according to Warner.

    Huh how convenient

    The hackers behind the infiltration of U.S. telecom infrastructure are known to Western intelligence agencies as Salt Typhoon

    What's great about this hacking fiction is that there's essentially no physical evidence. It's "just try us bro, we wouldn't lie for war and profit"

    I expect this to ramp up significantly since there's no actual aggression coming out of China they could point to.

  • WSJ Report further notes that Huawei’s slow but constant progress in the chipset field is ‘both a security concern for the U.S. and a commercial challenge for Apple’.

    Same thing, Apple is so big their success is part of US national security.

    If the tech companies fall, the US is fucked.

  • Why are you using networkd instead of networkmanager on a desktop? The two don't work together.

    Anyway, it looks like a DNS problem. You can manually specify DNS servers (like 8.8.8.8, 8.8.4.4) in whatever network management you're using.

    Alternatively you can edit /etc/hosts (I meant /etc/resolv.conf obviously) and then make it immutable (chattr +i /etc/hosts) to prevent changes.