Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jbum
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
jbum
14y ago
Google 'accition' to find the answers in paste bin.
2.
▲
by
jbum
15y ago
Agreed - one reason why I still love Perl so much, despite its obvious warts.
3.
▲
Double Rainbow An HTML5/Canvas tutorial
(krazydad.com)
2 points
by
jbum
15y ago
|
0 comments
4.
▲
Circles, Spirals and Sunflowers in HTML5/Canvas
(krazydad.com)
3 points
by
jbum
15y ago
|
0 comments
5.
▲
by
jbum
15y ago
CG pioneer Jim Blinn wrote an excellent article which provides a myriad of ways to do it. http://dl.acm.org/citation.cfm?id=1435623.1436274 It was republished in his excellent collection of essays "A Trip down the Graphics Pipeline"
6.
▲
by
jbum
15y ago
It's not a flying car, it's a driving plane.
7.
▲
Curmudgeonly advice for unit tests
(krazydad.com)
3 points
by
jbum
17y ago
|
0 comments
8.
▲
Wheel of Stars: A music box made from 118,218 stars
(wheelof.com)
3 points
by
jbum
17y ago
|
2 comments
9.
▲
200 Character Processing Competition
(vagueterrain.net)
2 points
by
jbum
17y ago
|
0 comments
10.
▲
by
jbum
17y ago
It's perhaps worth pointing out that this software is for detecting the presence of any old face, not for detecting a particular face, such as you or Osama Bin Laden.
11.
▲
A Twitter Honeypot
(krazydad.com)
2 points
by
jbum
17y ago
|
0 comments
12.
▲
by
jbum
18y ago
Not news. Thinly disguised marketing ploy.
13.
▲
by
jbum
18y ago
That is one talkative corpse...
14.
▲
by
jbum
18y ago
The author seems to be equating "puzzle languages" with "languages that are very different from the languages I am comfortable with." In other words, it's a classification which is very relative to the experience of the observer. The langu
15.
▲
by
jbum
18y ago
...and the ones that don't are doing their patients a disservice. Placebos are safe, and can be surprisingly effective.
16.
▲
by
jbum
18y ago
Google trends is useful here: http://trends.google.com/websites?q=reddit.com%2Cmetafilter.... I left digg off, because it so high that it pushes all the others down into the noise...
17.
▲
by
jbum
18y ago
Is this article flame bait? Hmmm... Let's read the following posts and find out!
18.
▲
by
jbum
18y ago
I too was looking for a simple "about" page. Correct me if I'm wrong, but here's my description: This is a lisp-like language whose principal purpose is to help the creator of the language thoroughly understand how programming languages (e
19.
▲
by
jbum
18y ago
"Programming Pearls" by Jon Bentley.
20.
▲
by
jbum
18y ago
> write as much code as you can Can't agree with this one enough. Also, it is better to write a lot of small scripts, than to write one big one. They will be easier to debug, and you'll get more done.