Live data from Hacker News

Viewing profile — redcalx

redcalx

HN member
Joined
Mon, Jun 29, 2015, 1:41 PM UTC
HN karma
528
Public activity
267 items

About redcalx

http://heliosphan.org/

Recent public activity

  1. comment
    Comment #32728501

    WAV is uncompressed. MP3 is highly compressed, but lossy. FLAC is compressed and lossless. If you wanted to store lots of master copies of audio, you could use WAV or you could red…

  2. comment
    Comment #32036771

    Interesting, thanks. Is your chair anything special? I'm guessing it has a high back for head support?

  3. comment
    Comment #32036567

    > I recline while I work Can you elaborate on this? Sounds like it might be a way to limit back strain? Do you have a desk at all?

  4. comment
    Comment #31328925

    So basically, if there's a distribution of possible outcomes (with estimated duration plotted on the x-axis, and probability on the y-axis), then we put bounds on either side of th…

  5. comment
    Comment #31328739

    So one question here is: Why reduce the distribution (with long tail or whatever) to a single estimate number? If the distribution represents the range of possible outcomes well, t…

  6. comment
    Comment #31328667

    > Those project managers also pursue the same estimation agenda even after several projects turn out the same way. This is an aspect of the https://en.wikipedia.org/wiki/Planning_f…

  7. comment
    Comment #31147689

    Yes, I don't see the logic of using fertile agricultural land for solar PV. It seems like short term thinking and a planning failure. I've heard at lest one similar story regarding…

  8. comment
    Comment #31147631

    For the battery storage, perhaps they will ultimately choose https://en.wikipedia.org/wiki/Lithium_iron_phosphate_battery . The cable manufacture seems like more a 'when' rather th…

  9. story
  10. comment
    Comment #30040986

    Reminds me of the turkey's circling a dead cat video: https://www.youtube.com/watch?v=Ns5MA69MXuE

  11. comment
    Comment #29213431

    The accompanying source code is at: https://github.com/colgreen/cartpole-physics Note that the equations being used in the 'wild' are generally wrong in some way; see the article a…

  12. story
  13. comment
    Comment #26744134

    How long before the riots and total societal breakdown?

  14. comment
    Comment #25981273

    This is anecdata, but I don't think it affects my overnight sleep if my nap is post lunch, although it definitely does if I sleep later in the day, say from 4pm to 6pm. I think the…

  15. comment
    Comment #25973521

    As I understand it REM sleep is at the start and end of each cycle, thus 45 mins would put you squarely in a deep non-REM phase. That said, the cycles get progressively shorter in …

  16. comment
    Comment #25973149

    I find if I'm working on a difficult problem, I feel like I can make more rapid progress if I take a 'nap' early afternoon in that post lunch drowsy period. I often start thinking …

  17. comment
    Comment #23290540

    I frequently go down rabbit holes like this, one such journey resulted in this port of Timsort to C#/dotnet: https://github.com/colgreen/Redzen/tree/master/Redzen/Sortin... Availab…

  18. comment
    Comment #23050391

    In my experience it's often quite obvious when someone doesn't understand something and they say they do. Someone who properly understands will typically offer some tidbit of feedb…

  19. comment
    Comment #22545125

    You may also be interested in A Journal of the Plague Year by Daniel Defoe. https://www.amazon.com/Journal-Plague-Year-Observations-Rema...

  20. comment
    Comment #22465154

    Iran is ominously missing any cases according to this data. I guess you could say Iran is a known unknown.

  21. comment
    Comment #22347184

    If you cross byte boundaries, i.e. compactly pack the bits such that there are no wasted bits; then you have 4 bits per decimal digit, 50T digits becomes 200T bits == 25TB. Technic…

  22. comment
    Comment #21834225

    I agree, I think there are a few things in the Windows file explorer that conspire against its good performance (file preview is a big factor, but recycle bin content seems to affe…

  23. comment
    Comment #21743691

    For one, a database may receive a query such as "WHERE x >=10 AND x <=100". I.e. having an ordered index is useful for accessing ranges, whereas a hash lookup is always just for a …

  24. story
  25. comment
    Comment #20332507

    Yeh. I had one pull request accepted into dotnet core a couple of years ago; I wonder if that was enough to be included in that 25k number?