• 1 Post
  • 135 Comments
Joined 3 years ago
cake
Cake day: January 13th, 2022

help-circle

  • I don’t think, there’s currently any plans to introduce a non-JS API for accessing the DOM. It would just take an insane amount of implementation work + documentation.

    But frameworks can generate access code for you, so you don’t actually need to write any JS yourself. Rust is quite far ahead in this regard, thanks to the wasm-bindgen library.


  • I mean, so far, all of them require tons of humanly produced data.

    Discriminative AI (deep learning et al) requires humans to label data for hours on end, per use-case.
    And generative AI (LLMs et al) require just insane amounts of human works to copy from, albeit not necessarily limited to individual use-cases.

    I guess, what I’m saying is that the ratio of how much labor humans (involuntarily) invested into AIs, compared to the labor these AIs actually perform, is likely a lot higher than 70%.


  • It’s a thing here in Europe. I’m guessing, because our walls are generally concrete, we usually either throw on decorative plaster or a wallpaper, to make it feel a bit warmer and have a uniform surface which accepts paint more readily.

    It’s even quite common that if you rent an appartment, that the walls have wallpaper on them, which is painted with a fresh coat of white paint every time someone moves out and the next folks move in.
    And then some people, after they move in, will just paint (some of) the walls in a different color, if they feel like not living in pure white…


  • Ah, true. Thanks.

    Theoretically, it was supposed to be pseudo-code, secretly inspired by Rust, but I did get that one mixed up.

    And I am actually even a fan of the word unwrap there, because it follows a schema and you can have your IDE auto-complete all the things you can do with an Option.
    In many of these other languages, you just get weird collections of symbols which you basically have to memorize and which only cover rather specific uses.



  • I watched it on my phone in 1080p60 and the scale didn’t bother me. It’s not like I have to read a lot of text and the precise position of the player character is mostly irrelevant, too. Like, if you get hit by a train or something, the screen will flash red and you’ll react to it, too, so I’ll know what’s going on.

    Well, and I don’t look at the screen at all times anyways. 🙃

    Would like to see more of this journey…


  • I’m having a hard time figuring out, if these exist elsewhere, but over here, I can buy dried soy shreds, which are really great for pasta.

    Here's a product I can buy over here, to give you an idea.

    So, those are roughly meatball-shaped. There’s also smaller one’s which kind of work in sauces like minced meat.
    They don’t taste like meat, more like wheat, but they give you the same protein and chewiness and can be kept in a cupboard basically until the end of time.






  • Yeah, everything you said there is correct.

    If you want a somewhat more comprehensive definition:
    Funkwhale, Lemmy, Kbin (as well as Mastodon, PeerTube, PixelFed etc.) are pieces of software, which can be hosted on a server and which implement a communication protocol for the federation of social media content.

    If someone then takes such a piece of software and actually does host it on their server, then that’s called an instance. Generally, they need to buy a domain name to do so, like “open.audio”, “lemmy.world”, “feddit.de” and so on.






  • May I introduce you to the concept of Microsoft Excel?

    One time, someone from HR asked me, if I could help them with an Excel formula. So, I quickly looked up how to do something like that in Excel, adapted it as needed on my laptop, then sent it to them. And well, it didn’t work on their system, because I coded it in English, whereas their OS was in German.