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/)S
Posts
9
Comments
96
Joined
1 yr. ago

  • Intentional Kessler syndrome?

  • AI boom is a poor choice of words, even though it's intentional. And I don't believe the article's starting paragraph

    For more than three years, AI has propped up global trade and investment and pushed stock markets from the US to Asia to record highs.

    However, there is a boom in investment in AI, whether that actually yields anything or not. I read the article as meaning derailing that.

    The consequences outlined in the rest of the article look to be agnostic to productivity

  • and some jokes just aren't funny

  • Does clean rooming also work the other way round? Where open source models can reverse engineer proprietary binaries, upon which one can make "clean" open source copies?

  • Are there not just going to be dozens of linux forks without age verification?

    Or people just move to the distros that don't do this?

    (Mac and Windows may be a lost cause?)

  • It doesn't even need to be a conspiracy yet. It's a slippery slope.

  • If I'd bought when you said this, things would be a little different

  • Deleted

    Permanently Deleted

    Jump
  • You make a good point. I read it as "people who aren't in thrall to the machine can take back control". The vast majority of people have little say in this show.

    As @Quazatron says, those that are in thrall don't look particularly human.

  • Deleted

    Permanently Deleted

    Jump
  • To quote:

    The real bubble is not stock valuations but the inflated ego of an industry that thinks it is just one more datacentre away from computational divinity.

  • Deleted

    Permanently Deleted

    Jump
  • Can I ask why you chose meshtastic over e.g. reticulum? I'm new to this area but interested (mostly from a nerd perspective)

  • Sometimes I just want to use a particular tool, and care less what I'm making with it.

    I rarely get this pleasure at work.

  • It will run faster if your local machine is faster than the cloud, but otherwise it's the same. I don't think I tried starting CI from my machine, per se, I would instead point codeberg to my machine, push to codeberg, and codeberg would send the job to my local runner. You probably can do it entirely locally.

    The main benefit for me was that I can run CUDA workflows without needing to pay extra for GPUs. I've not really thought about what happens if you want to deploy to an architecture you don't own. I can't recall what architectures they provide.

    Note this is with woodpecker CI. I think they're migrating to a new CI at some point.

  • I had a pleasant experience moving my project from github to codeberg. CI is nicer in codeberg because of local runners; easy to migrate too