Viewing profile — philix001
philix001
HN member- Joined
- Tue, Apr 09, 2013, 7:43 PM UTC
- HN karma
- 387
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About philix001
No profile information was provided.
Recent public activity
- story
-
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 …
-
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…
- comment
-
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…
- story
-
comment
Comment #24255669
You might want to follow the Rust developments in this area: https://areweguiyet.com/
- story
- story
-
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 …
-
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 …
-
comment
Comment #18412825
Enough material here to scare anyone about databases https://jepsen.io/talks
-
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…
- story
- story
- story
-
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…
-
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.
- story
- story
-
comment
Comment #13239336
And some neovim patches are merged upstream.
-
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.
-
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…
-
comment
Comment #12806054
"Tim Sweeney claims that Microsoft will remove Win32, destroy Steam" http://arstechnica.com/information-technology/2016/07/now-ti...
- story