Looks cool, when was the last time Zelda was a playable character in a mainline Zelda game?
Looks cool, when was the last time Zelda was a playable character in a mainline Zelda game?
Just collect your tears and pour them over the tree, plenty of salt coming out of you
I explained a little about buffer overflows, but in essence programming is the act of making a fancy list of commands for your computer to run one after the other.
One concept in programming is an “array” or list of things, sometimes in languages like C the developer is responsible for keeping track of how many items are in a list. When that program accepts info from other programs (like a chat message, video call, website to render, etx) in the form of an array sometimes the sender can send more info than the developer expected to receive.
When that extra info is received it can actually modify the fancy list of commands in such a way that the data itself is run directly on the computer instead of what the developer originally intended.
Bad guy sends too much data, at the end of the data are secret instructions to install a new program that watches every key you type on your keyboard and send that info to the bad guy.
There is a ton of literature out there, but in a few words:
Rust is built from the ground up with the intention of being safe, and fast. There are a bunch of things you can do when programming that are technically fine but often cause errors. Rust builds on decades of understanding of best practices and forces the developer to follow them. It can be frustrating at first but being forced to use best practices is actually a huge boon to the whole community.
C is a language that lets the developer do whatever the heck they want as long as it’s technically possible. “Dereferencing pointer 0?” No problem boss. C is fast but there are many many pitfalls and mildly incorrect code can cause significant problems, buffer overflows for example can open your system to bad actors sending information packets to the program and cause your computer to do whatever the bad actor wants. You can technically write code with that problem in both c and rust, but rust has guardrails that keep you out of trouble.
A MONTH?! Jfc I pay like $50/month for one vehicle
At the start of the study, we asked participants to take a visual sensitivity test. For the test, they had to press a button as soon as they saw a triangle forming in a field of moving dots. People who would develop dementia were much slower to see this triangle on the screen than people who would remain without dementia
Guy shoulda tried emacs instead, wife is probably an elitist
The mormons have subscribed to north american horse facts, too bad the timelines don’t quite line up!
Barbara Streisand effect in full force
You have copilot? You’ll be fine if so, just throw down comments for what you want it to do and tweak it when it doesn’t compile.
After how ajit pai shilled the fuck out of the chair position I don’t know if I can ever take it seriously again.
Fuck ajit pai, of course.
Leetcode is a great way to polish your skills. When I was your age, I read programming books and made projects I cared about, it’s turned out very well.
I’ve helped a few others learn programming, practice and working on any project at all always help more than anything.