Live data from Hacker News

Viewing profile — stringham

stringham

HN member
Joined
Wed, May 09, 2012, 4:50 PM UTC
HN karma
102
Public activity
31 items

About stringham

No profile information was provided.

Recent public activity

  1. comment
    Comment #25402441

    !false It's funny because it's true

  2. comment
    Comment #16416681

    Should have (2017) in the title.

  3. story
  4. comment
    Comment #16279926

    What kinds of things do you use it for?

  5. comment
    Comment #15719970

    It was not feasible to stop the entire organization from writing new code to do a migration, which is why most migrations like this happen slowly over time. However, we got a lot o…

  6. story
  7. comment
    Comment #15086885

    I find the idea of https://github.com/facebook/jscodeshift to be really useful. I've started writing small scripts using the TypeScript parser as a library to make meaningful impro…

  8. comment
    Comment #15028144

    I had the same problem with vscode. I filed this issue: https://github.com/Microsoft/vscode/issues/32246 Rather than wait, I ended up creating this extension last weekend to do it …

  9. story
  10. comment
    Comment #10235965

    I have been following the progress of this game on the-witness.net for a few years. Really exciting that they've got a release date now.

  11. comment
    Comment #10045291

    Interesting that they are moving forward with the name io.js rather than merging into node and keeping the legacy name.

  12. comment
    Comment #9951718

    Great set of problems! I've really been enjoying working through them.

  13. comment
    Comment #9696444

    We use Google Closure at Lucid Software for Lucidchart and Lucidpress. It has been a great tool for us, especially for sharing code across a huge javascript codebase. Compile time …

  14. story
  15. comment
    Comment #9303782

    On my Chromebook it doesn't override it with rotateY(180deg), but it does on my Linux machine running Chrome 41.

  16. comment
    Comment #9303761

    For Chrome on Linux (41.0.2272.101) I'm seeing the rotateY(180deg);

  17. comment
    Comment #9303540

    I see the scaleX(-1) on ChromeOS (42.0.2311.60 beta) and Chrome for Android (41.0.2272.96)

  18. comment
    Comment #9301701

    Using chrome, and chrome on android inspecting the source shows that it is transform: scaleX(-1);

  19. comment
    Comment #9301629

    TLD Source: http://www.iana.org/domains/root/db/google.html Mirror implemented with: body { transform: scaleX(-1); }

  20. comment
    Comment #9301559

    .google is a TLD http://www.iana.org/domains/root/db/google.html

  21. comment
    Comment #9301541

    transform: scaleX(-1);

  22. comment
    Comment #9301533

    That's pretty awesome. Implemented with: transform: scaleX(-1);

  23. comment
    Comment #9222178

    Here's an example I made in plnkr.co: http://embed.plnkr.co/y1a3DWh1P8tTTUamsWbE/preview It begins by filling in the canvas with random colors.

  24. comment
    Comment #8695059

    Yeah, and I wish it was easier to do properly. This looks like a great resource to help with that.

  25. story