Live data from Hacker News

Viewing profile — mdcox

mdcox

HN member
Joined
Fri, Aug 01, 2014, 1:57 AM UTC
HN karma
110
Public activity
33 items

About mdcox

No profile information was provided.

Recent public activity

  1. comment
    Comment #34527448

    no one wants to automate themselves out of a job, only other people.

  2. comment
    Comment #12882556

    Just a heads up, your javascript doesn't work for me in Chrome because it's assigning to a global `history` variable. `window.history` is read-only so the js errors out. If you sco…

  3. comment
    Comment #12125849

    Funny, Sublime was my gateway drug to Vim. It has "Vintage Mode" (which gives you vim keybindings) which I enabled just for macros since they are so powerful. After a month of goin…

  4. comment
    Comment #11658668

    Not sure of the original intent, but when I started using Rust I used Rust By Example for finding snippets of things like file io where I get the gist but want to quickly see the p…

  5. comment
    Comment #11193133

    I can't help but feel we're all underestimating boredom in this scenario. Yeah, you have to survive, but eventually things will be stable enough for there to be SOME downtime, with…

  6. comment
    Comment #11100327

    Humans have an amazing capacity for addiction. It may be easy to say no to micropayment games, but "products that engender addiction" is a very broad and fuzzy category.

  7. comment
    Comment #10840886

    For any other casual viewers unfamiliar with but interested in economics, the 'r' refers to return on capital and 'g' refers to the growth rate of the economy. This section of the …

  8. comment
    Comment #10820226

    Luckily, the author himself wrote one! http://www.logicmatters.net/tyl/shorter-tyl/

  9. comment
    Comment #10787620

    I'm most interested in deterministic languages. Non-deterministic context-free languages would be extremely interesting as well but more out of curiosity than an applicable need. T…

  10. comment
    Comment #10787535

    Veering a bit offtopic, but does anyone have any pointers to important recent work on parsing? There are alot of papers out there and I guess I don't know how to sift through them.…

  11. comment
    Comment #10565194

    Would someone mind fixing the typo in the title? It's AvanceDB, not AdvanceDB. Due to the bravado of a name with "advance" in it, it might actually make a difference to how it's pe…

  12. comment
    Comment #10448300

    This is alot of fun. Would it be really difficult to be able to "blacklist" pages from the UI? I keep trying to come up with really disparate topics to find interesting connections…

  13. comment
    Comment #10326047

    For those interested in seeing the language, the README has a link to the tutorial ( http://masak.github.io/007/ ) hidden at the very bottom of the (highly entertaining) narrative.…

  14. comment
    Comment #10201683

    I'm really curious as to what exactly you mean by this...does the same code through the same compiler not reliably produce the same binary? I know very little about actual compiler…

  15. comment
    Comment #10150121

    Just switched to OSX for work, and i3 is the only part of my workflow I can't replace. I dearly dearly miss it.

  16. comment
    Comment #10141427

    This could be really cool, but I can also see it getting distracting and increasing oversight. The >= and and < when debugging. Either way, I can't really try it because neither of…

  17. comment
    Comment #9889803

    Just out of curiosity, what makes those things any different? Do you feel caffeine helps you do your job or is it just something you enjoy?

  18. comment
    Comment #9868532

    It's a combination of the fact that the source video takes place in a club with some flashes/strobe effects going on, and the fact that the algorithm looks at things frame by frame…

  19. comment
    Comment #9806763

    What bothers me isn't the isolated color scheme, but that without a ton of work (rolling it yourself?) the javascript in .js, .html, .erb, and any other file it might be in is high…

  20. comment
    Comment #9668711

    I totally agree (except for the new-grad conspiracy.) I use Go whenever I need to do something small that requires a simple server or API interaction. Especially if it requires alo…

  21. comment
    Comment #9495120

    Historical Baggage. If someone starts speaking Russian, we've got a whole cultural idea of what it means for them to be speaking that language. I expect they wouldn't want to tint …

  22. comment
    Comment #9479037

    Just playing devil's advocate: that doesn't necessarily rule it out. You could argue that part of your memory is lost and so it doesn't effect your identity. Or more likely, when t…

  23. comment
    Comment #9440871

    To pick up the basics of a language similar to one you already know? Sure. I used this site to write something in Nim just a few days ago. Do I know the conventions or idioms? No. …

  24. comment
    Comment #9365713

    Working on one! Give us a few more weeks though, we don't wanna release something we aren't 100% happy with, even as a 0.1 .

  25. comment
    Comment #9287039

    Do you mind me asking why? I was going to implement the protocol as an intro rust project, but Wikipedia and others called it obsolete so I ended up falling back onto the familiar …