Slashdot Mirror


User: doctorwes

doctorwes's activity in the archive.

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

Comments · 22

  1. Re:Mathematics past on Use of Math Languages and Packages in Research? · · Score: 3, Insightful

    Yes, they did calculations by hand. Mathematicians were more patient in those days. For example, in 1863 Kulik published a table listing the least prime factor of every number less than 100,330,200. It filled 4212 pages and took him twenty years to complete.

  2. An online journal that works on Scientists Demand Open Access to Research · · Score: 1
    An example of a successful, peer-reviewed, purely online academic journal is Theory and Applications of Categories. It has been operating since 1995; it was formed by a group of academics partly in response to the extortionate price increases levied by the Journal of Pure and Applied Algebra, and the quality of publications, the pool of authors and the pool of referees are almost the same. Interestingly, it's archived in printed paper format as well as online.

    More and more university libraries are cancelling journal subscriptions because of the mounting expense. Unless papers find their way online, researchers are not going to have access to the information they need.

  3. Re:We should push the ball and keep it rolling on Rep. Gets It - Boucher Re-Examines Fair Use · · Score: 1

    & please don't forget to use a spell checker.

  4. Re:What's novel here? on Eidola - Programming Without Representation · · Score: 1
    I don't know if anyone has yet tried to reproduce this level of formal justification for the type system of an OO language. ML has polymorphism and type signatures, but I don't think it has any notion of an inheritence hierarchy. If Eidola is the first language to bring such formalism to OO, that would certainly be a nice contribution.

    This is a huge area of research that has been active for at least the past 15 years. See A Theory of Objects for a taste.

  5. Re:why does everyone.... on The Future Of The GUI? · · Score: 1

    Actually, Piaget has an interesting account of how infants learn to use the nipple. It's not completely intuitive, apparently.

  6. Re:Web Scripting Languages on 4 Web Scripting Languages Compared · · Score: 1

    I definitely agree with the Python recommendation, especially for applications which involve a lot of computations as well as the usual database access and presentation layers. I work in finance (risk management) and in my view PHP can't handle computationally intensive appliations, while Java development is too cumbersome in an environment where the specs are constantly changing. Because my applications are built using Python, I can respond to requests in hours, not days.

  7. "PHP on large, important projects..." on 4 Web Scripting Languages Compared · · Score: 1
    "...that had to be done in 2 weeks."

    thesims.com uses PHP and Oracle, and had to be done in not much more than a month, I believe.

  8. Re:Perl? Python? Well, maybe.... on Python 2.0 beta 1 released · · Score: 1

    As someone who switched from Perl to Python, I can recommend it; especially if you're part of a team. For example, I wrote a 3000 line Python script, and someone else who joined the project - and who knew no Python - could understand what it did (after a 5 minute conversation with me). That saved me a lot of work; it would have taken hours for me to walk him through a Perl script that did the same thing, even if he knew Perl.

  9. Re:QT/Unix only on Qt Going GPL · · Score: 1

    For those wishing to develop cross-platform applications, wxWindows and wxPython have been around for a long time. Much better than trying to use GTK on Windows (wxWindows uses GTK on Linux but the MS common controls on Windows).

  10. Re:It's ALL Political on Senate Judiciary Committee On Digital Music · · Score: 1

    "...who has more money, the Napsterites or the RIAA?" Hmmm... let me think about that one.

  11. Re:Question is : Are they cheaper? on Dell & IBM Both Shipping Linux · · Score: 2

    The entry level PowerEdge 1300 server is $1760 with RH vs. $2410 with Win2000; that's $650 cheaper, which is significant.

  12. Re:Why not include COM as well? on KDE And GNOME To Share Component Architectures? · · Score: 1

    Why not a four-way bridge, throwing in Mozilla's XPCOM? It's already very similar to COM, isn't it?

  13. Re:Promote high-level languages on What are Your Programming Goals? · · Score: 1
    I use C++ and like it a lot, but it's not a high-level language. Three random reasons:
    • You're still forced to use pointers (at least, to pass functions around, and for RTTI).
    • You have to think about memory allocation (no garbage collection).
    • It's backwards compatible with C.
  14. Re: Becoming a manager on What are Your Programming Goals? · · Score: 1
    In some companies, developers can only work their way so far up the management hierarchy; the most senior managers come from outside, and might have IT consulting backgrounds - that's quite different.

    BTW, having had 12 people reporting to me in my previous job, I'm very glad to be back to zero. Money isn't everything...

  15. Comparing different registrars on Network Solutions "Owns" Your Domain Name! · · Score: 3

    This page summarizes the legal rights offered by the different registrars. As you can see, the problem with Network Solutions has been known for some time.

  16. Re:they get what they deserve! on Gnutella's Wall Of Shame? · · Score: 1

    It's hard to argue with attempts to catch pedophiles. But these methods eventually get used to control political dissent as well. I'd be uncomfortable with the FBI monitoring which files I was downloading.

  17. FreeNet on Gnutella's Wall Of Shame? · · Score: 1

    I believe that this kind of thing is not possible with FreeNet - would that make it a better project to support?

  18. Mandatory common file formats on Microsoft Break-Up To Be Proposed? · · Score: 1
    "Another law should be passed to provide a common file format for all applications (one for word apps, another for spreadsheets...etc..)."

    This is a terrible idea and would definitely stifle innovation. I think it would be enough to require the following:

    • Specifications for file formats should be openly available at no cost (and without unreasonable licensing restrictions; the .SWF format might be a good example).
    • The application should support, without loss of functionality, at least one file format that is human-readable. (I wouldn't go so far as to mandate the use of XML.)
    Neither of these presuppose any commitment to open source.
  19. Re:Just a curious question...isn't there a point o on Designing Web Usability · · Score: 1

    Users seem to find scrollbars in long drop-down lists quite unintuitive. This stung me when I was prototyping a corporate intranet application.

  20. Re:I'm confused. on Report From The Mozilla Developer Meeting · · Score: 1

    The difference is that Mozilla is not an operating system.

  21. One sure bet? on Giving Back · · Score: 2
    "As Linux trade shows appear on the schedule, there's only one sure bet. The community will be attending in full force, and the amount of corporate money being thrown into these shindigs will consistently climb."

    Isn't this two sure bets?

  22. AOL is already censoring discussion of the merger on AOL Nation · · Score: 4

    At least, AOL Australia is. See this news report from the Sydney Morning Herald. Not promising.