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
Search - "ayyy"
-
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
-
YAY! I know it's not much compared to you geniuses but it's been hard for me to take the time through high school to really wrap my head around the technicals. I just wanted to share my joy with y'all!!! :D I'm also currently going through the "30 days challenge" and I'm on day 19 still but ayyy I'm getting there!!!8
-
That feeling when you saw your code and says "I can certainly code better". Took the day to refactor and felt satisfied with the code now. I feel awesome muahahah
-
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 -
If Debugging is the process of removing bugs, the Programming must be the process of putting them in.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 -
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 -
Does anyone know where are the *official* devrant api docs? Tried web searching but could not find them.10
-
Ayyy, spent an hour installing arch, another with the desktop environment and another cause the audio and a whole other set of problems came up. Safe to say was the most frustrating yet the most satisfying install. If only all installations weren't a boring point and click.1
-
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 -
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 -
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".