Details
-
SkillsAngular, Node, some random js
Joined devRant on 5/13/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
-
Crazy how git got its name:
The name "git" was given by Linus Torvalds when he wrote the very first version. He described the tool as "the stupid content tracker" and the name as (depending on your mood):
- random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronunciation of "get" may or may not be relevant.
- stupid. contemptible and despicable. simple. Take your pick from the dictionary of slang.
- "global information tracker": you're in a good mood, and it actually works for you. Angels sing, and a light suddenly fills the room.
- "goddamn idiotic truckload of sh*t": when it breaks
~ from github git1 -
Need help. Explain why assembly code is wrong.
C code:
long f(long n) {return n + 1} ;
Assembly:
f:
movq rdi, rbp
addq $1, rbp
movq rbp, rax
ret6 -
No Internet for 4 days because of shitty Metfone ISP. No one should ever support this kind of company.
-
Is there a website that is equivalent to the mobile app store but with webapp and website instead? Something like a library of websites where we can rate and discover new, interesting, and useful websites.4
-
Used to create a web app that is practical and usable in a hackathon. Lost badly due to bad presentation, while the winners only created gimmick stuff, good for the eye, unusable but they had better presentation. Grrrr!4
-
I live in a poor country (Cambodia). I am still in college but I want to use my current web development knowledge to help the poor. Everyone in my country seems to be interested in creating anything that earns a lot of money. I just want to create a website that is useful for average and below average citizen. Any idea for the website? maybe something small but useful5