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/)C
Posts
2
Comments
193
Joined
2 yr. ago

  • sure, but is that implying that 5% of this traffic is bad faith or rogue agents? the tools built into Claude Code and Codex surely have their own user-agent settings.

    and why would they spoof Linux instead of Windows?

  • the AI explanation and reasoning is weak. what does “largely disappears” mean without numbers? Cloudflare doesn’t do vibes; give me numbers. in any case “desktop” surely means that the user-agent reflects a desktop browser and not a CLI tool, right? otherwise this number would be closer to 90% than 10%. unless the agents are intentionally spoofing browser user-agents i don’t buy it.

    no mention of Steam’s and Framework’s hardware offering that come with Linux? no mention of the clear mass migrations?

    here’s an AI explanation: LLMs are helping people who otherwise would struggle move to Linux

  • again, why do you hate yourself? do you think using Windows and holding it wrong is empowering? i don’t get it.

    trust is required somewhere. if you don’t trust Microsoft, why would you use Windows in the first place?

  • is it going to be produced by the new InfoWars? it seems like it would fit in their programming

  • why work on a feature that your users categorically reject? this isn’t me projecting, i literally have this conversation with a buddy all the time. he’s a programmer and talks about all the problems with Windows like there aren’t options. use the OS the way the devs designed it, pick a different one, or stfu

  • woof these downvotes. Windows users will never stop hating themselves

  • you say that like that makes it not worth doing

  • Windows users get what they deserve here. Windows gave you an app store, and you spat on it. maybe it was a bad implementation, but signed apps exist for a reason.

  • thanks :D

  • i had that thought, too. the yolks were incredibly rich and also way more stable than chicken yolks, but that could be an issue of freshness, etc.

  • Cooking @lemmy.world

    duck egg omelette

  • this is just yet another case of “reality having a left-leaning bias”. there’s no conspiracy here, except for the man baby who tells his model explicitly to be an asshole, except he can’t conjure enough facts about white genocide to meaningfully move the needle on reality.

  • not precisely. Rust has let mut and Kotlin has val; ie the member layout and the mutability are treated differently, since those languages have mutability rules.

    this is a circular argument anyway. the language designers could have figured out a way to do type inference like, eg, Java, but, again, explicitly chose not to.

  • a lot of modern languages explicitly disagree, eg Kotlin and Rust

  • my theory is that AI will take over the world silently and subtly. my first inkling of this was when the tariff policies appeared to be generated. regardless of if they actually were, things like that will continue to happen until consulting a model on policy becomes routine, and then checking outputs gets more lax… that’s how they take over. we give them control over the reigns of government one step at a time, all the time convinced we’re still the ones making the decisions.

  • classic. this has been a problem since the language was new.

    the problem is that Rust is designed to not have this as a use case, or rather has machinery to make this marginally safer (mutexes etc) or make it unstable (panic) or just as unsafe as C (unsafe). if this is a pattern you want to maintain, Rust is going to throw friction at you by design, because tbh this pattern is the source of a ton of bugs.

    it’s conceptually more complicated, but game engine devs have been moving to some form of Entity Component System[1] architecture, because it gives you a way to access memory that is both cache efficient and safe.

    all that said i’m not a game dev. i think Bevy[2] was the blessed solution for a while?

    1: https://en.wikipedia.org/wiki/Entity_component_system?wprov=sfti1 2: https://bevy.org/

  • let me tell you, i’ve been doing 5g of creatine every day for 3 years and am dumber than i’ve ever been

  • yeah, i mean it’s all bit abstract, but that’s essentially what it is.

    a concrete example would be Nvidia. they’re wildly profitable, and they don’t care how overleveraged you are as long as their barrels full of cash keep coming in.

    i agree with you that there is a concerning amount of debt and leverage going on, but it’s undeniable there’s money changing hands.

    but also, speaking of abstract, all this shit is made up and most of the money “moving” is just flipping some bits in a database somewhere. i also agree with you that it’s all a bit of a facade for people with power to play with power while the true “value” of society such as cost of living and quality of life take a low priority cuz “AI has a $T valuation”. but if you live in this system, this is what it is.

  • yeah, i know the argument you’re trying to make, but that doesn’t change the actual capital and labor being used to create these things. whether it’s profitable once the investors run out of money is another story.

  • i mean, people are making money. sure there are debts owed, but Mark isn’t going home to a 1br rental even after being so “humiliated”. the bag holders are the investors.

  • Selfhosted @lemmy.world

    what do y'all use for CI/CD?