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 - "status"
-
Expectation: arrive at work, everyone in awe of devrant swag, social status++
Reality: arrive at work, prod failing, get blamed, employment status--7 -
PM: I want a status report
ME: Here you go (sending email)
PM: I want more status (!?)
ME: Ok (adding some random bullshit)
PM: Perfect, thank you!1 -
While the world is busy changing their WhatsApp status, Facebook status, Instagram status...
I'm here, sitting before my laptop, looking at my build status...4 -
Btw i use ArchLinux, ON MY CALCULATOR
Source:
tweet by @Noorquacker: https://twitter.com/Noorquacker/...15 -
I get nervous every time I go on highway 401 and 404 in Toronto area. Cuz I feel like I'm either on the wrong highway or the highway doesn't exist. If y'all know what I mean, feel how I feel😜4
-
git status
git add .
git commit -m "Minor changes.."
git push
...
git status
*closes terminal*
...
"Fuck that char in that variable name isn't meant to be a capital!"
*makes change*
git status
git add .
git commit -m "Minor changes.."
git push
...
git status
*closes terminal*10 -
Request URL: /api/v1/user/53b49b5a30
Request Method: GET
Expected Response:
Status Code: 404 Not Found (as the user is actually not present in the DB)
Actual Response:
Status Code: 200 Ok
Response Content:
{
"status": "ERROR",
"errorCode": "404",
"errorMsg": "User Not Found. Please provide a valid user ID",
"type": "Error",
"userMsg": "User Not Found. Please provide a valid user ID"
}
#extremefacepalm19 -
Just upgraded my Pi status display from an CharLCD finally to an OLED display. Love the possibilities.17
-
All major browsers render this simple 'square' differently
https://twitter.com/Martijn_Cuppens...11 -
Boss: what's the status?
Me: in a relationship
Boss: :|
Me: :|
Boss: :||
Me : Oh, I've completed the work :||| -
Source: random comment under official announcement on Twitter.
Edit: source tweet is https://twitter.com/marvin52/...10 -
A nice thread to spend some time while waiting for RDS to scale up :)
https://twitter.com/RandallKanna/...6 -
So Twitter apparently used http status code "420 - Enhance your calm" to notify the client that it was sending too many requests (basically chill the **** out). Note the status code number as well 😁
Image from wikipedia.3 -
Status update after my first day of my internship:
I realized I know literally nothing about SSH Keys.
Bye.7 -
when the project manger asks for status on a ticket.
me: what ticket
pm: hold on. (makes ticket). that one.1 -
I AM GOING TO PERSONALLY MURDER WHICHEVER SHITBRAINED INCOMPETENT MONKEY THOUGHT IT'D BE A GOOD IDEA TO RESPOND TO ANY AND ALL API ERRORS BY SENDING A RESPONSE WITH THE STATUS CODE 200 AND A BODY OF THE FUCKING STRING "error" AND NOTHING ELSE
WHY?!!?!?!??!7 -
Apparently replying to your bosses "current project status" email in memes is frowned upon... #themoreyouknow1
-
*Starts compile*
...
...
can't find function foo
ld exited with status code 1
*confused*
*Reruns qmake*
*Compiles again*
...
...
can't find function foo
ld exited with status code 1
*very confused*
*switches compilers*
*compiles*
...
...
Worked!
*dafuq*
*switches back to the first compiler*
*compiles*
...
...
Worked!
*tries not to cry*12 -
Most irritating thing I have to deal with when working on a project with a third-party:
{
status: 200,
message: "error"
}7 -
Front end guy: Somethings wrong with your server. My app is crashing.
* proceed to check logs. Everything fine
Me: Ok send me a log, a printscreen something. What calls do you make?
*send a printscreen with a failling 404 request
* You dense motherfucker learn your fucking http status. They are there for a reason😤3 -
Do managers not fucking understand that Jira is meant to eliminate all this stupid "What's the status with X?", and "Is Y done yet?" chatter. Our communication channels should be on business logic and other global updates about the company, not about fucking workflow status updates because you have nothing else to do with your day but ping me every 5 minutes.
LOOK AT THE REVIEW COLUMN ON JIRA. I MEAN ITS LITERALLY CALLED REVIEW. SO REVIEW IT AND DO YOUR FUCKING JOB.
I swear the devs consistently have a better overview on timelines and project status than management does - which is sad, because this is literally the definition of management!!!18 -
Got this status from another dev:
"Other than the fact that nothing's working, everything's going great!"3 -
Perfectly describing my relationship status...undefined special salsa sauce why are you reading this production relationship server mainframe sad error2
-
Almost all of our back end devs are sick today and our PO kept pinging the dev Slack channel with the same core bug, so I replied with this.5
-
Argh! What are HTTP status codes for if you're not using them in your API implementation?!
Fucking morons!15 -
When someone refuses to attend your standup but then holds a 2 hour weekly mandatory meeting for status updates . . .2
-
2 things I can not understand.
1)how my programming works.
2)what the fuck this new update of what's app about??? A status? fuck!
Worst update ever. Fuck I can not handle videos and photos of people who sends useless messages. Fuck!! 😫😫😫😫6 -
Built a PowerShell script to keep my status “Active” all day. Appearing productive is what’s important!19
-
Web on Phone :
Status : ✅
upload images : ✅
Direct Messages : ❎
app for Windows PC
Status : ✅
upload images : ❎
Direct Messages : ✅
Web on PC
Status : ✅
upload images : ❎
Direct Messages : ❎
app for WP
Status : ❎
upload images : ✅
Direct Messages : ❎
🙄🤷♂️ May be instagram was meant for Android and Iphones only6 -
Going to support.atlassian.com and it says the site is down and to go to support.atlassian.com to see the status...1
-
Hello world!
I wrote my first own contribution, pushed, made a pull request and merged to master today all by myself at my trainee job!
Success!1 -
Stole this from my friend's status
Browser Toolbar is greater than life. Third party apps are dangerous.3 -
"200 Internal Server Error"
Yep, I did that. Because the lousy crapheads I work with were too lazy to handle any other HTTP status so anything else breaks the whole thing. And it's a pain to roll out another release of their part of the backend so "this isn't a priority". Also, they don't feel the need to check the JSON body of the response for the "status":"ok"/"fail" because what could ever go wrong, right? I effectively have no way of conveying to them that there was an error on this end of the API so they show success toast on the frontend irrespective of what really happened.6 -
Have to use a 3rd party API which responds to all requests like
{
status: 200,
data:{
status: 'fail' / 'pass',
data: { data}
}
Should I be sad?
P.S. They ask for a 'userName'9 -
This new WhatsApp status page is weird ....I miss the one liners that I used to give as status...
Does anyone feel the same?6 -
Just found this HTTP response.
Status Code:
200 - OK
Body:
{
status: "success",
response:
{
status: "error",
}
}13 -
When you spend 1 hour trying to hide content by changing a class but then realise that you have a “display: block” overwriting said class 13 lines higher up. Fu** me. Fu** CSS.6
-
Hmm internet connection is down. Check isp status page...no issues. Wait 50mins on phone to get to support, where they tell me there is a known issue, reported 4 hours ago. After call check isp status page...no issues
Is AWS selling status pages as a service now?5 -
It’s live, github is now social network that have profile pages.
https://twitter.com/pifafu/status/...15 -
I've just seen the documentation of an api I have to communicate with, and facepalmed when I have seen that some actions return 404 on success. And more bizarre things... Just wanted to make it worse for me, didn't you?
Once at it. Why don't you glue spikes onto my keys?
Ffs8 -
I see this in code:
bool status;
status = true;
It makes me want to hit things. INLINE THAT SHIT! bool status = true; It's not hard. JFC. And of course I don't have the authority to change it.3 -
Me trying to copy a file from pendrive to Hard disk.
Status- 45 seconds left...
Went to College, completed Bachelor, went to university, completed Masters, got married, had two children, got retired from job, returned to the same PC
Status- 45 Seconds left... -
...
$html .= '</li></ul></div>' . $label . '</div>';
return new JsonModel(
'status' => true,
'html' => $html
);1 -
If an http request can't perform the requested operation, should server send 500 error code? Or 200 with status and status message in response?
Isn't 500 used only for unhandled exceptions on server side?11 -
That moment when returning correct HTTP status codes from an API become a feature request 😒
For the meantime I will need to deal with endpoints returning status 200 for everything, and status 500 when the service crash. 🤦🏼♂️4 -
If you’re tired of the great Bleeps & Bloops playlist by Spotify, I’ve created Volume 2 and 3. Same kind of “background ambience”-feeling. Perfect when coding 😄3
-
Sometimes you keep being the product even when paying for the service:
https://twitter.com/LucaBongiorni/...4 -
Is this real?
https://mobile.twitter.com/fs0c131y...
OnePlus spying on its users using the clipboard app.10 -
#howToGetAGirl
const getAGirl = () => {
// TODO: Implement function
};
Anyone?
https://twitter.com/chuxmyk/status/...38 -
So i found this the other day and thought i would share it with you.
It's a collection of short little songs inspired by HTTP status codes.
Neat idea but is a little rough around the edges.
https://thingsinjars.bandcamp.com/a...1 -
There's this Senior Developer here at the company I work for, and every single project he works on (usually APIs), the return status codes are always 400 when there is an error.
How do I tell him there are over 60 status codes?2 -
SO MAD. Hands are shaking after dealing with this awful API for too long. I just sent this to a contact at JP Morgan Chase.
-------------------
Hello [X],
1. I'm having absolutely no luck logging in to this account to check the Order Abstraction service settings. I was able to log in once earlier this morning, but ever since I've received this frustratingly vague "We are currently unable to complete your request" error message (attached). I even switched IP's via a VPN, and was able to get as far as entering the below Identification Code until I got the same message. Has this account been blocked? Password incorrect? What's the issue?
2. I've been researching the Order Abstraction API for hours as well, attempting to defuddle this gem of an API call response:
error=1&message=Authentication+failure....processing+stopped
NOWHERE in the documentation (last updated 14 months ago) is there any reference to this^^ error or any sort of standardized error-handling description whatsoever - unless you count the detailed error codes outlined for the Hosted Payment responses, which this Order Abstraction service completely ignores. Finally, the HTTP response status code from the Abstraction API is "200 OK", signaling that everything is fine and dandy, which is incorrect. The error message indicates there should be a 400-level status code response, such as 401 Unauthorized, 403 Forbidden or at least 400 Bad Request.
Frankly, I am extremely frustrated and tired of working with poorly documented, poorly designed and poorly maintained developer services which fail to follow basic methodology standardized decades ago. Error messages should be clear and descriptive, including HTTP status codes and a parseable response - preferably JSON or XML.
-----
This whole piece of garbage is junk. If you're big enough to own a bank, you're big enough to provide useful error messages to the developers kind enough to attempt to work with you.2 -
The one project where I had to build a browser based status dashboard for a molten-salt solar powerplant
-
Presents: Udemy Unity & Blender courses
Holiday Reading: A Book Of Lenses
Status: Reenergised, pumped to program once again4 -
I wanted to know the status for my bus home from work.. I guess I was a bit to much in work-mode..1
-
One of the projects started a year ago was to replace our tech/status dashboard. Two of our new people were even dedicated to developing it full time for 6 ~ 8 months. I found out today the entire board is gone, and it's been replaced to a link to Service Now.
Nearly a year of work, completely flushed down the tubes. Glad I wasn't on that project.2 -
My friend asked me to set up his git for him
$ git config --global alias.co status
$ git config --global alias.br checkout
$ git config --global alias.ci status
$ git config --global alias.st commit3 -
Updated my Linkedin status last weekend. The recruiter hell is already starting. Everybody wants a piece of me.1
-
Service status pages that poorly reflect actual service status are so annoying. Ex. GitHub is having a lot of latency issues with processing updates and like 5 people in my office noticed it while their status page still says everything is fine.
This isn't to explicitly call out GitHub since many service status pages behave like this, but it definitely shows a general weakness in these health checks. I've seen similar issues with tons of services, web hosts, etc. Monitoring is definitely hard but will hopefully keep getting better.1 -
MS teams
- user activity status doesnt update properly
- your status stays as ONLINE even when 30 minutes afk or goes to AWAY after two minutes of being afk and stays that way after you started working again.
- status sometimes does not update in active chat window when person's status on the other side changes.
- sometimes, messages dont appear, until I click into the app and force it to update the status from away to active
- I/O
- One day everything works, suddenly next day your mike doesnt work. Then your audio is mute altogether. Or you suddenly start hearing yourself (echo). All without any configuration changes or restarting whatsoever.
- UI
- Happens so often... You get a new message in your active chat window and you have to SCROLL DOWN MANUALLY to see it!!!
- Coppied text from chat? HERE'S A TIMESTAMP AND A NAME OF THE SENDER AS WELL!!!!!
And Im not even mentioning the performance itself...
Srsly this app is horrendous2 -
Whoever uses "status" as boolean in responses to indicate whether error happened (true) or not (false)??????!!4
-
The getting started of react native sucks big time.
If you don't want to display a completely centered text then go fuck yourself or what?
I mean there isn't even a howto on platform-independently not overlapping the fucking status bar. Everyone must've faced this problem when starting, but the only answer is an 8 times upvoted answer on SO telling me to add a hardcoded padding. What.
Where did this whole thing come to..🙁
Back in the days books about c didn't even start with more than 4 lines of code on the 70th page.
And when you google things about it it feels like you doing something totally wrong but its like the first thing a normal dude would do, what if i don't want shit centered bro i feel so useless and dumb i friggin hate that shit just fucking tell me what the fucking fuck to do!😫
It bugs me so hard cus i didn't even know a View is able to stick out on top of the app it doesn't make no sense to me the whole world is breaking apart12 -
Introducing NVidia cuLitho, or "little butt" for you spanish speakers
https://twitter.com/NVIDIAHPCDev/...1 -
Does anyone else find it strange that the stupidest people in the company are making all the decisions.
In order to be able to engineer software you have to understand everything that the product owner knows, the business analyst knows, the product manager knows + how to actually make the system both work in a reasonable time frame and be maintainable long-term.
But we're not the one making the decisions. The irony of it is something that I can't get beyond.
And when I do go out on a limb to point out a logical inconsistency to UX or product... They don't thank me for it they hate me for it and then 3 days later figure out that they should be doing it and quietly follow my suggestions.
Seriously is the goal here to create good software or to avoid stepping on everyone else's toes in the company who is overwhelmed by the complexity of the project.
I think companies based on a hierarchy of non-technical people controlling technical people, in the creation of software products are a dying breed.
When it comes to creating software products everyone in the hierarchy should be technically minded.
I've seriously been trying to come up with an alternative perspective here.
The executives of the company are completely out of touch and the only thing which looks like progress to them in a sprint review is something visual on the front end.
The technical architect, the product owner and the product manager all seem to be engaged in keeping the executives happy and managing their expectations. By means of obscuring the truth.
Imagine how much more cost-effective building a software product would be if the executives were engineers themselves.
I'm keen to do an experiment and build a company comprised of engineers only.
Obviously they need to have insight into the other roles. But none of these other roles are as complex as implementation itself.
So why exactly are we the slaves of these well-meaning under thinkers?7 -
So yesterday I installed this awesome game on my laptop...
src: https://twitter.com/_SelloM/status/...6 -
A new development rule I've started to implement:
All backend APIs will be written with the assumption that it's gonna get distributed as an API for 3rd parties to be integrated in their systems - meaning that every API I write will have proper response status codes for appropriate scenarios (like 400, 429, 500 status codes).
No more `res.json({status: false, message: 'message'})` with 200 status code across the board.9 -
!rant
I really like the Material Design guidelines that Google has released with Android 5.0, and maybe, @dfox, you could make the status bar match a darker tint of the app's color, as this color is also used on the recents menu and on my keyboard, and it really (IMO) makes an app stand out.
Thanks!9 -
Thursday
Project Manager: Reckon we can get a demo/status update tomorrow?
Friday:
*status update*
Project Manager: Alright great
Monday 1pm:
*basically a shit tonne of noise all morning, can't get anything done*
Project Manager: Reckon we can get a status update right now?
*status update*
Project Manager: Alright, reckon you can demo it on Friday?
Me: Uh...
Project Manager: Ok, let's aim for a demo anyway.
Research Lead: Great!
Org Lead: How is everything going?
Me: I don't like how Project Manager micromanages.
Org Lead: Ahhh, yes, but it was me that asked him to manage like this
Me internally:
What's 65 - 28? Oh yeh, 37 more years of this. Is there a way I can kill myself painlessly?10 -
The NASA website sends back a header called X-launch-status. Right now it has the value “go flight!”1
-
Hey, uh. What's the status on that seafaring devrant ball?
The project kinda just disappeared out of thin air.3 -
create, read, update, delete, get, store, put, post, show, view, patch, destroy, list, remove, save, status, ...
crudgsppsvpdlrss? -
da fuq.
My manager wants me to write specific test cases for status quo behavior (without turning on new features) on mobile web.
and TEST IT ON DEVICE NOT SIMULATORS
Does he know it's the 2020s?
and does he know all our changes were already out since we deployed it the first time? aka customers already tested it for us?
I'm not gonna tell him and open another can of worms lol3 -
Do you guys return 200 when a search function in your API returns a not found and you attach a response in the object saying "success: false", or do you return 404? I'm confused. Thanks.
https://softwareengineering.stackexchange.com/...3 -
How does a programmer changes his/her commitment status ?
git commit -am "got into a relationship"3 -
For you rust programmers out there:
10k bounty for improvements to prettier.
details here:
https://twitter.com/Vjeux/status/...1 -
In connection to my previous rant :
https://devrant.com/rants/1550299/...
Now it directly jumped to 100 %. Great job Microsoft
if things.ready() is False :
status=1%
else:
status = 100% -
>People ranting about Whatsapp not adding features
>Whatsapp adds a feature
>People ranting about the feature whatsapp have just add
And this happen all the fucking time. When the double-check turned blue and in almost all major improvement they've made
Am I the only one who likes the new feature?
Peace guys, I don't want to start a telegram vs Whatsapp war here :P3 -
Python 3.9:
Cool New Features for You to Try
String Prefix and Suffix.
Type Hint Lists and Dictionaries Directly.
Topological Sort.
Greatest Common Divisor (GCD) and Least Common Multiple (LCM)
New HTTP Status Codes.
Removal of Deprecated Compatibility Code.2 -
aff. I just said my managers management skills seem to be improving on the company survey.
Then he asks me "why isn't the status quo done in the new way"
o.o
me: "that's what status quo means"1 -
I'm just testing out some code for Spring Boot with Spring web. Whilst inspecting Spring's HttpStatus enum I suddenly realized there are a lot more HTTP status codes than I had estimated. I knew there were many, but woah that's a lot.
Check it:
https://en.wikipedia.org/wiki/...
On a side note, it really helps to debug work stuff at home. More concentration, more time and such.
Fun fun.4 -
This is brilliant example of why integration testing is so much better than unit testing https://twitter.com/withzombies/...4
-
What am I doing today? Waiting.
"Build Status: Running for 18.3 minutes."
I've done this three times so far today.1 -
My least successful one.. This is definitely dwm-status.
It is a daemon which sets the status bar of dwm with many configuration options. The main selling point is the way it updates: It listens to updates like file changes, dbus messages, output of a running process to be as less power consuming as possible.
Was a lot of fun to dive into rust! :)
EDIT: for the interested ones the link: https://github.com/Gerschtli/... :)4 -
Work instant messenger....I turn my status to "offline" to give myself relief from constant interruptions
-
My project manager is killing me.
I don't mind answering questions or providing more details when needed, but if you're sending me messages every day asking for status updates when you can literally see the status of every task in the PMS I'm going to lose my mind.1 -
sorry hexrays, making "IDA Home" completely useless? this ain't it, chief.
https://twitter.com/marcan42/...3 -
hello i'm trying to do a loop to all of our users account and see if they have already a partner or pair but the problem is after 2 user, the loop just stops and won't loop to all user accounts that's available. Please don't leave me hanging or leaving comments with no solution just like stack overflow.
<?php
$sqlo = mysqli_query($conn, "SELECT `username` FROM users");
$i=1;
$counter = array();
while ($h=mysqli_fetch_assoc($sqlo)) {
$counter[$i] = $h['username'];
$i++;
}
for($i = 1; $i <= Fixed_count($counter); $i++){
$b = $counter[$i];
$query1 = mysqli_query($conn2, "select * from `$b` where username='$newuser'");
$query2 = mysqli_query($conn2, "select * from `$b` where `status`='yes'");
$user1 = array();
$user2 = array();
while($result = mysqli_fetch_array($query1)){
$user1['username'] = $result['username'];
$user1['status'] = $result['status'];
/*more user info*/
while($result2 = mysqli_fetch_array($query2)){
$user2['username'] = $result2['username'];
$user2['status'] = $result2['status'];
/*more user info*/
if($temp_counter < 4){
if($user1['username'] != $user2['username'] && $user1['status'] == "yes" && $user2['status'] == "yes"){
if(/*more condition*/){
/*if condition's are met execute process*/
echo "Success!";
continue 2;
}
}else{
continue 2;
}
}
}
}
}
echo "Loop stopped at user: ".$i;
?>7