Slashdot Mirror


User: jejones

jejones's activity in the archive.

Stories
0
Comments
1,524
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,524

  1. Re:What about post-install management? on Gentoo 2005.0: A Live CD And [No] Graphical Installer · · Score: 1

    Hmmm. When I've emerged things, it's told me something on the order of "N configuration files need updating; run 'foo' for information." "foo" (I forget the actual command and options offhand) tells you to run etc-update, which gives you a chance to update the files under your control. Admittedly, I learned about the control part the hard way, when I blithely ran etc-update and let it put in a new /etc/fstab...

  2. Re:Post is wrong by 2 orders of magnitude. on Steve Ballmer's $100 PC, Sans Windows · · Score: 2, Informative

    Typical flash today is good for a million writes per cell.

    You wish. It's more like 10.000. 1.000.000 is the figure for EEPROM, but there the access time is quite a bit longer.


    Googling for flash mtbf turns up this site, which claims 1e6 program/erase cycles and 1e6 hours MTBF, and this site, which claims 5e6 program/erase cycles and 1.8e6 hour MTBF for their 1 GB flash disc, 1.0e6 hour MTBF for their 6 GB flash disc. Others claim MTBF figures such as 5e5 and 8e5 hours.

  3. Re:potential money is everywhere on UK to Privatize Radio Spectrum? · · Score: 1

    From the linked essay:

    It isn't the reasonable men who seek profit, only an idiot would seek to control more than he and his family can reasonably consume in a lifetime.

    So, people who run businesses--which if they're successful, often involve the control of resources whose value collectively is more than a family can reasonably consume in a lifetime--are idiots? I wouldn't want to be a consumer or someone looking for a job in the author's ideal world.

  4. Re:c'mon.... trivial prior art on Microsoft Patents 'IsNot', Enlists WTO · · Score: 1

    True. In BASIC09 you'd have to write "ADDR(a)<>ADDR(b)". OTOH, the idea is pretty obvious, and BASIC09 has been around for not quite a quarter of a century.

  5. Re:c'mon.... trivial prior art on Microsoft Patents 'IsNot', Enlists WTO · · Score: 1

    != is an op that compares values. It _can be used_ to do what the patent covers, but it is not an operator that _just does that_ which is what the patent in fact covers.

    OK... how about the Algol 68 isnt operator? (I think the semantics require it, as distinct from neq, because neq would strip all the refs from the modes of its operands.)

    The MS patent specifies the context of a BASIC interpreter... but I think that IsNot is clearly inspired by isnt, or perhaps LISP's eq (as opposed to equal).

    (And what's with /. not allowing HTML entities?)

  6. Re:What do ya mean Horror?! on Raimi Remaking 'Evil Dead'? · · Score: 1

    No... Evil Dead plays it straight. In the immortal words of Joe Bob Briggs, it has the one property that makes a horror flick great: anyone can die at any time.

  7. You bet I'd buy one... on Will Our Cars Become Our Chauffeurs? · · Score: 1

    I had a driver's license for a while--the written test was, of course, trivial, but it took me three times to barely pass the driving test. (The last time, I drove to the parallel parking spot, said to the examiner that I doubted that I could do it, and proceeded to the next portion of the test...) I never was comfortable with driving, and after being rear-ended, I decided that the world would be a safer place if I didn't drive.

    Once it's at least as good as a good human driver, you bet--I'd buy one in a heartbeat, finances permitting.

    (Of course, that will be the interesting part; people who can afford to be early adopters can afford human chauffeurs, so the early adopter set may not be as large as it might otherwise be.)

  8. suddenly I have a 50s flashback... on Ballmer Threatens Linux Patent Lawsuits · · Score: 1

    "I have here a list of 228 Communist--er, patents that Linux infringes!"

    At least we don't need to ask the rhetorical question about decency.

  9. Re:Infinite Resolution on Is The 'CSI Phenomenon' Good For Science? · · Score: 1

    Sure. High Anxiety (in analog form)... and since it was a parody of Hitchcock movies, one of them must have something similar (if not quite as extreme).

  10. Re:In other news... on Disney to Make Toy Story 3 Without Pixar · · Score: 5, Insightful

    P.S. - Disney hasn't done anything original on their own in YEARS (nay, DECADES).

    I must respectfully disagree. Lilo and Stitch was wonderful and not the stock issue Disney movie. (Admittedly, what they've done with the characters since then is truly sad.)

  11. Re:on a bumper sticker on The State of Natural Language Programming · · Score: 1

    I prefer

    (love algol 68 | honk)

    thanks.

  12. OK...that's nice, but... on Aboriginal Languages Now Easier on the Web · · Score: 1

    ...rendering the character set as graphics means that unless you have Opera, which scales graphics as well as text when you set the zoom. Not to mention that blind Inuit are SOL--does Canada have an equivalent of the Americans with Disabilities Act?

  13. Re:Without extensions, Firefox is nothing. on Microsoft Says Firefox Not a Threat to IE · · Score: 1

    By promoting the message that ActiveX is a danger (i.e., to my customers), you are jeopardizing my ability to make a living.

    No one has a right to make a living based on fraud.

    The Internet Wayback Machine site has stored versions of devedge.netscape.com, which AOL evidently deleted in early October; it's not clear that the people working on Mozilla have any control over that. Unfortunately, when I clicked on a link to a PDF manual, it didn't work.

  14. Re:Fractal compression on Interview With Math Legend Benoit Mandelbrot · · Score: 5, Informative

    OK... if you remember way back when to vector spaces, for a given space, there are lots of "bases" (plural of basis), minimal sets of vectors that collectively "span" the space, i.e. pick any vector in the space and I can hand you a weighted sum of vectors in the basis that adds up to the vector you picked.

    OK... now, let's go on to vector spaces (or is this that further generalization thereof, namely Hilbert spaces?) where the "vectors" are functions! Those have bases, too. For functions with a particular period (i.e. there's some number p such that for any x and any integer k, f(x + kp) = f(x)), you can finagle {sin kx, cos kx | k in N} to maneuver the period from 2 * pi to p and position it appropriately so that they form a basis for that space of functions. ("My photo of Aunt Sarah isn't periodic!" you say? Then we pretend it's periodic, i.e. it infinitely repeats like a Warhol Marilyn Monroe, and just never show the repetitions.)

    Here's the trick: if you can arrange your basis so that those weights (remember the weighted sum?) get smaller and smaller as you go on, you can do lossy compression by throwing away all the terms past a certain point.

    People did it with Chebyshev polynomials to get decent results for power series approximations (at a cost of spreading around the error) with fewer terms, and you can do it with {sin kx, cos kx | k in N}, because as k gets bigger, sin kx and cos kx wiggle faster and faster, and most pictures don't look like Moire patterns or op art. (The reason that you don't want JPEG for line art is that sharp edges are guaranteed to require lots of terms, so they're guaranteed to look bad when you leave them out.)

  15. I think I'd like to know all sides' funding source on How Journalists Distort Science with Balance · · Score: 1

    Surely wanting a particular outcome is not confined to industry.

  16. Yet another thing they're doing... on Best Buy: 20% Of Customers Are Wrong · · Score: 1

    ...is giving "rebates" in the form of gift cards, that can only be redeemed at Best Buy.

  17. Re:Does Fedora 3 burn? on Fedora Core Release 3 Released · · Score: 1

    When I tried FC3T2, I was able to burn a CD as myself (under FC2, I had to su in order to burn a CD)--so I expect that they've corrected that problem.

  18. erratum on Digital Retro · · Score: 3, Informative

    ...the Dragon 32 (a Welsh-made near-clone of the Tandy TRS-80)...

    The Tano Dragon was not a near-clone of the Z-80-based TRS-80; it was a near-clone of the Tandy Color Computer which used the Motorola 6809, the best microprocessor of its era.

  19. They call it "Blocker Hill," but... on Programmers Hold Funerals for Old Code · · Score: 2, Funny

    ...shouldn't it be "Reboot Hill"?

  20. Re:Is it just me that feels slightly uneasy? on NYT Firefox Campaign Raises $250,000 · · Score: 1

    Am I the only one who thinks that this $250 000 could have been put to better use?

    Who's to decide what's better use? Should we all give all money not needed for a subsistence living to charity, lest we be considered selfish?

  21. Re:This should really be cleared up: on XBox Owner Sues Microsoft · · Score: 1

    I'm curious about where you found a reference to the brewer being defective; no other web site I've seen on the subject has said anything other than that McDonalds kept their coffee hot.

    That said, the lady suffered from third degree burns as a result of not thinking. She held the styrofoam cup between her legs and then removed the lid, the main thing keeping said legs from squashing said cup and drenching her in hot coffee, so she could add sugar and cream, for [insert favorite deity here]'s sake!

    It's as if you were at your favorite steak restaurant and decided to hold the steak knife under your arm while you used both hands to unscrew the A-1 sauce bottle lid and pour some on the steak--anyone who would do that is a danger to him or herself, and I would say that's a fair characterization of the hot coffee lady.

  22. Re:My Website's Stats on Firefox Shooting For 10 Percent · · Score: 2, Interesting

    If I may act like a M$ fanboy for a sec...if IE use drops to 0% across the board, how does this affect M$'s bottom line?

    If that happens, then more web designers will design web sites to conform to standards, rather than to make them work on IE. Web apps using XUL will be more prevalent, which is critical for MS. (Go back to the first MS antitrust suit and read the sections about "applications barrier to entry.") XUL would then carry through Andreesson's long-ago threat of turning MS Windows into a "collection of badly written device drivers," so that you can count on apps being around even if you don't use Windows--and MS can't let that happen.

  23. Re:correction on Greatest Equations Ever · · Score: 1

    That's de Moivre's theorem, but yes, you're right, though I don't know historically which came first.

  24. I'd cheerfully buy four or five on Free Software Friendly Graphics Card? · · Score: 1

    I'm tired of waiting for nVidia to catch up with kernel changes, and tired of getting drivers that don't support all the features of the hardware that I buy (or broken drivers, like the ATI driver that I could always count on freezing my wife's computer in the midst of a spiffy 3D screensaver every so often).

    I have five PClones, and would cheerfully buy graphics hardware for them from a company that takes Linux seriously by providing or allowing full-featured, open source drivers.

  25. Re:Pascal... on 30th Anniversary of Pascal · · Score: 2, Informative

    Especially Algol 68, the best programming language you probably never used, a victim of nasty (and not necessarily accurate) propaganda. I urge all to track down a copy of the History of Programming Languages II proceedings and read Charles Lindsey's excellent and bittersweet paper on the history of Algol 68.