Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gunn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gunn
6y ago
So what does the non-simulated "real" or "outer-world" look like in this view?
2.
▲
by
gunn
6y ago
https://github.com/Microsoft/monaco-editor
3.
▲
by
gunn
6y ago
React itself is quite small but react-dom is much bigger: 121KB minified, 40KB gzipped - https://bundlephobia.com/result?p=react-dom@17.0.1
4.
▲
by
gunn
6y ago
I also just found https://hatchinvest.nz/ - has US market access, I don't know about an API
5.
▲
by
gunn
6y ago
There's https://hellostake.com/ for NZ and AU. They don't have an API yet but would like to in the future - see comment here: https://old.reddit.com/r/PersonalFinanceNZ/comments/fnbm
6.
▲
by
gunn
6y ago
As in .mjs files? Personally, I just want to import my own .js / .ts files and external npm packages which works well - https://github.com/gunn/covid-19-scripts/blob/023579e1cf/get... The catch for
7.
▲
by
gunn
6y ago
You'll like https://www.npmjs.com/package/ts-node - it allows zero processing use of typescript
8.
▲
by
gunn
6y ago
React native doesn't really use css - there are no .css files, no cascading either. It's more like a style engine that uses a subset of css ideas as a starting point. It uses flex-box (and only flex-box) for layout, adds some conv
9.
▲
by
gunn
6y ago
It buys time to prepare, and for vaccines and other treatments.
10.
▲
by
gunn
6y ago
This looks useful, but also quite big - larger than react-dom: https://bundlephobia.com/result?p=react-flow-renderer@1.1.0
11.
▲
by
gunn
6y ago
Hey, since you know about this space, could I contact you to to learn some more about it? I'm developing a product that can act as a CMS but is more general and I think more powerful. If you can email me, I'm arthur@everdb.net
12.
▲
by
gunn
6y ago
It seems to be based on a site by cloudflare: https://isbgpsafeyet.com/
13.
▲
by
gunn
6y ago
Like it says, <1kB minified and gzipped. But 9.5kB only minified, i.e. The css is highly repetitive so gzip is able to do a lot. I know it's still small, but I'd be tempted to extract just the rules I wanted. Very nice regardle
14.
▲
by
gunn
6y ago
Why are schemas strings? It would seem much more natural to make them JSON structures since they're almost that anyway.
15.
▲
by
gunn
6y ago
I use and can recommend the chrome extension from https://sessionbuddy.com/ Even if you don't use it actively, it periodically saves the state of your windows and tabs (all locally), so you can restore sessions from mo
16.
▲
by
gunn
6y ago
Try mine! https://github.com/gunn/pure-store Super simple, 100% test coverage, 100% typesafe if using typescript, absolutely no boilerplate.
17.
▲
by
gunn
7y ago
Thanks for the reply. It looks well organized now. I'll be keeping my eye on it.
18.
▲
by
gunn
7y ago
There's quite a lot of code in the packages dir - 76,000 lines of typescript. It was all added in the first commit 45 mins ago. Why would they hide their commit history? Also I found this funny - comments in package.json: "&#x
19.
▲
by
gunn
7y ago
Looks excellent. One thing I'd question is why it should deviate from html / css like it does - why choose corners: 4px over border-radius: 4px?
20.
▲
by
gunn
7y ago
I'd definitely hope browsers could encode them for example to allow canvas.toDataURL("image/flif")
21.
▲
by
gunn
7y ago
To give them some credit: it's not sent when in incognito mode.
22.
▲
by
gunn
7y ago
In ruby you are always calling a method, you can't access a property from outside a class with normal syntax.
23.
▲
by
gunn
7y ago
Excellent clip thank you.
24.
▲
by
gunn
7y ago
Here's the library I wrote to replace redux for myself: https://github.com/gunn/pure-store It's the simplest API I could think of, has excellent type support, and handles immutability for you.
25.
▲
by
gunn
7y ago
This is very cool. Especially the animate into compact code view when holding down the alt key. Is there an extension with similar functionality in any other editor?
26.
▲
by
gunn
7y ago
The released mac didn't work for me, but the webassembly webGL version is excellent - https://michelemorrone.eu/glchaosp/webGL.html
27.
▲
by
gunn
7y ago
For anyone who doesn't know it, the name Pala is a reference to the setting of a novel by Aldous Huxley - https://en.wikipedia.org/wiki/Island_(Huxley_novel)
28.
▲
by
gunn
7y ago
It also has the advantage over code that it can be modified with a visual interface designer.
29.
▲
by
gunn
7y ago
It is ugly: ["div", 0, "The ", ["a", {"href": " https://www.json.org/" }, "JSON format"], " was invented by ", ["em", 0, "Douglas Crockford&
30.
▲
by
gunn
7y ago
Here you go: https://github.com/tonsky/FiraCode
More ›