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 - "cries in a corner"
-
> finds awesome software
> finishes trial period
> looks at pricing
> looks at bank account
> cries in a corner18 -
A little summarised story for ya:
>Makes a rant
>Gets over 200 rants and rising
>Steady rise of increments over weeks
>Gets to 283 increments (hope of getting to 300 for a stressball)
>Updates app
>Literal update log:
"Stressball limit is now 500"
>Cries in a corner10 -
*Wants to learn a programming language*
*visits Udemy*
*It's costly af*
*Visits youtube*
*Plays learn complete java in 30 min*
*Completed*
*Visits hacker earth*
*Started solving a problem*
-- eternity later--
*Still on same problem*
*Cries in corner*
THE END18 -
Who said I can't read my own code after 2 months?
*Opens code*
.
.
.
.
.
*Cries in a corner*
*The world hates me*3 -
Yesterday i bought train ticket to go home and at the ATM this happened :
@wowotek : tell me the exact price nominal
@aureliagbrl : 293,000 Rupiahs (~10 USD)
Me : *entering the nominal fast and rough* 2,930,000
A : hey careful you put too much zero--
Me: *just realize but i clicked the accept button too quickly* doesn't matter my savings is only 6 digits. *re entering the correct nominal*
...
Also Broke ass me : *cries in the corner*
Life is Hard.6 -
CODING CODING CODING HAHAHA I LOVE PROGRAMMING BEING A LITTLE CODE SLUT. I LOVE SILICON VALLEY IM SUCH A QUIRKED UP LITTLE CODE SHAWTY LOOKING FOR SOME ALGOASS 🍆💦😩.
“Slams fists on keyboard”
I LOVE BEING A CUTE SCREEN TWINK, IMPRESSING PAPI CEO WITH MY FINGER COMBINATIONS. I LOVE PLEASING EXECUDADDY. 🍑😏🫦
“Takes keyboard in hand and slams it against desk until keyboard keys explode everywhere”
I LOVE WATCHING THE AMERICAN GOVERNMENT AND CORPORATE AMERICA FUCK MY ASS IN RETURN FOR PERSONAL PROFITS. 🤑☔️
*digs fingernails into the wall and claws off paint and then snorts it”
*pees and shits pants*
*cries in corner with extra agony*21 -
Me: Found solution on StackOverFlow, lets copy/paste code and try it out
*Clicks ctrl+v*
Computer: There's your value!
Me: Wait that's not what I copied
*notices that I copied from a different computer and expected it to paste on this one*
*cries in corner* T_T6 -
Le me...
*installs devRant*
wew, nice app, digs a bit here & there.
* jumps on the settings*
*sees JOIN THE DARK SIDE?*
*slides the slider and endsUp getting Join devRant SignUp page* :/
*thinking....*
may be there is some uncensored shit is going on a dark side of devRant.i dont want to miss it. :v
*creates an account*
*clicks on JOIN THE DARK SIDE? With over 9999999 excitement*
ends up getting the DarkTheme aka NightMode. ;___;
*cries in the corner*
*y you do dis*8 -
Me: *sees everyones desk setup*
Me: *tries to find all the screen in home*
Me: *gets one 5 inch phone and a 15 inch laptop*
*Cries in corner*2 -
Me: Codes a really cool website animation in javascript for 2 days.
*Opens youtube, random tutorial for the same animation in CSS in 30 min.*
Me: * Cries in the corner. T-T *9 -
I regret moving to backend. I loved the days when I used to write lines of code and refresh my browser for the changes to be displayed on the screen. I loved seeing the output of my code, the code flow, the light weight text editor, the visual satisfaction and the chrome debugger.
Now I am fucked up, I am working on creating microservices for restful api. I am hating everything about it. The fact that I should compile the entire war, manually copy them to a webapp folder, restart my tomcat and wait for 5 minutes just to see my code, and the text editors are just a pain in the ass, the debugger sucks too.
I was so looking forward to being a backend Dev because I thought Java was cool and I also was fedup with cross browser optimizations on the front end. Now I would gladly write a streaming service foe ie6. Spring has fucked me up so hard
God save me from this mess.6 -
She - * I am yours for tonight, do whatever you want.*
Developer - * Can you create a good looking brand logo for my client.*
She - Cries in corner.......🤔😂😂😂😂1 -
Ahhhhh, no better feeling than a fresh windows installation... Now to hate myself and reinstall Visual Studio and Android Studio...
*Sits in the corner and cries* -
When you post a question on Stack Overflow and wait for some angel to enlighten you so your app can run without crashing every 2 minutes
**cries in a corner** -
!developer_rant
Ok, so my pc is on it's way out (Cries in the corner) so i thought i would just bite the bullet and buy my new system, comes to around $1800 AUD without the GPU which i already have... So i decided I would use zipmoney as i prefer to pay by month (yes i know it costs a little bit each month) but... My application got declined for a $2000 account... So you are telling me i was able to apply for a bank loan last year for $4000 and get approved, get approved to rent a house... I have a perfect credit rating but apparently i dont qualify for a simple loan because i dont earn enough... I'm earning almost double what i was when I applied for a fucking bank loan!5 -
Working on a Django API where I have to send a request to a PHP file to upload a XML file. Here is what I wrote:
url = 'url.to.php.file'
files = {
name: ('filename', xml_file.xml)
}
response = requests.post(url, files=files)
I am getting Internal server error. Do not know what I did wrong. Am stuck on this for like 3 days and have tried EVERY alternative POSSIBLE. HELP ME
*cries in corner*2