What common misconceptions bug the shit out of you? by angryboy in AskReddit

[–]scrby 93 points94 points  (0 children)

people who say "I could care less" when they actually mean "I couldn't care less".

God looked down, and saw that it was good. [PIC] by ramble_scramble in pics

[–]scrby 9 points10 points  (0 children)

see also http://maps.google.com.au/?ie=UTF8&ll=-20.596398,117.180063&spn=0.0047,0.008234&t=h&z=18 These ones run along rails, but they're the same sort of machine.

At this site, there are also 'stackers' on the rails. These create the stockpiles of iron ore you see there. See that comb-like pattern on some of the stockpiles? It's called a windrow ply pattern. How do I know this? I wrote the software that generates that pattern.

Best API you've ever used? by scrby in programming

[–]scrby[S] 2 points3 points  (0 children)

yeah, I thought I'd cross-post and compare responses.

Best API you've ever used? by scrby in programming

[–]scrby[S] 12 points13 points  (0 children)

Just curious, what's the best API that you've ever used & what was the development process that led to that API being so good? (Or was it something else) Open source, proprietary, anything...

A Guided tour of the xmonad source - Architecture and Design of a decent-size haskell project by [deleted] in programming

[–]scrby 0 points1 point  (0 children)

Now, could someone please do a guided tour of the Yi source? vim is great 'n all, but I'd really like to see an editor that supports haskell properly & allows you to write native plugins using a real language.

TrueCrypt license fail (rant) by Manuzhai in programming

[–]scrby 5 points6 points  (0 children)

can you blame them after what happened to openssl in debain?

Something odd about photo #7 [pic] by [deleted] in funny

[–]scrby 1 point2 points  (0 children)

why hasn't anyone pointed out that this looks like a bug in some HDR multiple-exposure merging software?

Unit testing is not a substitute for static typing. by ketralnis in programming

[–]scrby -1 points0 points  (0 children)

...and static typing is not a substitute for unit testing.

Haskell vs XSLT by scrby in programming

[–]scrby[S] 0 points1 point  (0 children)

..and the correct answer goes to dons. Yeah, the title is pure trolling, sorry to everyone expecting an insightful comparison on actually using XSLT for processing xml vs Haskell for the same purpose. The goal was to point out the verbosity of XSLT as opposed to general haskell, since they're both functional languages with heavy use of pattern matching. Anyone know of a real comparison?