Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Decision was not faulty;but design definitely w (Score 1) 118

I agree, and I am a big proponent of service architectures, and yes, I force myself to use the term "microservices" because it seems to be the popular one these days.

There isn't anything new about service architecture. You put a network call in between two pieces of code and suddenly you need a queue for the interface to be robust. Once you put a queue in front of code, you're handling messages, and in particular, you're handling messages that can arrive more than once. So you need to ensure your handlers are idempotent. Then you need to stitch together a reporting database of some kind to serve queries that supply the data for the UI. Which should mean that your services publish events -- pub sub is another pattern that has been around for a while. All of that work wins you the ability to compose a large, complex system out of very loosely coupled, autonomous pieces. When it works, it's great. It usually doesn't, however, because teams don't have the maturity, habits, or expertise on hand to see such a project through to completion.

Nothing about it is "new," except to the inexperienced web programmers I coach who don't really understand service architecture -- who also usually believe that you can achieve microservices just by taking parts of your existing system and putting a web interface around them. Sigh.

All that to say, there are some definite benefits to service architecture that shouldn't be discounted just because "microservices" is yet another tech trend to have been fed through the meme machine.

Comment Re:Just switch to Natural Gas (Score 4, Informative) 147

It's actually not a conservative thing. It's that the Republican Party, which is sort-of conservative, is controlled by a few monied elite that have significant fossil fuel interests. Therefore, in the U.S., fossil fuels = conservative cause, but not because it has anything to do with actual conservative ideology.

Comment Re:Party breakdown (Score 1) 93

Wow... you missed a chunk of American political history.

There are a number of explanations on how and why the party of Lincoln became what it is today, and how the parties basically exchanged platforms. Certainly, the switch started happening before the Civil Rights Act in 1964, but there was a widespread swing after that act where southern Democrats switched to the Republican Party.

The references to this are all over the place: http://bfy.tw/6mFZ

Comment Re:Turd Anyway (Score 1) 168

On Mac OS X, since it has hot plug Thunderbolt support, everything just works. Under Windows, most systems do not have hot plug Thunderbolt support, so a restart is needed. Some Macs do have support for Thunderbolt hot plug while running Windows.

Comment Re:Erm... (Score 2) 130

Tesla PowerPack is being sold at $250/kWh. It is most cost effective at shifting energy from the lowest cost time periods to the highest cost time periods (peak shaving) where the demand charges can be extreme. At the consumer pricing of near $350/kWh now, the costs for regions like Hawaii make sense already. There are also those willing to pay slightly more either in areas that are difficult to be on-grid or where the grid is unreliable.

Comment Re:Suckers (Score 1) 59

Nonsensical comment since by definition, any money the company spends is "other people's money" depending on how you want to view it. Tesla raised money specifically to spend it to grow the company. So why would investor's have a problem with them doing exactly what they have communicated that they will do? The answer is, they don't have a problem with it.

Slashdot Top Deals

My sister opened a computer store in Hawaii. She sells C shells down by the seashore.

Working...