Viewing profile — rodinia
rodinia
HN member- Joined
- Thu, Sep 22, 2016, 9:43 PM UTC
- HN karma
- 34
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About rodinia
No profile information was provided.
Recent public activity
-
comment
Comment #37597035
Very cool, lot of potential. I wonder how it would work in an interconnected environment where multiple services are needed to properly call an endpoint. For example if you need to…
-
comment
Comment #24869211
I work at a rather large company that has an internal gateway for all APIs. Each api has an associated OpenAPI doc and the standardization makes it incredibly easy to peruse all ca…
-
comment
Comment #23640613
This hurts. I've been using Hapi professionally for 5 years now, and it is a joi (hehe) to work with. Modules in the hapi ecosystem, ie boom, joi, and lab, are baked into my server…
-
comment
Comment #23166375
fwiw, I've been doing professional JS (mostly server, good amount of client) for about 5 years now and have never pulled in a single function package before as a direct dependency.…
-
comment
Comment #22892446
It actually sounds like they're saying it's definitely feasible and encouraging people to build the right product. Their comment from 7 months ago indicates this is something that'…
-
comment
Comment #22416148
Dealt with something similar at my old company. If you have the option to go page by page, this may work for you. The original site was in ColdFusion, and we slowly reimplemented i…
-
comment
Comment #21715611
I've had that happen before when visiting some music news sites in iOS safari. Seemed like some sort of malevolent cookie, as it started when I would go to a particular site and pe…
-
comment
Comment #21453986
This (anything can be a key) was eventually added with the Map class. They're an iterable type too, so they're much more useful than Objects imo. https://developer.mozilla.org/en-U…