Viewing profile — stringham
stringham
HN member- Joined
- Wed, May 09, 2012, 4:50 PM UTC
- HN karma
- 102
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About stringham
No profile information was provided.
Recent public activity
-
comment
Comment #25402441
!false It's funny because it's true
-
comment
Comment #16416681
Should have (2017) in the title.
- story
-
comment
Comment #16279926
What kinds of things do you use it for?
-
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…
- story
-
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…
-
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 …
- story
-
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.
-
comment
Comment #10045291
Interesting that they are moving forward with the name io.js rather than merging into node and keeping the legacy name.
-
comment
Comment #9951718
Great set of problems! I've really been enjoying working through them.
-
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 …
- story
-
comment
Comment #9303782
On my Chromebook it doesn't override it with rotateY(180deg), but it does on my Linux machine running Chrome 41.
-
comment
Comment #9303761
For Chrome on Linux (41.0.2272.101) I'm seeing the rotateY(180deg);
-
comment
Comment #9303540
I see the scaleX(-1) on ChromeOS (42.0.2311.60 beta) and Chrome for Android (41.0.2272.96)
-
comment
Comment #9301701
Using chrome, and chrome on android inspecting the source shows that it is transform: scaleX(-1);
-
comment
Comment #9301629
TLD Source: http://www.iana.org/domains/root/db/google.html Mirror implemented with: body { transform: scaleX(-1); }
-
comment
Comment #9301559
.google is a TLD http://www.iana.org/domains/root/db/google.html
-
comment
Comment #9301541
transform: scaleX(-1);
-
comment
Comment #9301533
That's pretty awesome. Implemented with: transform: scaleX(-1);
-
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.
-
comment
Comment #8695059
Yeah, and I wish it was easier to do properly. This looks like a great resource to help with that.
- story