Live data from Hacker News

Viewing profile — philix001

philix001

HN member
Joined
Tue, Apr 09, 2013, 7:43 PM UTC
HN karma
387
Public activity
34 items

About philix001

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #31954174

    The spec might not even contain the level of detail necessary for that to be possible. That possibility is what makes modeling easier than implementing the spec. Through a process …

  3. comment
    Comment #31954122

    People that can write proofs in Coq and Isabelle might prefer that over the TLC approach of exhaustively checking all the possible states allowed by a TLA+ spec. But writing proofs…

  4. comment
  5. comment
    Comment #29591725

    Start looking for small opportunities to do something different and bold. Do that before you're asked to do it. Sooner or later you will get "hired" for the kind of job where you g…

  6. story
  7. comment
    Comment #24255669

    You might want to follow the Rust developments in this area: https://areweguiyet.com/

  8. story
  9. story
  10. comment
    Comment #18949784

    Check my own B+-Tree implementation that I did as an exercise. It's clean and well-commented. https://gist.github.com/philix/236f82183bbb27bd01033f94fe42e... Real database systems …

  11. comment
    Comment #18949757

    Goetz Graefe [1] published interesting surveys on B-Trees, query optimization... The Red Book can give you many ideas [2]. Mark Callaghan has been published a lot of stuff related …

  12. comment
    Comment #18412825

    Enough material here to scare anyone about databases https://jepsen.io/talks

  13. comment
    Comment #17655486

    Check Regel. It's very flexible and allows you to generate code for different programming languages. It can also work with binary data. Its main application is generation of optimi…

  14. story
  15. story
  16. story
  17. comment
    Comment #14726780

    They are. I avoided introducing an explanation of Curry-Howard isomorphism because I think that would not be very intuitive to many people because the most commonly used type syste…

  18. comment
    Comment #14722682

    I don't think it's common for programmers to have in depth opinions about type systems. And most of the ones who do may not really know what they're talking about.

  19. story
  20. story
  21. comment
    Comment #13239336

    And some neovim patches are merged upstream.

  22. comment
    Comment #13239117

    async plugins? true color support? If you have a 32-bit color capable terminal you can use any colorscheme and get real RGB colors.

  23. comment
    Comment #13239057

    People are free to fork open source projects. tarruda tried to merge the async job system before forking vim. Bram has the right to deny the patches, but the most successful projec…

  24. comment
    Comment #12806054

    "Tim Sweeney claims that Microsoft will remove Win32, destroy Steam" http://arstechnica.com/information-technology/2016/07/now-ti...

  25. story