Details
-
Aboutm1sf1t
-
Skillsjava, php, js, html...
-
LocationGermany
Joined devRant on 2/4/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
-
Me: GET /sleep
Baby: 307 Temporary Redirect
Baby: 204 No Content
Me: 200 OK
Me: GET /sleep
Baby: 307 Temporary Redirect
Baby: 413 Payload Too Large
Me: 102 Processing
Me: 200 OK
Me: GET /sleep
Baby: 307 Temporary Redirect
Baby: 444 Connection Closed Without Response
Me: 200 OK
Me: GET /sleep
Baby: 307 Temporary Redirect
Baby: 444 Connection Closed Without Response
Me: 429 Too Many Requests
Me: GET /sleep
Baby: 307 Temporary Redirect
Me: 101 Switching Protocols
Me: 408 Request Timeout
GF: 102 Processing
Me: GET /sleep
Sleep: 404 Not Found
Me: 406 Not Acceptable
(Morning)
Me: 501 Not Implemented19 -
Had a customer on the phone who couldn't figure something out. Wanted to give him instructions so I asked him whether he used mac or windows (getting used to not including Linux in that question). His reply: uhm this has a weird name... do you know elementary os?
Me: you're a Linux user?!
Him: yes, I'm done with windows and mac.
Then i gave him the instructions. Nice twist of the day!12 -
My last night:
- Had nothing much to work on.
- Opened a porn site to spend sometime.
- Clicked on some really good video.
- Realized full screen isn't working on the page.
- Fired up JS console, spent the next 30 minutes trying to get the video part full screen. Failed!
- Opened up Google & navigated through stackoverflow looking for the fix. Still couldn't do it.
- Cursed the website for having a bad design.
- Left the site.
Bad UI = No Fuck.23 -
I had to explain to a customer's head of IT what a public IP is! He is (still) convinced all addresses in the world have to start with 192.168...
How do people like this get/keep their jobs?!9 -
How many of you learned your programming languages from courses/study and how many of you from just grabbing a project and bullshitting your way through until it stuck12
-
So I just got rejected for a job for being too introverted.
They were very impressed with my advanced and broad technical knowledge but they said I'm "too introverted to hang out with cool, young people". That's ageism and that's illegal. Anyway.
I have more knowledge than most senior specialist devs (I've worked with them and I know them) but just because I'm a reserved and thinking person, I'm not welcome in this society of idiots and I don't get a job.
Two words: fuck society.46 -
Working with somebody else is great, because there is somebody else to blame, on the other hand there's somebody else to blame..
-
We all have that one "friend" that has an idea for the "next great" Facebook or Snapchat, but different...
FUCK OFF AND SHOVE THAT IDEA WHERE THE SUN DOESN'T SHINE!5 -
Since most of the pics here are either joke/memes or battlestations or laptop on a nice desk..... I give you my humble coding corner on my bed from a 3rd world country. Still student so....gotta improvise. No, desk is too far away for power socket.7
-
API response.
For a week been working with my project manager remotely.
Then yester night had a tough one.
Me:Please send me the API endpoint so that can test it and see the response.
Him:On my side all is set just consume the response.
Me:As a practice I did first test the API using postman and the response was okay.
Me:As I had already prepared my Retrofit code to consume and parse the response I head to it.
Me:Fast forward 20 minutes into the application I realise getting some unexpected errors thanks to the guy who didn't follow my response format.
Me:I call him asking him to check how he formatted the response .
Him:He claims he formatted it as requested .
Me: Double check my work and am damn right and now raise my voice as I talk to him again and requests him to send me a screenshot of his response and I send mine.
From the screenshots turns out his response is okay as he is working from a damn localhost and my response was coming from the live server.
Feel like strangling him for wasting my previous 30 minutes2 -
While sitting on the toilet, it struck me:
int y = (int) (x+0.5); //x is a float
is exactly the same as:
int y = Math.round(x);
It's such a simple thought, yet, I realized that just now.17 -
Does anyone know an extension or library that helps determine if a co-worker is into me?
Or how to handle such inputs
I keep getting a fatal error: call to undefined function4 -
Confession.
I am sorry.
I don't know if I am doing the right or the wrong thing.
I never shared devRant with people I know because of three things.
1. I don't want to infect this community with cancerous people.
2. I only have a few friends.
3. People I know have no interest in programming (still in college).16 -
We are making a hardcore dungeon crawler with our little game studio. First time using godot in production, im really excited.
Also have more cat memes.9