Slashdot Mirror


User: fisted

fisted's activity in the archive.

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

Comments · 2,925

  1. Re:Not for any definition of "real time" that I kn on MSL Landing Timeline: What To Expect Tonight · · Score: 1

    plain wrong

  2. Re:Lost decade? on Microsoft's Lost Decade · · Score: 1

    "executing jpg's"
    i take it you're trolling. for the unlikely possibility that you aren't: you still don't know what a drive-by attack is, and your false sense of security is still there.

  3. Re:Lost decade? on Microsoft's Lost Decade · · Score: 1

    Cool, and how does this protect you from drive-by attacks?
    A false sense of security, that is.

  4. Re:Stupid question on Software Emulates Organism's Entire Lifespan · · Score: 1

    yeah... one.

  5. Re:Would be nice if it wasn't a memory hog on Adobe Releases Sandboxed Flash Player For Firefox · · Score: 0

    sucks to be you

  6. Well it was on Germany Sets New Solar Power Record · · Score: 1

    exceptionally hot and sunny the last two days..

  7. Re:Wrong Approach on Why Linux Can't 'Sell' On the Desktop · · Score: 3, Insightful

    >> I chose Windows because I couldn't do what I wanted w/ Linux.
    FTFY

  8. Re:Hazard on What's Keeping You On XP? · · Score: 1

    And you're obviously not aware of the various ways your system can be infected. Drive-by attacks come into mind.

  9. Re:Why BASIC? What for? on Why Can't We Put a BASIC On the Phone? · · Score: 1

    "They do not want people writing their own apps easily. It's not profitable to allow everyone to write their own custom apps."

    Microsoft doesn't want that either - that's why they shipped BASIC. At best it creates the illusion of being able to do something useful with it. At worst it teaches bad habits which are near impossible to unlearn, rendering the masses incapable programming, long term.

  10. Re:1% of all nuke plants have melted down now. on Report Condemns Japan's Response To Nuclear Accident · · Score: 1

    unless 1% of all nuclear power plants *randomly blew up*, yes, it is IMO. Also, yes i do imagine way more than 1% of cars would malfunction...when hit by earthquake and tsunami. Or in the process of safety-evaluation conducted by incompetent and miscommunicating operators who'd accidentally use humans instead of dummies for their crash tests, to stick to the given car analogy.

    Asked the other way around, which plant did actually blew up out of nothing, with no human errors involved? (Building a plant like Daiichi next to a coastline is a human error too, at least if it does not provide some extra safety measures like a core catcher, for instance)

  11. Re:1% of all nuke plants have melted down now. on Report Condemns Japan's Response To Nuclear Accident · · Score: 1

    Cool straw-man, bro.

  12. Re:Separate the browser from the mail ... on Opera 11.60 'Tunny' Released With Ragnarök HT · · Score: 1

    I feel a strange need to facepalm at this point.

  13. Re:Separate the browser from the mail ... on Opera 11.60 'Tunny' Released With Ragnarök HT · · Score: 1

    Would mod you up if i had the points. Do one thing - and do it well. If only more programs would stick to that philosophy...

  14. Re:Disagree on 4.74 Degrees of Separation on Facebook · · Score: 5, Insightful

    yeah, so antisocial not to hand over all data to facebook.

  15. Re:Sending... on PayPal Launches Facebook App For Sending Money · · Score: 1

    oh i should have...

  16. Sending... on PayPal Launches Facebook App For Sending Money · · Score: 3, Funny

    Sending money? Who the heck cares about sending money?
    If facebook wants me to register, they better add an app for receiving money.

  17. should be on New Study Finds People Remember More Than They Think · · Score: 1

    from the new-study-finds-already-known-stuff dept.
    or is this really news to anyone?

  18. OpenSUSE 12.1 Released... on OpenSUSE 12.1 Released · · Score: 1

    ...and not a single fsck was given on that day.

  19. Wouldn't it be great on Steve Jobs Wanted an iPhone-Only Wireless Network · · Score: 1

    ...to have all those iMorons leave off into their separate net?

  20. Re:Wrong on 10 Years of Windows XP · · Score: 1

    Standards are to be praised for that, not Microsoft, you moron.

  21. Re:Toasting another TEN! on 10 Years of Windows XP · · Score: 1

    (I am a FreeBSD user... I do not share your pain)

  22. Re:Einstein replied "Check your measurements, son" on CERN Experiment Indicates Faster-Than-Light Neutrinos · · Score: 1

    *cough* isn't it actually irrelevant whether they know, or do not know how long their tunnel is? It's sufficient to compare the velocity of those neutrinos with that of a regular photon beam, in order to know the neutrinos are faster.

  23. Re:Hmmm .... on First Exoplanet Discovered Orbiting Two Stars · · Score: 1

    And who said life was exceedingly rare? Bear in mind that distances in our universe are exceedingly large.

  24. Re:GUI? on Learning Programming In a Post-BASIC World · · Score: 1

    No, sir. First of all, being able to draw lines/circles is in no way comparable to having some toolkit ready in order to build a GUI. Note this is not about coding widgets, but building GUIs out of ready-to-use widgets. However, irrelevant. You seem to wrongly assume the inverse of my statement would also hold, which is definitely not true, i.e. by saying 'Beginners shouldn't start with creating GUIs', I in no way say that advanced programmers should. Generally, it is *always* a failure to design something to be GUI based from the beginning. Unfortunately, Windows does in no way encourage people to separate front- and backends, worse, it makes it look like that wouldn't make sense at all. That is what leads people to the terribly invalid assumption that the CLI would be inferior, or obsolete, like you implied in your comment (since you mention windows as if there was nothing else, (or as if it was a meaningful reference at all) i assume you're exclusively using windows). Look at four decades of unix history, if you want some confirmation that it is still perfectly valid, and usually the best way to go, to write programs according to the filter pattern, as mentioned in this beautiful book http://www.faqs.org/docs/artu/ch11s06.html

  25. GUI? on Learning Programming In a Post-BASIC World · · Score: 1, Interesting

    Beginners should not start with creating GUIs in the first place. (Neither did early BASICs support such a thing)