Details
-
AboutI am one of the many self learned programmer
-
SkillsC,C++,Java,Android Dev,Embedded Android , Web Dev , Linux Kernel
-
LocationIndia
-
Github
Joined devRant on 7/13/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
-
@aEEEdev at first I thought distribution meant something like "ubuntu" ,,😂😂😂and was slightly confused but that Google charts like straightened me out
-
Why is python below java.. since it's easier to code a chatbot in python.. shouldn't it be above the java block?
-
Sudo chmod 777 *
That should do it when dealing with file related sudo permission denials.. -
@nanl True.. Books are always my first option when it comes to learning a subject but there isn't always a proper book available and I agree with you about the huge amount of videos but they tend to have so many information which I don't want.Its easier to skip topics in books than in videos. Some videos are terrible slow for me.
-
Silicon valley is an amazing and hilarious show about devs and the tech they use in the show is legit and even the code checks out and they clearly depict the mind of a programmer and also show the startup culture in a funny manner
-
@linuxxx yeah unity 😌.I didn't feel like changing the DE.
-
@savethecode paper theme
-
It will be understood better with caption for some of the non- Indian people
-
@sudo- now this is something u can't "sudo .. " into.. " permission denied" even for sudo 😂😂😂😂
-
@dfox please don't stop upvoting our rants.It means a lot in a way😁
-
He probably wrote a script for that too ,😂😂😂
-
@Gatgeagent agree to disagree... I don't think it's that simple and it recognises faces.Show me a camera app that stores metadata about faces in a picture.
-
Fun fact: It even classifies the pictures according to the people in the picture and makes collages of pictures with the same people and also chooses a good filter for some pictures.This is just the ones I have seen.
-
Amen to that... Are you a fellow embedded developer?
-
What exactly are you looking for? Because if you don't enter a proper search query, the results might not be what you want.
-
Total dumbo here, can someone tell me what that code means. Or is that the joke
-
You could take a look at openhatch.org , they teach you the basic skills to contribute to the open source.Might be a good place to start.https://quora.com/How-do-I-start-co... quora answer also might help(I haven't read it btw).
-
My work PC is only 4 GB RAM and it runs Android Studio most of the time side by side with ton of Mozilla tabs. Why God why? And lags like fuck
-
@edwrodrig exactly my thought.That guy looks like Jared 😂😂
-
@brew well i m Indian so i guess i felt right at home.But my feed has a ton of programming stuffs and i don't care where they come from.
-
I was a heavy user of sublime text but now I'm slowly transitioning to vim.I like vim for its speed
-
A thousand is just too much for writing on paper.I would prefer to write snippets and smaller codes(200max) on paper.Writing code on paper is pretty cool because you understand the language better that way.But on the long run, you need to be able to write code on a machine.
-
@harish1996 The books aren't the best place to learn C so the Linux kernel is where I go...😜
-
@@Faraaz yeah, I did and after sometime I shifted to K&R style of coding which involved me to "not waste whitespaces" and hence I tried it but the only reason I found why people prefer it (a logical reason) is because the codebase is written in that style (even the Linux kernel is written in that style) so I used the way where we write code like this
While( Foo == 2) {
//Some code
}
But other than maintaining the style just because it is how it has been done , I don't find a valid reason.
But the Allman's coding style made sense.The code looks clean and everybody loves a clean code.I don't think whitespaces really matter in the larger picture because there are more extremely interlocked coding styles like
If(Foo == 2){
//Some code}
I really want to find a reason to stick to K &R's style because I work in kernel and it is written like that. -
@nickhh I use { on a new line sir.It improves readability to the code.Give me one reason why I should not use this style.
-
@harish1996I know the feeling bro.. been there done that..
-
@Alt-Grrr and uninstall Google chrome.. If there is no Google Chrome , it wouldn't take any RAM.. 😑
-
@JoshBent so that's what it is...
-
@ianertson oops... Rookie mistake
-
@ianertson how about using "using namespace std;" I hate typing more code than I have to.