Slashdot Mirror


User: Ocrad

Ocrad's activity in the archive.

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

Comments · 37

  1. Re:Completely false anti-science bullshit. on Predatory Journals Hit By "Star Wars" Sting (discovermagazine.com) · · Score: 1

    The real discussion is much more nuanced and scientific than "peer review is bullshit," but that blunt approach is appropriate for Slashdot.

    I totally agree. The problem is even worse in free software than in real science. It is enough for a "reputable" developer to state that a given free software project is "superior" to another for most everybody accepting it on his word alone, even if the evidence shows that the opposite is true.

  2. Support those who speak the truth on The Age of Distributed Truth (eugenewei.com) · · Score: 1

    if there's one lesson on how to do your part in an age of distributed truth, it's to speak the truth and to support those who do.

    Xz format inadequate for long-term archiving

  3. Bug squashing on Debian Update: Stretch Frozen, Bug-Squashing Parties Planned (phoronix.com) · · Score: 1

    I'll believe they are serious about bug squashing when they drop xz from the deb package format.

  4. Here is a better link with the originals and a link to katrillions of raw images.

    It is not a better link; it requires javascript to even see it.

  5. Re:bit rot on Ask Slashdot: Best File System For the Ages? · · Score: 1

    And that's your answer. A filesystem like FAT32 or ISOFS that's likely to still be implemented in future OSes and a recovery files which let you rebuild anything that suffers from bit rot.

    Lzip and lziprecover can help you keep your data safe in the long term. (For the kind of data where it makes sense to use a lossless compressor, that is).

  6. Data formats on Serious Computer Glitches Can Be Caused By Cosmic Rays (computerworld.com) · · Score: 1

    Data formats are designed without taking bit flips into account even today.

  7. Re:In my experience on Slashdot Asks: How Do You Know a Developer is Doing a Good Job? · · Score: 1

    That does NOT eliminate the need for good code design, actually, having a good design phase is absolutely crucial to this approach, since else your juniors have to design. That would be ... let's say sub-optimal.

    Even more important than good code design is good data format design. No amount of good code can compensate for the defects in a bad format.

  8. Re:Makework on The Case Against a Universal Basic Income (vox.com) · · Score: 1

    I mean, why can't we keep unproductive people around? What's the limiting factor?

    Global warming?

  9. Re:Question... -- ? on Exploiting Wildcards On Linux/Unix · · Score: 1

    Where did you learn about that?

    In the manual of any argument parser.

  10. Re:Patents are vitally important to us. on Open Source Robotic Surgeon · · Score: 1

    Without patents we would have trade secrets.

    Then outlaw trade secrets by requiring that the schematic diagram, source code, recipe, etc, of anything sold to the public must be made public.

  11. NTFS performance on Linux 3.2 Has Been Released · · Score: 1

    What, in your opinion, makes NTFS a pain in your ass?

    For example performance with very large files.

    Subject: Re: [Bug-ddrescue] ddrescue. NTFS-3g eating 100%. Solved by switching to ext3

    I had a ddrescue imaging to a file on an ntfs partition (mounted with ntfs-3g) on a USB drive on Ubuntu 9.04 LiveCD. It was going slower and slower, although number of errors was not increasing. I tried all the ddrescue options I could find, but nothing helped - it was working for 5 days already and was slowing down so much so it would never end. By the time I stopped it it copied 112Gb out of 223Gb.
    Then I noticed that ntfs-3g was eating 100% cpu. So, I created an ext3 partition on the same USB drive, copied my image file and log there and restarted ddrescue.
    Boy! it finished in a couple of hours!

  12. Re:It is if the linker complains about not finding on Don't Overlook Efficient C/C++ Cmd Line Processing · · Score: 1

    getopt() is in the header <unistd.h>, which is in POSIX, not ANSI. POSIX facilities are not guaranteed to be present on W*nd?ws systems. It also handles only short options, not long options. For those, you have to use getopt_long() of <getopt.h>, which isn't even in POSIX. You can also use Arg_parser and avoid all the portability problems of getopt_long.
  13. Re:Kind of rude, eh? on Vim 6.4 Released · · Score: 1
    1. You did not specify. You asked simply "what Vim can do that Moe can't".
    Yes, Sorry. I tend to be too concise because it costs me a lot to write in English.

    2. For a text editor, being capable of editing multi-language files is an absolute imperative nowadays. Did you know .desktop files contain all the translations (English, Deutsch, Korean, Japanese etc) of the label of an application? Many people need to use an utf8-capable editor.
    But many other people does not need UTF-8 most of the time, or even never. I am one of them. Also a smaller editor tends to have less bugs and fits better in rescue discs.

    3. "Simply use another editor"? Come on, I tought you were asking for information and help (which I tried to provide here) but you seem to be only interested in advertising Moe.
    This was a honest response. If my editor does not suit your needs because it is designed for other use, what do you expect my answer to be? "I'll work all the night to offer you the editor of your dreams in the morning"?

    Moe's source is about 37 times smaller than Vim. I intend to make Moe a small, simple and reasonably complete editor, not a clone of Emacs.

    4. I found your answer deeply disrespectful, and I was only trying to help.
    I didn't intended to be disrespectful, and I appreciate your help. But I think we are speaking about two completely different types of editors.

  14. Re:GNU Moe on Vim 6.4 Released · · Score: 1
    Why is UTF-8 out? I speak Portuguese natively, and my preferred encoding is not latin1 anymore (because with UTF8 a lot of stuff in Japonese can be cleanly in the same page as my Portuguese text, for instance). I also happen to like vim's modal interface.
    UTF-8 is out by design. If you need UTF-8, simply use another editor. The same can be said about modal interface.

    When I asked "what Vim can do that Moe can't", I was refering to editor tasks, not charset encodings.

  15. Re:Why are we hiding from the police, daddy? on Vim 6.4 Released · · Score: 1
    Similarly, Vim is the Hole Hawg of text editors
    Please, could you explain me what Vim can do that Emacs or Moe (the new GNU editor) can't.

    I am not trolling. I would like to improve GNU Moe as much as possible.

  16. Try GNU Moe on Learning GNU Emacs, 3rd Edition · · Score: 1
    From time to time, I have tried to learn emacs (seeing the benefits) but the learning curve seems so steep
    GNU has now a new option, GNU Moe, a text editor very easy to use, and two orders of magnitude smaller than Emacs, yet powerful enough for most editing tasks.

    Try the latest version (0.4) of Moe here.

  17. Re:#1 Works! on 10 Computer Mishaps · · Score: 1
    Hey, freezing a broken hard disk works, really
    The first comment in the ddrescue page explains you how to rescue data that way.
  18. 250 MPG = 1L/100km on Modded Hybrid Cars Get Up to 250 MPG · · Score: 1

    For those not in "The land of the metric free", 250 MPG is about 1L/100km.

  19. Fast or well on We Don't Need the GPL Anymore · · Score: 1
    'Open source would be succeeding faster if the GPL didn't make lots of people nervous about adopting it.'
    Things can be done two ways; fast or well. It seems that Raymond prefers the fast way.

  20. Re:Quantum Computing... on A Working Quantum Computer in 3 Years? · · Score: 1
    By the time that eventually gets released i expect things to be in a Yottah-herz rating
    More likely the number of processors in a machine will by then be counted in tens or even hundreds.
  21. Re:Lowest forms of life... on Google Wallet May Compete With Paypal · · Score: 1
    Is a real estate investor the second lowest form of life?
    Yes.
  22. Re:France surrendering? on French Response to Google is Microsoft · · Score: 1
    The war in Iraq was legal. Although not properly informed of the situation, and not the best Idea. But it was legal as Iraq was breaking a lot of UN Violations.
    AFAIK Israel has violated more UN resolutions than Iraq. Why haven't the USA invaded Israel already?
  23. Re:Bad Example on Canada Says No To DMCA · · Score: 1
    Wait a minute, I thought you said there should be no laws? That's what I was calling an assinine idea. Now it seems that you do want at least one, so apparently you do agree that laws are necessary in human society?
    Lets see if I can help you to get out of this circular reasoning.

    A society without laws and in which no one has the right to make laws and impose them to others is exactly the same that a society with one only law forbiding "to make laws and impose them to others". This is, so to speak, an "implicit law".

    The only way to make someone do something in such an advanced society (say sponsor a mars mission), is to convince them with arguments.

  24. Re:Bad Example on Canada Says No To DMCA · · Score: 1
    Without laws to regulate conduct, the strong make their own rules. After all, what is there to stop them?
    Lets see. The USA invades Irak to steal its oil. No one is able to stop them... Hey, it happens exactly as you said, NOW!

    If you prefer it another way, we would need one only law, "Live and let live". And execute anyone who can't accept that.

  25. Re:Bad Example on Canada Says No To DMCA · · Score: 1
    Really? I would suggest you move to Somalia then. It should be a paradise according to you.
    The lack of laws does not imply that you have the right to kill anybody or steal their property, do you know?

    --
    How may a "trillion" be a "million million"?