HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shrdlu2

no profile record

comments

shrdlu2
·3 tahun yang lalu·discuss
That, and also when caffeine came out it replaced one of the major uses (caching) of guava.

https://github.com/ben-manes/caffeine
shrdlu2
·3 tahun yang lalu·discuss
There is an opportunity here for Amazon to take some of this goodwill IBM/Red Hat is losing. Make Amazon Linux run nicely outside of AWS with (free) LTS. Charge for support for those who need it.

When Oracle messed with Java LTS AWS did Corretto LTS. When Elastic did Elasticsearch license change, Amazon/AWS did Opensearch.

They don't need to support esoteric hardware (at least other than their own).
shrdlu2
·3 tahun yang lalu·discuss
Yeah, I would think functional/function-based indexes should be mentioned. Add an index or add a redundant column? Almost all of time I would prefer the index.

Of course if your database can't be changed then maybe you can use this trick if there is already a suitable indexed column.
shrdlu2
·4 tahun yang lalu·discuss
Yeah, or spring (vmware), or guava (google), or react (facebook), or dozens of other common dependencies.

Thankfully I have managed to avoid Akka in our products but the precedent being set here is worrisome.
shrdlu2
·4 tahun yang lalu·discuss
Self-hosted full Atlassian stack (jira, confluence, bamboo, bitbucket) for 6+ years. ~200k tickets. To be honest, it just runs with minimal issues.

Mostly downtime is just upgrades. I can remember a few times we've had to add (JVM) memory as our usage increased. Not sure what we're going to do with the discontinuation of server product line. We self-host to keep source code, etc. more than one configuration mistake (or zero-day) away from exposing it to the world.