Details
-
SkillsPHP, CSS, JS, Go. Web developer.
-
Github
Joined devRant on 6/29/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
-
Heard a fun quote from a project manager today:
"Naaah we don't need tests, that project is so small it wouldn't be worth it"
Seconds later: "Why does this keep breaking all the time and we only notice it once deployed?"8 -
God I hate JavaScript.
Why on earth would some variable * somthing.other (where somthing is undefined) result in 653957364??????17 -
Started to rewrite a part of the frontend of a web app I'm building and holy shit, I've never though JavaScript can be so much fun 😁😁3
-
How can it be a galera cluster with three DB servers (running in docker) is slower than a single docker container with mariadb under the same load?5
-
Why on earth can one perform calculations on pointers in c++? I can think of a dozen ways this could go wrong, but none where this is useful.
Following example:
int t = 1234;
int tt = 5555;
int* p = &t;
int* pp = *(p + 1):
Here pp will give me 5555...5 -
WHY NEXTCLOUD, WHY DOES IT HAVE TO BE SO FUCKING COMPLICATED TO UPGRADE YOU TO THE LATEST VERSION??????
NOT ONLY DID THE DATABASE MIGRATIONS NOT RUN, YOU DIDN'T HAVE THE UPDATED VERSION OF THE FUCKING AUTHENTICATTION PROCESSOR IN THE OFFICIAL SERVER DOWNLOAD SO THE WHOLE THING WAS BROKEN AFTERWARDS.
I'VE WASTED 4 HOURS ON THIS FUCKING UPGRADE 😤😤😤😤😤😤😤4 -
Creating an open source project which is actually used by multiple people.
(I actually have something I'm currently building in the pipeline) -
IoT is when your ai powered toaster is mining bitcoin to pay off its gambling debts it has with the smart fridge.15
-
That moment when you edit the Todo list for your personal project, add a bunch of ideas and the proceed in procastinating like you did before and feel _very_ productive about it.2
-
Just got a new internet connection with a Fritzbox which has a big led "WiFi" on it, but doesn't send WiFi nor has an option in their config to enable such. Apparently they sell "another" router (which is exactly the same) for 2,99€ per month with WiFi. Seems like they disabled the WiFi if you don't pay.... Hmmmmmmmm.
Let's see how easy it is to break it.6 -
Why the hell does this installer need to run tests for about an hour, when I only want to install the update?????4
-
That moment when it takes 4 hours to automate a task which would otherwise take 15min all 2 months to do manually.2
-
I just had the idea for a social network which would care about privacy, don't sell the data of its users and stuff. This would mean the users had to pay for it to keep the lights on, like 1 oder 2 bucks a month.
Do you think this could work? I'm not sure, I think there might already be too much competition in that field.9