Slashdot Mirror


User: JBrow

JBrow's activity in the archive.

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

Comments · 16

  1. From the article: "In their latest paper, which has not been formally peer reviewed, ..." I believe in light of their "flip-flopping" conclusions that people should wait until the peer review process is completed.

  2. Auto-Play Anything via WWW is Bad by Design on In Blocking Autoplay Videos, Chrome Is Breaking Many Web-Based Games (arstechnica.com) · · Score: 1

    Talk about a sense of entitlement... people discover autoplay and rely on it. *cough*game programmers*cough* My preference is to have ALL dynamic browser objects disabled by default. Allow users to enable it. I'm with Tim Berners-Lee in the belief that "The Web" is fundamentally broken and this is just another example of it.

  3. Analytica & Others 0wn3d Every FB User, Then S on Former Cambridge Analytica Employee Says Facebook Users Affected Could Be 'Much Greater Than 87 million' (theverge.com) · · Score: 1

    The expectation of privacy is invalid. Assume that everyone is "compromised" on FB. Live with facts. Live as though your privacy is no more. I learned this a long time ago when I got my Amateur Radio License KJ7L. I'm world-searchable via the FCC.gov website for just being a Ham Radio guy. Thus, how should I expect my privacy to be anything but a smoke screen?

  4. Whatever Happend to "Do No Evil" Google? on Google Begins To Merge Google+, Gmail Contacts · · Score: 2

    Ref: #6: You can make money without doing evil.
    http://www.google.com/about/company/philosophy/

    YRS

  5. Java Is Not Going Away Anytime Soon on If Java Is Dying, It Sure Looks Awfully Healthy · · Score: 1

    No amount of criticism is going to make Java go away so get over it and stop flaming about Java being _______________. I am going to go out on a limb here and state categorically that each and every programming language has its faults. So your choice is simple: either declare that "the glass is half-fiull" or "the glass is half-empty". IMHO Java is an incredibly fantastic language to use for accomplishing your task at hand. Yes, you need to type a little bit more in Java. Shut up and get to work is what your managers are going to say.

  6. Flawed on Why We'll Never Meet Aliens · · Score: 1

    The entire discussion as to why we will never meet aliens is fundamentally flawed because we are are discussing it from our current (tiny) viewpoint. And the rest? Well it's pure speculation.

  7. Huge Problem with Clause 2 on Outlining a World Where Software Makers Are Liable For Flaws · · Score: 1

    Clause 2. In any other case, you are liable for whatever damage your software causes when used normally.

    This is too broadly stated. Define "when used normally". If the purpose is well-defined and performance is agreed to by spec via signed contract, then yes Clause 2 is fine. Now let's go into the real world shall we?

    In the real world software is continually modified, changed, enhanced, etc. Thus "when used normally" is difficult to nail down.

    A glaring omission of this software liability discussion is the area of software testing and, even further, software certification. The bottom line here is that such a simplistic treatment of software in terms of product liability is doomed.

  8. Emacs - ~/.saves directory on Programmer's File Editor With Change Tracking? · · Score: 5, Informative
    Aside from using version control, I also have Emacs set up with an extensive save history. My settings are:

    ; backup
    (setq make-backup-files t)
    (setq
    backup-by-copying t
    backup-directory-alist '(("." . "~/.saves"))
    delete-old-versions t
    kept-new-versions 6
    kept-old-versions 2
    version-control t)

  9. Why is COBOL like a woman? on Top Ten Geek Girls · · Score: 1

    Miss a period and you're in trouble.

  10. It's Very Simple on Any Prospect of Serenity Sequel Quashed · · Score: 1

    There will be more Serenity / Firefly when the money is there. Period.

  11. No Publicity is Bad Publicity in This Case on Firefox Community, Sickly Out of Control · · Score: 1

    Considering that the fight for market share faces an uphill battle against IE, I'd say the subject line (borrowed from the Entertainment Industry mantra) says it all. Make noise for Firefox, it's worth it!

  12. Well if you don't like US Control... on U.S. Insists On Keeping Control Of Internet · · Score: 1

    ...then don't use it.

  13. Please, no more death because... on Death Penalty For Hackers? · · Score: 1

    If you take a step back and just reflect, this is simply just another knee-jerk reaction, and I consider it a form of "computer rage".

    It will be more difficult, but let's just fix the systems.

  14. Technical Merits of Java on OpenOffice 2.0 Criticized on Use of Java · · Score: 3, Insightful
    According the article: "The problem, according to some free software voices..."
    Stop right there. Name names that carry some weight, please. This is almost as bad as "Unidentified sources within the White House..." After drilling down to the cited NewsForge article http://software.newsforge.com/article.pl?sid=05/03 /22/204244, we get to the the real reasons. Java is very powerful, albeit coming from Sun and not from the OSS community. Until the OSS community can deliver, can anyone provide an alternate to using Sun's Java?
  15. Add Jonathan Schwartz on The "Return" of Java Discussed · · Score: 1

    Interviewing both Gosling and Schwartz would provide plenty of answers to help cut through the FUD, IMHO.

  16. Typical linux.com Review on Fedora Core 2 Dud or Dodo? · · Score: 4, Interesting

    Most of the text I've read in the past on linux.com is a wash -- too heavy on the histrionics and not enough on the facts. Because of this I usually avoid linux.com like the plague for facts. Furthermore it's not my first choice for finding out accurate information about distros.

    (Heh, Slashdot is way more factual ;-) )

    FYI, I have been using FC2 for about a week now. I'm a KDE / fluxbox user so I have no opinion on Gnome. After starting from scratch (previously was using Red Hat 9), my poor 200 Mhz / 128 Mb RAM PC is working much better. Everything else I have installed (Java 1.4, RealPlayer, MP3 support for XMMS, prboom, Timidity and so on) has been fine, no issues.