- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Pretty sure the chat one wanted you to talk about the ease of initiating a CHAT, and the second box wanted to talk about the CHAT itself.
Admin
I'm impressed by the CHAT questions. Not only do they want to improve your next visit, they want to improve further on the visit after that. They are also avoiding the mistake of fixing two things at once. Clearly a company with a quality procedure.
Admin
Seven bytes is enough to spell 'database'. Well, it is if you realise that 'database' is seven-bit clean ASCII, and can therefore be compressed using 8-into-7 bit removal - the MSBit of each byte is zero (because it's seven-bit clean), so you can "compress" the 8 characters into 56 bits, 7 bytes.
Worse: it even works in EBCDIC, although there when uncompressing you must introduce "1" bits rather than "0" bits.
CDC Display Code complicates matters somewhat by not having a direct representation for lower case letters, but if we change the challenge to spelling "DATABASE" instead, we can do better, by fitting it and two spaces into a 60-bit word, because the characters are six bits each.
(Lower case is encoded using the 6/12 version, where some ASCII code points, notably the lower case letters, are encoded as "^A" for "a", etc. (Not Ctrl+A, but Caret-A).
Kids these days, honestly.
EDIT: For CDC display code, we can spell "DATABASE" using just 48 bits, which maps nicely to just 6 bytes.
Admin
You might have some sequelae left from the assembly days...
Admin
Admin
I tried that, but all I got back was "
ç♠@Pe╔↑
".Admin
So Wikipedia vandalism is now acceptable for Error'd submissions?
Admin
Admin
Note to TDWTF editors: any site that allows randoms to edit pages cannot be a candidate for Error'd.
Admin
well, it can, they are the editors, they do get to make that sort of decision. We do however reserve the right to laugh at the submission and otherwise make fun of it.
;-)
Admin
Is that actually what it is, or just some dumbassery?
A few years ago when Draw Something was popular and they would sell packages of extra colors you could use, they put out a series of "Shades of Red", "Shades of Blue", and so on packages...but "Shades of Grey", oddly, had a completely different name. Something like "Greyscale", IIRC.
Admin
Yes. It was reverted 7.5 hours later.
https://en.wikipedia.org/w/index.php?title=Shades_of_brown&diff=706647125&oldid=705710318 https://en.wikipedia.org/w/index.php?title=Shades_of_brown&diff=706712346&oldid=706647125
Admin
It's wrongly focused, yes. But the WTF is the identical textbox questions.
Admin
Admin
Oh come on, I object! What would we put in the articles? Some of the programmers that create our best stories look to me to be pretty random...and they edited the code.
For example: do you think it was a good programmer that came up with the code to compute 80% of main memory as 7 bytes? Or is it more likely it was some random loser?
I can't object to that.
Admin
Eleven?
That's ridiculous. It's not even funny.
Admin
Yeah, it should say lodlod.
Admin
If available memory == physical memory, then 7B is correct, assuming rounding to the lower byte as makes sense in this scenario (nearest/higher byte could/would result in recommending a value > 80%).
Admin
Why would they even program that message to work with less than a kilobyte of RAM?
Admin
I'm guessing the proper question is more like "Why didn't they program it to do something different when the amount of RAM is ludicrously low?". Or maybe they did, but someone put the "more than 80% of available memory" test before the "ludicrously low RAM" test.
Admin
While the second security concern option is a clear mistake, the others could probably be better named as well:
Admin
The message:
Even if the available memory was only 9B, the "7B" was supposed to be 80% of physical memory, not available memory. What system do you know that has 9B of physical memory?
Admin
I said nothing about that being a sensible memory size - just that if that's what the function was fed as physical memory, it calculated the result correctly. It is also entirely possible that the programmer made the inappropriate assumption I stated above, and treated available memory as physical memory when they are in fact different.
IOW, I was being a pendant about the calculation not necessarily being wrong given the information provided, and intentionally ignored the other WTFs for that purpose.
Admin
Do you know how many times zones there are in the Soviet Union?
Admin
No, but I do know the dwarven word for "one".
Admin
Since the Soviet Union no longer exists…
Admin
Soviet union no longer exists. Russia has multiple (5-6?). China only has one. A large number of south-asian countries are on half-hour UTC offsets.
Admin
The missed "revenge" as an option for the cybersecurity queston.
Admin
Admin
Some of them are completely devoid of people, though.
Admin
Go RAD-50 !!!!!
Admin
It's OK, soon the front page comments will be separate from the main forum and most of us won't ever visit them again.
Admin
[poll]
Admin
You forgot the "What is 'articles'?" option :stuck_out_tongue:
Admin
It's the thing that currently, I use my RSS reader to tell me that I need to list (or unlist) an article topic. Soon, it will be the thing that I will read after following my RSS reader and never tell anyone about.
Admin
Any criticism of an error on Wikipedia (or any wiki) that does not include the phrase "and then I fixed it" is itself a WTF.
Admin
You mean "and I fixed it but it got reverted by an admin", right?
Admin
Yep, an indictment of the bullshit internal politics of editing Wikipedia.