Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stringham
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
stringham
6y ago
!false It's funny because it's true
2.
▲
by
stringham
9y ago
Should have (2017) in the title.
3.
▲
Git fixup
(blog.stringham.me)
2 points
by
stringham
9y ago
|
0 comments
4.
▲
by
stringham
9y ago
What kinds of things do you use it for?
5.
▲
by
stringham
9y ago
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 of benefits by doing a "big bang translation" like
6.
▲
Converting 600k lines of code to TypeScript in 72 hours
(lucidchart.com)
25 points
by
stringham
9y ago
|
8 comments
7.
▲
by
stringham
9y ago
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 improvements in our codebase. Since Ja
8.
▲
by
stringham
9y ago
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 the way I wanted it to: htt
9.
▲
Using the word “just” damages credibility
(businessinsider.com)
3 points
by
stringham
11y ago
|
0 comments
10.
▲
by
stringham
11y ago
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.
▲
by
stringham
11y ago
Interesting that they are moving forward with the name io.js rather than merging into node and keeping the legacy name.
12.
▲
by
stringham
11y ago
Great set of problems! I've really been enjoying working through them.
13.
▲
by
stringham
11y ago
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 type checking and dead code removal have also been great. It
14.
▲
I Read All the W3C Specs
(sandersk.github.io)
34 points
by
stringham
11y ago
|
13 comments
15.
▲
by
stringham
11y ago
On my Chromebook it doesn't override it with rotateY(180deg), but it does on my Linux machine running Chrome 41.
16.
▲
by
stringham
11y ago
For Chrome on Linux (41.0.2272.101) I'm seeing the rotateY(180deg);
17.
▲
by
stringham
11y ago
I see the scaleX(-1) on ChromeOS (42.0.2311.60 beta) and Chrome for Android (41.0.2272.96)
18.
▲
by
stringham
11y ago
Using chrome, and chrome on android inspecting the source shows that it is transform: scaleX(-1);
19.
▲
by
stringham
11y ago
TLD Source: http://www.iana.org/domains/root/db/google.html Mirror implemented with: body { transform: scaleX(-1); }
20.
▲
by
stringham
11y ago
.google is a TLD http://www.iana.org/domains/root/db/google.html
21.
▲
by
stringham
11y ago
transform: scaleX(-1);
22.
▲
by
stringham
11y ago
That's pretty awesome. Implemented with: transform: scaleX(-1);
23.
▲
by
stringham
12y ago
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.
▲
by
stringham
12y ago
Yeah, and I wish it was easier to do properly. This looks like a great resource to help with that.
25.
▲
Frequently Misunderstood JavaScript Concepts (2013)
(bolinfest.com)
2 points
by
stringham
12y ago
|
0 comments
26.
▲
by
stringham
13y ago
This would prevent users from commenting on multiple articles in a short period of time, and for articles that don't hit the main page the op may never see someone's thoughtful remarks. For users with over 1k karma, do their comme
27.
▲
by
stringham
13y ago
I wouldn't call http an api. Http is a protocol.
28.
▲
by
stringham
14y ago
I'm getting it in Chrome as well.
29.
▲
by
stringham
14y ago
1. You are exposing your source code to anyone who might be interested. I think that exposing your CSS source code with comments etc is more beneficial than detrimental. It helps us have a more open web and fosters an environment for new de
30.
▲
by
stringham
14y ago
I spent a month with Colemak and got to about 40 wpm. The transition to a new keyboard layout is HARD and takes a lot of determination. I know some people find it to be worth the learning curve, but I migrated back to qwerty.
More ›