Forgot your password?
typodupeerror

Comment Re: Which ones aren't made in China? (Score 1) 183

Open and community driven firmware is great. Combine that with open source SOC designs its even better, but firmware runs on a chip, and many of these chips are the product of mostly semiconductor industries in China or Taiwan. Cisco or Netgear may have IP on designs and schematics, but they send these schematics to chip forges out East, and they will run volume batches for clients. Along the way, any number of unknown subcontractors get their fingers into any part of the manufacturing process, and you got a nice little hardware baked attack vector just waiting to be exploited. Basically, you cant fix a poop covered lasagna by adding more layers.

Comment Re: Opinion (Score 1) 288

Wow, show me on the doll where the microservice hurt you...

If you put the country data into a database table, and you at least separate your database servers from your application servers, then you will require a network call to the database server to get the data. If you put it on a file in a volume, its probably network attached storage and again... a network call. The only way that is prevented is by hardcoding the data or deploying it as part of your app resources, which comes with its own set of issues I wont get into.

Your criticism of excessive network utilization and resource wastefulness is equally applicable to other architectures as well. Regardless this problem I would argue is MORE solvable in a microservice architecture in that containerized services more efficiently utilize the infrastructure resources made available to the container hosting platform. It is vastly more scalable to meet system resource needs and is more efficient at that capability. To take it further for seldom updating reference data like Countries for instance, things like Redis caching make all of this a moot point anyway.

The bottom line is that if your example you provided is based on a true story, then I would argue there are more pressing problems in your design than whether or not microservices are used or not.

Comment Re: Pro-return group? (Score 1) 142

The problem with this is that your "preference" to see people in the office because it makes you "happy" does not justify taking agency and choice away from others. It would be akin to saying that seeing slaves working a plantation is my "preference" so it justifies the robbery of others freedom.

Comment Re: This whole article sounds like an ad (Score 1) 142

You premise supposes that an object of human desire is inherently good for the human. It is unclear how this will affect all people psychologically in terms of society, the role of ownership as it pertains to capital, and ensuing power dynamics. This could all be extraordinarily bad for a great deal of people.

Comment Re: Impossible (Score 4, Informative) 86

Where are the Pedantic mod points? There are non negligible genetic differences between humans of different haplo groups. In fact, there are at least 3 different major haplo groups represented in the study. Further still, cultural differences explain many of the dietary differences between these groups as well, and all of that still holds true whether you consider our gut microbiome influences depression OR if depression influences our gut microbiome.

Comment Re: Well at least someone gets it (Score 1) 276

Its not so far as the government is democratically elected and represents the interests of the people, however that almost nearly is never the case. Corruption is the inevitable conclusion of any representative democracy government. Consolidation of control into centralized institutions only further escalates and enriches the people in control. This is the core of what cryptographic distributed ledger technology solves. Sure it is inefficient, however monopolies are efficient and still remain problematic and unethical.

Comment Re: It's pretty clear Binance (Score 1) 276

You are very close to the truth friend. Consider that the conditions that allow for wealth accumulation at the top exist because of the centralized consolidation of financial institutions. The ability to create money from debt, the immense amount of government power held in only a few hands. Cryptocurrency distributes that power. Cryptocurrency is the solution, despite the speculative games played by wealth hoarders.

Slashdot Top Deals

"Conversion, fastidious Goddess, loves blood better than brick, and feasts most subtly on the human will." -- Virginia Woolf, "Mrs. Dalloway"

Working...