Archive: September 22, 2005
-
Glenn Reynolds has info about advanced screenings of Serenity, free for bloggers so long as you promise to blog something about it. There's a screening in Nashville. Gotta do it.
¶
Tags: [TV/Movies]
-
Griddle Noise: Some Favorite Python "Anti-Pitfalls", via the DPU. So that's how to use the Python debugger 
¶ (0)
Tags: [Programming]
-
Brian McCallister: Expressiveness Matters, via Keith:
I think most people would agree that algorithm selection matters more than language of implementation for performance. That is what this is. The simple fact is that Justin could get a 20x speed improvement with the ruby based implementation, not because ruby is faster (it definately isn't) but because the language, the framework, and the stack makes it easier to do what he wants to do. The theoretical limit of optimization is definately in J2EE's favor, but if actually doing those optimizations is significantly more difficult (complexity for the most part) -- does it matter if they can be done?
That's my experience exactly. The flexibility and speed of development you get with a language like Python or Ruby give you extra time to spend on choosing good algorithms and data structures that wind you up with not only more flexible or expressive code, but with a faster program as well, even though it's in a higher-level and "slower" language than the alternatives.
¶ (0)
Tags: [Programming]
-
The History of Delegates, via Keith.
¶ (0)
Tags: [Programming]
-
fare: What Makes Lisp Great, via Keith (to finish reading).
¶ (0)
Tags: [Programming]
-
Terrorism Unveiled: A Stellar Article about Illusions v. Reality.
¶ (0)
Tags: [Opinions/Politics]
-
Is it Select/From or From/Select?, via LtU, related to this earlier post on C#3.0.
¶ (0)
Tags: [Programming]
-
Don Box: Scheme Is Love, via LtU (to read).
¶ (0)
Tags: [Programming]
-
ongoing · Protocol Day One.
¶ (0)
Tags: [Programming]
-
Well, it's been a few years.
¶ (0)
Tags: [This website]
-
Here's how to select a random row from MySQL:
SELECT * FROM table ORDER BY RAND() LIMIT 1
¶ (0)
Tags: [Programming]
|
Generated in about 0.085s. (Used 7 db queries) |
new⇒Perl 6 1.0 in March?
Doh, my mistake. I'm aware of therelation between Parrot and Rakudobut I'...
Keith: Dec 2, 1:03am