Slashdot Mirror


User: blzb

blzb's activity in the archive.

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

Comments · 4

  1. cancel your verizon subscription today on Verizon To Charge Content Providers $.03 Per SMS · · Score: 5, Interesting

    so now verizon is charging other people money to *call you*. aren't you alrady paying verizon to have a phone number just so people can call you and send you messages.

    you would have to be a real sucker to let verizon charge your friends and associates money to communicate with you, on top of what they are already paying *their* phone company to send the message in the first place.

  2. Re:That's Nice on Smart 'Lego' Set Conjures Up Virtual 3D Twin · · Score: 2, Informative

    although posey is still a research project, it is being developed on linux in python.

    the source code is available from the code lab mercurial repository here:
    http://code.arc.cmu.edu/hg/pyposey

    if you are interested in building an application for posey send me an email.

  3. video of posey dorkbot presentation on Smart 'Lego' Set Conjures Up Virtual 3D Twin · · Score: 2, Informative

    there is a video of posey being demoed at a dorkbot pittsburgh meeting here: http://www.allartburns.org/dorkbot/dorkbot-200704-weller.mp4

  4. version control on OSS Web-based File Management? · · Score: 1

    you should check out subversion.

    the problem with just uploading to a web folder is you end up with many versions of the same files and lose track of which is which. also, there are problems with clobbering newer versions of files with older ones.

    with version control you always know which is the latest version of your file and can roll back to previous versions if you make a mistake (like super-undo). the windows client tortoisesvn integrates right into te windows explorer and is very simple to use once you have your repository set up. there is also a nice os x client svnx. on linux, of course, you can just use the 'svn' cli.