Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

[AUTISM][THEDAILYWTF.COM] Male Services

Name: Anonymous 2011-08-23 15:53

As one of the few females in the software development field, I’ve grown accustomed to a certain “awkwardness” with my male peers. Actually, maybe “creepiness” is a better word. Several people – many of whom were guys I’ve shared all but a few words worth – have told me that, not only is it “hot” that I’m a female programmer, but that my Eastern European accent “really adds some points.” While I’ve mostly heard that at conferences and networking events, the sentiment is definitely there in the day-to-day. It’s certainly flattering, but it can get annoying when I’m just trying to do my job.

Why don't female programmers have autism too?

Source: http://thedailywtf.com/Articles/The-Programmiss-and-Male-Services.aspx

Name: Anonymous 2011-08-23 18:29

>>8 average = lambda *a: float(sum(a))/len(a)

Name: Anonymous 2011-08-23 18:50

>>8
(defun average (&rest numbers)
  (/ (reduce #'+ numbers) (length numbers)))

Name: Anonymous 2011-08-23 18:50

Argh, my BBCode.
(defun average (&rest numbers)
  (/ (reduce #'+ numbers) (length numbers)))

Name: Anonymous 2011-08-23 20:02

sub avg {
  $sum += $_ foreach @_;
  return $sum / scalar @_;
}


Even a girl could get this job.

Name: Anonymous 2011-08-23 21:17

>>12
Using variables without declaring them considered harmful.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List