Daily WTF

Keep the fun and games in here for now please :-)
davebmw
LQFP144 - On Top Of The Game
Posts: 331
Joined: Sun Jul 13, 2008 2:58 pm
Location: South Wales, UK

Re: Daily WTF

Post by davebmw »

Thats a bit of a nutsack! I hate DRM :twisted:
93'BMW 325is M50B25TU, Rebuilt 06/06, JE10.5:1, polish&port. Scorpion BB, K&N CAI, TEJ21 WBO2, '07 M3 Evo 18" 225F, 255R, EBC Kevlar, Bilstien Sprint, Polyflex. Head rebuild Oct'08, OEM+FSE FPR, MS2v3.0_DJB Custom, Extra 2.0.1
shameem
LQFP112 - Up with the play
Posts: 135
Joined: Thu May 01, 2008 6:30 pm
Location: Ann Arbor, MI
Contact:

Re: Daily WTF

Post by shameem »

Last edited by shameem on Thu Nov 20, 2008 7:19 pm, edited 1 time in total.
shameem
LQFP112 - Up with the play
Posts: 135
Joined: Thu May 01, 2008 6:30 pm
Location: Ann Arbor, MI
Contact:

Re: Daily WTF

Post by shameem »

Sad WTF - f&#%ed up s$^t - Kid ODs on drugs(to commit suicide) on live webcam and forum members taunt him - somebody calls cops 10 hours later and the kid is dead
http://forum.bodybuilding.com/showthrea ... =112065561

Video of cops busting in - http://tinypic.com/player.php?v=espzsh&s=4
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Daily WTF

Post by Fred »

Do any of you read msefi or msextra.com or gpio or ms3efi? I don't anymore and I bet there is some worthy material there.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
jharvey
1N4001 - Signed up
Posts: 1607
Joined: Tue Jun 10, 2008 5:17 pm

Re: Daily WTF

Post by jharvey »

I'm still banned from msefi and msextra. I'm likely banned from the other two as well. I'll try to remember to check my banning's when I get home.

Can someone check and see if I'm still 7th top poster at msextra, or was it ms3. I can't quite remember.
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Daily WTF

Post by Fred »

LOL, you are down to 9th, someone else has 7th place now :-)
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
jharvey
1N4001 - Signed up
Posts: 1607
Joined: Tue Jun 10, 2008 5:17 pm

Re: Daily WTF

Post by jharvey »

9th now, Still not bad for only being able to post for a week or two.
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Why to NEVER out source your development!!!!!!

Post by Fred »

OMFG - Please see post subject!

Especially not to : Bangalore, India.

interface has function that returns a string....

Code: Select all

 int RowsAffected = 0;
                RowsAffected = Database.ExecuteNonQuery(dbCommand);
                if (RowsAffected > 0)
                    return "Success";
                else
                    return "failed";
            }
Another with Upper case F.....

Code: Select all

                    msg = _controller.UpdateCostCentre(update);
                    if (msg == "Success")
                        return "Cost Centre record has been Successfully Updated";
                    else
                        return "  Failed to Update Cost Centre or Cost Centre already exist";
And the good Polish developer said - "They don't know boolean type??"

epic fail!

-----

Project Manager to Indian developers :

"Do you even know what a stack trace is?" - LOL

"Did you take a tag? Do you know what a tag is?

... they didn't tag anything for release...

Hell, even I tag the FreeEMS releases manually! Shocking!

----

CamelcasedoneWrong

Note, lower case in the middle and upper on the front.

-----

Unreachable code :

throw exception
return xyz

-----

There was an if 0 do xyz, if > 1 do abc, what the hell happens if it was exactly 1 ???

-----------

email files around instead of SVN etc

-------------

variable1=variable2 = functionxyz();

^ LOLOLOL

(inconsistent spacing intentional...)

-------------

And one of the more potentially expensive ones :

Code: Select all

((exchangeRate == 0) ? 1 : exchangeRate)
Oh, there is no such country as fredWorld, just give them one to one exchange of currency with the great british pound LOLLOLOLLLOFOFLOLOL

--------------

This stuff leaves the MegaSquirt C for dead! I can't believe how bad this is, it's not just "me being fussy" this is genuinely awful!!

Fred. - ROFLing around the office in fits of laughter and disbelief!
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Daily WTF

Post by Fred »

I didn't see these earlier, they are all appropriate :

:?
:o
:shock:
:roll:
:cry:
:lol2:

But there is still more...

Code: Select all

if (session.getRecord().getId() == 11) { //do something }
^ more LOL - hard coding the id of a database record... OMFG... these guys are REALLY BAD!!

fFeD...
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
karsten
TO92 - Vaguely active
Posts: 2
Joined: Mon Feb 04, 2008 10:00 pm

Re: Daily WTF

Post by karsten »

if (msg == "Success")
Very nice indeed. equals() anyone?
Post Reply