dnesteruk's comments

dnesteruk | 10 years ago | on: Free Lossless Image Format

Doesn't the GPL license generally ruin being able to use this in a commercial product by having to provide source code and affecting derivative works, too?

dnesteruk | 10 years ago | on: Literate: A Modern Literate Programming System

Looking at the HTML output, I'm not sure this consitutes proper literal programming due to the amounts of 'contextual noise' that the processor generates. I think the goal is to have the program read more or less like a book, and this...

{Print "hello world" 2} ≡

printf("Hello world"); This code is used in section 1.

...is not exactly it. It feels more like program-in-program Matrixy thing than a document to be read.

dnesteruk | 10 years ago | on: Using F# for testing

I tried using F# (FsTest, specifically) for testing. It's great to be able to write verbose test names with double-backquote syntax, that way your test cases read in English instead of this_ugly_underscore_based_sentences.

dnesteruk | 11 years ago | on: Introducing ReSharper C++

Well there's no specific support for things like CUDA, but C++ support works for the most part. Not for CUDA's triple-angled-chevrons (yet), but neither does Visual Studio itself :)

dnesteruk | 11 years ago | on: CLion, the new C/C++ IDE from JetBrains

Regrettably, fact of the matter is that fonts look bad on Java, particularly on Windows where Java-enabled programs are unable (for whatever reason) to leverage ClearType and thus get the antialiasing done just right.

dnesteruk | 12 years ago | on: Python for Finance

That course isn't really well done. There are much better quant courses out there on Coursera.
page 1