Slashdot Mirror


User: Dwonis

Dwonis's activity in the archive.

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

Comments · 2,728

  1. Mach is a microkernel like Emacs is a text editor! on Get To Know Mach, the Kernel of Mac OS X · · Score: 1

    [No text]

  2. Re:He misunderstands fsync() on Your Hard Drive Lies to You · · Score: 1
    My argument is that, if sending an ATA flush is what is required to "assure that after a system crash or other failure that all data up to the time of the fsync() call is recorded on the disk", then sending an ATA flush is required by POSIX. The exception is where it is impossible to make that assurance, because of limitations of the media (such as on a RAM disk).

    What else is the point of providing a standardized fsync() call at all?

  3. Re:gcj and the new license wars on Open source Java? · · Score: 1
    Open-source projects gain popularity once they become useful. If Project Harmony makes use of gcj or GNU Classpath, it will become useful *sooner*, and thus gain popularity (i.e. more developer attention). If Harmony can't be shipped with gcj or Classpath, it could take much longer.

    BSD had benefited from Linux in the same way. I know a number of people who learned about BSD because of the LUG they attended.

    It probably feels good to make bold, blanket statements, but it's not terribly useful.

  4. Re:Considering mac mini's take less power than cpu on Green buildings, Green Server Farms? · · Score: 1
    A top-quality inverter can draw power from solar panels, a battery bank, start up a generator remotely, and if all else fails, THEN draw power from edison as a last resort [emphasis added]

    The last time I checked, the electrical grid carries AC power. Edison was a DC man.

  5. Re:$15,000 / $500 is 300 new machines each year on Updating Free Software in the Enterprise? · · Score: 1

    $15,000 maintenance, not purchasing cost, I think.

  6. Re:gcj and the new license wars on Open source Java? · · Score: 1, Insightful
    My point is essentially that it offers no advantage to the Apache development team to expend any effort in ensuring that their license is at all comptabale with the GPL because they will not foster anything from it.

    Right, because any idiot can clearly see that Harmony has nothing to gain from gcj or GNU Classpath.

  7. Re:gcj and the new license wars on Open source Java? · · Score: 1
    the compatability is one way only, yet only ever is any fuss made about GPL compatability when someone wants to include code under a the GPL.

    GPL compatibility is important to people because the vast majority of FLOSS projects are licenced under the GPL. So, if you are releasing a FLOSS program that you want to be useful to the majority of FLOSS developers, you probably care about compatibility with the GPL, whereas you probably don't care about compatibility with the QPL, XFree86 1.1, or Python 1.6b1 licenses.

  8. i.e. non-compliant on Dish Network Dishes Source Code for DVR · · Score: 4, Informative
    You cannot create a working DISH 921 DVR software build without the additional proprietary code.

    That doesn't sound like GPL-compliance to me. From the GPL:

    The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable.
  9. Re:He misunderstands fsync() on Your Hard Drive Lies to You · · Score: 1
    Quoting the same document:
    The fsync() function is intended to force a physical write of data from the buffer cache, and to assure that after a system crash or other failure that all data up to the time of the fsync() call is recorded on the disk. Since the concepts of "buffer cache", "system crash", "physical write", and "non-volatile storage" are not defined here, the wording has to be more abstract.

    If _POSIX_SYNCHRONIZED_IO is not defined, the wording relies heavily on the conformance document to tell the user what can be expected from the system. It is explicitly intended that a null implementation is permitted. This could be valid in the case where the system cannot assure non-volatile storage under any circumstances or when the system is highly fault-tolerant and the functionality is not required. In the middle ground between these extremes, fsync() might or might not actually cause data to be written where it is safe from a power failure. The conformance document should identify at least that one configuration exists (and how to obtain that configuration) where this can be assured for at least some files that the user can select to use for critical data. It is not intended that an exhaustive list is required, but rather sufficient information is provided so that if critical data needs to be saved, the user can determine how the system is to be configured to allow the data to be written to non-volatile storage.

    It is reasonable to assert that the key aspects of fsync() are unreasonable to test in a test suite. That does not make the function any less valuable, just more difficult to test. A formal conformance test should probably force a system crash (power shutdown) during the test for this condition, but it needs to be done in such a way that automated testing does not require this to be done except when a formal record of the results is being made. It would also not be unreasonable to omit testing for fsync(), allowing it to be treated as a quality-of-implementation issue.

    i.e. If your storage device is a RAM disk, you don't violate the spec by losing data that was fsync()'d to it upon a crash.

    In any case, I think it would be more relevant to cite the appropriate parts of the ATA or SCSI specs, not POSIX. Hard drives don't implement POSIX.

  10. Re:If you'll pardon my French on OpenOffice 2.0 Criticized on Use of Java · · Score: 1
    A nit to pick: Java is free. I can download it for free, I can develop with it for free, and I can package a JRE with a product of mine for free. RMS doesn't consider it free. But you know what? He doesn't own the word "free". It's like Monster trying to own the word "monster" or microsoft trying to own the word "windows".

    Congratulations! You've managed to base your entire argument on a lack of understanding of the inefficiency in the English language in this particular case. For clarity, let's argue in French (as AKAImBatman seems to have suggested):

    I propose that Java n'est pas libre. Please explain how your argument that Java est gratuit contradicts that.

  11. "loosing" on Hardware or Software Major? · · Score: 1
    ...it generally says that the IT industry is loosing the new graduates, but it does not specify which area of IT is most at risk. [emphasis added]

    Puh. It's not "loosing"; it's loosening! ;-)

  12. Attention mods: on Longhorn Beta is Disappointing · · Score: 1

    I'm not trolling. All my desktop machines are running Debian, just not Debian woody.

  13. Re:What this means on What to Expect from Linux 2.6.12 · · Score: 2, Informative

    Normally, you can use the "sync" mount option to enable synchronous writes. Unfortunately, this is currently broken in the Linux vfat driver.

  14. Re:Jack of All Trades, Master of None on Longhorn Beta is Disappointing · · Score: 2, Funny
    You're running Debian stable? As in woody? On a desktop machine? Wow. I don't know what to say. Wow.

    What's it like? Any tips on maintaining your sanity?

  15. Re:Even more annoying... on Comments are More Important than Code · · Score: 0, Offtopic
    not all of us want to install a such a behemoth onto our workstations

    Says an IE/Win or Firefox/KDE user...

  16. Re:Instead of having a computer chip monitor... on Software V-Chip for PC Games? · · Score: 1

    Why not just show up unexpectedly one day? If the kid is breaking the rules, lock up the entire computer altogether.

  17. Re:I have the solution... on Image Preservation Through Open Documentation · · Score: 1
    Why do #2? Then you just open yourself up to patent infringement lawsuits.

    It's much safer to replace #2 with:

    2. After 10 years, sue others who start rock etching services.
  18. April 27th-30th? on NETI@home Data Analyzed · · Score: 1
    Look at that "Daily usage for April 2004" graph...

    Apparently this site will be linked to by Slashdot in two days, but it hasn't been yet...

  19. Re:I don't know why this is so deviceive. on The Truth About Linux and Windows · · Score: 3, Funny

    [I can't wait until Linux] has at least ONE application that is useful for my business.

    VMware runs on Linux... ;-)

  20. Re:Huh? PDFs? on Adobe Blasts Nikon's Closed File Format · · Score: 1

    Many people don't need to "seriously work" with PDFs. In many cases, people just need PDF to act as a portable format for representing final paper documents. GS offers that.

  21. Re:Hmm on Adobe Blasts Nikon's Closed File Format · · Score: 2, Insightful
    I can't stand the PDF format. It's clumbsy, bloated, and copies poorly into other documents. On a fillable form it can't be saved. Did I mention it's slow an bloated. I love google and their view as HTML option. Troll or flamebait me if you must, but I can't be the only one that chokes on his own rage when seeing a PDF document.

    Have you even looked at the PDF specification? If not, how can you make comments about the format?

    What's clumsy and bloated is Acrobat Reader. My guess is that more free *nix users like PDF because the PDF tools available on *nix aren't bloated and crappy like Acrobat Reader is.

  22. Re:Isnt everybody? on Going Beyond Fermat's Last Theorem · · Score: 1
    And after RTFA, I find out that I was wrong:
    In earlier work done with the French mathematician, J.P. Wintenberger, in December 2004, Dr. Khare outlined a two-part general strategy to prove the Serre conjecture fully. The present result is a first key step.
  23. Re:Isnt everybody? on Going Beyond Fermat's Last Theorem · · Score: 1

    Without RTFA, I'd guess that it means that he has made some sort of advance, *assuming he's correct* (i.e. the results haven't been verified yet).

  24. Re:Other Losses? on $10B Annual Tab for Spreadsheet Errors? · · Score: 1
    Also, because of the number of calculations that go on in bigger spreadsheets, a small error up near the top can ripple through the whole sheet and make it ALL bad data.

    Hmm... Perhaps to replace SHA-1, someone could design a hash function that uses cumulative spreadsheet errors...

    Patent pending.

  25. Some of us are Muslims on Enforcing Crytographically Strong Passwords · · Score: 1
    My password is 4114h (16660 decimal), you insensitive clod!

    (That shows up as "*****" for you, right?)