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

Pages: 1-

Programmers are not artisans

Name: Anonymous 2010-06-28 15:11

I am sick and tired of you self important twits that think programming is akin to classical fine art. It's pathetic, any sorry geek that picks up SICP and learns the time complexity of the recursive fibonacci function thinks he's the next fucking Michelangelo. Grow up.

Name: Anonymous 2010-06-28 15:24

Giotto drew a freehand perfect circle in one try.
The Giotto of programming will discover a sorting algorithm that always resolves as O(n).

Name: Anonymous 2010-06-28 15:29

>>2
Quantum bogosort.

Name: Anonymous 2010-06-28 15:31

>>2
The Fibonacci Butt Sort is O(n).

The natural order sort is O(1) (or O(0) if you like, but that's the same thing.)

Name: Anonymous 2010-06-28 15:36

The only thing this thread tells me, is OP Can't write code.

Name: Anonymous 2010-06-28 15:39

>>4
O(1) (or O(0) if you like, but that's the same thing.)
You either don't understand the big-oh notation, or have found a way to multiply 0 by a real number that will yield a non-zero result.

Name: Anonymous 2010-06-28 15:41

>>5
The only thing this thread tells ME is that OP needs to work on his sense of humor. He's probably an ok guy, just lacking a bit in the social skills.

Name: Anonymous 2010-06-28 15:42

>>6
IT'S SHOW TIME!

Name: Anonymous 2010-06-28 15:42

>>6
addendum: or IHBT.

Name: Anonymous 2010-06-28 15:46

TIL there are people who think ``artisan'' is just a more pretentious word for ``artist''.

Name: >>4 2010-06-28 17:23

>>6,8,9
I can't wait for this thread to get to 100 posts before someone manages to work out O(1) vs. O(0) satisfactorily.

Name: Anonymous 2010-06-28 20:08

I agree with OP, we should stop before we actually became like artisans.

Name: Anonymous 2010-06-28 21:53

#lang racket
(define fact
  (λ(x)
    (letrec ((f (λ(n acc)
                  (if (or (= n 1)
                          (= n 0))
                      acc
                      (f (- n 1)
                         (* acc n))))))
      (f x 1))))

Name: Anonymous 2010-06-29 3:13

>>11
It's already been done already several months ago.
See http://dis.4chan.org/read/prog/1252374566/131

Name: Anonymous 2010-06-29 11:00

>>14
Okay, you got me. And that post exposes my little lie.

Oh, but http://dis.4chan.org/read/prog/1252374566/125 is so much more clever.

Name: ​​​​​​​​​​ 2010-10-24 16:42

Name: Anonymous 2010-12-27 23:59

Name: Anonymous 2011-02-03 2:59

Name: Anonymous 2013-08-31 19:48


Can we ban all of the infidels already, or at least make a rule that they have to convert to the one true religion? It's bad enough having them whine about not sinning all the time, but I also genuinely think that when their lives are filled with the word of the Prophet Muhammad blessed be his name that they will be happy lives.

Name: Anonymous 2013-08-31 21:18


 Translation of Towelket 1 is coming along smoothly, expect to see a partial translation in about 2~3 days!

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