Slashdot Mirror


User: redfood

redfood's activity in the archive.

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

Comments · 50

  1. scratch-off cards on "Smart" Parking Meters Considered Dumb · · Score: 5, Interesting

    In a number of cities in Israel you purchase scratch-off cards in connivence-stores. When you want to park you scratch the date/time off the card (to "activate" it) and hang it in your window. I think its pretty brilliant. No physical infrastructure to maintain. To money/coins to collect. If the city wants to change the price of parking - they just change it. No machines to update.

  2. Make the collaborate in person on Collaborative Software For Pair Programming? · · Score: 1

    I know this doesn't answer your question but...

    Make your students get together IRL to collaborate. I transforms programming from a isolating activity to a social one. This way students are more likely to form personal bonds and continue studying computer science.

  3. Re:Awful example in the article on New Languages Vs. Old For Parallel Programming · · Score: 1

    No but transactions are easier for the lay public to understand and they introduce many of the same issues. Plus, simultaneous transactions do create processes that are running simultaneously (i.e. in parallel) do they not? I agree there are many issues that come up with parallel programming that transactions won't introduce (how to best parallelize an algorithm, how to prevent deadlock etc) but transactions do describe the problem of maintaining consistent data across processes well.

  4. Re:Awful example in the article on New Languages Vs. Old For Parallel Programming · · Score: 1

    This is just a simple example to show how hard it is to keep data consistent across different processes. A better example would have been to think about a shared bank account account where one person might be withdrawing money and the other might be checking the balance at the same time.

  5. Good software can demand higher prices on iPhone App Pricing Limits Developers · · Score: 1

    I spent $20 on omnifocus and couldn't be happier with the purchase. Good software can demand higher prices.

  6. Paperbak (was Re:SATA, not IDE) on Digital Storage To Survive a 25-Year Dirt Nap? · · Score: 1, Informative

    I was going to suggest Paperbak too.

    You can store up to 3 megabytes per page

    To be clear, Paperbak encodes 500,000 bytes per page. The 3 megabytes figure was for c code (which is easily compressed) - most image formats are already compressed so you won't get 3 megs worth on a page.

    You probably also want to include a human readable description the encoding/decoding algorithm and the source code.

  7. This is not the Semantic Web on An App to Boil Down Online User Reviews · · Score: 2, Informative

    The idea behind the Semantic Web is that content providers tag content with semantic information to allow the creation of an ontology so that programs can easily use the for reasoning. (see http://en.wikipedia.org/wiki/Semantic_Web) The is an example of text summarization which is a classic natural language processing (NLP) task.

  8. Algorithmic Art on Computer Art For a CS Dept Office? · · Score: 1
    Try looking into some artists that use computation as their medium for example: bitforms represents some great artists.

    Also check with your university's art department. They probably have some great students and faculty working with technology.

  9. vista vapor on Apple vs Microsoft- Who's the Copycat? · · Score: 5, Insightful

    Its hard not to copy features when according to Microsoft vista will do everything but slice bread. Until its released you really can't say its being copied.

  10. Re:Gmail security can be over agressive too on Teenage Blogger Finds Gmail Hole · · Score: 1

    I've been changing .zip to .piz and things go through fine.

  11. Re:rest of the article on Cash Pours in for Student with $1 Million Web Idea · · Score: 1
    This is the trouble with business. This kid isn't a genius, after all:


    He may not be a genius but he is very good at (self) promotion. That is important for business.

    Nothing to see here, please move along.


    And yet we are all looking...
  12. Re:couple workarounds... on Easy, Cheap, Effective Laptop Cooling? · · Score: 1

    I used a first-aid style re-freezable ice pack with my old powerbook (AKA "the leg burner") and it was great. The fan never turned on (at least until the ice pack warmed up).

  13. dmx ethernet bridge on Lighting Control on Non-Windows Systems? · · Score: 1

    You could get a DMXethergate and then (if you are really a "computer geek") roll your own UI.

  14. Delayed Sleep Phase Syndrome (DSPS) on Alarm Clocks for Heavy Sleepers? · · Score: 1
    Sounds like you have Delayed Sleep Phase Syndrome (DSPS). Light therapy is supposed to work well.

    Check out a Stanford Professor's links on the subject

  15. Re:Timbuk2 on Recommendations For A Good Laptop Bag? · · Score: 1
    Timbuk2 makes the best designed bag I've ever used.

    When I first got the back I looked at its oddly shaped pockets and said to myself "What are those for?"

    Then I started using the bag and every couple days I found myself with a new item I had to carry (cable, pda, adaptor, envelops, glasses). There was a special pocket made to stash each item!

    Amazing.

  16. Re:The Curious Incident of the Dog in the Nighttim on Best and Worst Books of 2003? · · Score: 2

    I 2nd "The Curious Incident of the Dog in the Nighttime."

  17. Small Soda WAS Re:USB naming has always been goofy on USB 1.1 Renumbered To USB 2? · · Score: 1
    Consumer: One small soda please.

    Cashier: We don't have small only regular, large, and extra-large?

  18. 1999 += millions, 2003 -= life savings on RIAA Grabs Student's Life's Savings · · Score: 1
    What a difference 4 years makes. Students at UCLA did this in 1999 and sold scour for millions.

    Four years later students loose their life savings.

  19. Re:I can't wait... on Mastering Light · · Score: 4, Funny

    At least none of the joke were off color.

  20. Favorite artists? on Crazy/Nerdy Computer Art Installations · · Score: 4, Interesting
    Here a some of my favorite artist working in the interactive media/techno arts: Who are yours?
  21. nothing to hack on CT Lottery to Offer PC Game · · Score: 2, Funny

    "I'm sure there are some bored crackers out there who'd tackle this for a chance at some cash"

    From the article it sounds like the ticket determins if you win money and the game is just window dressing.

    From the Courant:
    "Customers may choose to forgo the CD and just scratch and turn in their ticket to see if it's a winner"

  22. Los Angeles online on Check Traffic Congestion Online · · Score: 1

    LA has had traffic online for a long time:
    Freeways:
    http://www.sigalert.com/map.asp? Region=Greater+Los +Angeles

    Surface Streets:
    http://trafficinfo.lacity.org/

  23. undiclosed location or Re:Enh, too little too late on Secure Wireless Through Infrared Antennas · · Score: 1

    Your right! Why lock your door? If someone really wants to get into your house, they probably will. Home security really should be security through obscurity. This must be why we've kept our Vice President in an undiclosed location for all this time?

  24. interactive media artists on Alternative Art Media? · · Score: 1
  25. Re:openssh via cygwin. on SSH Secure Services on Windows 2K/XP? · · Score: 1

    Good information on installing an cygwin openssh server (sshd) can be found here:

    http://www.jfitz.com/tips/ssh_for_windows.html#S SH _Servers