Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
elmigranto
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
15 ms
·
1.
▲
by
elmigranto
3mo ago
My guess it’s a joke.
2.
▲
by
elmigranto
6mo ago
Especially for things used directly, you need to understand both, own and third party code, roughly to the same level. With own code, you only care for your own use case; with third-party — you have to kind of get everyone else's. Depe
3.
▲
by
elmigranto
6mo ago
Third party dependencies are very easy: you just have to intimately know how it is implemented in addition to knowing your own code and stack, and then you are golden! Nothing to learn, just focus on making your app, it’s all taken care of
4.
▲
by
elmigranto
10mo ago
Or you can have a single checkbox “Problem with the vehicle”.
5.
▲
by
elmigranto
10mo ago
Purple tick box is how GitHub formats links to merged PRs and closed issues.
6.
▲
by
elmigranto
11mo ago
Classic case of "focus on building your app, not infrastructure". Here's another multi-million dollar idea: put this cache directly inside your own video processing server and upload there.
7.
▲
by
elmigranto
1y ago
Use managed language, it will handle memory stuff for you, you don’t have to care. But also read these 400 articles to understand our GC. If you are lucky, we will let you change 3 settings.
8.
▲
by
elmigranto
1y ago
Right. That’s why all the software from, say, Microsoft works flawlessly and at peak efficiency.
9.
▲
by
elmigranto
1y ago
What if your phone’s kernel panics? :)
10.
▲
by
elmigranto
2y ago
> This project […] contains only the necessary parts for realistic benchmarking > The test program is a simple […] return string I understand how this is required to measure the effects of sandboxing in isolation. And the result is im
11.
▲
by
elmigranto
2y ago
https://sciencebehindpixar.org/pipeline/rendering
12.
▲
by
elmigranto
2y ago
I would guess there is more than one computer :) Pixar's stuff famously takes days per frame.
13.
▲
by
elmigranto
2y ago
iOS app to discover dog-friendly places in Amsterdam. https://www.instagram.com/doggable.app/ We have over a 100 places now, and are getting ready for closed beta in September. You can sign up by emailing hello@doggabl
14.
▲
by
elmigranto
2y ago
So if most of the issues with GraphQL are the same as with the other approach, what is the point of GraphQL that justifies all the complexity?
15.
▲
by
elmigranto
2y ago
> if someone manages to inject arbitrary HTML If they can, why wouldn’t it be inline <script>?
16.
▲
by
elmigranto
7y ago
Good point. I think the fact that it’s named “exit status” instead of “error code” is primary confusion factor.
17.
▲
by
elmigranto
8y ago
Sounds interesting, but what are good examples of "Visualizer" part? Screenshots section [1] only has 6 (pretty primitive [2]) images out of about a 100 total, but maybe that is outdated? [1] https://www.dbvis.com/
18.
▲
by
elmigranto
8y ago
Given that `int + bigint` throws in JS, this exact thing will never happen imo, otherwise, you can't differentiate between types. Maybe something like `{"x": 10n}`, but at that point, might as well do reviver, especially if y
19.
▲
by
elmigranto
8y ago
I wish we also had regular word-sized ints as well instead of everything being double precision with all kinds of weird edge cases.
20.
▲
by
elmigranto
8y ago
No need for custom parser. Right now, you can use custom format with reviver and serializer functions (2nd arg to serialize / parse). Say, have them serialize as string `^bigint[\d]+$` and revive appropriately.
21.
▲
by
elmigranto
8y ago
Keyschain Access.app works exactly like that. Not sure if it would be easy to migrate from Lastlass, though. I know you can at least script the process. Well, that could be a dealbreaker, though given this is a taste thing and great browser
22.
▲
by
elmigranto
8y ago
Have a single "I clicked by mistake" button that resubscribes instead.
23.
▲
by
elmigranto
8y ago
> So it is misleading to say it is secure and that security is built in. Well, it is a PR blogpost with literally that goal of wording most basic and boring things in a way that sounds maximally sensational and groundbreaking without bec
24.
▲
by
elmigranto
8y ago
Most likely only popular packages, forget about making `npm publish` a free security review (unless it runs custom eslint rules for stuff like Regex backtracking, etc.). And probably only guarantee it for particular version. And "guara
25.
▲
by
elmigranto
8y ago
I think the point was that malicious actor gets early access to "exploits" by becoming paid customer and has a lot of time to pwn general public.
26.
▲
by
elmigranto
8y ago
It's fine, I guess, as long as docs are plain HTML/CSS and use 0 JS. And I think we are all safe on that front, since those pages are Perl generated or something, so… Neat update, old site had its charm, but w/ever. Love to e
27.
▲
by
elmigranto
8y ago
Can someone please explain why for…of needed to be specialized for its async form? I get why async generators & iterators won't work with plain for…of, but don't get why following is invalid: for (const i of [1, 2, 3])
28.
▲
by
elmigranto
8y ago
Author's remarks are somewhat valid in that certain language formulates certain feelings and general emotional state in people (which is a part of how and why fiction works). Having "easy" and "just" shattered when
29.
▲
by
elmigranto
8y ago
"Striking a balance" and "not making too many assumptions" requires making assumptions about where is "balance" and what is "too many" — and we are back at assuming exact same things as before. What t
30.
▲
by
elmigranto
8y ago
"Viable alternative" with its "unacceptable latency" amounts to being just a viewer, which are dime a dozen, including most phones doing that out of the box, countless JS libraries and browser extensions, and every stora
More ›