Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment My strategy (Score 1) 184

I develop on a Lenovo laptop, which ( only ) has an SSD. Anytime I get something done I consider of "historic importance" ( which may simply be simply be a file added to a project, a new method added to a class, an enum having gotten a new value, an interface's signature changed ) I do a commit to version control, with a relevant comment. Version control lives on a server with spinning disks ( RAID-5 ). That server "backs up" to another server - with spinning disks - by rsync, once per hour. THAT server gets backed up once a week.

The build server uses two SSDs in RAID-0, and gets its input from the version control server.

So my single point of failure is the VC server's RAID controller.... Yes, it would be better to have that RAID-5 array mirrored, by RAID-1. to another RAID-5 array. It would take an entirely new server to realize that, sadly enough. I still have to come up with a better idea, though. Not being dependent, in any way, on SSDs for business continuity is already an achievement in and by itself. Or so I believe.

It boils down to

1) not being dependent upon SSDs

2)Moving dependency upon SSDs away to dependency upon other hardware, namely RAID controllers....

Comment Re:- or we are just very small? (Score 1) 235

You seem to be the victim of a rather common confusion. Only within spacetime, nothing can travel faster than the speed of light. But there is no known law of nature prohibiting the expansion of spacetime itself at any imaginable speed. To such expansions of spacetime, the speed of light is meaningless. This is even the basic principle behind the Alcubierre Drive.

Submission + - Poll Idea

vikingpower writes: Title: This Poll is Superfluous and Might as well be Abolished
1) Agree, nobody knows what this poll is about
2) Don't agree, through this poll we can indirectly choose another poll
3) This poll may be somewhat invisible, but deals with Important Stuff
4) It is your Democratic Duty to vote for this Poll

Comment So, let me get this right (Score 1) 161

If yours truly and another law-abiding citizen encrypt communication, how is that going to hamper counter-terrorist work ? I pay my tax, he pays his tax, and the worst we do is getting drunk in his or my home on saturday evening, or screwing the occasional whore. Could it that Europol has been touched by the arrogance that comes from wielding too much unchecked, or at least badly checked, power for too long ?

Comment Re:MY data in AMAZON's cloud ?? (Score 3, Interesting) 122

True. I don't outsource any risk. Did you ever read "The Orange Book", on risk management ? It is a British government document, and considered rather as a classic on the topic. The TL;DR version: you only outsource risks if and when there are no new risks attached to the act of outsourcing itself. In my case, I consider there would be such extra risk: Amazon is a corporation I can't control, and it can change its policies any time. ( Please do note I do not even mention the NSA and the US state. There certainly is risk there, but I have no way of quantifying it. ) Moreover, once my data is with Amazon, getting it away from there ( if I ever want to do that ) becomes a guarantee for severe headaches, and in that case I would end up building my own cloud anyway.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...