English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 22 October 2011, 01:53   #121
Lonewolf10
AMOS Extensions Developer
 
Lonewolf10's Avatar
 
Join Date: Jun 2007
Location: near Cambridge, UK
Age: 44
Posts: 1,924
Quote:
Originally Posted by Photon View Post
It's an empty source file with just the comment?
Yes


Regards,
Lonewolf10
Lonewolf10 is offline  
Old 22 October 2011, 20:25   #122
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,627
Then it is indeed fully optimized.
Photon is offline  
Old 05 January 2012, 14:50   #123
Shoonay
Global Caturator
 
Shoonay's Avatar
 
Join Date: Aug 2004
Location: Porando
Age: 43
Posts: 6,107
Shoonay is offline  
Old 05 January 2012, 23:52   #124
Lonewolf10
AMOS Extensions Developer
 
Lonewolf10's Avatar
 
Join Date: Jun 2007
Location: near Cambridge, UK
Age: 44
Posts: 1,924
Oh my god, that is the funniest thing ever... especially this line

"I told them I knew C because I am good with email and word"


Regards,
Lonewolf10

PS. I tried to copy and paste the line only to discover it was an image!
Lonewolf10 is offline  
Old 05 January 2012, 23:59   #125
deicidal
Registered Insane
 
deicidal's Avatar
 
Join Date: Feb 2010
Location: Ununited Kingdom
Posts: 792
I think he may be a bit of a troll http://www.amazon.com/gp/cdp/member-...stRecentReview
deicidal is offline  
Old 06 January 2012, 16:53   #126
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,627
Haha, I bet he has fun writing them though To be fair, it could be a very honest and very dim person and not someone faking it at all. Edit: OK, he's faking it. Why do I assume it's a he?

Last edited by Photon; 06 January 2012 at 16:59.
Photon is offline  
Old 06 January 2012, 17:19   #127
deicidal
Registered Insane
 
deicidal's Avatar
 
Join Date: Feb 2010
Location: Ununited Kingdom
Posts: 792
oh yeh made me laugh and you are bang on it could well have been genuine, some people seem to think surfing the net for makes them an IT professional .
deicidal is offline  
Old 06 January 2012, 19:17   #128
Lonewolf10
AMOS Extensions Developer
 
Lonewolf10's Avatar
 
Join Date: Jun 2007
Location: near Cambridge, UK
Age: 44
Posts: 1,924
Quote:
Originally Posted by deicidal View Post

I think you may be right. His comment to Developing Drivers with the Windows Driver Foundation sounds familiar...

"I took a job that required me to make device drivers for some kind of weird thing with some blinking lights on it. I never made a driver before, but I am good at using Office and stuff so I told them I knew C++ and read a bit about it and was able to BS the interview. So I got this book and tried to understand how to make my drivers, but I couldn't and I got fired after 6 weeks. NOT RECOMMENDED for driver makers."


... so he's (she's?) one hell of a liar, or a complete troll. I'm not sure which is worse!


Regards,
Lonewolf10
Lonewolf10 is offline  
Old 06 January 2012, 22:39   #129
Thorham
Computer Nerd
 
Thorham's Avatar
 
Join Date: Sep 2007
Location: Rotterdam/Netherlands
Age: 47
Posts: 3,796
Quote:
Originally Posted by Lonewolf10 View Post
... so he's (she's?) one hell of a liar, or a complete troll.
They're a troll. No one in todays IT business would hire someone for ANY kind of IT work without credentials. Finding good programmers is hard enough as it is, read one of Jeff Atwood's Coding Horror blog articles on this topic: Why Can't Programmers.. Program?
Thorham is offline  
Old 16 January 2012, 22:45   #130
Mequa
Registered User
 
Join Date: Nov 2009
Location: UK
Posts: 497
This comment buried in WinUAE's source made me LOL:

From "akiko.cpp":

Code:
static void akiko_c2p_do (void)
{
	int i;

	for (i = 0; i < 8; i++)
		akiko_result[i] = 0;
	/* FIXME: better c2p algoritm than this piece of crap.... */
	for (i = 0; i < 8 * 32; i++) {
		if (akiko_buffer[7 - (i >> 5)] & (1 << (i & 31)))
			akiko_result[i & 7] |= 1 << (i >> 3);
	}
}


Edit: What is even funnier - after downloading the WinUAE source, doing a Windows search for "piece of crap" brings up "akiko.cpp".

Last edited by Mequa; 18 January 2012 at 16:32.
Mequa is offline  
Old 22 July 2012, 20:23   #131
Thorham
Computer Nerd
 
Thorham's Avatar
 
Join Date: Sep 2007
Location: Rotterdam/Netherlands
Age: 47
Posts: 3,796
Big grin

From Jeff Atwood's Coding Horror blog (http://www.codinghorror.com/blog/):

21. Smurf Naming Convention

When almost every class has the same prefix. IE, when a user clicks on the button, a SmurfAccountView passes a SmurfAccountDTO to the SmurfAccountController. The SmurfID is used to fetch a SmurfOrderHistory which is passed to the SmurfHistoryMatch before forwarding to either SmurfHistoryReviewView or SmurfHistoryReportingView. If a SmurfErrorEvent occurs it is logged by SmurfErrorLogger to ${app}/smurf/log/smurf/smurflog.log
Thorham is offline  
Old 22 July 2012, 20:41   #132
gilgamesh
Linux snob
 
gilgamesh's Avatar
 
Join Date: Sep 2008
Location: Monkey Island
Posts: 997
LOL Great Link.

Egyptian Brackets. Now I know what to call them.
gilgamesh is offline  
Old 14 March 2013, 01:04   #133
r0ber7
it's all in your head
 
r0ber7's Avatar
 
Join Date: Feb 2011
Location: The Netherlands
Posts: 174
r0ber7 is offline  
Old 16 March 2013, 22:58   #134
Lonewolf10
AMOS Extensions Developer
 
Lonewolf10's Avatar
 
Join Date: Jun 2007
Location: near Cambridge, UK
Age: 44
Posts: 1,924
LOL, those are great r0ber7
Lonewolf10 is offline  
Old 17 March 2013, 22:29   #135
Mrs Beanbag
Glastonbridge Software
 
Mrs Beanbag's Avatar
 
Join Date: Jan 2012
Location: Edinburgh/Scotland
Posts: 2,243
best way to sort list of N integers:

Spawn N threads, one for each list element (n). Each thread waits for list[n] microseconds before writing out list[n].
Mrs Beanbag is offline  
Old 10 December 2013, 01:11   #136
Herpes
... aka Amix73
 
Herpes's Avatar
 
Join Date: Jan 2009
Location: Austria
Posts: 87
Quote:
Originally Posted by Mrs Beanbag View Post
best way to sort list of N integers:
Spawn N threads, one for each list element (n). Each thread waits for list[n] microseconds before writing out list[n].
Hehe, this is brilliant!

Just stumbled over an old classics - which I am not sure but think was not mentioned yet in this thread:

You Know Your Game is in Trouble When...

  • ...when one of your engineers asks, "Is that an explosion or a tree?".
  • ...when the CPU count is higher than the polygon count.
  • ...when you remove your debug code, and it runs slower, then stops.
  • ...when the tanks float in midair, move sideways, then disappear.
  • ...when you find sprintf(buf, NULL); in your boss' code...
  • ...when after a year and a half of development, your still arguing about which language you should be writing it in...
  • ...when you see float temp; //<---DONT TAKE THIS OUT!!!!
  • ...and while debugging, you notice that 'temp' is never assigned a value, and the memory is never even accessed...
  • ...and you proceed to remove 'temp' anyway, and suddenly the code refuses to compile...
  • ...so you put the offending variable back in, but it still won't compile until you put the COMMENT back in too.
  • ...when two terrain blocks fill up all available memory.
  • ...when your management will cheerfully spend thousands of dollars to drag you across the country to work an emergency integration effort but won't let you spend $50 on a new reference book....
  • ...when a friend says the graphics are perfect...for radio...
  • ...when a beta tester confuses the pre-pre-alpha version with the latest build...and prefers the former...
  • ...when running your game doubles as an easy way to reboot your computer...
  • ...when the copyright take up more disk space than the code...
  • ...when you spend more time debugging the debug code than actually coding...
  • ...when your co-programmer is scared to take out an #ifdef MACAROON because he can't remember what it does anymore.
Herpes is offline  
Old 14 December 2013, 12:31   #137
Shoonay
Global Caturator
 
Shoonay's Avatar
 
Join Date: Aug 2004
Location: Porando
Age: 43
Posts: 6,107
Not exactly concerning coding...

Shoonay is offline  
Old 27 December 2013, 12:08   #138
Shoonay
Global Caturator
 
Shoonay's Avatar
 
Join Date: Aug 2004
Location: Porando
Age: 43
Posts: 6,107
Shoonay is offline  
Old 04 March 2014, 09:38   #139
Herpes
... aka Amix73
 
Herpes's Avatar
 
Join Date: Jan 2009
Location: Austria
Posts: 87
Another one I stumbled upon when cleaning my harddrive
Hope you like it

Attached Thumbnails
Click image for larger version

Name:	Modern_art_small.jpg
Views:	876
Size:	44.9 KB
ID:	39252  
Herpes is offline  
Old 29 March 2014, 05:23   #140
Vexar
Registered User
 
Join Date: Mar 2014
Location: Plymouth, Minnesota USA
Posts: 10
Quote:
Originally Posted by Herpes View Post
... next:

The company I work for has this in our training classes. We teach about sudo-like functionality.
Vexar is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pixel coding Amiga1992 Retrogaming General Discussion 9 07 March 2012 22:20
Just a little humor paulo_becas Nostalgia & memories 18 20 February 2010 04:23
Coding with Devpac 3.18 Seoman Coders. General 8 08 November 2007 13:34
Help coding alexh Coders. General 14 15 August 2006 09:24
Bedroom coding SabreGolly Nostalgia & memories 40 21 May 2003 20:35

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 15:44.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10289 seconds with 14 queries