• 2 Posts
  • 236 Comments
Joined 2 years ago
cake
Cake day: June 6th, 2024

help-circle






  • Mac is very similar to Linux in that it comes with bash (these days zsh) and a lot of the command line tools you’d expect on Linux, including gcc and python3 installed by default. You’ll want them to have a decent text editor with code coloring. Sublime is what I was taught to use in university.

    Windows is more difficult. The command line is very different (it inherits from DOS instead of Unix like both Mac and Linux). It doesn’t come with Python pre-installed. I’ve generally installed git-bash when working on Windows. There are some Python libraries that work fine on both Mac and Linux but have issues on Windows.

    You could look into VSCode which is a decent IDE that works on all platforms. Of course, an IDE can be a bit of an information overload for a beginner, especially something like VSCode that’s constantly pushing AI features and plug-ins.









  • In smash bros, turn the launch multiplier all the way up and turn on sudden death mode so everyone starts at 300%.

    Go to one of a few levels (the underground area of Hyrule Temple works, the underground area of Skyworld is better, but it’s best if you make a custom stage)

    Getting hit once will send you bouncing around the screen! You only ever die if you get unlucky. It’s hilarious, and we call it “Pinball Mode”. I’ve made a couple custom stages to improve on the experience.



    • its not that hard to get Mega Blaziken out
    • its possible and not even that uncommon to attack with Mega Blaziken as early as turn 2
    • once mega Blaziken is out you need a pokemon with at least 150 HP to survive even a single turn. Make that 170 HP if Blaziken has rocky helmet
    • this 150HP pokemon has to be able to do at least 70 damage per turn, and that’s assuming they don’t have any copies of Lillie, and you have to have 2 fresh copies of this pokemon ready to attack, and this Pokémon’s attack probably needs to be 1 or maybe 2 cost
    • If you don’t have 2 fresh copies of that pokemon it needs to do 110 damage per turn and you need Cyrus

    Maybe your bad experience with mega Blaziken is due to the other cards you are running. Heatmor is not very useful compared to something like Entei EX from my experience.


  • The question of “do they think” is a little complicated because I don’t think there is a clear enough definition of what counts as “thinking” to say. This discussion should be independent of the quality of LLM results.

    As for what they are actually doing:

    Imagine a mathematical function that takes in a series of numbers and spits out the next number in that series.

    A “neural network” is just a fairly general mathematical model to describe any function, and using curve fitting techniques we can approximate the previously described number pattern function.

    Now assign each letter to a number and define the pattern being a large block of text consisting of almost the entire internet.

    Now that we’ve trained our mathematical model, we can give it some text and let it complete it, and it will produce a somewhat reasonable answer.

    There are more math and computational tricks going on, and a couple more steps to get from a completion model to a conversational one, but this is the jist of how it works.