- 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
Admin
Admin
Admin
I assume you're not from Germany where Dictionary order != Telephone Directory order
Admin
TRWTF: No ordinals -- unless they are in a completely different table.
Admin
Some words that mean "I have no idea what I'm talking about but you should think I'm brilliant":
enterprise paradigm utilize
These words may have had other meanings at one time but those meanings are long since lost. Like "gay" used to mean happy and carefree, but now means something totally different.
Admin
Just what do they use the GUIDs in the number table for? Are there really places in the software where someone said, "Ok, at this point we need to get the '7' record from the database. So let's see, the GUID for '7' is 22BFE2A5-33A3-4DA3-9F66-E7BF67276D49, so to get the number 7 all I have to write is select number from number_table where guid='22BFE2A5-33A3-4DA3-9F66-E7BF67276D49'. Then I establish a connect to the database, submit the query, read the result set, and extract that value. Wow, this is so much more enterprisy than writing x=7. Progress!"
Admin
The order of the letters in the alphabet was determined by that song.
Admin
I have enjoyed much - Pursuit of Happy and Independence Day.
Admin
As per the SQL standard, no ORDER BY clause in a query leads to the results being in an undefined order.
SQL Server will MOST LIKELY use the clustered index as a default, but it could also use anything in memory and return a completely different result.
Admin
Struts was excellent till spring came here.
Admin
Honestly, I work with Oracle database every day and what I see is records are always returned in the order they are entered if there are no indexes or primary keys on the table.
Yes. you can take that to bank with you.
Admin
Correct, there is no guaranteed order.
Fun/stupid SQL trick (semi-related):
Admin
s/ASC/DESC
I'm lysdexic.
Admin
Different database, actually, on its own server.
Admin
Those words are pretty robust.
Admin
I particularly liked the bit where people discussed the mods discussing the frist posts that no longer existed.
Admin
The frist rule of frist posts is that you should expect them to get recursively baleted.
Admin
Thus, "Frist Club was not bad movie"?
(I would never do that, but it's amusing here.)
Admin
Admin
Admin
Don't forget:
Admin
Way too confusing.
Admin
Admin
Admin
I'm in the phone book too. Last time I noticed, I was the only one on the page that was printed in Roman letters, surrounded on all sides by a bunch of normal letters. I was in the correct place by pronunciation.
Admin
NTFS has something like that too. When formatting an NTFS volume, one of the special files tells how to uppercase a character. So if you're running with a Turkish locale at the time you format a volume, i should upcase to İ and ı should upcase to I. But for some reason I think Windows forgets to check the upcasing table at the time of actually creating or opening a file. Due to some bug, Windows uses the locale that the user's process is running under at the time of creating or opening -- no wait, Windows uses the system-wide locale for non-Unicode programs because conversion between ANSI and OEM character sets occurs in kernel mode which doesn't know about user mode locales -- well anyway, the various upcasing tables stored in various partitions get ignored. You can end up with interesting random collections of filenames that are sometimes equal but sometimes different, sometimes openable but sometimes not openable.
Admin
I don't get that language.
What am I missing?
Admin
Some research has shown that there is an alphabetical bias.
For example, in science papers, when multiple authors are listed in alphabetical order, readers nevertheless tend to give more credit (probably unconsciously) to the names that appear first.
Random order may work in some cases , but if the list is long enough, you need rules so that you can quickly find an individual item.
I believe the solution is to use a random alphabetical order. That is, the order is derived randomly, ONCE, then used every time an arbitrary order is called for in the entire paper/project/etc., or even for the entire life of an organization. The order has to be published to be any use, of course, probably included with every publication from the organization.
Admin
Admin
"The best thing about this solution is how easily it can be modified to support the exciting new lowercase letters that are starting to gain traction in some forward-looking businesses."
Had me right there! :D
Admin
By "ordered by pronunciation", do you mean "ordered by the name when written phonetically (in English, whatever that means in this context), in standard English alphabetical order"?
Admin
Does your software store bitmap image data in a database, pixelwise?
Does your software store all other data in a database as 100MB XML files?
Admin
My guess is "ordered by pronunciation" means ordered according to the kana writing.
Admin
yep - it's certainly in the Financial Times style guide. Here's one from a UK university:
https://www.york.ac.uk/communications/publications/writing/style-guide/#N
"Spell out numbers up to and including ten. After ten use figures except for exact measurements and charts where figures can also be used for numbers below ten"
Bonus question.... Should one write nought, one, 10, 11 when writing in binary?
Admin
I had a manager who couldn't get through a meeting without using the word synergy. I propose adding to the list.
Admin
That was the style I was taught growing up. One of the many style points I always thought was idiotic. "Yesterday I had nine widgets, today I have 10" is officially considered correct, but I think it is wrong to mix forms in a sentence (or paragraph or document).
I also prefer the Oxford comma and logical punctuation, despite what I was taught. Style guides are just stupid.
Admin
The thing that I don't get is that both Kanbe and Kobe come up as 144/140. How can you tell that they're different?
Admin
I don't prefer the Oxford comma, I demand it.
Admin
A very enterprisey book, probably about 700+ pages, bound in a nice photocopy of a wooden table.
More realistically, you could do that in two questions. Basic set theory precludes the necessity of the thrid.
Admin
However, the phone book itself doesn't include furigana, so if you're reading a phone book instead of writing your own name to register for a phone line, you don't always know the pronunciation of the names you're looking at. On business cards and some other kinds of printed materials, people with ambiguous names sometimes include furigana so the reader will know the pronunciation instead of having to be told.
Admin
Perhaps they are holding out juuuust in case EDBIC (nee "the first enterprise substituion cipher") comes back en vogue.
Admin
Ahh yes, HexaRoman digits. I think Cicero talked about these.
Admin
Reminds me of the usage of "Coke" in the south.
"I'll have a Coke." "What kind?" "Iced tea."
Admin
Furigana for the win!
Tka, Japan has phone books? Oh, yeah, those tomes that get delivered every year that sit collecting dust in the entryway until we decide to throw them away. Come to think of it, not sure when we last received a set.
Admin
http://en.wikipedia.org/wiki/Goj%C5%ABon
Admin
It might have been too subtle for you to understand
Admin
roman numerals?
Admin
Admin
The concept of assigning a GUID to every number made my head go all explodey.