Live data from Hacker News

Viewing profile — widdma

widdma

HN member
Joined
Fri, Jan 24, 2014, 12:01 AM UTC
HN karma
154
Public activity
58 items

About widdma

[ my public key: https://keybase.io/dhorsley; my proof: https://keybase.io/dhorsley/sigs/yUzNRc1vjPaeXUmb8jDThvrIqE6G9IvqKfUaXS1GtpY ]

Recent public activity

  1. comment
    Comment #39889736

    > given that Australia does daylight savings time DST varies by state in Australia. Western Australia (UTC+8) does not observe DST.

  2. comment
    Comment #30368339

    It's worth pointing out AEMO's demand is for the grid, and residential solar typically does not show up on the grid. OpenNEM[1] uses estimates of residential solar to approximate t…

  3. comment
    Comment #23685697

    Nice article, thanks. For anyone interested in the topic, I highly recommend Trefethen's Approximation Theory and Approximation Practice. It's approachable, intuitive, and fun whil…

  4. comment
  5. comment
    Comment #17033927

    Yup, and make dirty power more expensive with a carbon tax.

  6. comment
    Comment #16290931

    This is exactly what is already done! On Earth at least. Radio telescopes around the world observe (mostly) quasars to perform geodesy. This is the main method used to measure the …

  7. comment
    Comment #16194403

    PyPy is written in RPython, which can be compiled to C. PyPy itself emits machine instructions like a regular JIT interpreter.

  8. comment
    Comment #15463369

    You can enter passthrough mode in Vimium with "i"

  9. comment
    Comment #15449741

    True, perhaps the author meant rationals.

  10. comment
    Comment #15376520

    I think if he did have mental health problems, like many others in the field, it's now more than ever to raise the point. If he didn't it doesn't hurt to raise the issue, because i…

  11. comment
    Comment #15175500

    If you're after something lightweight, similar enough to be vim to be useable, and lua built-in checkout vis: https://github.com/martanne/vis The structural regular expressions are…

  12. comment
    Comment #15132363

    Every number has an infinite decimal expansion. 1 = 0.999... 1/2 = 0.49999... etc. In some ways it's a property of the representation, not something intrinsic to the number.

  13. comment
    Comment #15132343

    Pi isn't an infinite series, it is just a number. Sure, it can be represented as an infinite series, but so can any number! (Eg. 1 = 0.999999...)

  14. comment
    Comment #15067419

    This release introduces Project Treble with the goal, I believe, of fixing this exactly this problem.

  15. comment
    Comment #14800959

    For contex, Ross Ihaka is one of the original authors of R. This date back to 2008. Also see Ross Ihaka's 2010 paper: https://www.stat.auckland.ac.nz/~ihaka/downloads/JSM-2010.pd..…

  16. comment
    Comment #14633848

    Since Python is an interpreter, it keeps a dictionary/hash table of the local and global variables. These can be accesses by the functions `locals()` and `globals()`. `a = ... ` ca…

  17. comment
    Comment #14012371

    > Different regions have dramatically different average commute times which don't directly correlate with population. Thus disproving your point. Average commute time is not the de…

  18. comment
    Comment #14010344

    The slight curve to usually straight letters like 'v' and 'k' reminds me a bit of of Inconsolata. I really like this touch and makes a monospaced font flow. Is it also using Spiro …

  19. comment
    Comment #14004231

    > Not at all! Happiness _is_ correlated to shorter door-to-door time, but higher speed does not equate to shorter times if the distance grows as well. Exactly! This is also related…

  20. comment
    Comment #13893928

    A problem I'd like to see a good solution to is selection bias. Unless there is some kind of reward, only people that really care are likely rate something I think Netflix's move m…

  21. comment
    Comment #13893862

    3D plots can useful when the data is intrinsically 3D. But forcing a 3D plot on 2D data, like a pie chart, makes it hard for a viewer to develop an intuition for the data.

  22. comment
    Comment #13893734

    I'd second the PGFPlots recommendation. Easy to create plots by hand or you can use matlab2tikz (mentioned but dismissed in the article) if you're coming from matlab. I'd also seco…

  23. comment
    Comment #13893695

    I found matlabl2tikz to be superior to plot2latex. I did my honours thesis with plot2LaTeX+inkscape and my PhD one with a matlab2tikz, so I've had a fair experience with both. I ha…

  24. comment
    Comment #13873268

    PulseAudio is pretty good these days and typically works out of the box for most need. Per app volume is an amazing feature and switching sinks is a breeze. I often play music on m…

  25. comment
    Comment #13705107

    iTerm2's killer feature that I haven't seen in any Linux terms yet is tmux integration. Being able to treat a remote tmux session like a local terminal session — including tabs, sp…