Live data from Hacker News

Viewing profile — sampsonetics

sampsonetics

HN member
Joined
Sun, Jan 10, 2016, 6:57 AM UTC
HN karma
69
Public activity
13 items

About sampsonetics

Justin T. Sampson -- Seasoned software engineer. Perennial grad student. Aspiring philosopher.

Recent public activity

  1. comment
    Comment #12801184

    Let's be careful with the phrase "open office plan". Many articles lump cubicle farms together with partition-free spaces in the same category, but whenever they're treated as sepa…

  2. comment
    Comment #11718626

    Reminds me of my favorite bug story from my own career. It was in my first year or two out of college. We were using a commercial C++ library for making HTTP calls out to another s…

  3. comment
    Comment #11450167

    I also like your wording in terms of the codebase drifting from the team's understanding of the problem, which is a drift that is important to be continually mindful of. However, t…

  4. comment
    Comment #11300688

    I wrote this article, at carsongross's urging, as a follow-up to the discussion around his earlier article, "Rescuing REST from the API Winter".[1] [1] https://news.ycombinator.com…

  5. story
  6. comment
    Comment #11131305

    Quoting from the court order: "Failure either to submit a Objection Form or letter to the Court by April 1, 2016 will be deemed a waiver of your right to object to the disclosure o…

  7. story
  8. comment
    Comment #11046210

    (I wrote a fun little essay about Press & Dyson and Adami & Hintze for my scientific writing class last summer. The assignment was to write an essay of no more than 1000 words, int…

  9. comment
    Comment #10954047

    Altran is a major contributor to SPARK these days [1]. I've been a big believer in TDD for many years (and still am), but reading a lot of Dijkstra lately I started to feel guilty …

  10. comment
    Comment #10949747

    > But the magic of HTML is in the browser where you click around. Having a standard for form equivalents and links in a JSON API doesn't pack the same punch because there is little…

  11. comment
    Comment #10942656

    I haven't used intercooler.js myself, but I think it's a really beautiful example of REST's conception of "Code-On-Demand": It's not just downloading an RPC-style client into the b…

  12. comment
    Comment #10942650

    I was under the impression that iOS and Android both support HTML right out of the box. Do they no longer bundle Web browsers, or are you suggesting some other drawback that is cri…

  13. comment
    Comment #10874595

    Unfortunately, the Wikipedia article [1] doesn't distinguish between CQRS (command-query responsibility segregation) and CQS (command-query separation). They are entirely different…