From a business perspective, this means they will not be investing in innovation on the platform anymore. Instead, they will focus their efforts on maintaining the current operations and keeping the lights on.
HN user
earless1
https://www.percona.com/blog/separating-fud-and-reality-has-...
This has been debunked, they've never used Github as their main development area
So biological garbage collection pauses then? skip sleep, and the brain tries to run gc cycles during runtime. Causing attention and performance latency spikes. Evolution wrote the original JVM.
In the situations you mentioned, it doesn't seem the end goal is to be 100% correct about things. Approaching these situations with a curious mindset is key. You may be able to provide a set of options that encompass your understanding of the thing being asked without pinning yourself down to a specific outcome. Once you've allowed folks to understand the potential options, you can tell them you can get back to them with specifics and understanding of implications.
It also works fine with Aurora, as long as you have binary logging enabled.
The pattern also puts an additional burden on the database. Therefore, we should consider the potential performance hit on the database
Massive understatement, one of the downsides that we've found with this pattern is the increase increase in binlog size for our database replication topology. One must be very careful with this pattern as to not create downstream issues with replication delay and such.
If taking advantage of this pattern in MySQL land, you should look into filtered replication to avoid this outbox table from being copied to every single replica. https://dev.mysql.com/doc/refman/5.7/en/change-replication-f...
The watch deactivates most features and locks as soon as you take it off of your wrist. You'd need to re-enter your password to unlock it. so it is unlikely that throwing it would trigger the feature.
Also from their initial demo, the fall detection uses more input than just a fast falling motion. Apparently humans fall in a specific way that the watch detects
exponentially delayed replication down the replica chain...
I am not familiar with the ad space, but isn't there a provider/method/framework that would allow people embedding ads on their apps/websites/platforms to select the types or categories of ads they'd be comfortable with?
This is a space that I am deeply interested in, but my team have not found a good pattern around this for MySQL. We currently use a combination of MySQL Slap and Jmeter, but we feel like there are better ways to do this.
Anyone have nice patterns for this around MySQL?
What manner of failure would cause such globally deployed and distributed systems to go down like this? I'm very interested to read up on this when they release details of the failure.
I'm sure Borski saw Africa and didn't even bother to look up the safety record.
Are FBI and CIA not acronyms?
My co-worker just setup something similar for RPMs. his solution was Lambda + ECS - https://github.com/erumble/s3-repo-sync
You might want to start using a proper configuration management tool like Ansibe,Chef,Puppet, or Salt
If you would like to force enable Electrolysis. Within about:config create a new boolean pref named browser.tabs.remote.force-enable and set it to true.
Keeping a system down while waiting for a hotfix is not an option for most operations. Rollbacks have their place and hotfixes have their place.
I don't really see a benefit in updating existing instances in this manner. Launching replacement instances with the new code is much easier for us, and it also provides a super fast means of rollback.
I learned about this via a RadioLab podcast episode. interesting listen http://www.radiolab.org/story/312245-rodney-versus-death/
In the past I've thought about using the an ec2-meta-data style endpoint for secrets that would accessible by an agent with some sort of key. that way the application always dynamically requests the secret as oppose to setting it statically at launch.
The FCC seemed extremely responsive and considerate back then. I wonder how long things would have taken now-a-days to get consensus and authorizations
I hope these are not as tasty as the first set we discovered
That's as meta as it gets
I could have sworn that Reddit prevented commenting and editing on post that are this old.
I really like the look of these types of graphs. Is the code used to produce them available anywhere?
You must accept that you will sound like a fool just for using this word. You can use it for anything you want to show satisfaction/approval for. React.js on fleek, eyebrows on fleek, uptime on fleek
With web projects there exists the potential to reach many more users than desktop and native projects. I would assume that the percentage of the population with access to a web browser is much much larger than any other segment.
I front my docker fleet with Nginx and I need to reload config for new hosts
Thanks for the post Jeff! this is huge for us, we finally get a whole view of our networks in VPC.
Do you guys ever need volunteers that speak English and Creole fluently?
I've been trying so hard to move my organization towards a chatops approach. We are making progress, it's just slower than I want.