Details
-
Abouti am a 16 years teen who loves coding and cs
-
Skillspython, java, c++
-
Locationdoha, qatar
-
Github
Joined devRant on 3/9/2018
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
-
I've designed an icon for my app, its a messenger for couples.
Need a review about this one.
Any suggestions about color etc would be great.20 -
I feel ridiculous. While learning SQL databases I ran a query that was supposed to fill up the database with test data for me to play with. The actual result?
8 GB and 330,000+ rows.
Keep in mind this database is on a remote server, so trying to delete it times out after thirty minutes. I’m submitting a ticket right now.4 -
Does anyone still have CD/DVD Drive on their computer?
Today I was going through some old stuff and found a 2 x DVD Drive. Those memories made me cry.13 -
SOAP in PHP is hell of a shit. I thought of generating code for an easier php client. Oh boy there is a SoapClient::getFunctions, a SoapClient::getTypes and a classmap option. Maybe one can script a little bit to generate class files.
After some fiddling I noticed fields missing in the classes that are present in the response. The missing fields are always defined in a parent class definition.
Google gave me this:
https://bugs.php.net/bug.php/...
What the fuck? Please? So simple to fix and 10 years later. TEN YEARS!!! Nothing.3 -
The Universal Windows Platform is really efficient. Visualizing a 13MB database literally takes 750MB of RAM. Thanks Microsoft❤
-
I released my first legitimate Android app to production a week or two ago, and it already has over 50 downloads on the Play Store! 😄😄😄12
-
Friend : Queue is just 'Q' followed by 4 silent letter..
Me : they are not silent they are waiting for their turn...
☺☺☺7 -
The main reason I'll stick to development as a career for the rest of my life is the freedom.
I can have a 3 hour long lunch with my girlfriend, I can write code at 2am, and usually I can leave for short holidays with just a few days notice.
That freedom is saving the little bits of social life I have.10 -
I received my Driver's licence today. Yayy!! (I had been waiting for it for quite some time,worried if it will ever reach me)
Then I casually asked the postman. If there was any other package for me, because I am expecting a little blue package sent from US.
And he said he'll go back and check.
A few minutes later the door bell rang again 😍🤩
Here they are 😋.
I hope,even the devrant stickers reach me soon 😣.40 -
Optimized some code yesterday to speed up writes and reads to the various channels of a pixel of an image.
One of the changes was to directly modify the original image, instead of copying the modded pixels to a new image.
Code stopped working.
After a day of debugging and going insane since the methods that had to be working were in fact working, I decided to check whether the image I was loading had an alpha channel, which my program wrote to and read from.
No alpha channel. Some days I feel like a complete fool.