Details
-
AboutFormerly AvyChanna
-
SkillsC/C++, Python, Dart, Java/Kotlin
-
LocationETAION SHRDLU
-
Website
-
Github
Joined devRant on 7/14/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
-
Please don't use Google as a verb.
1. It is not the only search engine
2. I don't like Google as a verb
3. I don't like Google as a company
4. We have a dedicated word for it in english, called "WebSearch" or simply "Search". -
When using python, almost every other linter/formatter shoves down pep8 down my throat.
I used autopep8, which has NO CONFIG FOR USING TABS. FFS. The only solution I could find is disabling indent reformatting. How is this a solution at all?
Then I found black. Black is a piece of shit. Let's move on.
Now, I use yapf+pylint. This is basically clang-fomat for python. I love it, it does exactly what I expect it to do.2 -
Thomas had never seen such bullshit before (Insert name of that guy, who thinks Apple is hyped, and needs better password resets).
Honestly, when people say Indians are shit devs and write shit code, I could not really relate to that. I am an Indian, and I see pretty well educated, telented devs around.
Now I know why everyone else feels so.
I am sorry for his doings, people like him are the reason everybody hates us22 -
What is this RGB trend in PC's. I hate it. Why can't it be just a normal black pc. Is there any use to it?
My SSD thermal-throttled due to rgb lights.15 -
CSS (and all of frontend) is hard. The last few braincells left in me are slowly dying.
I just wanted a progress bar. HTML 5 supports <progress> out of the box. But all browsers want to act differently. Add more boilerplate for each browser type. Somehow got a transparent background on progress bar but it still won't let me change progress color.(Surprisingly, only IE let me change the color) At last, settled with a transparent div with a colored span inside, + js to handle value. Was this really the best way? Nope. But this was the only thing that worked,(other than importing a JS library, which would render a SVG to replicate a progressbar)
Why is front end so convoluted? Half of the things do not even make sense to me. Is this really the direction we want to go in the future?9 -
Does anyone know where are the *official* devrant api docs? Tried web searching but could not find them.10
-
Compiled the linux-4.20 kernel with an allyesconfig (coz, why not ? ). The joy when it compiled.....
Boot the kernel, it says initram too big.1 -
This is why one shouldn't code in more than one language a day. Basically spent almost 15 minutes to find out why it wasn't working.10
-
If Debugging is the process of removing bugs, the Programming must be the process of putting them in.2