Jump to content

EffeectFTW

Member
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    EffeectFTW reacted to Birblover12 in Should LTT make Christmas Album V2?   
    I was thinking, do you think if enough people asked for it, do you think LTT/LMG should make a rendition of the Christmas Album? It could have either entirely AI created lyrics/vocals, or they could get several different prominent LMG employees to try taking part in it. I'm aware Linus said that he didn't want to voice another one, but I think if there is demand, there shall be supply lol.
     
    Adding on top, I was thinking it'd be awesome if they managed to print the album on a physical vinyl and sell it on LTTstore (along with a sad-linus face vinyl cover), bonus points if a select few are signed. Obviously logistics would be interesting, though I'm sure there are companies that would custom-print a couple batches of the things if they actually wanted to do so.
     
     
     
    Imagine....

     
  2. Agree
    EffeectFTW reacted to igormp in Should I learn AWS or Azure instead?   
    I don't see how a cloud platform is relevant to the language you'll pick.
    Learn your basics first, including stuff like some virtualization, networking and containers, then you can move to any cloud platform.
  3. Like
    EffeectFTW got a reaction from rushias in I want to upgrade to something better than an Oculus Quest 2, but what's better?   
    I'd just wait for the moment, I imagine there will be some new VR hardware in the future that will be worth upgrading to. The Quest 2 is already excellent and I can't really see anything better than an Index or maybe a HTC Vive with a bunch of Vive trackers, both are extremely expensive at the moment.
  4. Informative
    EffeectFTW got a reaction from Jet_ski in Python machine learning   
    The answer depends on what you want to make, the one truth about Machine Learning is that you will spend 90% of your time adapting the data input and output rather than working on the model and training.
     
    If you want a good starting point to Machine Learning, I would recommend looking at some more high level solutions and then move onto TensorFlow and PyTorch. Two projects I really love is https://runwayml.com/ and https://ml5js.org/ which allow you to test out different models and solutions relatively quickly, while these solutions are limited, I think they will give you a much better understanding of how Machine Learning actually works.
  5. Agree
    EffeectFTW reacted to mariushm in Can a webpage have multiple databases?   
    Yes, of course there are cases where you may have multiple databases each with multiple tables.
    can be for various reasons... ex each database on separate server or clusters of servers , or one database containing stuff that's common to multiple websites like product details, pictures, specifications,, separate websites each with their own user database and all that.
    You may have a postrgress sql / mysql database for some specific data, you may have a memory database to cache stuff (memcached / other databases), you may have a noSQL database ex Apache cassandra, mongoDB etc etc for various needs (temporary databases, caching, static content etc
     
     
     
×