Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:It has an acronym , so it will fail. (Score 1) 149

This does very little to put us on a footing for a post-scarcity society. And we are assuredly on that path right now

No we're not. We have to solve the energy crisis first. That requires a dyson sphere, which will provide 13,000 trillion times the energy we use today.

That's a pretty bold claim for a vacuum cleaner.

Comment Re:I choose MS SQL Server (Score 2) 320

If the business got that big, I'd be hiring people to do it for me and there would be some benefits to using more standard approaches since getting people who think like I do would suck and it would suck for employees to have to follow their boss's crazy ideas on the right way to make a responsive database for a point of sale environment.

But there's nothing preventing an in-memory database being duplicated, load balanced, redundantized (or whatever the right word is for adding redundant mirror servers) etc. In fact the consistency transactions are easier because the parties are algorithms talking to each other, rather than algorithms talking via a storage medium. You would have to write it yourself though since the world still seems to have a hard on for SQL long after they left Cobol behind, which is bad for the same reasons. In a point of sale situation, the order of transactions is not that important except for specific things, like you can't return an item before you've purchased it. So it's easy to post-hoc order the transaction log, a bit like the bitcoin block chain, where the current head of the list is indeterminate, but it's resolved a few steps back.

My issue isn't with disk vs. memory. That's a normal tradeoff. My issue is with SQL, which is horrible in every way that an insecure, computationaly undecidable lump of middleware can be.

Comment Re:I choose MS SQL Server (Score 1) 320

Why said Oracle was an option being considered?

I've used a few databases and they all suck with layers of excess complexity. BDB and related DBs are ok. They don't suffer interface bloat nearly as much. A Turing complete query language is completely stupid from a security standpoint.

I'm moving to an in-memory database held in a running program with the client transaction atomicity enforced through the API and with a transaction log to disk from which the running state can be re-built.

It used to be a problem to keep things in memory, but I can drop 64Gig of RAM in a server and keep all the store inventory and sale data live. The clients don't know the difference, except they don't have to deal with build SQL strings or typing the schema to the constraints of the latest and greatest ORM to come along this week.

God I hate SQL databases.

Comment Re:Mac. (Score 1) 385

Maybe she does. Or maybe she wants a general Linuxy feel, where you can open a bash shell, run vim inside emacs and 'rm -rf *' does what you expect.
The mac works fine for this and the hardware is very good.

You can run Linux on a mac if you want to.

A Macbook Pro is a good answer. Any number of modern PC laptops would be fine also. There's no obvious best choice.

Comment Re:Only on some... (Score 3, Informative) 155

Second, what's you're requirement for not having the security benefit? Given that certs are about $10 a year and require negligible resources, what is your compelling reason for not having encryption by default?

Don't the government have their own CA? The cost to cut a cert should be less than $0.04. I know this because I've set up a real CA and $0.04 per cert included the costs of the operations along with the profit. The actual computing cost is negligible. The costs are the premises and pay for employees, spread out across all the certs they cut.

 

Comment Re:EA got too greedy (as usual) (Score 2) 256

I'm referring to the early 80s, with things like Hard Hat Mack, Archon II, Pinball Construction Set, The Bard's Tale. At that age I was a consumer, not a developer. I missed the Nintendo thing, since I had 'real' computers.

So it's safe to say the rot happened sometime between 1985 and 1995.

Comment Re:Know what's worse? Cleartext. (Score 1) 132

he pulled an app off a public website, got it running on my computer in minutes and before we were done with dinner he had my wifi password

Presumably something you had recently typed and was in memory, had stored in a file, or had typed while the program was running. Your friend showed you a magic trick. "Look over here at my right hand while it does something awesome. Now look in my left hand to see what my right hand did!" It was his left hand all along.

It's ok, he'd never do that. He's just a friend studying security at college...

Comment Re:EA got too greedy (as usual) (Score 1) 256

That's the first review of Cities I've seen. I've seen plenty of ads, because they're pushing it hard.

Anyway, I don't usually buy new games for full price. Steam is golden for waiting a few months and buying them when they do a special.
I got FarCry4 this weekend on the weekend special. It'll last me through until Cities is on a special and by then the reviews will be in and I can know if it's worth it.

Comment Re:Yup, DLC is why i didnt buy it (Score 2) 256

"DLC = unfinished game from price-gouging publisher"

No, not always. I can think of more than a few games where DLC released after the fact added huge value to an already good game. Speaking in absolutes just makes you sound like an idiot.

Rocksmith 2014.

Moar DLC! It made me unreasonably happy when they released Motorhead's Ace of Spades as a DLC a few weeks ago. $2.99 well spent.

Slashdot Top Deals

Living on Earth may be expensive, but it includes an annual free trip around the Sun.

Working...