• 0 Posts
  • 99 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle






  • Machine learning and compression have always been closely tied together. It’s trying to learn the “rules” that describe the data rather than memorizing all the data.

    I remember implementing a paper older than me in our “Information Theory” course at university that treated the creation of a decision tree as compression. Their algorithm considered sending the decisions tree and all the exceptions to the decision tree and the tree itself. If a node in the tree increased the overall message size, it would simply be pruned. This way they ensured that you wouldn’t make conclusions while having very little data and would only add the big patterns in the data.

    Fundamentally it is just compression, it’s just a way better method of compression than all the models that we had before.

    EDIT: The paper I’m talking about is “Inferring decision trees using the minimum description length principle” - L. Ross Quinlan & Ronald L. Rivest




  • I might misunderstand what you mean with “implementing” an LLM, but unless you have a good understanding of deep learning and math I wouldn’t recommend to implement one from scratch. There’s a lot of complex math involved in these kind of topics. If you mean implementing an application around an existing LLM, for example writing a chat website that interfaces with ChatGPT or a local LLM, then it’s doable (depending on you current skills).


  • I bought a ThinkPad new in 2014 for my study for like 1200 euro’s. She’s still happily purring today. Around 2019 I made the mistake of emptying a cup of tea into the ThinkPad accidentally and then holding it upside down to get the water out. I think I should’ve just let it leak out of the bottom since the laptop has holes for that, but I panicked. This broke the keyboard, but not the rest of the laptop. I got an official new keyboard for like 100 euro’s which came with a tool and the simple instructions, and since then everything has been working flawlessly.

    So I recommend ThinkPads, although I can’t really say anything about compatibility of new models




  • My first experience with the Sims was jumping behind a random computer at some kind of event that was running the Sims 1. Most of the family had just died because the previous person behind the PC had let the house burn down. Needless to say, I was a bit confused. I’ve played the Sims quite a bit after that, and I honestly like messing around with it.

    I don’t think I’ve ever played a game without cheating a lot of money. I don’t like that the Sims that I made have to go off to work or school, so usually I just build a big fence around the property to keep them all there. From there on it used to devolve into chaos when I was younger. Building huge mazes to access basic necessities, launching fireworks indoors, etc. Nowadays im a bit more behaved though.

    Imo the Sims 4 is the best nowadays. The older ones are showing their age. That being said, the Sims 4 is definitely in need of some competition. It’s inexcusably buggy sometimes, and I personally think there’s a lot more that can be done with a game like this. Hopefully the upcoming competitors can spark some fire into this genre.



  • gerryflap@feddit.nltoAndroid@lemdro.idSyncthing saved my ass
    link
    fedilink
    English
    arrow-up
    13
    ·
    4 months ago

    I wouldn’t be so sure if I were you. Everyone, and I mean everyone, uses WhatsApp here. Friends, family, work, doctors, landlords, etc. Not using WhatsApp will make you miss get togethers with friends, make it way harder to communicate with colleagues, take away a lot of convenience when talking to your doctor or landlord or something.

    I have Signal groups with friends, but you’re never going to be able to fully lose WhatsApp here unless you’re prepared to be “that person” everywhere and miss a lot of convenience.




  • You call it “quick to judge and superficial”, but imo that’s the wrong attitude. Every tool we use as humans should be designed to be as intuitive as possible. It makes it easiest for people to learn how to use a new tool. That doesn’t mean that a tool cannot be complex or customizable, but the default experience should make it easy for new users to quickly achieve something. Once they grow accustomed to the tool they can tailor it their own way.

    No tool has to do this, but if it wants to be widely used then this is kinda necessary.

    There’s a reason why there are whole fields of study into human media interaction, and why software companies hire UI designers. Everything that doesn’t have to be explained in words and text because it is intuitive saves mental overhead for the user and makes the application more accessible.