Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment huh (Score 1) 1

well that might be cause for me to blow the dust off a reference book (or just hit up google) and try some c++ again... but it has been so long since I bothered with it.... 10years actually. but I'm also not in low level device control / OS level coding.

Comment Re:Backups (Score 1) 4

Unless you have regularly tried to chop up and burn 80GB of video data onto 4.3GB single sided discs... the idea seems ok. but after you have tried it, you realize you waste all yoru time tryign to find the individual clips that equal close to the capacity of a single DVD (assuming you chopped up the video by scenes or that your capture card correctly identified scene stops and starts to create new individual clips). I wasted hours and hours trying to take each project (roughly 80GB of data per shoot / project) and chop up the clips into groupings for each disc... and then burning the disc.... Much faster solution is either getting a drobo and maxing out the storage, or using individual drives.

Comment Finally a new law I can support (Score 1) 2

We as a developer community, and more generally as citizens, need to propose a new law in each state that specifically allows the law to catch up to recent technology by explicitly allowing these apps, their streams, and the developers to listen (not broadcast) to any public service employee radio communication (police, fire, ems, utilities, FBI, etc etc). Why? Who will watch the watchers? If watching is limited to antiquated mechanisms, then it isn't really watching. I will be contacting my state rep / sen to introduce such legislation, since I also intend to develop apps for mobile use (none of mine are related to this story... but who knows what can be wrapped up under a zealous prosecution / DA). Don't be afraid of legislation-eese and legal speak. It is just a syntax. There are rules for form of the law. Laws are just specifications. Take affirmative steps to both protect developers from prosecution due to illegal use of their app, and to protect citizens so they can effectively watch their public officers.

Comment Don't, unless they pay for it. (Score 1) 4

I operated my own video production business for 5 or so years (off and on full time). Each shoot generated about ~80GB of video footage and 15GB of renders. I used to store DVD backups, but the cost of chopping up footage is measured in hours of my time. I switched to using a SATA docking station and purchasing a 1/2 dozen 1.5TB drives. Projects & renders are copied to a pair of HDDs and that is it. Drives are used to store footage until a pair is full.

In your case you churn through a lot more footage, but do you really need to save it? Change your services and offer lifetime(1) backups with various limitations (such as the lifetime of your company.... not of the customer). or backups for 1yr, 5yr, 10yr, etc. Then bill appropriately. Factor in the cost of the external HDD pairs and then you have a decent storage mechanism AND you get paid extra for it AND your customers get even greater confidence taht you care about their productions (if they pay for it).

For the customers that don't pay, just keep a 1 month backup (in case they want additional copies) and then nuke the source (you don't need the source after all... just the finished render). If a client wants changes to the production after the source is gone, then re-bill for importing from their source footage. Their fault for not choosing an archive service add-on.

Comment Re:Long Live the HP-48 (Score 2) 318

I managed to program two parts of Bach's Fugue in C minor using the "[FREQ in Hz] [ DURATION in sec] BEEP" command and could, if I borrowed another student's 48, transfer part 2 via IR and run both mostly in sync through out the entire piece. Two devices beeping in lovely counterpoint oblivious to the unintended awesomeness they accomplished.

Comment Re:What is Hudson (Score 1) 68

CI systems also provide a handy central location to track all SW dev activity for all projects. You can tie all different dev platforms (Linux, Mac, Win, etc) to Jenkins and see build stats for everything in real time. Build node fail overs are automatically handled if you have a cloud of connected build servers so hardware problems are removed from causing any interruption to your SW deployment. Even if the underlying tasks are accomplished on the individual machines by Ant, MSBuild, windows .bat, there is still a central location to track & assign everything. I used to build for a dozen different SW projects manually.... logging on to the build nodes, checking out from SVN, pulling in dependencies, and then manually calling all the VisualStudio build targets. Jenkins greatly simplifies and automates those manual tasks, even if under the hood the same tasks are performed.

Comment Too Late (Score 1) 68

Oracle is, as usual, too late. I operate a large Hudson cluster for a top 5 tech company (dozens of build nodes, quartets of backup servers, big SAN storage for all the artifacts) and we immediately jumped on Jenkins and have no plans of looking back at Hudson no matter who runs it. We are sticking with where ever Kawaguchi takes this project, as are most of Hudson's users. Given that some of our engineer's revisions and new features have been or are being rolled into Jenkins, we are not going to be wooed back by anything Oracle does (or doesn't do). I have a suspicion that a vast majority of Hudson's user base feels the same.

Submission + - First Flight - Yuri's Mission Audio w/ 1080p Video (youtube.com)

robi2106 writes: "From the YouTube Description: "A real time recreation of Yuri Gagarin's pioneering first orbit, shot entirely in space from on board the International Space Station. The film combines this new footage with Gagarin's original mission audio and a new musical score by composer Philip Sheppard. For more information visit http://www.firstorbit.org/" Turn the lights down, pour your favorite beverage and enjoy phenomenal footage and the mission control audio in real time set to modern classical soundtrack and celebrate international Yuri's Night."

Slashdot Top Deals

The only possible interpretation of any research whatever in the `social sciences' is: some do, some don't. -- Ernest Rutherford

Working...