Slashdot Mirror


User: dagarath

dagarath's activity in the archive.

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

Comments · 57

  1. Re:Not what doctors want to hear on Computers Shown To Be Better Than Docs At Diagnosing, Prescribing Treatment · · Score: 1

    The FDA already has authority over software systems that would be used in patient care. Likely a major reason this area isn't moving forward very fast. A good area for development, but not to a practical stage yet.

  2. Re:Dirt cheap? on Preparing For Life After the PC · · Score: 1

    Reimplementation costs more $$$ than keeping a pc on the desktop. Business PC's aren't as cheap as the home systems anyway.

  3. What information is not available elsewhere? on Mobile 'Remote Wipe' Thwarts Secret Service · · Score: 1

    What information are they really going to get from a phone that they can't get somewhere else?

    Call history is going to be available from the carrier. Message history from the carrier. Email is stored on a server somewhere. All those cloud apps are on a server somewhere. And if you've got a wipe function for your phone.. isn't it likely you have a backup of your phone somewhere.. that could be retrieved for analysis?

  4. Smallbasic project from MS on How To Teach a 12-Year-Old To Program? · · Score: 1

    Work through the included PDF document examples, it basically does what the old qbasic provided, a quick IDE / interpreter and easy access to some text functions ( for the classic 'Hello World' and then easy access to some graphical drawing functions, even includes a turtle).

    http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx

  5. And plastic surgery is giving young girls appropriate expectations for any number of body parts?

  6. Re:Stay out of it. on How To Help Our Public Schools With Technology? · · Score: 1

    And if the public never gets involved with the school systems that will never change.

  7. Re:Enough with the censorship nonsense! on A Real Mom Reviews the Games Industry Report Card · · Score: 2, Insightful

    A child's brain is different at different ages. They are not little versions of adults with just less experience. A young child will have problems interpreting your idea of 'ALL' input. As children age, their brain matures and develops more critical thinking and abstract skills. So, while I can agree with some of your ideas the application of them is problematic depending on the age of the child.

  8. What about PC compatibility? on Next-Gen Xbox To Lack Backwards Compatibility? · · Score: 1

    I thought one of the features of the Xbox was that it's hardware is basically a standardized PC. This made the Xbox an easy port for lots of primarily PC based games. Even Bungie was bought and sidetracked Halo from PC development to Xbox for release. Others would include Medal of Honor, Ghost Recon, Morrowind, (Doom3) etc. Will the Xbox2's lineup of games be compromised because suddenly having an xbox port of your game is not just some changes to the PC version, but a completely new platform? Did Microsoft use the PC format of the XBox to help obtain developers? What affect will this change have on the developers (if any)?

    (On the other hand, will this hardware change help game development for the Mac?)

  9. Re:AAAaaaaghhh on BASIC Computer Language Turns 40 · · Score: 1

    Flames or Praise of 'BASIC' really need to be tied to a specific version. References to a generic 'BASIC' are almost useless. There have been more versions of a BASIC-like programming language over the years than we can keep track of. Some posts are referencing versions before the micro-computer era. But, here's a short list.

    TRS-80 model 1 basic
    TRS-80 model 3 basic
    Integer Basic
    Applesoft
    basic-a / gw-basic
    commodore basic

    Are all of the spagetti code goto/gosub/line number family. They were originally implemented in ROM and always available. Many started programming with these basic's to play with their home computers. The comments about poor programming structure stem from these varients.

    quickbasic (1 thru 4.5)
    qbasic
    ms basic pds
    vbdos
    turbobasic
    powerbasic

    These were much more structured versions of basic, frequently available with compilers, libraries. They support more programming formats for sub/function and no line number requirement. The MS series was successful due to the beginner friendly IDE, syntax checking as each line was typed, F1 available help on any keyword or variable name, F2 available list of functions and subs. 3rd party libraries were widespread for this group. VBDOS was a limited time product since MS dropped it almost as soon as it was released. These languages don't teach any worse procedural programming habits than other languages of their level. Personally I think this niche has been replaced by the high level scripting languages available today. (perl, php, python, ruby, vbscript, etc)

    visual basic
    Was very successful with the new GUI developments on MS Windows and MS soon abandoned their DOS basic line. Integration as VBA will probably keep this variant of basic alive almost forever.

  10. Re:BASIC was OK... on BASIC Computer Language Turns 40 · · Score: 1

    I would agree, if you limit the scope of perl available to the new student. Python or ruby might be better for that first class.

  11. Re:bleck on Advice for an Open Source Development Grant? · · Score: 1

    I can see your point, and I agree it would be an increased risk. (or at least the company using it would have to assume the responsibility of assuring that it's HIPPA compliant, ie become the vendor.) I can't imagine anyone taking that risk. I don't see it as being obviously illegal, though.

  12. Re:bleck on Advice for an Open Source Development Grant? · · Score: 1

    I see the reference in these files, Audit procedures.. one of the files seems to apply to carriers / datawarehouses.

    http://www.cms.hhs.gov/manuals/pm_trans/AB02081. pd f
    http://www.cms.hhs.gov/manuals/118_security_ove rsi ght/SSO_Appendix_A_APs.pdf

  13. Re:bleck on Advice for an Open Source Development Grant? · · Score: 1

    hmm, you don't have to have a business associate agreement with anyone that doesn't have access to PHI. Just downloading an application does not require that. (if you have a support contract then they probably have access to PHI and would require an agreement) The real issue would be that your IT dept and company would assume the risk of the application being HIPPA compliant. Few medical organizations would be able to accept that.

  14. Re:Recommendations on Seven Spam Filters Compared · · Score: 1

    imap is the simple solution, setup imap and sort your spam / ham messages into imap folders. Then use sa-learn against the imap folders on the server.

  15. Re:At least it is a try... on Louisiana Tries Anti-Spam Law · · Score: 1

    I agree, properly labeled spam is a step in the right direction. I doubt it will work. And, enforcement is an entirely different matter.

  16. Re:Release Date? on No Doom 3 This Year? · · Score: 1

    That's not quite what I meant. I certainly understand Activision trying to estimate a date. Activision does have a responsibility to their shareholders to provide forecasting. But, ID is the only company that's going to be able to give accurate information regarding Doom3's release date.

  17. Release Date? on No Doom 3 This Year? · · Score: 3, Insightful

    What's the purpose in trying to predict the release date of a game that doesn't have a release date? Activision doesn't know exactly when the game will be released, and if ID releases it before this prediction then I'll bet Activision will make time to publish it.

    There will be no meaningful comments to this article, unless John Carmack or one of the other ID guys decides to respond.

  18. Re:Good times. on Guido van Rossum Leaves Zope.com · · Score: 4, Informative

    The obvious reference to Python Web Site will give more information. Python often competes in the same space as perl. But, Python is probably more object oriented than perl. The difference being that python is OO from the ground up as opposed to perl where it was added late. Most of Redhat's installation tools and scripts are written in python. A 3d game a few years ago 'Blade of Darkness' was done with mostly python.

  19. New use for laws on Open Source Law · · Score: 1

    So the government can remove your copyright to your work by incorporating it into a law.

    How about a law that specifies the use of MS Windows / Word for document submission of something (like title transfers or something) Since it's a required part of a law, does MS loses it's copyright to Windows and Word?

  20. Re:Not quite. on Red Hat Linux 9 Release And Interview · · Score: 1

    IANAL: reading thru the redhat site on this matter, it would appear that a LUG downloading the .iso and burning them to give to new users would be prohibited from calling the disc RedHat. Or apply to an individual giving a cd-r to a friend that had the iso burned to it.

    I wonder what affect that policy has on mirror sites.

  21. Re:Nonsense. on APT - With Your Favorite Distribution · · Score: 1

    no, they don't replace the package in stable with a newer version... They back port the security patch to the version of the package in stable. This is to avoid the issue you mentioned. A new version of the package would likely introduce new bugs / security issues.

  22. Re: Would you really recommend it for desktop use? on Bob Young Responds Personally, Not Officially · · Score: 1

    "Why would my grandfather want to use Linux today?"

    Because, if you don't give grandfather the root password he can't trash the system. How many people here help support their family members with IT support? Mothers, Fathers, Siblings, Grandparents? How many of their problems would be solved if they were given a user level account on a configured linux box?

  23. Re:Thinking of a similiar project. on Microsoft Access As A Client For Free Databases? · · Score: 1

    You are using Access on NT as the database server? You should be concerned. MS-SQL would seem like the most direct upgrade. (You already have the NT server, just need MSSQL server.) Access should be able to easily migrate to MSSQL backend. PostgreSQL might (should) be a good alternative as well. (depends on exactly what you are doing) You can actually use Access to move your data from the .mdb files to the ODBC postgresql server. I would be cautious in recommending that you move a critical app (to your job at least) to any database that you don't know much about.

  24. Re:Slackware as the foundation on Replies from Slackware Founder Patrick Volkerding · · Score: 1
    RPM basically came across to me as a lock-in feature. That means, once I start using it, I have to keep using it to get any benefit from it. That also means, I have to wait for updates to come out in RPM format before I can upgrade something if I want to keep my RPM DB consistent. I would really much prefer that the presence or absence of a package be predicated on whether the package actually is installed, not whether some DB entry says it must be. I really dislike it when a DB that claims things is out-of-sync with reality, and that is a problem I encountered with the Redhat Package Management system.

    I generally consider it a bad idea to compile and install from source on a rpm based system. I prefer to take the new source tarballs and make an updated rpm from them. It's an extra step in the compile / install process, but it's well worth it. Especially when you start looking at having to keep multiple machines updated. And if you don't like some of the options that redhat choose when compiling your favorite source, install the srpms make the changes and create a new rpm.

  25. XFree86 is stable on Xig Ad Campaign Slamming Xfree? · · Score: 1

    I've not had any problems with the 'free' X Server that came with my distribution. In fact I have 3d accelerated drivers for it and my G200 and RivaTNT cards. But, it's just marketing. They have to compete against a 'free' X server and they have to point at something to say their X is better.