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/)F
Posts
0
Comments
1232
Joined
3 yr. ago

  • verify with every output it produces.

    I agree that you can get quality output using these tools, but if you actually take the time to validate and fix everything they've output then you spend more time than if you'd just written it, rob yourself of experience, and melt glaciers for no reason in the process.

    prompt to restrict it from auto committing, auto pushing, and auto editing without explicit verification

    Anything in the prompt is a suggestion, not a restriction. You are correct you should restrict those actions, but it must be done outside of the chatbot layer. This is part of the problem with this stuff. People using it don't understand what it is or how it works at all and are being ridiculously irresponsible.

    repetitive sections

    Repetitive sections that are logic can be factored down and should be for maintainability. Those that can't be can be written with tons of methods. A list of words can be expanded into whatever repetitive boilerplate with sed, awk, a python script etc and you'll know nothing was hallucinated because it was deterministic in the first place.

    user tests.

    Tests are just as important as the rest of the code and should be given the same amount of attention instead of being treated as fine as long as you check the box.

  • There is still a substantial amount of working age people in that scenario. They just need to be allocated to jobs that matter instead of made up bullshit like for instance the vast majority of medical insurance employees. We have enough labor available that we could live in a straight up utopia but instead much of it is oriented to perpetuating economic serfdom.

    Think about it... We used to have a large proportion of people running households instead of working for money, but now we both have more automaton than ever and a higher percentage of people in the labor market, and we don't even work fewer hours.

  • I rather doubt that.... I wouldn't even know it existed if framework hadn't sponsored it.

  • They're the same people that copied code from stack overflow that you had to tell them how to actually fix every PR. The difference is the C suite types are backing them this time

  • Society doesn't have to work that way.

  • producing subtly broken junk

    The difference between you and people that say it's amazing is that you are capable of discerning this reality.

  • The problem is the sub replacement birth rate of 1.53 per woman.

    This is not actually a problem, except we want to keep the completely unsustainable economic system unchanged.

  • I don't know for sure, but some things that computers do are fast because the memory is in order in RAM and the processor gets to run something on it contiguously without interruption. If denuvo was doing something in the middle of that type of process it could easily hurt performance. If it straight up uses more RAM, just that could hurt performance, because a smaller percentage of the memory can fit in cache at a time.

  • I don't pirate games, but I also don't buy games I otherwise would if they have denuvo. Always online DRM punishes paying customers and frustrates game preservation.

    So I'll cheer every time a Denuvo game gets cracked.

  • What's the excuse for omarchy? It's completely irrelevant.

  • If there is even a difference they are equally evil in my eyes. It honestly seems like pointless hair-splitting.

  • I feel like I've read this 100 times over the years. The solution is to stop single use plastic. Everything else is a distraction.

  • Get fucked Atlus. I'm not sure I have an appetite to load windows to use these but I'd have bought every game by Atlus on release like I did up until I decided I'd rather skip the ps5 and stick with PC but instead I've bought one of them (persona 4 ultimax which I didn't realize had it until now)

  • I would drink it in a house. I would drink it with a mouse. I would drink it here or there. I would drink it anywhere.

    in a box. with a fox.

    I could drink, would drink, in a car. I could drink, would drink, in a tree.

    Ok I'm bored now you get the gist

    Edit: French press is the best preparation though

  • Ethnic cleansing would still be a good enough reason???

  • It's more that nosql makes sense of you have very specific performance characteristics and can accept very specific constraints.

    Alternatively, you want to use a document db because you don't understand that delaying implementing schema integrity or implementing it yourself in the application layer instead of having it baked into your database will be more complex and slow you down in the long run. RDBMS isn't slower than a generic document DB.

  • I haven't used forgejo but I imagine you'd set a runner to trigger on merge or push to your main branch that does any build steps (if needed) and copies the artifact to the directory you're serving

  • 1950??? Statically typed programming languages are very old....

  • Just prepend the command with "bash". If the script changes environment variables and you need that to happen in your fish environment there is https://github.com/edc/bass