Slashdot Mirror


User: TREE

TREE's activity in the archive.

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

Comments · 36

  1. Good hackathons should be:
    - optional
    - during regular working hours
    - not limited in scope or expected value to the company

  2. Re:Face tagging? on 9 Open Source Alternatives To Picasa · · Score: 1

    This comment is very relevant, because *Picasa* is actually one of the few tools that can do facial recognition *without* uploading the results to "the cloud". I'm sure Google Photos (or whatever is replacing Picasa in Google's eye) will still do facial recognition in the cloud, but like you I don't see that as a good idea. Facebook etc. do this as well, and tie it to users' accounts.

  3. Face tagging? on 9 Open Source Alternatives To Picasa · · Score: 3, Interesting

    One of the most unique features of Picasa is the facial recognition system. Are there any other systems out there that have it working to the degree that Picasa does? With training and automatic matching?

  4. What I do on Ask Slashdot: Storing Family Videos and Pictures For Posterity? · · Score: 1

    Several things make this possible, with everything available locally plus redundant offsite backups.

    Get one or a pair of big hard drives. 4 TB drives are cheap. Various tests put 4 TB drives as a class as more reliable than 3 or 5 TB drives. If you get a pair, RAID 1 them, either with software raid or lvm. Put everything on there. I really like lvm, so that when one drive fails, or is close to failing, you can replace it and keep the whole collection intact locally. Hardware RAID is not necessary, and potentially *less* reliable, since its more complex to replace things. Consider making the volume slightly smaller than the drive to allow for slightly differently sized replacements. As newer drives get cheaper, get bigger drives. Every time I've had to replace drives, they've been twice as large, faster, and cheaper than the last time.

    Files are organized by year/month-event. Use whatever format works for you, but definitely have some level of simple organization, ideally using a folder structure so you aren't tied to a particular tool to manage them.

    Keep everything as it comes off the camera. I don't keep RAW files, but you should have room for plenty.

    Use Crashplan for online backup. This is a moderate cost for all the computers in your house, but with unlimited storage. (If you don't have reasonable internet access to do this, you are stuck shuffling tapes or drives offsite, which is a royal pain). If you have friends with similar desires, you can (for free) use the software to back up to each other's computers, but you each need lots of free space.

    Put all the pictures and videos on flickr. Flickr has a 1 TB limit for free. I've got 40,000 pictures and videos on there (almost 10 years worth) and have only gotten up to about 300 GB. Flickr may require some format conversion for video. I recommend getting familiar with ffmpeg and similar command line tools, use the open source flickr library (and language) of your choice, and script the whole thing. Once the pictures and videos are on flickr, put them into albums that mirror your folder structure.

    Flickr also lets you share your photos with exactly who you want to share them with, relatively securely. The downside is that everyone needs to create a flickr (yahoo) account. You can also share by album with a link (slightly less secure). Services with better/more convenient sharing like google are significantly more expensive. But of course, you could keep a rotating set of pictures in google free storage and also keep everything on flickr as a backup.

    If you have an android phone (I assume Iphone is similar) also let it have multiple automatic backups: There are a number of apps that will automatically sync all pictures to their service, including flickr, google photos, and many others. Pick one or two and let them sync everything. Flickr lets them be private by default, but you'll have the backup. Then also use FolderSync to automatically sync them to your computer, where they will also be backed up by Crashplan and be accessible on the computer directly.

    Use any of a hundred tools to view the pictures at home. With a home network and a shared folder, kodi is great for showing them on the TV (pictures and video).

    Good luck, and congrats on the kid!

  5. Re:No. "Theory" is not "hypothesis". on Belief In Evolution Doesn't Measure Science Literacy · · Score: 1

    Repeating the statement that the word "theory" means something different to you than it does to the general populace does nothing to help your cause. In this case especially, using terminology that is different from the common use is what is preventing "Science" from reaching the masses.

    We really need to come up with a better term than "theory" if we want people to understand what you mean.

  6. Moved to deb-multimedia.org on Debian Says Remove Unofficial Debian-Multimedia.org Repository From Your Sources · · Score: 5, Informative

    The repository is not gone, it just moved to http://deb-multimedia.org/

  7. Flickr for Offsite Backup on Ask Slashdot: Best Long-Term Video/Picture Storage? · · Score: 1

    You can very quickly generate a lot of data with pictures of your kids. I have on the order of 80 GB with two kids under 5.

    You definitely want multiple layers of protection, both locally and remote. For remote storage of pictures and videos, Flickr can't be beat price-wise. It is *unlimited* storage for $25 per year. And you can always retrieve the original file, and there are tons of APIs and clients available.

    It's also useful for sharing photos and videos, with a strong security model that lets you control who has access to pictures of your kids.

    Flickr does have a 500 MB per video file limit for uploads, and a 90 second limit for playback (you can download the original longer than 90 seconds, but no one else can view more than 90 seconds), but splitting videos up can be scripted with tools like ffmpeg, of course.

    The key, though, is to *always* have more than one accessible copy of the originals in different physical locations. (i.e. two hard drives in your house doesn't count)

    I also use an online backup solution. Look for unlimited storage for a reasonable price. I settled on CrashPlan+ Unlimited for $50/year, but there are a lot of options out there, now.

  8. Not everybody runs servers for a living on Google Engineer Decries Complexity of Java, C++ · · Score: 1

    Interpreted code is great if you can babysit all the deployments. Generally, when you have to actually ship software, the sooner you find the bugs, the better. It doesn't get any earlier than compile time.

    I have made brief forays into interpreted languages, and always feel immense pain and frustration from the lack of a compiler.

  9. Re:Obligatory Open Source comment on Ballmer: Don't Expect Simpler Licensing Soon · · Score: 1

    It's still worthwhile if you aren't upgrading the OS. Replacing MOBO + CPU + RAM is still cheaper than replacing a whole machine. Keeping the case, power supply, drives, keyboard, mouse, monitor, etc. etc.

    Motherboards have gotten so all-inclusive lately, and USB so ubiquitous, that expandability is generally moot. Unless you're gaming, of course.

  10. Re:Duh. on Why Anonymized Data Isn't · · Score: 1

    I use 1/1/1970 often, because it's ZERO in UTC.
    Shocked no one has "gotten that" yet, even here.

  11. Re:Smooth scrolling yet? on New Chrome Beta Adds Themes, Speed, & HTML 5 Video · · Score: 2, Insightful

    How can you *stand* smooth scrolling? It's so slow!

    It's one of the first things I turn off, in any app.

  12. Re:Linux: Debian on Debian Decides To Adopt Time-Based Release Freezes · · Score: 5, Insightful

    No schedule, feature based or time based, will have all upstream developers in sync. Someone will always be developing new stuff and want to squeeze it in.

    At least this way, there's a known target that developers can be (made) aware of.

  13. Someplace for the oil to go? on Scientists Wonder What Fingerprints Are For · · Score: 2, Insightful

    Maybe they work like treads on car tires... let there be someplace for liquids to move *away* from to improve grip. Or, maybe having "with oil" and "without oil" surfaces that can be selected by varying grip allows gripping different types of surfaces.

    Also, grip isn't the only thing hands do. Wiping or scrubbing with your fingers requires some level of abrasiveness.

    I suspect that there may be a connection between building calluses and having prints. Possibly, prints are just the way we make "tough" skin that is more resistant to injury.

  14. Re:Non-Silverlight video link? on Mac Tax, Dell Tax, HP Tax · · Score: 2, Insightful

    Who wants a video? I don't have time to watch a video. Give me text I can skim.

  15. Re:A simple search on (Useful) Stupid Unix Tricks? · · Score: 1

    Yet Another Reason To Use Debian. :)

  16. Re:Blame Sprint on Android Also Comes With a Kill-Switch · · Score: 1

    What, other than Palm and Windows Mobile?

  17. Re:Nonsense on Qwest Punished by NSA for Non-Cooperation · · Score: 1

    It's a copy and paste. What on earth are you talking about? The /. summary *is* the article.

  18. Re:sucker? on D2 Updates, Text Message Notifcation · · Score: 1

    Some of us loyal long-term readers still use text mode browsers. (elinks) As long as you think about support for mobile browsers, keep us in mind, too. :)

  19. Re:Digital vs. analog controls on What's the Worst Technical Feature You've Used? · · Score: 1

    Mod Parent UP!
    Would you use the "three knobs" approach in a home? no. You use a thermostat. Why is that concept so odd in a car?

  20. Re:An important reminder... on Jack Valenti, Dead at 85 · · Score: 1

    What?
    Younger != more intelligent. What on earth gave you the idea that it did? Most generations are just about the same as the ones before them.

    (Does this mean I'm old, now?)

  21. Re:Tried it, didn't like it on Slashdot Discussion2 In Beta · · Score: 1

    Maybe not lynx, but elinks support would effectivley make or break whether I ever read slashdot again.

  22. Re:Can't this be throttled? on When RSS Traffic Looks Like a DDoS · · Score: 2, Insightful

    500 or 404 won't work for RSS, since most readers just eat the error and try again later.

    What would really, really be effective would be a valid RSS feed that contained an error message in-line describing why your request was rejected. A few big sites doing this would rapidly get the rest of the users and clients to be updated.

  23. Re:I want one! on Traffic Light Switcher Makes Critics See Red · · Score: 1

    "The big question here is what should a driver do to make commuting the least painful,
    and there's no simple answer. There are many possible strategies:"

    My solution has been books on CD/MP3. They are not as distracting as a cell phone, but are engaging enough that I don't really care how long it takes to get to my destination.

    That, and I travel almost exclusively in the left lane. Even in traffic, it moves at least as fast as the other lanes, and I don't have to deal with merging traffic.

  24. Phatbox on Pods Unite · · Score: 1

    The PhatBox from PhatNoise (www.phatnoise.com) is better than the empeg, in my opinion. Invisible install, up to 60 gig, I think. Easy syncing on the PC side.

    And it's all voice output. Input is with the cd changer controls. It's less than half as expensive as that empeg. (Still not cheap)

    Audi dealers now sell it. (for Audis only... cd changer interfaces are unfortunately proprietary)

  25. FORGET the SliMP3! on Build a Multi-Output MP3 Server? · · Score: 1

    Get an Xbox!
    It does the same thing, only with video, too. (Yes, you need a TV to hook it up to)
    $180, now + $50 for a mod chip and $30 for the dvd remote and it's only $60 more than the slimp3 for *WAY* more functionality.
    http://www.xboxmediaplayer.de/

    And the software is upgradeable! It won't be a brick because something better comes along.