Combating artificial intelligence with natural stupidity.


It’s banned in a lot of European countries AFAIK.
Should be banned in every country with decent public education. Unless you have a formal education background you have no business formally educating anyone. Everyone has stories of things their parents taught them that turned out to be total bullshit and they only found out because they went to actual school.


He’s also aggressively liberal. Watching him discuss politics (which he loves to shoehorn into math/physics videos) as someone significantly left of liberalism is infuriating.


Mom told me to pause it /s
Isn’t “globalists” an antisemitic dog whistle for Jews?
If so, then no. Leftists don’t hate Jews.


No the true nerds know full well this is bullshit. Nerds need to bully wannabe fake nerds trying to use the nerd name to peddle their snake oil.
Just write the Rust build configuration as a Rust struct at this point.


Just put “Precondition: x must not be prime” in the function doc and it’ll be 100% accurate. Not my fault if you use it wrong.


How the fuck does a tech company as big as Amazon have this running in production and not a test/staging environment? This is the kind of mistake a platform run by one person makes and even then they probably won’t make it again.
Huh, something tells me that working in FAANG doesn’t actually make you a better engineer, they just have more money to not throw at R&D which somehow makes you feel superior to every other engineer 🤔


Dragostea Din Tei (“Numa Numa”) is unironically one of my favourite songs. It wouldn’t have blown up as a meme if it didn’t go so hard.
Pepas by Farruko is another bop.


I wouldn’t recommend dual booting anything with Windows, especially if you’re not familiar with installing multiple operating systems. Windows will pretty frequently fuck up your boot settings when it updates because it doesn’t respect not being the only OS on your system and will cause way more problems than it solves.
My recommendation if you really want to stay on Linux is to run Linux as your only OS and then run Windows from a VM for the apps you absolutely need to use. VirtualBox or GNOME Boxes are good options if you want a regular Windows VM with little to no integration with the host Linux instance. There are also software that will create an experience like Parallels on Mac with Windows apps that appear as regular windows in your Linux desktop (I’ve heard about WinBoat but don’t personally use it so can’t say if I recommend it or not). For most games, Proton should have you covered.
If you want distro recommendations, I’d say Fedora or Linux Mint are good options for general users getting into Linux. If you do a lot of gaming, I’ve heard good things about Bazzite.


The easiest way would be to boot a live USB of a distro that uses the latest kernel (like Arch or Arch-based distros, OpenSuse Tumbleweed, etc). That way it’s temporary and won’t modify your current install. If you find that the latest kernel does solve your issue you can always install the distro you were testing with.


What a terribly designed project if even compilation requires sudo. These “sandwich” maintainers don’t know what they’re doing.


As an immigrant who had to learn English (and a very small amount of French) and also programming languages, programming languages are much, much easier. You don’t have to deal with tenses or conjugation, you don’t have to learn pronounciation rules because most things you express in programming is not directly pronouncable, there isn’t a million weird syntax and spelling exceptions that you just have to memorize, and you don’t have this disparity between formal and casual language. Learning technical or literary writing is even more complex.
Computer science as a whole is in my opinion more like learning a language. Once you know the fundamental concepts of computation, different programming languages are more like dialects than full languages.


ChrisFix said once (in the first Mustang video at 7:40) that you try old gasoline in your lawnmower. If the lawnmower works, you can probably use it in a car.


Seeing a massive cumulonimbus cloud structure from a plane. The diagrams in university don’t do it justice.


For-profit cororate tech: Goes down all the time and horifically inefficient despite having trillions to throw at R&D
Some random critical infrastructure open source project with three maintainers basically working for free: The most goddamn robust and optimized code to ever touch your silicon.


It’s significantly easier to make a third party GUI for a command line tool than to make a third party CLI for a GUI only tool because you’ll be working with an opaque binary that doesn’t have any public APIs.


CLI: Welcome back my friend, forgot a command or argument? Just type --help and read the super terse and bullshit free txt file in less time it takes for the GUI startup animations to finish. Too long? Type | grep to directly search for it in less time than it takes for the search button to expand and let you start typing! Realize you keep doing the same few steps? Just write a script instead of memorizing what specific sequence of buttons to click or hope that the GUI remembers where you left off! Need to tell a team member how to do something? Just send them the commands or a full script in chat instead of jumping on a video call and walking them through which of these abstract, indescribable icons they need to click which they’ll definitely get wrong and open some weird submenu you then have to tell them how to leave!
GUI: Ooh a GPU and gigabytes of VRAM just for my animations? You shouldn’t have! Ooh you mouseovered something for one millisecond while moving it to the actual thing you want? Let me lag the entire window and cover up the thing you wanted with this popup that takes longer to disappear the more irrelevant it is! Also none of the text in mouseover popups is selectable so you can’t copy from it even if you did need it (Visual Studio static analysis messages I’m looking at you). Still need help? Well you first have to find where the help button is if there even is one! We’re increasingly not including help files because it “should” “just” be intuitive. Or just watch a 10 minute video walking through how to do something that could have been two lines in the terminal, stupid! Want to automate something that takes like ten clicks because we hid everything in nested submenus to “avoid clutter”? Go ahead and install a third party macro suite and record your mouse clicks and movements that will break as soon as the next update drops and slightly shift the margins around!


Yes and no, sometimes one after the other. Climate change is more about the climate destabilizing and becoming more erratic as opposed to moving in any particular direction.
IDK how common this is, but there are stories of companies that make you work on real production code in the interview. Basically suckering you into free work before they give the position to the boss’s cousin or something.