Slashdot Mirror


User: selven

selven's activity in the archive.

Stories
0
Comments
2,692
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,692

  1. Re:Gmail also occasionally goes down on Yale Switching To Gmail, Not Without Opposition · · Score: 1, Interesting

    They're still more reliable than anything most other people can accomplish.

  2. Re:Use it on Learning and Maintaining a Large Inherited Codebase? · · Score: 1

    Those are extremes. Multi-lining can still be useful. For example, a nice simple physics calculation:

    far_enough = ((projectile.speed * sin(projectile.angle) / gravity * 2) * (projectile.speed * cos(projectile.angle)) >= sqrt((destination.X - start.X) ^ 2 + (destination.Y - start.Y) ^ 2)

    Or:

    hspeed = projectile.speed * cos(projectile.angle)
    vspeed = projectile.speed * sin(projectile.angle)
    seconds_in_air = vspeed / gravity * 2
    reqdist = sqrt((destination.X - start.X) ^ 2 + (destination.Y - start.Y) ^ 2)
    far_enough = seconds_in_air * hspeed >= reqdist

    The second one makes a lot more sense, with the intermediate variable names explaining exactly what's going on, and doesn't wrap around the right side of the screen.

  3. Re:Hunt down the original developer on Learning and Maintaining a Large Inherited Codebase? · · Score: 1

    You're shooting the huntdown of the first developers? So you're saving their lives?

  4. Re:Google is orthogonal to privacy on Google Tweaks Buzz To Tackle Privacy Concerns · · Score: 1

    Orthogonal? As in Google's interests being equally fulfilled regardless of the privacy situation? Orthogonal is 90', you're looking for "diametrically opposite".

  5. Re:Definitely Not on Is Plagiarism In Literature Just Sampling? · · Score: 1

    It's not stealing, or anything close to it. It's building on an existing pool of literature and culture, ie. the whole point of copyright in the first place. If everyone had to start from scratch, there would never be any Progress.

  6. Re:A Christian's take on Texas Textbooks Battle Is Actually an American War · · Score: 1

    Science belongs in a schoolbook on science. Religion belongs in a schoolbook on religion.

  7. Re:Cool, now nobody has to pay taxes. on EU Overturns Agreement With US On Banking Data · · Score: 1

    Isn't it illegal for the US government to ask someone else, whether it's a foreign government or a telecom company or a 13 year old Russian hacker, to spy on someone if it's illegal for them to do the spying themselves? From what I recall, this is what happened with the telecoms a while back.

  8. Re:Definitions on When Will AI Surpass Human Intelligence? · · Score: 1

    Memory? Not sure who wins that.

    A very skilled human, after watching a movie once, might recall most of the dialogue and how every scene looked. A computer would remember the precise position of everything after every frame. And that's a type of recalling particularly suited to the human mind. Memorizing things with no pattern whatsoever (like digits of pi) would be even more in the computer's favor.

    I think computers win all the objectively measurable forms of intelligence pretty fully.

  9. Re:Use the "double-up" method: on How Do You Accurately Estimate Programming Time? · · Score: 1

    15 minutes -> 30 hours. Don't think Murphy's law will be kind and allow you the gentler interpretation.

  10. Re:Unbelievable on Google Reduces Its Nexus One Termination Fee · · Score: 1

    The market has shown that many people actually want the option of giving up some freedom in exchange for a few hundred dollars. it's a tradeoff you're not willing to make, and I'm not willing to make, but some people are, and we should respect their choice. It's not corporate oppression, the customers signed up willingly, they're getting exactly what they want.

  11. Re:Even more interesting on Google Airs Super Bowl Ad · · Score: 4, Funny

    This is the internet, may I ask what it is that you were expecting?

    The Spanish Inquisition.

  12. Re:Perl and Ruby script on Google Airs Super Bowl Ad · · Score: 5, Funny

    Guy: Here's a python.

  13. Re:I think everyone would agree here... on Restructured Ruby on Rails 3.0 Hits Beta · · Score: 1

    Nah, the real ultimate enterprise database is Google Spreadsheets.

  14. Re:Notes on Pen Still Mightier Than the Laptop For Notetaking? · · Score: 1

    I can read my computerized notes in the Starbucks, at a friend's house and on the subway, since my laptop is always with me. You can't do that with a big binder full of notes. Written notes are the ones that randomly fall out never to be seen again. As for distractions, it's called self-discipline. If you can't do that, you can even shut off your wireless for the duration of the class. If that doesn't help, you can make a custom Linux Live CD without the internet packages. The only argument in favor of paper is drawing diagrams.

  15. Re:Looks interesting as replacement for Python on An Interview With F# Creator Don Syme · · Score: 4, Interesting

    I agree that Python has some strange things about it, but look at some sample f# syntax from Wikipedia:

    let rec factorial n =
        match n with
        | 0I -> 1I
        | _ -> n * factorial (n - 1I)

    What do those funny characters mean? What's the I after the numbers? Compare to the python one liner:

    def factorial(n): return 1 if n == 0 else n * factorial (n-1)

    That makes sense even to someone with absolutely zero experience in the language.

  16. Re:Wait, there's something wrong here... on Tritium Leak At Vermont Nuclear Plant Grows · · Score: 1

    It's at very low concentrations, in water, and filtering tritium out of water is hard (especially if it's ditritium oxide). So no, they're not going to try to recover any of it.

  17. Re:to all the nuclear proponents on Tritium Leak At Vermont Nuclear Plant Grows · · Score: 1

    No, I think the nuclear plants should pay the cleanup costs. Coal plants, however, spew out stuff like this every day, and they should also pay cleanup costs. Socializing the losses, if done evenly, harms nuclear only against wind power and some of the better incarnations of hydro and solar.

  18. Re:Soo.... on Internet Nominated For 2010 Nobel Peace Prize · · Score: 1

    It isn't even the year of Tux on the desktop, so how can we even hope to get him on the internet?

  19. Re:A Linux 'app store' is like a church of atheism on Red Hat Exchange Is Dead · · Score: 2, Informative

    What is this difference? Most repositories have a filtering process (otherwise any malware author could get something in there, removing its security advantage). The only one I see is the presence of money, but an app store is still called an app store even if it offers free stuff.

  20. Re:Stupid!! on Google Docs Replaces OpenOffice In Ubuntu Netbook Edition · · Score: 1

    That's an excessively lame excuse. Ubuntu is continously losing functionality and replacing it with proprietary solutions just for disk space sake.

    Of course. They have to keep adding new features and improving the operating system while still keeping it inside a single 700MB CD.

  21. Re:When is /. going to actually do more then just on Microsoft Finally To Patch 17-Year-Old Bug · · Score: 1

    There were probably crackers who knew about it and were keeping quiet to maximize long term exploitation potential. Also, you may recall that Slashdot did report on an 8-year-old Linux bug too.

  22. Re:I could be stupid on Israeli Scientists Freeze Water By Warming It · · Score: 1

    Making water freeze at >0'C is actually very easy. Just reduce the pressure

  23. Re:Why doesn't Adobe just open-source Flash? on Oh, What a Lovely Standards War · · Score: 1

    Flash has a lot of security vulnerabilities, and many other problems. Even open source can't fix it.

  24. Re:A Linux 'app store' is like a church of atheism on Red Hat Exchange Is Dead · · Score: 2, Informative

    The Debian repositories are an app store, and I don't see FOSS people avoiding those.

  25. Re:google content needs to be opt IN not opt OUT on Once Again, US DoJ Opposes Google Book Search · · Score: 1

    Copyright itself must be opt in, not opt out. Preventing people from copying works when no one benefits from it is what's evil and what this settlement, despite its drawbacks, was going to go toward solving.