• 0 Posts
  • 175 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.



















  • What you see in mainstream news is always an exaggeration to hype up the layman. Right now all the hype is still focused on LLMs. The recent quantum breakthroughs that were “big news” a year ago were not as exciting as the news might have made it seem.

    Quantum research is still going at a slow but steady pace. We have working quantum computers. However, useful working quantum computers have to compete with massive classical computing clusters, which have a huge head start, even considering the theoretical scaling advantages of quantum computers.

    “Quantum supremacy” will come. But it also won’t be that exciting because the problems it’s good for are generally limited to niche scientific research scenarios. Maybe really big data centers might find some use for Grover’s search.

    The headline to look out for in regards to quantum computing will be something like “quantum computer discovers new material” (with varying levels of exaggerating language depending on the website). That will mark the start of quantum computers being useful (and potentially profitable).