• 0 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle
  • force@lemmy.worldtoMemes@lemmy.mlAverage US presidential debate
    link
    fedilink
    arrow-up
    5
    arrow-down
    2
    ·
    edit-2
    4 days ago

    Shoot them

    We’re allowed to kill Abe Lincoln and JFK, why aren’t we allowed to kill these guys? Why does Reagan get plot armor out of all the presidents? Who wrote this shit?

    To be fair JFK getting shot was pretty epic though. He almost caused nuclear holocaust (although a more rabidly anti-communist president may have definitely caused nuclear holocaust), war crimed the South Vietnamese a ton, and stabilized Israel. RFK getting assassinated was less epic because that gave us Nixon



  • A lot of the time it’s about being lucky enough be able to have or form connections with rich stupid people. Those kinds are a lot more willing to throw insane amounts of money at someone/some company they vaguely know to do things they know nothing of but hear a lot about.

    Or just working at a company that’s well-known in the area and deals with clients very intimately while the product is being created.

    Sometimes charging more for the same service makes them want it more, to them it means it’s premium programming (as opposed to the off-brand wish dot com programming). But sometimes they demand disgracefully cheap yet world-class service and throw a tantrum when they can’t pay you $5 an hour for a full rebranded recreation of the Amazon web service.






  • TTS/many kinds of synthesizers fall under the category of AI generally, including Vocaloid TTS. They even have a trademark “VOCALOID:AI™” which is an LLM that’s incorporated into Vocaloid 6, although Hatsune Miku uses Vocaloid 2-4 which just uses normal AI (to fit the samples together) and not ML afaik.




  • I don’t work on any widely-used languages (I’ve made my own but not anything important) but I do think the designers of Zig and Rust have very good reasons for using semicolons – I read some reasons from the Rust devs themselves somewhere but I can’t remember them other than it vaguely being about how Rust is expression-based and intended to be lightweight and how whitespace significance can create confusion around how to read and write certain things and bla bla bla…

    but my personal opinion, what I generally I would imagine it’s for other than readability, is because the code can look a lot cleaner when an expression returned from a block is just the expression, and not expression plus some token like return. It’s especially nice in long closures or extremely short and simple blocks. I would rather consistently have to write expressions broadly like let a = { b + c }; rather than let a = { return b + c }. The semicolon has significance as a “result discarder” so expressions can be the default, so it’s on the surface a lot more functional-friendly.

    Also this is more specific but I hate the way WS languages generally handle quotes


  • That said, with how few expressions are return values, I do wonder why semicolons are the default rather than adding a special character to indicate return values.

    you mean like return/break/etc.?

    because Rust was designed to remind you of functional programming despite not being very functional, and because semicolons allow way better syntax rules in Rust and are generally pretty vital for good, readable lowish-level code. it also allows Rust programmers to use newlines/indents and stuff to pretty up their code a lot without littering it with random \ and |> and begin end and such everywhere, which, given how dense Rust code can be and how much it uses iterators and weird trait magic, is a big plus for readability


  • Often times it’s loitering charges, loitering being a fancy term for “being out in public whenever it displeases a person of authority”. Sitting on a public bench, having a picnic, walking on a sidewalk, sleeping in your car, whatever, all of those can and will get you loitering charges depending on your exact location in the United States.

    Then you have public intoxication charges which on paper are only supposed to apply if you’re causing a public disturbance (despite disorderly conduct already being a charge for that, public intoxication just makes it more severe), but in reality it’s mostly used to harass drunk people who couldn’t get a ride home, or uber home, and decided not to drive while drunk. I wouldn’t be surprised if you had a higher likelihood of getting arrested for public intoxication while drunk walking/public transporting home than of getting arrested for DUI while drunk driving home. But public intoxication and even DUI can also be used if you’re sleeping off drunkenness in your car, while the car is turned off.


  • Depends on the language. I’m not gonna find shit to copy-paste for what I’m doing in Scala 3 or F#, but in Rust or C++ I’ll frequently Google an issue I can’t figure out and someone will have some fancy black magic hacker solution with super-iterators and turbofishies and weird type inference that I couldn’t think of myself and just throw it in my code with some minor modifications :)



  • Yeah this isn’t Reddit but more than 80% (>4/5) of Twitter is bots. It’s to the point where you can find any blue checkmark account, reply to them with a prompt, and more likely than not they’ll have a wacky and clearly autogenerated response. Sometimes they just reply things like “sorry, I can’t generate content that depicts violence” to random posts too.

    Dead internet theory is almost a reality and I hate it. It’s already happened to Google search results / blogs.



  • It’s especially common among people with Autism/ASD and ADHD to hear noises other people often don’t hear. Like those LED light bars, or coffee pot crackling, or electricity from appliances. For ADHD I’ve seen a few people claim that those sounds are just as audible for everyone else, but everybody just subconsciously filters it out and doesn’t notice it, while people with ADHD are easily caught by it. I assume for ASD it would be somewhat similar – plus Autistic people are a lot more susceptible to sensory issues, although people with ADHD also often have fucked up senses, which can make noises like that a LOT more noticeable (and even problematic/headache-inducing/stressful/painful).