Viewing profile — lukego
lukego
HN member- Joined
- Sun, Aug 03, 2008, 6:01 AM UTC
- HN karma
- 1,710
- Public activity
- 435 items
- HN profile
- View on Hacker News ↗
About lukego
Recent public activity
-
comment
Comment #48337444
IANAeconomist but may I ask, tongue firmly in cheek, if they also only pour water into the shallow end of swimming pools to avoid contributing drownings?
-
comment
Comment #45989538
Sun JavaStation: https://en.wikipedia.org/wiki/JavaStation
-
comment
Comment #45885745
Joe used to have all that code in his world-readable NFS-mounted home directory. He would just create a new directory for every idea or project. Take it with him from one computer …
-
comment
Comment #42489293
_The Ode Less Travelled_ by Stephen Fry could make a great Christmas present.
-
comment
Comment #42227216
I pretty much always use ECDF in preference to histogram these days.
-
comment
Comment #41757801
Is the question fundamentally: what's the relative likelihood of each number or clusters? If so then estimating the marginal likelihood of each one and comparing them seems pretty …
-
comment
Comment #41756117
Yeah, cffi.
-
comment
Comment #41611115
I think the median user starts with quicklisp and then clones random stuff into the ~/quicklisp/local-projects/ dir where they are automatically visible.
-
comment
Comment #41590031
Oxidation is a big problem with the harsh no-clean fluxes in many cheap lead-free solder wires. Switching to a rosin flux (RMA or RA) name brand solder should fix that (did for me.…
-
comment
Comment #41590006
The failure mode that I worry about and would need X-ray to detect is that temporary misalignment will merge/bridge some of the solder balls. I like to "wiggle" the chip with tweez…
-
comment
Comment #41208366
The nixpkgs upstream CL infrastructure is also recently updated and IMHO excellent: https://nixos.org/manual/nixpkgs/stable/#lisp
-
comment
Comment #40998675
Olin Shivers: https://news.ycombinator.com/item?id=2382531
-
comment
Comment #40116929
SBCL 25th anniversary workshop is in Vienna thu-fri next week. See you there!
-
comment
Comment #39560826
I'm a parent of young kids in Scandinavia. The way I see it is that I mostly work and earn money for my own personal satisfaction. It's a selfish and egotistical activity but impor…
-
comment
Comment #39421674
Likelihoods aren’t fundamentally small. The center of a normal distribution has high likelihood (e.g. 1000000) if the standard deviation is small or low likelihood if the standard …
-
comment
Comment #39356540
Maybe of interest: https://github.com/probsys/AutoGP.jl
-
comment
Comment #38890775
He said that in his youth his colleagues were in awe of him because he was brave enough to give presentations in English . (They were shy and stuck to the local Swiss German dialec…
-
comment
Comment #38858658
Besides all his innumerable accomplishments he was also a hero to Joe Armstrong and a big influence on his brand of simplicity. Joe would often quote Wirth as saying that yes, over…
-
comment
Comment #38695627
It's really comical not being able to fit into a devroom for a talk and noticing that people inside weren't actually paying attention but rather just holding a chair for another ta…
-
comment
Comment #38684373
It's an acquired taste.
-
comment
Comment #38681297
Have a relaxing quality morning with the family from 6am-8am. Go to bed on time to make it work.
- story
- comment
-
comment
Comment #38519759
My impression is that this comes down to expectations. You might have a function: foo(x,y) = x + y and multiple dispatch means you can call that with integers, or floats, or arrays…
-
comment
Comment #38519572
The half-life of major Julia problems is impressively short. Compiler latency ("time to first plot") used to be miserable but after a few releases with incremental improvements it …