03-23-2004, 11:41 PM
|
Pontificator
Join Date: Feb 2004
Posts: 1,398
|
|
Quote:
Originally Posted by Janak Parekh
Sounds like a supervisor probably read our site and freaked out. :lol:
BTW, you posted at 4:04 pm, Eastern time. The irony.
--janak
|
I'm ashamed that I get it. ops:
:mrgreen:
|
|
|
|
|
03-24-2004, 12:04 AM
|
Moderator Emeritus
Join Date: Aug 2006
Posts: 1,998
|
|
Quote:
Originally Posted by Janak Parekh
BTW, you posted at 4:04 pm, Eastern time. The irony.
--janak
|
OK, so where's the "I'm scratching my head" emoticon?
|
|
|
|
|
03-24-2004, 12:14 AM
|
5000+ Posts? I Should OWN This Site!
Join Date: Jul 2003
Posts: 5,133
|
|
As Strong Bad would say, 404'd!
It's the error code for pages that don't exist.
I am both proud and ashamed I get the joke. Janak gets "Geek of the Week" award for even noticing the time and making the association.
|
|
|
|
|
03-24-2004, 12:34 AM
|
|
03-24-2004, 02:31 AM
|
Editor Emeritus
Join Date: Aug 2006
Posts: 15,171
|
|
Quote:
Originally Posted by Kati Compton
I am both proud and ashamed I get the joke. Janak gets "Geek of the Week" award for even noticing the time and making the association.
|
Hey, I do Internet-based programming -- what do you expect? I'll even give you the technical discussion: the HTTP protocol specifies the return of a "status" code with any HTTP request. A non-error status typically begins with a 2 (i.e., 2xx), and an error status typically begins with a 4 (i.e., 4xx). 404 is specifically used for a file that's "not found". There are other 4xx codes, like 403 Forbidden.
--janak
|
|
|
|
|
03-24-2004, 02:39 AM
|
5000+ Posts? I Should OWN This Site!
Join Date: Jul 2003
Posts: 5,133
|
|
Quote:
Originally Posted by Janak Parekh
A non-error status typically begins with a 2 (i.e., 2xx), and an error status typically begins with a 4 (i.e., 4xx). 404 is specifically used for a file that's "not found". There are other 4xx codes, like 403 Forbidden.
|
How many bits are used for the code? Are there any values besides 2 and 4? Is it one-hot encoding for the initial digit?
|
|
|
|
|
03-24-2004, 02:50 AM
|
5000+ Posts? I Should OWN This Site!
Join Date: Aug 2006
Posts: 5,616
|
|
Quote:
Originally Posted by Kati Compton
Quote:
Originally Posted by Janak Parekh
...
|
Is it one-hot encoding for the initial digit?
|
It would take a haughty hottie to know what one-hot encoding is.
__________________
iPhone 4! ☠☠☠ Mid-2010 15" MacBook Pro! ☠☠☠ Gateway LT2102h! ☠☠☠ Dell XPS M1210!
|
|
|
|
|
03-24-2004, 02:56 AM
|
5000+ Posts? I Should OWN This Site!
Join Date: Jul 2003
Posts: 5,133
|
|
Quote:
Originally Posted by ctmagnus
|
Just call me Dr. Kati. :lol:
|
|
|
|
|
03-24-2004, 03:20 AM
|
Editor Emeritus
Join Date: Aug 2006
Posts: 15,171
|
|
This thread was split from here.
Quote:
Originally Posted by Kati Compton
How many bits are used for the code?
|
Most Internet protocols typically use 7-bit ASCII encoding, so 21 bits. However, most PCs will store it in a 8-bit character buffer...
Quote:
Are there any values besides 2 and 4?
|
Yep. Lots.
Quote:
Is it one-hot encoding for the initial digit?
|
It's ASCII, wise girl. :P (Wise woman? Doesn't sound as biting...)
--janak
|
|
|
|
|
|
|
|