Details
-
Skillsjs, c#, html
-
LocationMexico
-
Github
Joined devRant on 6/5/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
-
We were starting a libre software project and needed some basic stuff like email accounts, cloud storage, calendars for scheduling, etc. So we start to talk about using services that didn't agreed the patriotic act of the USA. That lead to the omnipresent topic of Google's control over our lives. Then we moved to Microsoft's crimes against humanity for preinstalling windows, and at the time when we were discussing if Steve Jobs were a fraud or just a salesman, we realized it was getting late and we had nothing set or even decided. So we create a Google account and went home.4
-
Found this gem today
public findHM(int height, int height2) {
if (height < height2) return height;
return findHM(height - 1, height2);
}4 -
IT Definitions of Designations
Project Manager is a Person who thinks nine women can deliver a baby in One month.
Developer is a Person who thinks it will take 18 months to deliver a Baby.
Onsite Coordinator is one who thinks single woman can deliver nine babies in one month.
Client is the one who doesn't know why he wants a baby.
Marketing Manager is a person who thinks he can deliver a baby even if no man and woman are available.
Resource Optimization Team thinks they don't need a man or woman; they'll produce a child with zero resources.
Documentation Team thinks they don't care whether the child is delivered, they'll just document 9 months.
Quality Auditor is the person who is never happy with a delivered baby.
Tester is a person who always tells that this is not the Right baby.
HR Manager is a person who thinks that...a Donkey can deliver a Human Baby - if given 9 Months