- 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
Not to mention George Soros, and I would guess most of the Wall Street types who got bailout money from Obama.
There's a curious myth that rich people are Republicans. But surely to the extent that they vote for their own best interests, most will be Democrats. It's the Democrats who are in favor of big bailouts when a megacorporation gets in trouble; the Republicans tend to say that the market should deal with them. It's the Democrats who are in favor of "government-business partnerships", which of course always means government and BIG business -- the president doesn't call Joe's Shoe Store in Podunk and ask him to join a commission on economic planning. It's the Democrats who want lots of business regulation, which of course benefits the big guy who can afford to hire lobbyists to get the regulations tailored to suit him and for whom the cost of lawyers to comply with the regs is not a big deal. (I recall a few years back it was found that Mattel toy company was selling toys that had lead paint. There was a big scandal and the government imposed new safety regulations on toys, with a provision that companies could get a waiver if they had their own testing labs to insure their toys were safe. The first company to qualify for the waiver: Mattel.) Free markets benefit consumers and small business. Socialism benefits big business, because they're the ones who are part of the establishment making the rules.
Admin
Of course Amazon knows you're male. That's why they put sex books at the top of all your search results. I'm sure the criteria is: author matches search text OR title matches search text OR user is male and book is about sex OR user is female and book is about 'relationships'.
Admin
TRWTF is putting NSFW content on this website.
Admin
So "stored procedures" is the same in English and German? Odd.
Admin
Color correction monitors can do 48 bits, also 16 million colors
http://www.eizo.com/global/products/coloredge/cg276/index.html#tab02
http://quato.biz/english/IP240Excellence.php
Admin
No the alpha value isn't equivalent to the brightness of the specific color. The brightness is fully described by the amount of red, green and blue color - using 8 bits per channel you can e.g. get both black at (0,0,0) and white at (255,255,255).
An alpha channel is usually used when compositing images - it describes how much of the image behind that "bleeds through". It doesn't make sense for a monitor to use an alpha channel, unless they can actually make the pixels transparent, as I was trying to point out.
Now some monitors exists that can actually show more than 8 bits per channel - we call that "Deep Color". From what I know (and wikipedia agrees with me, if that is worth anything), they come in 30, 36 and 48 bit variant. No 32 bits versions. It is possible that such an esoteric monitor actually exists somewhere out there, but I seriously doubt that it makes up for 55% of the visitors. Sadly a lot of software wrongly reports 24 bits color depth as 32 bits, so that seems like a much more likely explanation.
Admin
Their notification is so far in advance, that he'd get another one the moment he changed it.
Either way, Shawn is screwed.
Admin
Good luck actually reading any emails then. No modern email client defaults to text. At least there will be a link (legitimate!) in text somewhere at some point.
Admin
It's really even more complicated than that. The colo(u)r depth of many cheap flat panels is actually only 6 bits / channel due to cheap drive electronics. Some use dithering, spatial (patterns) or temporal (rapid flickering), to regain the lost two bits. Add to that the fact that many cheap TN panels have poor color reproduction to begin with, and you may have a large display, but not much quality to speak of. Better - alas, more expensive - displays have better drivers that have 8 actual bits per channel, and better panel technologies, such as IPS. The panel is fundamentally an analog device, so reproducing more than 8 bits per channel is possible, but requires changes in drive electronics - or dithering.
CRT displays are analog devices at the input level, so they can - theoretically - display an arbitrary number of colors. The limit in color accuracy is set again by the drive electronics, i.e. the display adapter in the computer, specifically the speed and accuracy of its D/A converters, the electron gun drivers in the display, and the cabling in between. The task is to accurately reproduce variations in voltage levels at high frequencies (for high resolutions and refresh rates), which is no easy task. AFAIK, only some specialized display adapters had a color depth of more than 8 bits per channel (not counting alpha). I remember reading about a range of display hardware that had a huge grayscale range for examining X-ray images.
I for one would regard with keen interest a monitor technology where I could set the background to all zeroes and see what's behind the monitor, yet set a terminal window's background to black, alpha 100%, and not see through it. (Background images might perhaps be fully visible to the flip side?) It would be very handy, for example, when working with a paper copy and a large screen; I could just clip the paper to the back of the screen and type away, not obscuring the screen with the paper, but vice versa.
captcha: vulputate - amputate a limb by having a fox bite it off.
Admin
Allow me to summarize my response to those: [image]
Admin
Das richtig WTF ist Deutschedingwortkenntnisse
Admin
The Insurance Agency should not make software. Why don't they learn this already. If you're not a software company, use something that's as high-level as possible (HTMl should work in most cases). If you try to make a desktop application you will most likely make a turd.
Admin
For "32-bpp" those spare 8 bits are never an intensity flag. You might be thinking of 16-colour CGA (where the 4th bit is an intensity bit).
Admin
Admin
Admin
After figuring out what the taekwondo person meant by "seal", I saw it. It looks to me like "좐:", which isn't an HTML entity because it doesn't end in a semicolon.
Admin
So EasyJet sends e-mail to a former customer? How boring. Cebu Pacific is so much more interesting. Whenever anyone with an address in one particular village makes a reservation to fly from anywhere to anywhere on Cebu Pacific, Cebu Pacific sends me e-mail giving me the passenger's name, phone number, and itinerary. I wouldn't count on that getting fixed. I informed Cebu Pacific around 3 years ago.
Admin
As far as I can tell the HTML entity is supposed to be this.
좐
http://www.fileformat.info/info/unicode/char/c890/index.htm
Admin
A large German email and online services provider once seriously had a job advertisement looking for a network administrator with experience in BOFH and LART.
Admin
Admin
Admin
Two things:
"$YEAR called, it wants its $THING back" was toe-curlingly unfunny and unclever the first time it was used. Now it just makes you look like a tool.
If 1999 had done its job better, then people would not be making what would be considered n00b mistakes even then, and we would not need to point out their idiocy.
Yay innumeracy!
Admin
You are all trolls, but I shall bite.
The statistics quoted are those reported by the browser, which are those supplied by the operating system. The OS, for reasons of performance (think "DWORD alignment") uses 32-bit colour; and so this is what it reports to the browser, which then reports it to the server.
The monitors colour resolution does not come into it anywhere, so the whole argument is moot. (Or, if you are from the internet, mute.)
HTH.
Admin
That might be why it didnt render correctly?
Considering how lackadaisical browsers can be about enforcing valid HTML, they sure seem to be picky about numerical entity formatting.
Of course, TRWTF is browsers that encounter a broken web page and just render it anyway instead of just putting up a page that says "Error - defective website" and the site owners home telephone number.
Admin
Admin
John Rasch smiled and rubbed his Zen Master beard. Finally, after 11 years, he had figured out a way to covertly brag about his SECOND Degree Black Belt.
Admin
I'm sure the criteria is: author matches search text OR title matches search text OR (user is male AND book is about sex) OR (user is female AND book is about 'relationships').
FTFY. Not to be a jerk, but because I figured it's what TDWTF would want. n'est ce pas?
Admin
I would totally have clicked "Other" button and written "Belgium (Dutch)". At least for the screenshot.
Admin
Admin
My best guess is that it says: 'for our customer we're looking for a .NET Developer".
Entwickler > Enwicklung WHERE CONTEXT == 'JOB DESCRIPTION'
Admin
I can see how a German recruiter on the phone with a hiring client could pick up "WCF" as "WTF", considering the German pronunciation of the letters C and T.
CAPTCHA: damnum - "Damnum stuck up Northerners!"
Admin
좐 = John. The top left character is the J sound, the top right character is an "ah" sound, and the bottom character is the "n" sound.
Admin
CAPTCHA: A ratis typing this for me.
Admin
Safari uses the Webkit Template Framework.
Not to be confused with the Mozilla Framework Based on Templates, of course.
Admin
The 16777216-bit monitor is probably that new type of monitor, called an LSD-monitor. It's exactly like the drug of the same acronym.
Admin
The EasyJet one is not a WTF. Just in line with company policy: You have to pay extra to get the opt-out link.
Admin
Clearly, the operative word in the password-change message was "within".
Admin
While I hate Safari, I have it installed on my Windows box so I can test web apps for cross-browser compatibility.
Admin
Incidentally, 2^24 = 16,777,216. Clearly, this should just be added to the 24-bit category.
Admin
The Forms dialog... Looks like the BCeSIS used in schools in British Columbia, that teachers complained about