Live data from Hacker News

Viewing profile — puddums

puddums

HN member
Joined
Wed, Jan 07, 2015, 1:29 AM UTC
HN karma
65
Public activity
22 items

About puddums

No profile information was provided.

Recent public activity

  1. comment
    Comment #19143371

    The module cache in Go 1.11 can sometimes cause various errors, primarily if there were previously network issues or multiple go commands executing in parallel, where the workaroun…

  2. comment
    Comment #19137984

    I think the initial vgo discussion and versioned Go modules proposal effectively said "developers expect semver; semver is helpful; Go is officially adopting and requiring semver".…

  3. comment
    Comment #19137890

    Makes sense. I guess the way I would summarize it is I believe the end-to-end Go system is 100% compliant with semver 2.0 spec. (And that is true to my knowledge even though there …

  4. comment
    Comment #19137395

    Hi Steve, I've looked at this relatively carefully, and I believe that Go does 100% follow the semver spec (modulo any bugs in the implementation). However, while that happens to b…

  5. comment
    Comment #16880655

    That's from sqlite. (Awesome tech, awesome license). Related snippet from the "Distinctive Features Of SQLite" page[1] from the sqlite project: The source code files for other SQL …

  6. comment
    Comment #16113978

    One of the requirements listed [1] as being needed for exposure to this for the provider is: Users have the ability to upload certificates for arbitrary names without proving domai…

  7. story
  8. story
  9. comment
    Comment #16081948

    I would guess they are fairly focused on it at this point. They are releasing microcode update mitigations for the CPUs of today, and at least state they will be improving things i…

  10. comment
    Comment #16081585

    As far as I can tell, one bit of news to me at least in this Intel whitepaper from today is that the microcode update to mitigate “variant #2” would be needed for Broadwell+, rathe…

  11. comment
    Comment #16080900

    People had been waiting on more details of the Intel microcode update, for example from kernel mailing list yesterday mid-day: https://lkml.org/lkml/2018/1/4/696

  12. comment
    Comment #15847525

    If interested, you can see their work-in-progress main.rs in the related code revision[0], which includes their Rust code calling down to the C function Py_Initialize() to spin up …

  13. comment
    Comment #15847388

    The submitted article was to the hg wiki. I also included some quotes from the related code revision in Phabricator: https://phab.mercurial-scm.org/D1581

  14. comment
    Comment #15847230

    python has a concept of "extending" and also "embedding". It looks like they are looking at embedding[0], which enables you use the normal CPython interpreter from within another p…

  15. comment
    Comment #15847109

    ... and now looks like the HN headline was improved to be more representative of the content compared to the earlier headline.

  16. comment
    Comment #15847028

    Initial reaction to headline was it sounded like (a) no more python, and (b) this is a decided future direction. Instead, it sounds like this is a proof-of-concept for flipping the…

  17. story
  18. story
  19. comment
    Comment #10140580

    TF;DV ("Too Flakey; Didn't View") version: After an intro ad, Stonebreaker gives the semi-common "3 V's" definition of big data of "volume, velocity, variety" popularized by META/G…

  20. comment
    Comment #10125652

    Fair point, but worth noting that compared to the migration plan discussed at ng-conf in March, this is now an improved plan. For example, from the post just published: Wasn't the …

  21. comment
    Comment #8848442

    Agreed, the auto import is awesome.

  22. comment
    Comment #8848436

    This is kind of awesome. "Sys admin" type usage definitely drives adoption/popularity/usage of a language (e.g., see perl; and people like doing sysadmin stuff with ruby). I would …