Details
-
AboutAbout
-
SkillsSkills
-
Website
Joined devRant on 5/26/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
-
This year I am gonna install different os and distribution in my laptop.
1st distro is PoP Os
Previous distro - Antergos18 -
Other people : she said yes :') :')
Me: the client accepted the first draft without asking for changes :') :')2 -
It was a cold monday evening.
I was alone in my room.
Many hours of coding had passed.
Windows offered me two options:
"Shutdown"
"Shutdown with update"
Anoyed by the update but thankful for the first option i decided to go with number one.
Windows started its shuting down process when all of a sudden...
"Please don't turn off your machine! Your updates are being konfigured!
It was that evening...
That one speciall evening...
I decided...
To finally...
Do nothing about this problem and cry myself to sleep...16 -
I have an array of 1037 records. The soap service only accepts 100 at a time. So, I write code to send an array of 100 records at a time to the soap service in a loop and get a response back of, "The maximum number (100) of records allowed for this operation has been exceeded." Well, I'll try 99 records then. Nope same error. I'll try 50 records, nope I'll just bang my head on the desk now since the documentation and error say it is a record limit of 100. 😠
Look at my code again. I was grabbing 100 records out of the array of 1037 records and storing it in a new array, but I was sending the original array with 1037 records instead of the temporary array in the loop. 😢 I'm going to bed.7 -
Guys, would you rather do with good team and be the least experienced or in a small company and be the best programmer there?8
-
Talking with a dev friend:
- I want to create a program. Want to help me?
- Sure, any ideas?
- Yeah, I'd like to create a paint software using Java
- Cool
After 3 mins:
- Nah I just realized it'd take too long and no one would use it. Wanna play Rainbow Six tho?
- Okay
After playing for 15 mins:
- Holy shit! This game is so buggy. I could make it better
After 3 mins:
- Nah I just realized it'd take too long and no one would use it. Wanna create a paint software using Java?14 -
Something helpful if you've just started learning programming it'll help you understand most popular programming languages why it's used and how much you can expect as a payment.
https://i.imgur.com/MD1JweO.png19 -
Windows is like a diaper for me! If you dont reinstall it from time to time, it starts to get full of crap.8
-
So in C++ there is no garbage collector to clean up the mess u leave behind?
And now i feel like a garbage collector.... always cleaning up after monkeys... :(13