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 - "204"
-
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 -
Dear nerds from all over the world,
We get it. 404 pics are funny.
But did you know there other status codes too?
Like...
204 - No Response
301 - Moved
302 - Found
400 - Bad request
401 - Unauthorized
402 - Payment Required
403 - Forbidden
501 - Not Implemented
502 - Service Temporarily Overloaded
I'm sure you'll also find funny situations with these.
Thanks. We're the best!26 -
When you've been coding for what seems like an hour and when you finally look up it's dark outside 😛
-
Called to maintain a WordPress site. Site has 100 plugins, two to disable right click. Somebody kill me already 😂😂😂1
-
My girl friend was complaining that I care more about programming than her.
I told her,
"Trust me baby, in the array of my interests you are [1]."
She was satisfied.2 -
Not much of a haxk, just a stupid thing that works.
In my hs videogame programming class, the teacher has this program called LANSchool (most of you have heard of it) which he used to restrict apps/browsers to the point of uselessness . He didn't (and still doesn't) know anything about the stuff he 'teaches', most is tought by TAs.
Here's the dumb part: he WHITELISTED APPS. A friend, one of the TAs, figured out that if you rename something 'Google Chrome', lanschool wouldn't care. So I got Chromium (for unblocked internet) and switched its blue icons in the exe for original chrome icons, then renamed it 'Google Chrime'. Woo.
LANSchool is such a bad program (you can even unblock a site by spamming the F key for refresh).
The teacher did, and still does, treat the TAs like trash. He's a babysitter while students listen to online vids and the TAs.2 -
Stupid stupid stupid API that returns a 204 on failed validations.
Informative docs? Hell no! Here's a few hundred long-ass field names that you need to pass as a JSON.
Doesn't work huh? Yeah, you're structure's all wrong. Some of these are grouped in vaguely named keys like "Wholesale".
Oh you need those as well? Yeah, you can see the whole structure if you try to GET an object.
Oh you need an ID to GET an object? Yeah you can just go ahead and create as many as you want. This is just a sandbox API, it's cool.
Oh that's not the point? Ahh you need the structure to be able to create one! *haha* Right, I'll get back to you on that.
* Email correspondence over 2 weeks time. I have still yet to be able to make a an actual successful request. The fucking 204 doesn't count if it doesn't actually create the resource.
Fucking fucky fuckity fuck fuck fuck.
I swear to god if I ever meet this guy in person, I will probably buy him coffee or beer and have a long talk about how to build proper REST APIs.
Because I'm nice like that.8 -
spend better part of my day processing about 400M rows of data with MySql, woo ain't no single line of code that can do that in 12hrs 😊
-
Going to design a contract for my services it's going to include additional costs for additional changes because with clients the job is never done 😉😉3
-
!rant
Got my new pc up and running, asrock x370 killer sli/ac mobo, ryzen 2200g cpu and radeon rx550 with 12g ram (don't ask). Nothing fancy but sure beats my old am2 system! New pc is so quiet :D9 -
location /dev/null {
if ($request_method = POST ) {
return 200;
}
if ($request_method = GET ) {
return 204;
}
}
1 -
Dear everyone,
Stop turning off the monitors. That doesn't sign you out or turn off the computer, it just makes the next person wonder what's taking so long.1 -
I finally attempted php, I wrote a bunch of scripts to fetch data... I feel like I have betrayed myself 😞😞😞
I should have just absorbed the cost of azure 😭😭😭 now am a php dev.... The things I'm about to do, the horrors I'm about to put out into the world.... Pulling your hair out will be the least of your worries, dear maintainer forgive us all, always and forever. 😳1 -
I think U and I should always be together like they are on the Qwerty keyboard. xD
But there's a distance of parallel lines between us. -
A toast to the perks of backend, to never being bothered again with every single ui change.... Just you and your code 😏😀2
-
So I reinstalled Ubuntu server and set the ip to 204, but I forgot that I assigned a static ip to it in my dhcp. I guess it has two IPv4 addresses now? How? Only one NIC 🤔
3 -
instagrams "based on likes" is total bullshit, I don't like shit those suggestions like but if you scroll through your contacts you'll find those suggestions. Why not just say it like it is: "from your contacts or from your friends contacts"
3 -
A Yahtzee game.
In fewer lines than my first try in 2010.
Fyi... It was like only 15 thousands line with if else statements .... Nuthin much.1 -
Anybody else really annoyed at all these people getting mad at zuckerburg? Like, I've always questioned privacy of the internet in general. If you're dumb enough to put sensitive info on the internet (especially on social media) then you shouldn't have the right to complain about privacy. It's your responsibility to protect your information.3
-
Have anyone in Norway/Scandinavia ordered a devduck/apparel from the swag store and can tell me how long it did take? Want to order one, but not until at the start of next year.
-
and so today almost an hour ago I became the left one... I guess she went with the right one 😂😂😂... How many days have passed between my previous "relationship" post and this one ending... but in truth I was in the "babe" zone 😂😂😂
On to the next one, with the lessons from mistakes of the previous, hopefully she will last longer 🙏1 -
https://i.imgflip.com/2i02zy.jpg
git branch -r
origin/204/match-dsteem-on-sign-transaction
origin/305-support-hive-legacy-api
origin/307-call-async
origin/72-http-socket-support
origin/HEAD -> origin/dev
origin/appbase-http
origin/chore/fix-ws
origin/default-server
but
git push --follow-tags https://github.com/lopudesigns/... --set-upstream origin dev
fatal: refs/remotes/origin/HEAD cannot be resolved to branch.
wut -
By starting the company I think I just dissolved, perfect opportunity to start a new one... Software company name suggestions anyone3
-
Someone else writing a document: who cares if i don't put a semi colon.its still going to make sense.😉
Me: missing semicolon 204 errors.😱 -
I once wrote a whole lot of classes with lots of functions and pushed them to the live server without testing... There were no errors 😎1
-
Project manager, knows nothing/little about the project... Always sends new features to be added only to be removed 1hr later 😣😣, you have experienced nothing until you work under 1
-
when you are using javascript frameworks and plugins in mvc and you have ReSharper, for your own safety and sanity exclude *.js
-
Buy C2 proficiency language certificate online without test - Where to buy C2,B2 proficiency language diploma online Buy C2 TELC-GOETHE Certificate Without Exam,
( Buy C2 Cambridge English language diploma in UK , English language dipolma for sale without test.)
( Buy german language proficiency zertifikat online now without test.)
( Buy swiss language certificate online without test.)
( Buy USA doctor degree , nusing degree , Work permit, University degree, higher educational degree such as masters degree an more )
( Buy polish telc b2 certificate online, buy polish language certificate online in poland/How to get polish proficiency TELC b2 online)
( Buy czech proficiency certificate online without test. Czech Republic language certificate for sale registered in database system.)
( Buy French proficiency language degree online now without test. French certificate for sale.)
FOR IMMIGRATION AND STUDIES ABRAOD
We also provide Diplomas Such as (IELTS, PTE, GRE , PMP,NEBOSH, NCLEX, CIPT ,CELPIP ,GOETHE, USMELL, OET)
Buy Genuine IELTS Certificate Online Without Exam Get Real Registered Expedite Certification in TOEFL, TEF, OET, #NCLEX, #PTE, #TELC, #GOETHE, #NEBOSH, #PMP, #BCSP #Online #Buy #Original #Bank #Exam #certificates in India #SBI, #RBI, #IBPS #diploma for sale
Contact now on
WhatsApp(+371 204 33160)
WhatsApp(+44 7397 620325)
Telegram ( @ Mrseb02 )1 -
Hi everyone, the cryptocurrency world is extremely unstable, and many people have lost some cryptocurrency and cryptocurrency assets to online scams. I was also a victim of faux Uniswap group telegram employees, and my wallet address security and 12 phrases were compromised, resulting in the loss of all my cryptocurrency (BNB, Eth, Btc, and USDT) to the tune of $542.000. This left me devastated and at my lowest point of depression because, had I failed to successfully recover my cryptocurrency, which accounted for the majority of my savings and financial assets, my family might have been homeless. I complained in the group, and a real group administrator directed me to the Wizard James Recovery Company. In just 92 hours, this cryptocurrency recovery company helped me recover all of my losses, saving my life. I supplied the prerequisites and pertinent data needed to finish the successful recovery of my cryptocurrency. When I got my coins back, I was ecstatic. Wizard James Recovery can be reached at wizardjamesrecovery @ usa . com or by WhatsApp at (+44)7418-367-204.2
-
There is a remedy if you have fallen victim to a financial scam, whether it be cryptocurrency, forex, or another kind. Wizard James Recovery is a service I highly recommend to you; his email address is (Wizardjamesrecovery @ usa . com). With a woman I met on Instagram, I had invested all of my money. I had no doubts about the profitability of my cryptocurrency investments. It appeared as though I was making a fortune each time I logged onto the trading platform I was utilizing. only to discover afterwards that the entire thing was a fraud. While researching online, I came across Wizard James Recovery and decided to collaborate with the Expert. After working on my case, the staff at Wizard James Recovery was able to retrieve all of my stolen assets. For assistance in recovering missing or stolen funds, get in touch with Wizard James Recovery via WhatsApp at +44 7418 367 204.2
-
I lost over six bitcoins when I invested in an online binary option platform. I was unsure of what to do because I couldn't take my money out. I assumed I would be able to pay off the debt with my profits, but I didn't think I would even have a chance to get my money back. Until I got in touch with Wizard James Recovery after reading great testimonials across numerous platforms. I contacted him and he explained the steps involved and what we needed to do to make this work. I followed all of his instructions, and to my utter amazement, I was able to confirm that the recovered funds had been deposited into my bank account. He has been incredibly helpful to me. Reach him at +44 7418 367 204 on WA.5



