Viewing profile — lennel
lennel
HN member- Joined
- Wed, Feb 27, 2013, 7:54 AM UTC
- HN karma
- 89
- Public activity
- 105 items
- HN profile
- View on Hacker News ↗
About lennel
No profile information was provided.
Recent public activity
-
comment
Comment #9466028
Several of my friends worked on the bid for south africa and the volume of data they they were talking about is astounding. Another friend of mine is working on the forked nix os t…
-
comment
Comment #9055306
exactly :) memory is cheap -this is an exercise in that imo.
-
comment
Comment #8844348
there are generators out there for externs files. search the closure community they popup in there
-
comment
Comment #8819705
I know that one of the teams at my work has deployed a few tools on mono written in F#. I play with mono and f# (nix) and I was surprised with how mature mono develop was (I had ve…
-
comment
Comment #8819337
I have been playing with F# a fair bit and I am totally in love with the language. I wish it was a jvm language given that is what I ply my trade on (and no scala is not as elegant…
-
comment
Comment #8425842
The difference is when I travel I don't take all my cards out with me, I would leave at least 2 backups in the hotel safe and another at home which can get sent to me in an emergen…
-
comment
Comment #8425756
As someone who frequently travels all over Africa, I would want a secure password on this. If this card gets stolen without such a password it would mean the thieves can empty out …
-
comment
Comment #8392994
on the jvm i would say groovy is probably one of the better languages for dsl's. Gradle is a dsl and groovy has inbuilt Builder classes to help you in the creation of dsl's Clojure…
-
comment
Comment #8364041
if lots of clients share data on the endpoint, then a delta invalidates a cdn.
-
comment
Comment #8274114
we have been running an indoor aquaponic system as an expriment for a year now and you are right, it is a pipe dream mostly. Lots of fun to be had, but its not a cheap hobby.
-
comment
Comment #8274110
Running an aquaponic system is not easy. We have been running one for a year now inside our house under growlights (as an experiment - no way it is economical). a lot is automated …
-
comment
Comment #8273466
Interesting article. DRS has revamped the motto "When in doubt not out" considerably. I also think it has helped reverse swing bowlers (Steyn, Harris) more than pure swing bowlers …
-
comment
Comment #8245970
It depends on what your desired outcome is. Angular is not as solid, not as fast, nor is the whole product as able to be statically analyzed. Longer term maintenance is a pleasure …
-
comment
Comment #8243688
Flex (for better or worse) is still widely used in the financial space. We started using the full google closure stack a couple of years ago and I am happy about that decision ever…
-
comment
Comment #8206324
sometimes it is acceptable to tell your clueless family to fuck off
-
comment
Comment #8201495
i fail to understand why you would want to rebuild everything when using scala, we use it successfully with spring. Or rather just use grails and at least have the jvm. Rails is sl…
-
comment
Comment #8163673
anecdotally I would say Vancouver gets more sunshine as well.
-
comment
Comment #8066385
yeah good point. check what your council uses obviously.
-
comment
Comment #8065863
Get an earthworm or bokashi composter use that for nutrients. Declorinate your water by letting it stand outside for a day or 2. if you have a water feature somewhere which recycle…
-
comment
Comment #8065488
The closure compiler is also pretty slow, a way around it is to keep a warm jvm and compile that way (70% performance increase over time). I assume a similar strategy is not possib…
-
comment
Comment #7957746
I read the statement as: If the dystopian future the gun wielding maniac above is waiting for comes then he must understand that said police officer could potentially have other pr…
-
comment
Comment #7955596
Tree shaking is what you lack (yes I know Dart has tree shaking but its cross compilation has a big result)! I love the closure compiler in advanced mode for this reason.
-
comment
Comment #7910549
A hello world in java however has next to zero depedencies. The jvm startup is notoriously slow keeping your jvm warm yields excellent results. Just try it please. Things like nail…
-
comment
Comment #7910228
easy to flash and run own distro on the ev3 as well for example https://github.com/mindboards/ev3dev or lejos if you want the jvm. the ev3 is a fair bit of fun, not as flexible as …
-
comment
Comment #7909895
it sounds to me that the jvm is not kept running and you are paying a startup cost each time. Transpiling a bucket load of any language in a warm jvm will be less than 2-3 seconds,…