NaevaTheRat [she/her]

Despite all my rage I’m still a rat refreshing this page.

I use arch btw.

Credibly accused of being a fascist, liberal, commie, anarchist, child, boomer, pointlessly pedantic, a Russian psychological warfare operative, and db0’s sockpuppet.

Pronouns are she/her.

Vegan for the iron deficiency.

  • 0 Posts
  • 18 Comments
Joined 7 months ago
cake
Cake day: June 27th, 2024

help-circle


  • That’s a little histrionic. A large part of propaganda is censorship, it is propaganda when the Chinese government censors discussion of e.g. tiananmen square and it is also propaganda when a mashup of laws and commercial interests prevent people from openly discussing or educating themselves on political tactics. The essential essence is controlling what ideas are normalised and permissible and which are not without engaging with the substance of them.

    Not all propaganda is bad, you probably agree with some stuff like indoctrination of people with the idea they have a moral obligation to help their community, or to first attempt resolution of problems via legal means.

    There are obvious differences in how and what gets supressed or encouraged but you are completely naive if you think that all states are not explicitly propagandising their populations. They are not benevolent guardians they are weird machines of flesh and ideas which project power because those that don’t get selected away. If you think being clear eyed about the unreliability of emissions from LLMs is cover for chinese statecraft you are a paranoid moron.





  • Why do people think Python is ducktyped? The syntax is quite explicit, just because x = 5. is shorthand for x = float(5) doesn’t mean it’s doing weird mutations. The closest would be maybe that something like:

    x = 5
    y = 2.
    z = x * y
    

    works (I think) but that’s not exactly a wacky behaviour. It’s not like it ever does the wrong behaviour of casting a float to an int which can erase meaningful data and cause unpredictable behaviour.

    I mean you can (and often should!) give functions/methods type signatures ffs.





  • Unlike tissue paper yaml is actually fit for purpose. I actually don’t know of any lang that literally can’t run a program. The most you could stretch what you’re saying to is that some esolangs are akin to making bricks of packed tissues to build with. They are art projects not serious submissions though.

    I don’t like js as much as anyone else but as evidenced by reality it works. Programmers need to stop sniffing their own farts, you have such strong opinions about the most insane shit when at most you should be talking about narrower scopes for use and trade offs.