Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Published but not released yet. (Score 1) 27

According to their info page, juliabase has not had a 1.0 release yet.

JuliaBase is organized in a public Git repository on GitHub. So far, there is no public release of JuliaBase 1.0. However, the master branch in the repository is a release candidate, ...

I'm not sure I would solely trust my lab results to a LIMS system that is pre-release.

Comment Re:One more reason to use a wired keyboard (Score 1) 150

Since AES is a block cipher, and an AES block is 16 bytes, and since keypresses appear to be transmitted "instantaneously", does that mean for each keypress, a 16-byte block is formed, and encrypted? And what about the encryption mode? (Otherwise doesn't it basically become ECB?)

You use the block cipher to generate what is essentially a random stream, then XOR it with the input stream as needed, turning your block cipher into a stream cipher.

Comment Re:Nope (Score 1) 331

The problem is, that hasn't been decided as of yet. It would make sense to any normal person that they wouldn't be. But law enforcement isn't sure how to deal with such services so they are doing their best to kill the industry with raids, but then drop the cases before they hit court so no ruling can hurt their efforts.

Even if it turns out that you are not legally responsible for the content, that's not going to keep LE from confiscating/impounding your computer systems for an undetermined amount of time.

Comment BS (Score 2) 343

From the FTA:

This could be any of us. We have no choice but to entrust companies with our intimate conversations: on email, on Facebook, by text and so on. We have no choice but to entrust the retailers that we use with our financial details. And we have little choice but to use cloud services such as iCloud and Google Docs.

Bullshit. There's always a choice. It's often less convenient, but that's a far cry from not having one.

Comment Re:This isn't writers' faults (Score 1) 368

These days, I write only for myself. But everyone I do a reading for says "Boy, that's interesting! Why don't you publish?". Then I explain.

There are so many alternative ways to publish today that you shouldn't let this stop you. Get your work out there and let the readers decide!

Comment Re:The problem is relational databases. (Score 1) 143

I am glad you posted that. I am putting together a little project I call Distributed Integrated Scalable Array Database, DISArray. It will be a shardable web scale instantly consistent DB engine which will have kick ass performance and a Heisenberg query engine support by a look ahead design I have code named "Schroedinger".

This is going into my next system proposal to management.

Slashdot Top Deals

"When the going gets tough, the tough get empirical." -- Jon Carroll

Working...