Viewing profile — elmigranto
elmigranto
HN member- Joined
- Fri, Dec 25, 2015, 1:37 PM UTC
- HN karma
- 761
- Public activity
- 305 items
- HN profile
- View on Hacker News ↗
About elmigranto
No profile information was provided.
Recent public activity
-
comment
Comment #48476648
My guess it’s a joke.
-
comment
Comment #47290761
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 thir…
-
comment
Comment #47286199
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 l…
-
comment
Comment #46523636
[flagged]
-
comment
Comment #45930711
Or you can have a single checkbox “Problem with the vehicle”.
-
comment
Comment #45864474
Purple tick box is how GitHub formats links to merged PRs and closed issues.
-
comment
Comment #45720517
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 uplo…
-
comment
Comment #45479681
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…
-
comment
Comment #44613911
Right. That’s why all the software from, say, Microsoft works flawlessly and at peak efficiency.
-
comment
Comment #44463731
What if your phone’s kernel panics? :)
-
comment
Comment #42494678
> 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 ef…
-
comment
Comment #42369740
https://sciencebehindpixar.org/pipeline/rendering
-
comment
Comment #42369458
I would guess there is more than one computer :) Pixar's stuff famously takes days per frame.
-
comment
Comment #41345903
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…
-
comment
Comment #40983673
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?
-
comment
Comment #40855731
> if someone manages to inject arbitrary HTML If they can, why wouldn’t it be inline ?
-
comment
Comment #22065788
Good point. I think the fact that it’s named “exit status” instead of “error code” is primary confusion factor.
-
comment
Comment #18936135
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 ou…
- comment
-
comment
Comment #16984998
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 poi…
-
comment
Comment #16981861
I wish we also had regular word-sized ints as well instead of everything being double precision with all kinds of weird edge cases.
-
comment
Comment #16981833
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…
-
comment
Comment #16966400
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 dealb…
-
comment
Comment #16966296
Have a single "I clicked by mistake" button that resubscribes instead.
-
comment
Comment #16915497
> 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 so…