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

Search

Page 1 of 4 (39 items) 1 2 3 4 Next >
  • Re: The Pipe

    Wait a minut. You called SA, and they correctly identified the problem the first time you talked to them? When did you change job???
    Posted to "Side Bar" WTF (Forum) by mt@ilovefactory.com on 05-14-2013
  • Re: Had this bug come back to me and dug further

    Pretty sure that the wtf is that it return "false" if getValueOrDefault returns true, and "true" if getValueOrDefault return false.  
    Posted to "Side Bar" WTF (Forum) by mt@ilovefactory.com on 05-11-2013
  • Re: Misuse of method overload

    [quote user="mihi"]   TRWTF is that after Bruno changed the license to AGPL, people tended to keep lots of mini forks of the old (MPL/LGPL) version to avoid buying a commercial license, instead of trying to concentrate their bugfixing effort to a single fork (or just buying the commercial license...)[/quote] I guess that is what ...
    Posted to "Side Bar" WTF (Forum) by mt@ilovefactory.com on 04-13-2013
  • Misuse of method overload

    Image that you have an class. Let's call it Paint* And it has a method which say:  void rectangle(float x, float y, float w, float h)           Adds a rectangle to the current path.Now paint also have an overloaded version ...
    Posted to "Side Bar" WTF (Forum) by mt@ilovefactory.com on 04-11-2013
  • Re: Subversion comments

    [quote user="snoofle"] Java even lets you make a map that is not inherently thread safe into a thread safe map with a wrapper (Collections.synchronizedMap(new HashMap());   [/quote]  But that is not always enough. If you have one thread which modify the HashMap, while an other thread iterate over the map, then you will ...
    Posted to "Side Bar" WTF (Forum) by mt@ilovefactory.com on 04-05-2013
  • Re: Memory management

    Wft is the purpose of this method? Calling Realloc with a null pointer is perfectly safe and defined(it allocates the memmory as requested). And calling free on the result from malloc/realloc is also always safe even if they return null, so that plsAllocated is not needed at all.(Just check for a null pointer, if you really want to know if your ...
    Posted to "Side Bar" WTF (Forum) by mt@ilovefactory.com on 04-02-2013
  • Re: Too new

    [quote user="Cassidy"] [quote user="mt@ilovefactory.com"]Nope. Eclipse got its own compiler.[/quote]  Ain't Eclipse written in Java anyway? Very meta.[quote user="mt@ilovefactory.com"]And just as important: The Android plugin for eclipse, know that it's an error to generate code for the java 1.7 ...
    Posted to "Side Bar" WTF (Forum) by mt@ilovefactory.com on 03-30-2013
  • Re: Too new

    [quote user="MiffTheFox"][quote user="bridget99"] I've never had much trouble getting it to do what I want. Then again, I'm not the sort of person who has to have the latest version of everything, nor do I attempt stubborn, pointless crap like trying to install open source shit under "c:\Program Files." A ...
    Posted to "Side Bar" WTF (Forum) by mt@ilovefactory.com on 03-30-2013
  • Re: Too new

    [quote user="Cassidy"] [quote user="mt@ilovefactory.com"]Why are you using javac instead of the eclipse android development environment? [/quote]  Doesn't that - ultimately - invoke javac anyway? [/quote]  Nope. Eclipse got its own compiler. And just as important: The Android plugin for eclipse, know that ...
    Posted to "Side Bar" WTF (Forum) by mt@ilovefactory.com on 03-29-2013
  • Re: Too new

    I just have ask: Why are you using javac instead of the eclipse android development environment? The ability to auto complete on all properties in .xml files alone are worth it :}  
    Posted to "Side Bar" WTF (Forum) by mt@ilovefactory.com on 03-29-2013
Page 1 of 4 (39 items) 1 2 3 4 Next >
Powered by Community Server (Non-Commercial Edition), by Telligent Systems