Details
-
AboutI'm a python nut. I prefer interpreted languages over compiled. I main Diddy Kong in ssbu.
-
Skillspython, go, lua, JS/TS
-
LocationUtah
-
Github
Joined devRant on 3/5/2022
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Apparently there's a limit to how many API endpoints you can deploy in a second using CDK. Thanks for not having an error message that says that and wasting two weeks.1
-
I got invited to a quinceanera by someone that happened to be on the same night as homecoming. They did all the traditional stuff. They had some sparkling cider that may or may not have been spiked and I had a lot of it. I learned after that it might have been spiked. It was right before homecoming started when the traditional stuff was over and it would've just been kinda boring dancing for the next FOUR HOURS. My date and I decided we didn't want to stay for that long so we went to homecoming instead. It has better dancing and a mosh pit which is way more fun than just slow dancing. We met up with a group of friends there and had a ton of fun. Homecoming only went till 10 where the quince would've gone till midnight. Our group went out for ice cream and I got home at 11. It's almost midnight now. High school is awesome, ain't it?
-
High school football games are the best. You stand in the student section cheering whenever you get a touchdown. And my school's team sucks so it's even better when we win. Like tonight. I'm writing this right after our team just won 15-14. MAKE SOME NOISE!!!1
-
My friends were wondering if I could teach them the basics of coding. What order should I do it in? The basic things I want to teach them are input/output, data types (numbers, strings, arrays, etc.), flow control (loops, if/else), functions, variables, and maybe oop if I'm in the right mood.
Also, would python be a good language to start with? It's definitely the language I know the best.8 -
I just tried to import the 'requests' module without it being installed. I genuinely thought it was part of the standard library 🤦♂️3
-
Today I learned that Vim normal mode is Turing complete. Figures. Anything can be Turing complete. Doom can now run itself, Minecraft and Dwarf Fortress are Turing complete, even PowerPoint is technically turing complete. It's only a matter of time before somebody can run DevRant in DevRant.4
-
Couple weeks ago I asked for luck on my Spanish AP test... We got our results back yesterday... I got a 4!5
-
I started my first job in programming on Tuesday. I made a VPC using CDK in Typescript. Today, I deployed to production for the first time. Never felt so proud of myself. 😊4
-
I'm getting a new laptop and planning on installing Xubuntu on it. Anybody have any other distros that they like that I might consider installing instead?15
-
My programming class kinda sucked. Here's why.
1. They taught C++. To students who had never seen a line of code in their lives. The language with 90+ keywords.
2. The teacher. We had to use switch statements to do something. It took around 300 loc. I used an array and shortened it to 5. He took some points away for not doing it correct. IT LITERALLY WORKS THE SAME AND IS SHORTER. This was not the first time I had shortened something/made it more readable and been docked points on the assignment.
3. Commenting. He told us to comment as much as possible, which is not correct. Comment what needs commenting. Not everything.
4. The compiler. We worked on windows with an online compiler. He decided teaching us to set up a compiler was too hard. We used onlinegdb, which isn't inherently bad. However, onlinegdb is based on Linux. He compiled our programs with a windows compiler.
Maybe these are just problems because I've programmed before that, but I still think they are red flags. What do you think?3 -
Code what you enjoy. Don't code what people say will "improve your skills." If something interests you, learn about it. Also, try broadening your interests. Learn new things that you may not have thought about before. It might be fun.4
-
These were all the same person.
Filled a glove up with milk.
Got hold of a spray bottle cap, put it in a soda bottle, and was spraying other people.
Dropped a golf ball down some stairs.
He quit before he was fired. -
So in PEP 594 of Python, some standard library modules are getting deprecated. Sorry for anyone who still uses aifc or crypt.