Details
-
AboutJust another dev, quietly taking over the world with js.
-
SkillsJava, Javascript (ES6), Angular (1), Android development Not an iOS dev. Maybe one day.
Joined devRant on 9/5/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
-
When you make a mistake and try to fix it, but you can't remember how to spell amend...
git commit --ammend
error: unknown command `amend'
git commit -ammend
[branch-name] mend
Huh?
git log
commit #
mend
Created a new commit with message 'mend'. Now to clean this all up and go get some sleep!2 -
"everyone can code" is like to say "everyone can write". Yes, everyone can write, but there's a difference between be able to write and be able to write a successful well-written novel7
-
Perks of being an introvert:
Has been hesitant of sending a mail requesting stickers till now because I was afraid to be judged...-_-12 -
never had problems with windows,
joined devRant and read about problems,
now I have problems with windows.6 -
Someone wrote a website that will convert cm^3 to mL for you. How useful!
Their JavaScript is, unfortunately, less than optimal for such a task however.4 -
Macs are for those who don't want to know why their computer works.
Linux is for those who want to know why their computer works.
DOS is for those who want to know why their computer doesn't work.
Windows is for those who don't want to know why their computer doesn't work.2 -
From the director of the department within a large investment bank: "We will be looking into converting all Java code to Cobol because it is easier to work with".
Needless to say I started looking for a new job that night.6 -
At my old job, me and a colleague were tasked with designing a new backup system. It had integrations for database systems, remote file storage and other goodies.
Once we were done, we ran our tests, and sure enough. The files and folder from A were in fact present at B and properly encrypted. So we deployed it.
The next day, after the backup routine had run over night, I got to work and noone was able to log in. They were all puzzled.
I accessed a root account to find the issue. Apparantly, we had made a mistake!
All files on A were present at B... But they were no longer present at A.
We had issued 'move' instead of 'copy' on all the backups. So all of peoples files and even the shared drives have had everything moved to remote storage :D
We spent 4 hours getting everything back in place, starting with the files of the people who were in the office that day.
Boss took it pretty well at least, but not my proudest moment.
*Stay tuned for the story of how I accidentally leaked our Amazon Web Services API key on stack overflow*
/facepalm5 -
Real programmers don't comment their code. It was hard to write, it should be hard to understand.24
-
That weird moment when you get an error "please contact your administrator" and then you realize that you are the administrator..4
-
Finally had a "it's not a bug, it's a feature" moment today and called bullshit on it. I feel like a real developer now.