Slashdot Mirror


User: mspring

mspring's activity in the archive.

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

Comments · 104

  1. questionable units on BOSS: The Universe's Most Precise Measurement · · Score: 1

    I always try to get my head around the meaning of measuring something in units which didn't exist then.

  2. data structures more important than control flow on Khan Academy Chooses JavaScript As Intro Language · · Score: 1

    They should start teaching a language with rich constructs for data modeling.
    Once you have modeled your problem domain adequately, the control flow comes naturally.

  3. Stereoscopic? on Throwable 36-Camera Ball Takes Spherical Panoramas · · Score: 1

    Should be stereoscopic. And there should be an immersive stereoscopic viewer.
    -Max

  4. typing skills correlate with other skills on Does Typing Speed Really Matter For Programmers? · · Score: 1

    Among my coworkers I seem to see a correlation between their ability to type, their zeal for nice code and even how neatly their cubicle looks.
    -Max

  5. Why restrict this to networking? on Network-Monitoring Data Put to Music · · Score: 1

    This approach could used for the visualization (audiolization?) of all sorts of complex processes. Human hearing is good at filtering out subtleties from within a cacophony.

    I said this a while back: http://science.slashdot.org/comments.pl?sid=104282 &cid=8883260

    -Max

  6. Hold the ID verifier responsible on Government To Fix Identity Theft? · · Score: 1

    The entity which acts upon a false identity should be held liable.
    -Max

  7. Solution: Partitioned Decrypter on DVD Decrypter Author Served With Take-Down Order · · Score: 2, Interesting

    Partition the decrypter into two "harmless" modules, host them on separate servers. Only when put together, the functionality is available...

  8. My favorite extension: on Mozilla Extending Javascript? · · Score: 1

    solveMyProblem();
    -Max

  9. Gesture Control on A Voice-Controlled TV Remote · · Score: 1

    I'd still prefer an approach where gestures are used to control the TV.
    -Max

  10. IP over HTTP on BitTorrent Inherently Illegal? · · Score: 1

    with steganographic encoding in HTML&PNG. That should take care of any blocking efforts.
    -Max

  11. Re:Book sounds better for managers than programmer on Business Under Fire · · Score: 1

    Why should writing *more* code be a sign of higher productivity?
    -Max

  12. Fixing the root cause on The Coming Atlantic Mega-Tsunami · · Score: 1

    by carry off the offending part of the volcano?
    Wouldn't that be cheaper?
    -Max

  13. Re:what I think it means is on What Do Court-Ordered Internet Bans Really Mean? · · Score: 1

    But it all hinges on the definition of X, on which layer it is defined. Does a voice call getting routed over the Internet constitute "using the Internet", does surfing the Web using an intermediate person constitute it, does it when the the other person is a travel agent when booking a trip???
    -Max

  14. Re:Well, I think it's actually pretty funny. on Automated DMCA Notices Still Full of Lies · · Score: 1

    After having made it illegal to have a copy, they'll make it illegal to pretend to have a copy.
    Wait for it!
    -Max

  15. Start using the beep as a swear word on PBS Feels FCC Chill On Censorship · · Score: 1

    How will they beep it out?
    -Max

  16. Re:pathetic on Night Goggles Capture Spider-Man Movie Bootlegger · · Score: 1
    Same thing as when the American Government prints some more green ones. You still have the same amount of dollars int your bank account, but every one of these dollars is now worth a little less.


    Yes, and people constantly sue governments for causing inflation or for not fighting inflation hard enough.

  17. Sound Diagnosis on The Sound of Cells · · Score: 1

    I wonder why sound isn't used more for the detection of all sorts of mechanical malfunctions. After all, I hear if something is wrong with my car.
    -Max

  18. Optical Gesture Control on Gyroscopic Wireless Mouse · · Score: 1

    Shouldn't be too difficult: One (or two) Web cams figure out what I'm doing with my hands in front of the screen. Mapping gestures to actions, moving the cursor, etc.
    -Max

  19. Acoustic "Visualization" on Radar For Safer Driving · · Score: 1

    The other cars around me (in particular those in my blind spots) should be "visualized" via synthetic 3D noises (with configurable annoyance level) over the car stereo.
    -Max

  20. Re:Popups? on Legally Defining "Unauthorized" Computer Access · · Score: 1

    It's all just a matter of how you define "one machine" and "multiple
    computers". To me the NAT box with other computers behind is in
    principal not different from a single machine with multiple
    intelligent terminals. At the end of the day, it's all about CPU
    pushing bits from one interface to another.

    Where is the definition saying that my entire home network is not
    simply one machine?

  21. Directing Tornadoes on Surviving Tornadoes · · Score: 1

    Any change/attempt to direct the path of a tornado by appropriate landscaping?
    -Max

  22. Endure the Name Collision on Firebird Database Project Admin on Name Clash · · Score: 1

    Wouldn't it be nice if the Open Source community takes this as an opportunity to show that name collisions don't need to be resolved, and no real problems occur?
    -Max

  23. Re:Damage Reversal? on Investigating the RIAA's Billion-Dollar Claims · · Score: 1

    You have a point. So, how about a refinement of the original idea: Make the amount relative to what the other party is "worth" (that would need to be clearly defined, of course). I sue you for $100,000, I'm worth $1,000,000 (just for the sake of the argument), I lose and you're worth $100,000, I'd owe you $10,000,000.
    That approach would make in this RIAA case an interesting number.
    -Max

  24. Damage Reversal? on Investigating the RIAA's Billion-Dollar Claims · · Score: 4, Interesting

    I suggest to introduce into the legal system the notion that in case the plaintiff loses, he has to pay the defendant exactly the amount he is sueing for.
    That would give a natural limit to such amounts.
    -Max

  25. Software TV Tuner on Building a Multi-Channel PVR System? · · Score: 1

    Any chance to sample and store the entire frequency spectrum on the antenna, and then filter out the desired channel later in software?
    -Max