HN user

hhm

4,732 karma

Computer programmer dev (at) moraldo.com.ar

Posts640
Comments563
View on HN
laurajmixon.com 11y ago

A Report on Damage Done by One Individual Under Several Names

hhm
3pts1
github.com 11y ago

Procedural Locomotion: Automating human walk cycles using machine learning

hhm
22pts3
www.bbc.com 12y ago

Linux creator Linus Torvalds shares Millennium Technology Prize (2012)

hhm
2pts0
www.forbes.com 12y ago

Nakamoto's Neighbor: My Hunt For Bitcoin's Creator

hhm
6pts1
www.oculusvr.com 12y ago

Letter to the team (Oculus VR)

hhm
1pts0
www.youtube.com 12y ago

Principles of Lighting and Rendering with John Carmack at QuakeCon 2013

hhm
3pts0
blog.computationalcomplexity.org 13y ago

Friends Don't Let Friends Carpool

hhm
1pts0
www.technologyreview.com 13y ago

Just Don’t Call it Big Data

hhm
2pts0
calnewport.com 13y ago

Hacking Deep Work with Project Step Labels

hhm
2pts0
bitslog.wordpress.com 13y ago

More Privacy Vulnerabilities in Bitcoin

hhm
3pts0
vimeo.com 17y ago

Milky Way over Texas time lapse (video)

hhm
7pts1
www.youtube.com 17y ago

A Sneak Preview of Wolfram Alpha + screenshots

hhm
3pts0
www.technologyreview.com 17y ago

How Wolfram Alpha May Trump Google

hhm
1pts1
www.drunkmenworkhere.org 17y ago

On Bots - large scale experiment on search engine behaviour

hhm
24pts2
www.dailygalaxy.com 17y ago

Microsoft determined that we are all linked by 6.6 degrees of separation

hhm
6pts8
www.math.brown.edu 17y ago

Surfaces beyond the third dimension

hhm
1pts0
www.freedom-to-tinker.com 17y ago

Fingerprinting Blank Paper Using Commodity Scanners

hhm
5pts0
new.myfonts.com 17y ago

Seen a font in use and want to know what it is?

hhm
2pts0
www.stephanietolan.com 17y ago

Gifted Kid: Is It a Cheetah?

hhm
2pts0
plus.maths.org 17y ago

To generalise or specialise?

hhm
2pts1
muaddibspace.blogspot.com 17y ago

How to halve a number in Coq (the theorem prover)

hhm
1pts0
heirloom.sourceforge.net 17y ago

The tale of “aux.c”

hhm
6pts0
www.symmetrymagazine.org 17y ago

A first: String theory predicts an experimental result

hhm
7pts1
smart-machines.blogspot.com 17y ago

Shaving digitally

hhm
1pts1
scienceblogs.com 17y ago

Brains, Brains, Brains, Brains: different flavors of genius

hhm
26pts8
zimmer.csufresno.edu 17y ago

How To Write Proofs

hhm
5pts0
thenoisychannel.com 17y ago

Is Google Evil? The Great Debate

hhm
2pts2
arxivblog.com 17y ago

Fermi’s paradox solved?

hhm
2pts0
betterexplained.com 17y ago

Developing Your Intuition For Math

hhm
13pts2
www.inf.uni-konstanz.de 17y ago

Face Recognition by Eigenfaces

hhm
2pts0

Posting on behalf of my wife (whose post doesn't show up):

I am a Licentiate in Biotechnology with lots of experience in wetlab (molecular biology and microbiology). I am currently learning to program in C# and Python, looking for bioinformatics projects to join.

Location: London, UK

Remote: yes

Willing to relocate: not currently, but willing to travel

Technologies: Python, C#, Unity, R, Matlab (junior in all).

Resumé/CV: goo.gl/akXIbI (Linkedin)

Email: lucila.rondissone@gmail.com

RedditStorage 11 years ago

See my other comment on this post for an example of this (encoding data using Markov chains)

Are the color pictures over exposed? I have seen the Milky Way lots of times (and quite clearly), but it always looked more like an almost gray cloud... I've never seen the kind of bright colors that are usually shown on pictures.

The simplest Hello World in Wolfram Language is just:

"Hello World"

or even:

Hello World

which are both quines. The only reason you need to know about Style and GeoGraphics is for making a prettier, but still small, Hello World example.

How is that different? There is a lot of "serious / adult" literature that includes wizards, demons, and dragons, and that is not a recent development. (Or in older times, ghosts, spirits, and monsters in general).

Last time I checked this was the main thing that was missing for Go (a complete, multi platform GUI lib). Has there anything like this arisen yet? Some quick googling points to Gothic, which sounds promising.

Eigenmorality 12 years ago

I now realize I should have copied the text into the comment in the first place.

Your definition (in the first line) would imply that closed-source freeware is commercial, I don't agree with that. I do agree that commercial is orthogonal to open source.

So my original point about the license not being properly commercial stands. I do agree with you that it is not really proper to claim that there is a spectrum between commercial and open source.

Yes, but if a license isn't open source as defined by OSD, it doesn't mean that it is automatically commercial. My claim is just that the additional restrictions imposed by Valve push the license into some gray area, between OS and commercial.

Is this really a commercial license? Check the license text:

"You may, free of charge, download and use the SDK to develop a modified Valve game running on the Half-Life engine. You may distribute your modified Valve game in source and object code form, but only for free."

Sure, you can't make commercial products out of it, but you are allowed to re-distribute any modifications for free. This can be used by people who want to make free, open source games, for example.

That's me. I can understand why people like it, but I found more rigorous materials on the same subject to be a lot more interesting.

Spaced Repitition 12 years ago

Anki is wonderful; I've been using it for a while. One nice feature of Anki is that it can sync between the web, desktop and mobile versions of the app.

For my own projects, I have found make's alternatives (eg. scons) to be a much superior choice. Make is just too complex for what it is intended to do (at least as used with autoconf, etc.).

My main impression after using Scala a little bit (admittedly some time ago): it has some very cool functional features, but they are too slow when compared with the non-functional features. When working on a program for which performance matters, this means that you end up working on a Java-like subset of the language in most of the program.

Many things are valuable. Conciseness per se is valuable (I don't think you will argue in favor of unnecessary verbosity in programming). However, of course this is just one of many factors, and any programming language will have to find a balance between these many factors, depending on how important each is, and so on.

If you think you are getting conciseness by decreasing readability then you probably have a balancing issue, but if you can get more concise code without decreasing readability then that's good news.

The most obvious advantage here is that the code at the left is much more concise. This is good because then more code will fit in the same screen.

Not sure this is what Go needs though.