Slashdot Mirror


User: jrockway

jrockway's activity in the archive.

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

Comments · 2,859

  1. Re:Taking a look at Diversity? on Oracle Acquires Sleepycat · · Score: 1

    In other news, 1.25 seconds after SleepyCat was bought, a group of MySQL developers forked BDB and life moved on.

  2. Re:Same in Windows on MythTV 0.19 Released · · Score: 1

    I'm not whining about it being a niche market. I frankly don't give a damn. If you want to use Free software, use it. If you want to be a slave to corporate America, then do.

  3. Re:Under 18 on Using Watermarks to Combat Piracy · · Score: 1

    I recall this happened to me with my TI-80 in fourth grade.

    I also remember getting a C overall because I could program the TI-80 but not spell "Quaken' Shakin' Earth"* correctly. Isn't the American educational system great?

    * 15 years later, I still don't know how to spell that**. But somehow programming has proven more useful.

    ** BTW, "quakin" or whatever isn't even a fucking word. How can I misspell something that isn't even real?

    Sorry, </rant&gt. I think I need to start a blog or something ;)

  4. Re:Same in Windows on MythTV 0.19 Released · · Score: 1, Insightful

    Yes. Why? Because nobody cares. If it's too hard for you to do, pay someone to make it easier. Or learn to program and use your skills and time to make it better. Or buy a TiVo and put up with the mandatory ads and whatnot. It's your choice.... whining about how free software is "too hard" isn't going to get you anywhere on slashdot.

  5. Re:And in other news... on Christian Churches Celebrate Darwin's Birthday · · Score: 4, Funny

    > And how do you know the parent poster is American and not British, Egyptian, or Chinese?

    Because his sig says, and I quote, "I drive an SUV -- and I'm actually pretty proud of the fact." :)

  6. Re:JFS on A Good Filesystem for Storing Large Binaries? · · Score: 1

    Remember when tigger was down for a week? That was because of JFS corruption issues. And a good portion of my MP3 collection was wiped out when I stored them on a JFS partition.

    Obviously this is anecdotal evidence, but I'm not making anything up.

  7. Re:JFS on A Good Filesystem for Storing Large Binaries? · · Score: -1, Troll

    I've used JFS on an IBM mainframe and on my Linux workstation. In both cases, the filesystem randomly corrupted data and "forgot" about files. I can see how I might lose data with a flaky hard drive on a personal workstation, but when IBM's servers running IBM's filesystem on IBM's OS (AIX) loses data, I have to recommend against JFS' use.

    EXT2/EXT3 has never lost data, and I've done some bad things to it.

    (I used Reiser when it first came out, and resierfsck fsck'd my drive by deleting every file on it. So I don't use that either. :)

  8. Re:yeah right on Google Beta Testing "Gmail For Your Domain" · · Score: 1

    > Well, considering that Mozilla, Thunderbird... do not do "just basic calendar".

    Wrong :) http://www.mozilla.org/projects/calendar/

    Frankly, "enterprise calendaring" (i.e. Exchange) is so popular in business because it allows people to look like they're working when really they're just updating their "away/present" status or forwarding spam to 42 of their closest friends. "Sorry, I'm really busy now. As you can see I'm looking at a window with appointments on it." "Oh."

    Personally M-x calendar handles all of my calendaring needs (i.e. none. I have a good memory), and looking behind me tells me whether or not my co-workers are around. The thousands of dollars saved not having Exchange go directly into my pocket, theoretically.

  9. Re:Some tips on Time Management for System Administrators · · Score: 1

    Actually, that would be ^mail^talk. But I assume you already knew that.

  10. Re:It's the Garmlich effect. on How Songs Get Popular · · Score: 5, Funny

    > If you don't like popular music, that doesn't make it "crap."

    True. The fact that it's crap is what makes it crap.

  11. Re:Misrepresentation on Acquittal of German Wikipedia · · Score: 2, Funny

    If you were writing an encyclopedia article about me, that would be relevant information. It would be your obligation to include it.

    And plus if I'm dead and you write it, I'm really not going to be offended. Because, you know, I'm DEAD.

  12. Re:And lose Internet access on Cutting the Cost of Household Bills? · · Score: 1

    My ISP encourages me to share my connection. They'll even bill the other person for me and give them a free e-mail account.

    Also, I don't have local phone service or cable TV and can still get a high speed 'net connection.

  13. Re:inline code on Ultra-Stable Software Design in C++? · · Score: 1

    Ah, the good old "The good old "Perl doesn't suck because any language can be used well or badly" argument." argument.

    Anyway, go ahead and write your whole app in C++. Just don't complain when some other company writes their stuff in perl and all your customers switch because their app has more features and fewer bugs. Case in point: RT vs. Clarify CRM.

  14. Re:inline code on Ultra-Stable Software Design in C++? · · Score: 1

    > Perl? Fuck. He wants a stable app with good code. Sheesh.

    Just because you can't read or write Perl proficiently doesn't mean that's a problem with Perl. If you're going to do a big perl project, check out Perl Best Practices first. It'll help you set a consistent, reliable, and maintainable coding style.

    Personally, I've coded a big perl app this way, and it still makes perfect sense to me (and the other hackers) 6 months later. (As opposed to a Java program that I could no longer understand after a 36-hour coding session. :) Thank you oh-so-much for CVS.)

  15. Re:inline code on Ultra-Stable Software Design in C++? · · Score: 1

    And when was the last time you actually wrote a construct like that?

    The point is, it's easy to screw your self over in any language. If you're a bad programmer, you're going to be bad in any language. If you're a good programmer, you'll manage with any language. The fact that there's lots of bad perl scripts out there just means that there are lot of bad perl programmers -- not that perl itself is bad.

    Anyway, if you are going to do a big project in Perl, definitely read Perl Best Practices.

  16. Re:form vs. function on King Tut Killed by a Knee Infection? · · Score: 4, Funny

    > Wearing an armor that screams "target me !" just to appease your vanity is a really stupid thing to do.

    Modern day parallel: iPod headphones.

  17. Re:Agreed on Craigslist to Start Charging for Some Listings · · Score: 1

    Plenty of people use it in Chicago. I found my apartment there, a friend found a cheap iPod there, etc. If you can't see past the "poor interface" (it sucks! it's not AJAX Web 2.0 buzzword compliant. there's content instead of fluff! the horror!), then you probably don't need it.

  18. inline code on Ultra-Stable Software Design in C++? · · Score: 3, Informative

    > Sadly, the programming language cannot be changed due to reasons of efficiency and availability of core libraries.

    You can easily embed C/C++ in other languages. Take a look at Inline::CPP, for example. With code like:


          use Inline CPP;

          print "9 + 16 = ", add(9, 16), "\n";
          print "9 - 16 = ", subtract(9, 16), "\n";

          __END__
          __CPP__

          int add(int x, int y) {
                return x + y;
          }

          int subtract(int x, int y) {
                return x - y;
          }


    you can put the parts that need to be fast in C++, and the parts that need to be easy in Perl. (If you do the GUI in perl, you won't have to worry about portability or memory allocation. And the app will be fast, because the computation logic is written in C++.)

    > The application can be naturally divided into several modules, such as GUI, core data structures, a persistent object storage mechanism, a distributed communication module and several core algorithms.

    Yup. There's no need for the GUI to know how to do computations, remember. The more separate components you have, the more reliable your application (can) be. Make sure you have good specs for communication between components. Ideally, someone will be able to write one component without having the other one to "test" with. For testing, write unit tests that emulate the specs... and make sure your tests are correct!

  19. Re:Nominal libertarian on No Same Sex Marriage In World of Warcraft? · · Score: 1

    > Feed the children, if the parents are too poor to do it, OK, but do not feed parents who have children without having the necessary means.

    Are you saying that people should be responsible and accountable for their actions!? Not in this America! It's the right of every citizen to do whatever-the-fuck they want 24/7! No way I'm voting for you! ;)

  20. Re:how long on Western Union Ends Telegram Services · · Score: 2, Informative

    > First, the telegraph was the first binary "digital" device. It communicated information using dots and dashes.

    Wrong. It uses dots, dashes, and pauses. If you don't pause between letters, they blur together and the meaning becomes ambiguous. .... could be "eeee" or "h", for example.

    So it's not binary, it's tri-nary.

  21. Re:If Skype went evil on Does Your Employer Ban Skype? · · Score: 1

    > Skype refuses to run under SoftICE (apparently to inhibit development of competing clients).

    Runs fine under GDB though. It also can't do anything about ktrace.

  22. Re:Maybe a grain of salt, but it's what I'd predic on Wine vs Windows Benchmarks · · Score: 1

    LACK OF BLOAT IN GENTOO!?!?!?!?!?!?!?!1?1111

    Nearly all of the software that ships with gentoo is bloated. For example, gentoo's interpretation of cp includes an option to draw a progress bar while the file copies! That's not in the GNU codebase, that's something gentoo added. Bloat that gentoo added.

  23. Re:Submitter didn't RFTA on Faulty Microsoft Driver Saps Intel Core Duo power · · Score: 1

    Are you sure it uses USB2? All the other iSights use Firewire.

  24. Re:Smells like the same old snake oil... on Fast Track to Fine Wine? · · Score: 1

    > Platinum electrodes provide the juice, driving negative ions - the cause of acidity - from the wine into the water.

    Umm... acid is H+ (or H3O+) ions. Which are not negative. In fact, they are the exact opposite of negative - positive.

    Snake oil.

  25. Re:Not two accounts on Gmail Mis.delivered? · · Score: 2, Interesting

    I get plenty of spam to the subaddresses (like "jon-nospam@jrock.us"). I've never gotten any SPAM in my main mailbox, though, so I don't think anyone's doing this yet. I have seen a few people send SPAM to "jon-@jrock.us" or "nospam@jrock.us", but that's fine since those aliases have no legitimate use. I auto-blacklist any senders to those addresses, as well as auto-reporting the SPAM to spamcop. Seems to be working fairly well.