Slashdot Mirror


User: omaha

omaha's activity in the archive.

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

Comments · 23

  1. You should know that Governments work for you while Corporations want to take your money.

    You my friend, do not live in Nebraska. It ain't for everyone.

  2. Still practicing the "Fish Slapping Dance?" on Two-Thirds of Americans Give Priority To Developing Alternative Energy Over Fossil Fuels (pewresearch.org) · · Score: 0

    It hasn't been but 3 months since people were slapped with bad polling data. Isn't anyone curios about the poll questions and sample demographics? Maybe you should ask for them before you start even taking a position on this, or any other "poll". Lies, lies and damn statistics.

    Poll should be categorized as a trigger word/phrase, just like "nigerian prince".

    In general, I would prefer unicorn powered vehicles over the alternatives.

  3. get an archos 101 on When Should I Buy an Android Tablet? · · Score: 1

    Like me. They kicka$$. Then with the money you saved. Buy another in 6-9 months when hcomb settles.
    Posted from my a101.
    J

  4. Re:It's a hack! on CodeWeavers Package Google Chrome For Linux and Mac · · Score: 1

    I'm seeing 2.44x faster performance for javascript in the cxChromium PoC compared to FF3 on ubuntu32. See http://inre.dundeemt.com/ for more details.

    Hope others post their test results too.

  5. Re:Big_Fat_bullshit! on Canadian Researchers Say Hard Thinking Leads To Big Meals · · Score: 1

    Complete and total agreement about intake and exercise. Diets in general are pure b.s. In my opinion, the amount of processing food goes through is inversely related to it being healthy. If you want to change your diet focus on that.

    Foods/drinks packaged and promoted as No Fat/Low Fat are some of the most unhealthy food ever. Drop the pop and pick up Tea. I prefer iced. Finally, mind your sodium intake. It will take 2-3 months to retrain your pallet. But as a society we consume dramatically too much sodium. If you doubt me, just keep track of the sodium in the food you eat and drink -- you will be shocked. More processing == more sodium.

  6. Re:Linus doesn't know much of anything about BSD. on Comparing Linux and BSD, Diplomatically · · Score: 1

    "Even some open source software runs so poorly on BSD that it's not worth using -- like MySQL."

    Hogwash and Boulder dash,
    http://software.newsforge.com/article.pl?sid=04/12 /27/1243207

  7. Re:Fools, small chidren, and ships named Enterpris on Enterprise Finale Airing Tonight · · Score: 1

    In a name: Hornblower.

  8. Re:Sixth sense on Study Points to Sixth Sense in Humans · · Score: 2, Interesting

    I have to agree with this. Living in a city or any highly populated area tends to create a lot of "white noise" for the 5 senses. However, I don't think that the ability fades, it's more about being squelched out by the noise/inteference. I can still predict rain by smell. No, not that there is a chance of rain but how long until it starts falling. Everyone can see the clouds but as the rain approaches there is a definite change in the smell of things that grows stronger as it approaches.

    Also, IMHO, you spend more neural processing time on the environmental inputs the farther you are away from civilization.

  9. Re:Why don't I use *BSD? on FreeBSD June-December Status Reports · · Score: 1

    Me Too!
    I was in the same boat with RH and decided after trying a number of dists to go with FreeBSD. I haven't been disapointed. Granted these were all server machines but since then I've installed it on my teenager's computers, the kitchen laptop, my laptop.

    Happy Me!

  10. Re:Every Perl programmer should switch to Python. on Foundations of Python Network Programming · · Score: 1

    My experience with Python and the community is that most people that use Python already know a number of languages.

    It doesn't take much googling to figure out a growing number of very experienced programmers are "discovering" python and the most common comment is something similiar to "...fun to program again..."

    Python is a main stay at my work place. A language that doesn't get in your way, you can just solve problems and create solutions.

    But, perl isn't going away. It's simply magic for one liners.

  11. Re:All that and he doesn't explain... on Interview with Tom Lord of Arch Revision System · · Score: 1

    Lies, Damn Lies, and possibly true
    1)Branching: svn doesn't copy the entire tree - making a branch is instantaneous, lightweight operation. http://svnbook.red-bean.com/svnbook-1.0/ch04s02.ht ml#svn-ch-4-sect-2.1 see the section on "Cheap Copies"

    2) This is just pure and simple BS. svnserve.
    http://svnbook.red-bean.com/svnbook-1.0/svn-book.h tml#svn-ch-6-sect-3
    If you can run cvs on the machine you can run svn.

    3) On large, extremely large repos's, maybe but svn gets faster all the time. On my repositories it more than fast enough.

    Just because some one says something doesn't make it true. And don't go on just my word, do your research.

    Feel bad that you are stuck with M$-$$ what a piece of crap. When svn became self-hosting I switched from $$ to svn and have never looked back.

  12. Re:All that and he doesn't explain... on Interview with Tom Lord of Arch Revision System · · Score: 3, Insightful

    I agree that this won't be settled here, but I do maintain that now a second backend has been accepted in to the mainline it will be far simpler to intergate other backends now. And with that, I expect to see more backends become available. Primarily due to the fact that the developers are more acutely aware of predispositions that would affect the ability of svn to integrate with "other" backends.

    As to the merge capabilities, I agree there is room for improvement. However, I believe that developers/project managers are more comfortable with evolutionary change as opposed to revolutionary. In that light, I predict that svn has a bright future.

    svn already has a number of front ends HTTP, SVN:// and webdav. And now, mulitple backends. It is this decoupling that will allow svn to go where cvs could not.

    I in no way have any ill-will twoards T. Lord. I would only suggest that he focus on the positive aspects of arch instead of the current ego battle with other version control systems. This is one area where the best will be used. Seasoned Developers/Project managers care about this subject. If a solution is truly head and shoulders above the rest it will be recognized and used.

  13. Re:All that and he doesn't explain... on Interview with Tom Lord of Arch Revision System · · Score: 5, Informative

    As to svn backends... I think it is prudent to point out a false statement made by Lord.

    from: http://web.mit.edu/ghudson/info/fsfs/

    "FSFS" is the name of a Subversion filesystem implementation, an
    alternative to the original Berkeley DB-based implementation. See
    http://subversion.tigris.org/ for information about Subversion. This
    is a propaganda document for FSFS, to help people determine if they
    should be interested in using it instead of the BDB filesystem.

    and from http://subversion.tigris.org/svn_1.1_releasenotes. html
    "Non-database repositories

    It's now possible to create repositories that don't use a BerkeleyDB database. Instead, these new repositories store data in the ordinary filesystem. Because Subversion developers often refer to the repository as "The Filesystem", we have adopted the rather confusing habit of referring to these new repositories as "fsfs" repositories... that is, a Filesystem implementation that uses the OS filesystem to store data."

  14. All that and he doesn't explain... on Interview with Tom Lord of Arch Revision System · · Score: 5, Insightful

    I use subversion and have been on the lists for a couple of years now. Tom Lord has been to those lists as well. In all those times, including this one, he has never explained how arch is better. For the lead developer to be unable to communicate the rasion d'etre for a project in a way that makes others curious is not a good thing.

    Primarily, he has only flamed svn. Even this interview he talked more about svn than arch. Nothing he said raised any interest in me to look at arch.

    Also, his criticism of svn's current backend was true 8 months ago. There is another backend that will be available soon. And with that, the sytem will be able to handle additonal backends in good form.

    SVK, which Lord mentioned, is a feather in svn's hat since it uses subversion as a base. If distributed mode is a real need I would suggest looking at BK or svk.

  15. Re:The top five ideas on Incorporating Machine Learning into Firefox 2.0? · · Score: 4, Informative

    2. Create a full-text index in real-time of every page that has been browsed. When the user visits any web page, display a sidebar of "Related previously-viewed pages."

    see http://pychelsea.sourceforge.net/

  16. Re:The pressing issue: on Novell Announces Agreement to Acquire SUSE · · Score: 4, Insightful

    Fedora release - what release? Redhat did a very poor job of communicating it's strategy to it's customers. There is a ton of confusion right now because of it. This is not the customer's fault it's Redhat's.

    They need to get their act together and communicate or they are going to loose lots of people because of it.

    I don't care what they intended or what they are doing if I can't figure it out.

  17. Re:Meaningless.. on SCSI vs. IDE In The Real World · · Score: 2, Informative

    Poppycock. That used to be true but it isn't anymore. Many IDE and SCSI drives use the exact same platters. There is no difference in the technologies. Desktop users wouldn't accept the failure rate. In fact, everytime a series came out that had problems of this type, that company suffered quite a bit. (Everone quit buying them and the word spread fast) As a result, the big name manfs use quality platters.

    As to the head and mechanisms, that may differ. The way I see it, the biggest stick that SCSI currently has over top of the line IDE is command queueing.

  18. The real deal on How Do You Get Work Done? · · Score: 1

    Dear Whiner,

    Sit your ass down and start coding/studying. This is the only advice that works. Screw working out, yoga, fruit juice, vitamins, etc. You teach yourself to do it by doing it. Just like writing a paper, start putting words down. Whether it's designing the architecture or actual coding, etc, just start doing it. It will suck at first and slow to come, but with in 30 minutes you will be starting to get in to the groove.

    Face it, most of the code is not new or original, it just requires to be written. You prove this fact by being able to pump it out when your feet are to the fire. Granted, some projects require some original thought but that part is done during design not during coding.

    So get the fschk off of /., shut your IM client, web browser, RSS feeds down, turn off your pager/phone, open you friggin editor, crack open a soda, light up a smoke and put your damn hands on the keyboard and get to it!

    Then once you've developed an actual work ethic, then read up on how you can improve it.

  19. Re:So do I... on NASA Wants Astronauts on Mars by 2010 · · Score: 1

    Most likely the propulsion system will be based on NERVA technology developed in the 50s and 60s. The vehicle has been in discussion for some time.

    There have been a number of nuclear propulsion ideas over the years, i.e. ORION (using nuclear explosions) and the like, but NERVA is, imho, the best. To bad it's not practical to scale up the Ion propulsion system used on DS-1.

  20. Apply Pressure to PCI-SIGs lifeblood on The End of the Free PCI Device List (Update) · · Score: 1

    Here is the link to the PCI-SIG membership roster. http://www.pcisig.com/membership/about_us/membersh ip_roster

    Everyone needs to start emailing the marketing departments of each of these companies and complain about the actions of the PCI-SIG. Once these companies start feeling the heat you can bet they'll put pressure on the SIG to get them out of the hot water.

    Everyone should email and say that we are calling on them to bring about an open resolution to this matter. As the site provides valuable information that helps create a revenue stream for everyone involvoed. (Who buys a card if their OS won't support it?)

    Email early, Email often!

  21. Re:Sue PanIP? on Slashback: Panama, Leeches, Comeuppance · · Score: 4, Insightful

    It looks like they are taking contributions for the effort ala PayPal.
    http://www.youmaybenext.com/help.html
    If everyone pitched in a buck I bet we could blow PanIP out of the water. I know that I don't want any of my clients getting sued and all of them fit in the category that is being preyed upon by these parasites. Shoot, I just talked myself in to contributing a buck for every website I manage. I would suggest that if you build sites for others that you do the same.

  22. Re:As an MD, too late to the discussion perhaps. on Interesting Enemies For a Diagnostic Database · · Score: 1

    There have been many comments about the ineffectiveness of using a database in the case of acute trauma but no where in the article is this idea raised. It is a strawman argument. Trauma is where man not machine is best. But in non-trauma events it is a folly not to use the tools available.

    Also, as to time management: MAKE TIME. See fewer patients, have you PA's help the patient fillout the questionaire. There are ways, doctors are generally smart people, figure it out.

    Better yet, write a script for some anti-biotics. You know, as a preventative measure.

  23. Re:Elements of madness on The Dangers of Being A Microbiologist · · Score: 2, Funny

    Actually they left out the "Lone Gunmen." They bit it or rather inhaled it too.