Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment NY has proposed similar legislation (Score 1) 195

NY has legislation in the current session (S324) with 14 co-sponsors to also make it illegal to provide false information in interrogations and provides that any confession where false statements are made is to be "designated as an involuntary confession, statement or admission".

https://www.nysenate.gov/legis...

Software

Docker Turns 1: What's the Future For Open Source Container Tech? 65

darthcamaro (735685) writes "Docker has become one of the most hyped open-source projects in recent years, making it hard to believe the project only started one year ago. In that one year, Docker has now gained the support of Red Hat and other major Linux vendors. What does the future hold for Docker? Will it overtake other forms of virtualization or will it just be a curiosity?"

Comment Re:GitHub as an example (Score 1) 182

At bitly we follow a process very similar to github. One difference though is that we structure things internally as smaller services, and as a result we do deploys to smaller groups of servers at a time. Deploys for us are the one way we do state changes on a machine. This means that it encompasses more than just the code we write, it's also all of our configuration, system installs, crontabs, monitoring, you name it.

Deploys are done through an internal web based system, and are run by nearly everyone that commits to our repository (designer, developer, or ops) and can be run at any time day or night. We have put a lot of effort into being able to do zero downtime deploys for almost all of our systems, and as a result we've pushed 8156 deploys in the past 12 months.

Slashdot Top Deals

If you are good, you will be assigned all the work. If you are real good, you will get out of it.

Working...