Live data from Hacker News

Viewing profile — lukego

lukego

HN member
Joined
Sun, Aug 03, 2008, 6:01 AM UTC
HN karma
1,710
Public activity
435 items

About lukego

www.lukego.com

Recent public activity

  1. 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?

  2. comment
    Comment #45989538

    Sun JavaStation: https://en.wikipedia.org/wiki/JavaStation

  3. 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 …

  4. comment
    Comment #42489293

    _The Ode Less Travelled_ by Stephen Fry could make a great Christmas present.

  5. comment
    Comment #42227216

    I pretty much always use ECDF in preference to histogram these days.

  6. 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 …

  7. comment
    Comment #41756117

    Yeah, cffi.

  8. 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.

  9. 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.…

  10. 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…

  11. comment
    Comment #41208366

    The nixpkgs upstream CL infrastructure is also recently updated and IMHO excellent: https://nixos.org/manual/nixpkgs/stable/#lisp

  12. comment
    Comment #40998675

    Olin Shivers: https://news.ycombinator.com/item?id=2382531

  13. comment
    Comment #40116929

    SBCL 25th anniversary workshop is in Vienna thu-fri next week. See you there!

  14. 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…

  15. 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 …

  16. comment
    Comment #39356540

    Maybe of interest: https://github.com/probsys/AutoGP.jl

  17. 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…

  18. 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…

  19. 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…

  20. comment
    Comment #38684373

    It's an acquired taste.

  21. comment
    Comment #38681297

    Have a relaxing quality morning with the family from 6am-8am. Go to bed on time to make it work.

  22. story
  23. comment
  24. 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…

  25. 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 …