Details
-
AboutSophomore bioengineering student from UWashington, codes as a hobby. My boyfriend @chocoberry got me into this site :3
-
SkillsHTML, CSS, JavaScript, Java
-
LocationSeattle, WA
Joined devRant on 9/20/2016
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
-
Teaching 7-8 year olds the basics of web design. We're we're playing with CSS and changing colours of block elements and text. One girl put up her hand, completely confused as to why it wasn't working. Her code:
Section {
Background-color: rainbow;
}
Oh the wonderful mind of children26 -
If you're wondering why your Mac is slow as sh*t, be advised that it's playing Chess during it's free time.5
-
For a flipping two hours the code wasn't working. Then I saw this single dot instead of comma...
NOOOOOOOOOOOOOOOOOOOOOOO20 -
Boss asks me to prefer deadlines over good engineering practice. Says meeting a deadline is always more important than building things the right way.
Son, when the company goes out of business due to hundreds of millions of dollars in losses due to shoddy engineering, do you want to be the one to go to the spouses of everyone who lost their job and say "your spouse lost his job because we didn't take a few more days to build the product right"?
Son, when the company's product blows up in a child's face like a Note 7 because of your shoddy engineering, do you want to go to the funeral and tell the parents "your child died because we didn't take a few more days to build the product right"?
Fuck your arbitrary deadlines. I prefer not allowing for so much grief and suffering to be on my soul.5 -
I never wanted to be any sort of developer. I was studying graphic design. I partnered with a friend to create an app. He would code and I'd make things pretty. He flaked, and I picked up programming. That's my story.4
-
I think Matlab was only invented to fuck with people. Yeah, let's start indices with 1. Oh, and set copy and paste on Ctrl+W and and Alt+Y.
You didn't save your code? Too bad, the network went down and I lost the license.3 -
Sometimes, I find myself around a bunch of annoying newbs who ask dumb questions...
because I'm a part time CS instructor at a high school...
but when I see light bulbs switch on and the smell of enthusiasm in the air, makes teaching so worth it.5 -
Going back to put in comments after you realise your code is actually going to be used by others after all3
-
"Guys, I'm going to change my studies next year, I'll be studying IT, programming, stuff about computers"
"You mean, they threw you out of mechanical engineering and you are forced to do that?"
"No, I chose it myself, I'm not interested in mechanical engineering anymore."
"But you love it, you repaired your car! (WTF???) But are you sure there are jobs for what you are studying now?"
"Well, much more than in mechanical engineering actually..."
Like, they didn't notice that I'm fond of IT stuff since I'm 13... C'mon guys...3 -
!rant
As a self taught, I used to break what i want to learn into pieces and watch tutorials where people use these pieces. Then I could easily do what I learned, but I could do it exactly how I learned it from the tutorials.
Until one glorious day I found a tutorial about js that doesnt teach you the "how" of things but the "why" of things.
I cant describe how easy and in depth I understand js tutorials now. It is easier even when I have to learn a new framework.
It feels like I fast-forwarded my knowledge growth overnight.
I now see my 3 weeks old code and it disgusts me.6