Details
Joined devRant on 7/18/2017
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
-
If EA had developed their own Programming Language:
Iteration DLC ~20€
Condition DLC ~15€
Connectivity DLC ~12,99€
Gold Edition ~120€14 -
There is no planet in this multiverse where chrome should be using more ram than an ENTIRE VIRTUAL MACHINE. WHILE ITS COMPILING OPENCV!!! Seriously!?!?9
-
Company: "We'd like to use SQL Server Enterprise" MS: "That'll be a quarter million dollars + $20K/month" Company: "Ok!" ... Company: "We'd like to use Babel" Babel: "Ok! npm i babel --save" Company: "Cool" Babel: "Would you like to help contribute financially?" Company: "lol no"3
-
!rant.
I said I'd do a thanks rant when I reached 50K. Yeah forgot about that one. Then said to myself that I'd do one when I received the devDuck. Well, that failed.
Tomorrow. I'm gathering up ideas now to make a very special/unique thankish rant.
Literally planning stuff for an hour now and writing stuffs down :)
This is gonna be fun!17 -
"Sooo, children of the village, what are we going to write front-end in?" - I said to my infant students.
"Typescript with ts-loader/awesometypescript loader for webpack" - simultaneously yelled the kids.
"Exactly! Brilliant! And now, what are we going to be writing back-end in?" - asked I then.
The kids yelled: "PHP 7.2 with Laravel, or Go with Gingonic and juliensmith/httprouter, or Typescript without loader, with express/koa"
Truly stunned with their excellence, I asked "Well, now you 100% ain't gonna get it right - what are we going to be writing a desktop application that doesn't require a lot of native functionality and preferably, cross-platform in?" And the kids didn't hesitate to yell happily "Typescript targeting Electron", which has only brought tear to my eye.
"A native ms windows app?" "WPF under C#"
"A native gtk app?" "Vala"
"A native KDE/XFCE app?" "Cpp/Qt"
"A native mac app?" "Swift3.2/4"
I was in tears, just thinking about what future these kids have, but suddenly I have noticed one of kids seemed puzzled. It was Pajeet, an indian guy, ugh, his mom was a bitch. I asked him "What is wrong, little acoustic?" "But I like Java, and I would like to make back-end with Tomcat!" he replied. "Ooooh :3" cutely I moaned, trying to reach the handle of the table locker "I've got something just for you". I pulled out a rope, with sewed-in spikes, covered in drool and piss, came up to Pajeet and tenderly put it around his neck, making a knot. Pajeet fell under the table, and I got fired.8 -
This bonehead wants to delete your C++ code. He obviously means that to use this for out-of-source builds, but still pretty dumb and easy to mess up.2
-
If Big O notations where emojis. This chart shows you common big-Os with emoji showing how they'll make you feel as your data scales. Source blog.honeybadger.io7
-
My first programming lesson in C# was to increment my progressbar using a timer to 100 then show the new form. Trial ends.5
-
While learning Java back in campus and you were the only one who could nest some for loops and create some pyramid stars and the lecturer was on you to(Java Ninja) explain it to fellow classmates that felt good.
-
Oh my! This guy is such a dickhead! We have a release tomorrow and he just changed everything a coworker did in the past few weeks because it had some errors and looked not polished enough.
Now it looks quite nice.
*sigh* Sometimes I can be such an asshat. -
I'm sure we've all seen a rain binary cloud picture like this. But have you seen one that fits your mood? 🤔🤔18
-
Lets assume my name is Levi Secondname (half of it is correct)
at my last workplace there was a guy with the same name, in the same office, except he was an ios dev, so when i ordered food i always put 'Android Levi' as the name, otherwise it would get mixed up3 -
Working on a school project, a teammate created a git repo, gave us all the link, but no push access, told him about it, I gave up explaining.
I still dont have push access after half a day.
Also another team member doesnt know how to write code.
I assumed that people that got accepted in a master that has software development in the title have the basic knowledge or the background at least. Even though there is a separate master especially for that, to teach you software development.3 -
Once my teacher was taking my viva and she asked me to explain the below line.
Scanner sc = new Scanner(System.in)
I told her that this creates a newScanner instance which points to the input stream passed as argument
She shouted at me and said that I am wrong.
She explained to me that this line creates a new object not an instance10