The Daily WTF: Curious Perversions in Information Technology
Welcome to TDWTF Forums Sign in | Join | Help
in Search

Browse by Tags

All Tags » TAG_NOT_FOUND » IWonderWhatHappensWhenYouUseAReallyReallyReallyLongTagLetsFindOutIfAnythingBreaksShallWe (RSS)
  • Re: Email WTF

    [quote]The issue is it taking up more bandwidth for us. It's even worse than the lusers who send word attachments that could perfectly well be put in the email body.[/quote] Tell me about it... a lot of our business here is done in 24x80 char terminal screens through a terminal emulator. Instead...
    Posted to Forum by RayS on 02-01-2008
  • Re: Swampies RULE

    [quote user="ender"][quote user="rc_pinchey"] Even Hitler had supporters... [/quote]Godwin?[/quote] Nah, the tag shows that is was done on purpose, thus the Godwin's Law is unapplicable.
    Posted to Forum by Spectre on 01-28-2008
  • Re: When you want the right address...

    Fun abuse of that in base conversion... /* Tried to make it as obfuscated as possible... */ char *toRadix(int num, unsigned char radix) { int bufsz = (((int)(log(num)/log(radix)))+1+!!(num<0)), i; char *buf = (char*)malloc(bufsz); if (num < 0) { buf[0] = '-'; num = -num; } buf[bufsz-1] = '\0';...
    Posted to Forum by Fred Foobar on 06-25-2007
  • Re: War on right clickers, tides have turned!

    coder: So everyone agrees that you can't protect your website content and doesn't matter what you do. I can't say that I entirely agree with that statement but I would venture to guess that a website in this communities hands falls in the that category (un-protectable) having said that i'd guess that...
    Posted to Forum by Fred Foobar on 06-25-2007
  • Re: Youtube 0.1

    Ohh, can I spam too?
    Posted to Forum by Mal1024 on 06-24-2007
  • Re: Darwin Awards 2006

    Thanks for Voting! We recorded your vote of 999999999 for: Stubbed Out Average Score: 967322369235742 / 10 (9303 Votes)
    Posted to Forum by Fred Foobar on 06-12-2007
  • Re: Darwin Awards 2006

    Pap: fly2: rbowes: They also check the referer, so you have to fake that, too Or you can just use Firefox with the Web Developer Extension and use the 'Edit Html' function Or you can just use Opera and click View Source without installing any stupid extensions. Or you can use Firebug, and use the HTML...
    Posted to Forum by Fred Foobar on 06-12-2007
  • Re: Run - the microsoft killer is coming!!!1

    shadowman: MarcB: Gears is Google's new tookit to allow online webapps to be run offline. In other words, gmail and all their other apps can now in theory be run without an active net connection, kinda as if they were a "real" application on your pc, and not just something you get at with a browser....
    Posted to Forum by Fred Foobar on 05-31-2007
  • Re: Visualize A Stable IDE

    Funny, VS2005 has always worked for me. The only glitch I notice is when I open the help viewer, and it has to load up the catalog for the entire MSDN library. (I think I can forgive it, just this once.) Other than that, the only crashes I've ever noticed while using VS2005 were while debugging... and...
    Posted to Forum by Fred Foobar on 05-30-2007
  • Re: Holy diagonal pasting batman!

    Daniel Beardsmore: (I also dislike cmd auto-completing desktop.ini but copy then lying that it does not exist and refusing to copy it until I use attrib to -s -h it .) A very succinct description of the standard command line tools. I always thought there was a way to copy with the system and hidden attributes...
    Posted to Forum by Fred Foobar on 05-21-2007
Page 1 of 3 (23 items) 1 2 3 Next >
Powered by Community Server (Non-Commercial Edition), by Telligent Systems