Slashdot Mirror


User: andy314

andy314's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. On-line backup works somewhat more complex on Online Backup Solutions? · · Score: 1

    I work for a company who creates software for on-line data backup. Just to answer a few questions posted across this discussion:

    1. Backup on-line is not like a cd-copy. You will never send your whole data across. Any good software would have at least the smarts to send only changed files, and even for changed files it should send only changed portions of the file (either block-level or some even claim byte-level incrementals). This means it may take a few days/weeks for the initial backup, however after this you never overload the internet connection. Protecting 100-200 GB of data over a DSL connection is not that unusual (of course, you wait for full restores in this case, but most software should offer some portable disk equivalent).

    2. Most software is indeed similar web/gui on the web. This is because only a few companies make the software, however other companies ("Service Providers" actually host it and offer it). My company for example never offers the service hosted by us. We only develop the software.

  2. Re:CVS/Subversion and Scons on Scalable Windows Development Environments? · · Score: 1

    I have not used CMake, but I considered CMake vs Scons when needing a cross-platform build environment (Windows and UNIX, since autoconf/... is cross-platform enough for UNIXes). CMake integrated better than scons into the MS Visual Studio by creating a native project/solution file. However, the cmake templates themselves seemed harder and since I already key some python, I chose scons in the end.

  3. CVS/Subversion and Scons on Scalable Windows Development Environments? · · Score: 1

    If you are also considering hacing at least part of the code work on both Windows and UNIX, having CVS or Subresion for source control and Scons or CMake for build control might help. Where I work we develop on windows, Linux and Solaris and we are using CVS & scons (scons/python seemed better than learning to use the cmake scripting language).

  4. Another copy on Photon Soup Update · · Score: 2, Informative

    All 6 images: http://ca.geocities.com/andy314_1/photons.tar.gz