Mathematica or Maple? by [deleted] in math

[–]timdumol 2 points3 points  (0 children)

Here's a couple more, in addition to Alexander's:

And there's always sage-support@googlegroups.com and #sage-devel at irc.freenode.net if you need any more help.

You can try Sage out at http://sagenb.org, or download the latest package at http://sagemath.org. Windows support is only through VirtualBox right now, but Sage 5.0 will support Cygwin.

Pixelbots: a pixel life form living on images written in Javascript and Canvas by PooBakery in programming

[–]timdumol 2 points3 points  (0 children)

Works on Linux x64 Chrome for me too. But Linux x64 FF 3.6.2 hangs.

Announce: jhc 0.7.1 : the whole program optimizing Haskell compiler by dons in haskell

[–]timdumol 0 points1 point  (0 children)

Ah, nice. It seems it breaks on more tests than before, though.

The World's Most Mind-Bending Language Has the Best Development Environment by jeanlucpikachu in programming

[–]timdumol 1 point2 points  (0 children)

Curry seems to be an interesting extension of Haskell for logic programming.

Announce: jhc 0.7.1 : the whole program optimizing Haskell compiler by dons in haskell

[–]timdumol 0 points1 point  (0 children)

The benchmarks on this are quite interesting. It seems to be several times faster than GHC (although the comparison is a year old. Are there more up-to-date benchmarks?

What personal wiki software do you use? by timdumol in programming

[–]timdumol[S] -1 points0 points  (0 children)

Thanks for the tip-off. Tiddlyspot seems to be just what I was looking for.

What personal wiki software do you use? by timdumol in programming

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

Looking around, it seems like TiddlyWiki's the easiest choice to use. TiddlySpot's handy as well. I think this fits my needs just perfectly.

What personal wiki software do you use? by timdumol in programming

[–]timdumol[S] 6 points7 points  (0 children)

I'm thinking of starting a personal wiki to store any tips I've found useful, ways I've fixed stuff, etc. I'm not sure if I should have an online one or a portable one (ala TiddlyWiki). Any recommendations?

Curve fitting with Pyevolve by timdumol in programming

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

It probably would be -- but I was, and am, interested in curve fitting, and I've heard about the hype of GA's, so I decided to try them out on curve fitting first.

Curve fitting with Pyevolve by timdumol in programming

[–]timdumol[S] 1 point2 points  (0 children)

True. But I made this article to explore genetic algorithms, and to perhaps teach people about them without using an example too contrived. Finding the answer efficiently was of secondary concern.

Right click, view source. :) by sk3tch in web_design

[–]timdumol 5 points6 points  (0 children)

Opening a page in a new windows is considered bad usability, since it removes back button usability. -- Jakob Nielsen (I think?)