Viewing profile — jto1218
jto1218
HN member- Joined
- Thu, Apr 13, 2017, 4:04 PM UTC
- HN karma
- 98
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About jto1218
Recent public activity
-
comment
Comment #44152175
typically if we need to lazy load parts of the data model we make multiple calls to the backend for those pieces. And our redux state has indicators for loading/loaded so we can sh…
-
comment
Comment #38127783
Reminds me of a similar one that only Shopify uses https://http.dev/430 It says it’s deprecated but we still get them from their API from time to time.
-
comment
Comment #25242449
> Indentation is normally four spaces. Tabs will be rejected by the parser. You love to see it.
-
comment
Comment #24879141
Do you know of any systems that do this? Seems like a good idea.
-
comment
Comment #24553805
That is true, there's a lot of "magic" that comes with boot. It can be helpful to take a look at what all of that auto-configuration code is actually doing, but reading that stuff …
-
comment
Comment #24553772
Their website has a bunch of broken links on it. Default links from the theme that they haven't changed or something. Sloppy as hell.
-
comment
Comment #24553489
Interesting to see that fragmentation in versions being used. I guess that’s to be expected with a faster release cycle. 75% still on Java 8 is surprising though, isn’t it already …
-
comment
Comment #24553446
What are you talking about? What exactly makes Spring projects unmaintainable? Have you ever seen or used it before?
- story
-
comment
Comment #24383686
Linux Mint 20, which is based on Ubuntu 20.04, ships without any snaps or snapd, and has some kind of mechanism to prevent snapd from being installed by apt. Might be a good option…
-
comment
Comment #24168632
that’s the whole point of the article though. Why should the “huge burden on the teams who maintain the stuff” be shifted to the customer who has less resources than Google to mana…
-
comment
Comment #24168568
the main thing here though is the older things you’re moving away from in those cases are still around. AWS didn’t remove classic load balancers and force you onto application load…
-
comment
Comment #24091684
I, for one, am _shocked_ that an advertising company would do such a thing.
- comment
-
comment
Comment #24000409
> There were lots of reasons this needed to be done, one being tech debt. We realized that the original daily table structure wasn’t ideal. If we needed to query something over sev…
- comment
- story
-
comment
Comment #22214608
Shopify’s REST API returns 402s when the shop whose data you’re interacting with hasn’t paid its Shopify bill. Always thought it was an interesting usage cause the payment-required…
-
comment
Comment #21517605
I'd recommend using an APM product off the shelf to get a lot of the mentioned functionality in the article (Monitoring, Tracing, Anomaly Detection). I would definitely _not_ recom…
-
comment
Comment #20051372
you can pretty easily whitelist those sites.
-
comment
Comment #19385293
[flagged]
-
comment
Comment #19327935
I’m excited about this one. Being able to compile to native with `mvn package -Pnative` sounds awesome.
-
comment
Comment #19222706
clicked on the link to read this, apparently my pi hole has the domain blocked
-
comment
Comment #17682763
I really like the Cypher query language from Neo4j. Really hoping that Dgraph will have support for it in near future (it's on their roadmap: https://github.com/dgraph-io/dgraph/is…
- story