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/)NH
nickwitha_k (he/him) @ nickwitha_k @lemmy.sdf.org
Posts
9
Comments
2,224
Joined
2 yr. ago

  • ICE just followed POTUS's order.

    Wasn't a valid defense in Nuremberg, not a valid defense here. Quit the nazi apologist shit. And further, I'd recommend re-evaluation your life choices, considering for support for the stupidest Hitler-wannabe in modern times.

  • It's something that egotistical people might do but, they might also lie about the importance of their job or pay people to follow them around in an entourage. Not all egotists are as power hungry as politicians frequently are some want to be loved and adored.

    The motivation matters and, while those that lust for power generally are egotistical, egotism itself isn't usual the reason.

  • I'll continue to say this every time that I see it. Feudalism. It's just feudalism (or maybe neo-feudalism, with "neo" in relation to time period). Nothing about it is new. Nothing about it is really predicated on technology. Feudalism and similar mono/oligargic systems have always used available technology to oppress.

    The only thing that they're doing different is not bothering with "divine right" and being slightly more honest in that they believe having money makes the better. But that's also been done before. No need to slap "techno" on the front of it to make it seem like it's a unique situation that's never been attempted before. They're just another group of egotistical shitheads who have convinced themselves that they are special, unique, and superior, when they are none of these things. Just like all of the rest of the would-be kings in history.

  • I think that that is looking at the problem from the wrong angle (even if it is extremely common). We need to not give a fuck what they think of us as we subvert their party and force it into something that's actually at all Left of center. That's impossible with people sitting out elections (especially primaries) and offering zero meaningful resistance to or action against the fascist Right.

  • In that case, my suggestion would be to target implementing a REST API with OpenAPI (formerly Swagger). There are server code generators for both Rust and JS (multiple flavors, I think).

    Basically, the workflow is something like this:

    1. Create your API spec skeleton (YAML or JSON, pick your poison). This will have all of the required sections like info
    2. Pick your first endpoint and define it in the paths section. Probably start with during simple like a GET. This will mean that you mainly have to worry about defining your responses (at minimum HTTP2XX and HTTP4XX, preferably with a catchall error response for HTTP5XX responses) and their schemas.
    3. Run the code generator. This should generate files with stubbed-out definitions for interfaces (or the equivalent for your language of choice) for your response methods. Generally, you do NOT want to add any code to these files as they will be overwritten anytime you update your API spec.
    4. Implement the methods to handle the stubbed out interfaces. Ex. A hello-world interface would likely need to be implemented with a method or function that returns the string "hello world".

    The reason that I recommend OpenAPI in writing REST APIs is that it helps to layout the API contracts before you even start coding. This helps with keeping typing consistent, give you a clear milestone for implement, and makes creating clients really easy.

    Extra benefit is that OpenAPI is (mostly) language agnostic, so, as long as you have a codegen or some good boilerplate, you can use it for any language, which can give you a safe place to start when learning a new language.

  • Hard no. The reaction is absolutely warranted. The same sorts of people who push anti-electoralism/accelerationism are happily asking the sick people, who they helped prevent from getting treatment by installing craven right-wingers, to die for them. That is beyond fucked and should never be met with anything but scorn and derision.

    It's the same fucking story again and again. The cowards want to force things towards violence and not be at risk themselves. Asking sick people to do it for them? No. The only ethical response to someone suggesting that is "go fuck yourself".

  • The FCC, which licenses radio spectrum and makes the rules for device certification is part of the Executive branch. So are the CFPB and the SEC, or what's left of them. He's literally, corruptly leveraging his office to benefit his cons and preventing regulations from applying to himself and his cronies.