

it feels like a line from the hitchhiker’s guide to the galaxy
it feels like a line from the hitchhiker’s guide to the galaxy
I paid for the whore car, I’m using the whore car
the more you buy, the more you save, the brighter the jacket
ha, between speed and endurance, I have neither
wait, I’m an eagle
I think they’d only win if you count running distance proportional to body length.
outstanding move
some more unicode basic shapes for everyone
○ △ □ ▭ ◇ ☆
As in adding labels to each email? I gave it up years ago for taking too much effort. It’s also a half measure when it comes to achieving better search results.
nah, results sorted chronologically are the reason I can never find anything in my email in my first attempts. I always need to think of other terms to include in the search to eliminate all the hay that comes in the results.
Is not reading the comments an option? I don’t use spotify for podcasts, but generally on e.g. youtube I don’t read the comments if I know there’s a chance I’ll care about spoilers.
[…] human genes cannot be patented because DNA is a “product of nature.” All gene patents were invalidated with this ruling.
did you paste the link to admit you were wrong?
no you didn’t get the job
but the CEO position is yours if you want
It depends on the context. If it’s an URL that is easy to guess and reflects user-created content, your system is leaking information about their users if it returns 403. The example that comes to mind is GitHub returning 404s for both nonexisting and private repos when the authenticated user doesn’t have access to it.
implementation without design
and to just send “Bad request” when it’s a good request - does not make sense
That’s when you use a 5xx status, then. The client doesn’t care how many other services you reach out to in order to fulfill their request. A 5xx code also covers failures in other parts of the system.
A 2xx means success to its requester. If you have an error in step 6 out of 13 that breaks the resource action, you shouldn’t be returning a success.
You might argue what to return and what kind of information to include in the response (like tracking numbers), but it shouldn’t be a 2xx and I don’t see how a misleading 200 would be more helpful than a 400 bad request.
That’s not what HTTP errors are about, HTTP is a high level application protocol and its errors are supposed to be around access to resources, the underlying QUIC or TCP will handle most lower level networking nuances.
Also, 5xx errors are not about incorrect inputs, that’s 4xx.
Why can you not run git on the server? If it’s a credential thing, you can forward it through the SSH connection.
serious question: if you refuse to serve during a war, do they just arrest you? And wouldn’t it be better than… going to war?