HN user

jast

356 karma
Posts26
Comments25
View on HN
www.nature.com 7y ago

Designing neural networks through neuroevolution (survey paper)

jast
2pts0
jeremybellows.com 9y ago

NeuralFish – Evolving Neural Topologies in F#

jast
3pts0
www.inference.vc 9y ago

Representation Learning and the Information Bottleneck Approach

jast
1pts0
explosion.ai 9y ago

Embed, encode, attend, predict: the new deep learning formula for NLP models

jast
140pts16
electriccarsreport.com 9y ago

Renault ZOE with new battery gets 400 km range

jast
1pts0
www.benstopford.com 11y ago

Elements of Scale: Composing and Scaling Data Platforms

jast
22pts0
clear-lines.com 11y ago

F# as a Ubiquitous Language

jast
1pts0
mrange.wordpress.com 11y ago

Concurrency, performance and F#

jast
2pts0
jorgetavares.com 11y ago

Reading List for F# Learning

jast
1pts0
matthias.benkard.de 15y ago

Lisp Is Not An Acceptable Java

jast
14pts8
jorgetavares.com 15y ago

Quicklisp or: How I learned to stop worrying and love installing CL libraries

jast
2pts0
aerique.blogspot.com 16y ago

Using a 3D engine from Common Lisp with the foreign function interface

jast
26pts0
13-49.blogspot.com 16y ago

Distributed computing in Lisp. Again

jast
18pts2
gpemjournal.blogspot.com 17y ago

GP takes down repair time for software bugs from more than 3h per bug to 3min

jast
1pts0
etbe.coker.com.au 17y ago

A “Well Rounded” CV

jast
6pts7
aaronz-sakai.blogspot.com 17y ago

Java Collections Performance

jast
1pts0
programming-musings.org 17y ago

Sussmaniana

jast
15pts1
fare.livejournal.com 17y ago

Confusing constants and variables in computer programming

jast
2pts0
www.informit.com 17y ago

Competition Among Open Source Compilers: The BSD Issue

jast
45pts27
www.slideshare.net 17y ago

Ride the Snake: reddit keynote at PyCon 09

jast
43pts11
bc.tech.coop 17y ago

Clojure Discussion - When Performance Matters

jast
8pts0
technomancy.us 17y ago

In which new paradigms are explored, clojure is reached, and impressions are still cursory

jast
1pts0
bc.tech.coop 17y ago

My Clojure Emacs Setup (I'll show mine if you show yours)

jast
3pts0
zagadka.vm.bytemark.co.uk 17y ago

Magit: Emacs mode for Git

jast
22pts2
weblisp.net 17y ago

WebLisp.net - An Online Interpreter for the WebLisp Programming Language

jast
35pts4
bc.tech.coop 17y ago

Exploring Clojure (Lisp on the JVM) - Part 3 - Some Language Features

jast
2pts0
Why Momentum Works 9 years ago

Other journals, e.g. Nature, already had this. It's not a Distil innovation. But I agree, this should be the norm in journals/confs/etc.

No, Clozure Common Lisp is an implenentation of Common Lisp that runs on Windows, Linux and OSX. Clojure is a different language that targets the JVM and it's very different from Common Lisp.

This. I moved back to Safari because with Chrome it's so painful to do paper hunting. It's much easier and fast to skim over and then decide which ones to save and read.

Thanks for this wonderfull book! I have just bought the printed book with the pdf. Very very good!

This might be just the perfect companion to "Pratical Common Lisp" by Peter Seibel. I always thought PCL is an excellent book for someone who already knows some Lisp. With these two books, I believe you really achieve a powerfull combo to start learning and using Lisp!

And the music is very cool too :-)

Tetris effect 16 years ago

The best Tetris version I've played is the one on my HP48GX. I like it so much that I think I've spend more time playing Tetris on my calculator than doing other things with it ;-)

That extra code :-) First I wrote everything to manipulate a linked list and test it and then I wrote the reverse function. Since I wrote a insert at front function, the reverse function is small. I must add that I am not a fast typer.

Funny, I also fired textmate and started solving the problem in C :-)

It took me around 20 minutes to write all the extra code and 9 to write the reverse function (including the testing and all).

The problem was not knowing how to solve it but more the pressure of looking at the clock and seeing the time flying away. Because of that, some minor mistakes were done and naturally you start to get nervous and waste more time. In a phone interview I would probably even do more minor mistakes and fail it.

I am also from Portugal and I was thinking the same as you... is this the same country I live in? However, I am not from a younger generation. I believe the original post is biased towards his own experience/environment and generalizes a lot and that might explain it...

On a second reading, you're right. But the truth is that in the EC community, and GP in particular, Lisp is not used. 1/2 of C++ speed is just considered too slow. IMHO, I guess speed is just the easy excuse.

All GP is done in Lisp?? Sorry but that is far from true! In the EC community C/C++ and Java are the most common languages used. Just take a look at the popular EC libs out there (EO, ECJ, OpenBeagle, TinyGP, etc). Even Python and Matlab are well more accepted as programming languages than any kind of Lisp. It's sad but it's true.

You don't know the "fight" that is to use Lisp in this field/community. The few times I use Lisp is for solo work, because every time I do collaborative work people simply refuse to even considered it. The myths against Lisp are pretty strong and people just refuse to change their minds. Which I think it's kind of ironic since in a science/research environment, people should be more open-minded. Oh well...