Live data from Hacker News

Viewing profile — thekdude

thekdude

HN member
Joined
Wed, Oct 17, 2018, 2:13 PM UTC
HN karma
15
Public activity
5 items

About thekdude

No profile information was provided.

Recent public activity

  1. comment
    Comment #21516017

    I've really enjoyed Programming Rust by Jason Orendorff and Jim Blandy as a good overview of Rust for an intermediate level programmer with experience in other languages. Herlihy a…

  2. comment
    Comment #21478876

    I believe you are talking about chapter 6 section 4, page 130 of the Revised First edition

  3. comment
    Comment #19783315

    The Art of Multiprocessor Programming by Herlihy and Shavit have many examples, including stacks, queues, skip lists, and hash tables. There's plenty of papers out there too that h…

  4. comment
    Comment #18486531

    https://devcenter.heroku.com/articles/mean-apps-restful-api This tutorial helped me get started when I needed to build a MEAN webapp for a project

  5. comment
    Comment #18239218

    I had an assignment where I needed to implement generic Skip lists in Java, I had a great time doing it, I really enjoy them as a data structure