Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sceutre
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sceutre
3y ago
Perhaps you could be co-CTO's. Fwiw I can see not liking CUXO
2.
▲
by
sceutre
3y ago
Sounds like what curl does. Maybe curl:{curl commandline}
3.
▲
by
sceutre
4y ago
Well the totp (even in your passwd manager) defends against phishing I'd thought vs password alone.
4.
▲
by
sceutre
4y ago
I don't think the acronym helps. I should know better but still read it as Personal Health Information in my head
5.
▲
by
sceutre
5y ago
This one is a more in-depth rebuttal to the article and indeed BMJ itself; I found it compelling. https://sciencebasedmedicine.org/what-the-heck-happened-to-t... It argues that the article was disingenuous to the point of
6.
▲
by
sceutre
6y ago
If I have 15 sites in google authenticator is it such a win that 1/15th of them will allow me to reset without needing the second factor? Backing up the app or backup codes seems needed to scale to widespread 2FA use.
7.
▲
by
sceutre
7y ago
The latter. You can look at what javascript is emitted on the playground. let bar: any, log: any; log?.(`foo ${bar()}`); // becomes var _a; var bar, log; (_a = log) === null || _a === void 0 ? void 0 : _a("f
8.
▲
by
sceutre
9y ago
In webstorm/intellij say you have a react component, one export per module as you say. The import statements are a tie imo to write by hand: import MyThing from "../../components/editors/MyThing"; i
9.
▲
by
sceutre
9y ago
We use https://github.com/electronicarts/ea-async at work and quite enjoy it. Baked into the language would be great though.
10.
▲
by
sceutre
9y ago
Typson hasn't been updated for a while, we use https://github.com/YousefED/typescript-json-schema which works with recent typescript coupled with https://github.com/mafintosh/is-my-json-valid
11.
▲
by
sceutre
11y ago
This. It not only fixes the article's complaint, but removes all the other metadata stuffed into the URL and just plain looks nicer.
12.
▲
by
sceutre
11y ago
Electron is more active than NW.js looking at their github repos, it has had 25 releases since the last NW.js release for example. Visual Studio Code choosing electron was a big external validation too in my opinion. (no idea if that was a
13.
▲
by
sceutre
11y ago
Well it still exists and is actually great for distributing Java desktop apps inside a corporate intranet. But it never caught on because it was a poor implementation of a dubious idea. It started up many hundreds of time slower that Flash
14.
▲
by
sceutre
11y ago
This is all Objective-C. In Smalltalk sending messages to nil results in a #doesNotUnderstand: runtime exception.