Slashdot Mirror


User: TeXMaster

TeXMaster's activity in the archive.

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

Comments · 410

  1. Re:GPS will be just fine on Satellite Glitch Rekindles GPS Concerns · · Score: 1, Funny

    Have you ever tested new code with new features and found some bugs?

    No, we only write perfect code.

  2. Re:Pavement on Painting The World's Roofs White Could Slow Climate Change · · Score: 1

    as a former resident of New Hampshire, I can tell you that having a black car and black roof on a cold but sunny winter's day is very helpful!

    Ideally, we would have surfaces that change color with the season.

  3. Re:Might wait to see if this turns out to be true on Windows 7 Sets Direction of Low-Power CPU Market · · Score: 2, Informative

    For those of us who remember, multi-tasking (after a fashion) was made possible on Windows 3.1 via the TSR - Terminate-and-Stay-Resident programs that left a stub, inert but still in RAM - that allowed a limited task-switching capability.

    TSR was not a way to have multi-tasking on Windows 3.1; TSR was a way to have pseudo-multi-tasking in DOS before Windows [and other multi-tasking environments such as DESQ(view)] came by. In fact, most TSR apps would NOT work in Windows.

    Of course, TSR-multitasking was not really multitasking, since the TSR was not really 'running' at the same time as whatever you were running under DOS. Multitasking was offered by Windows (which before version 3.0 did not offer 'real' multitasking either). or by other programs such as the mentioned DESQView.

  4. Re:Surprising on RIAA Filed 62 New Cases In April Alone · · Score: 4, Funny

    "Normal, 'thinking' people" can arrive at drastically different conclusions. See Conservative v. Liberal v. Libertarian.

    Wait, why are you talking about thinking people in the first sentence and then switch to a totally different topic in the second one?

  5. Re:Dropping a big selling point! on Mozilla Mulls Dropping Firefox For Win2K, Early XP · · Score: 2, Informative

    It used to be that one of the big selling points of Mozilla/Firefox was that it could run on almost any OS! Mac, Windows (95 and NT 3.51 and up), Linux, BeOS, OS/2, Solaris, and more!

    I guess Opera will be the last browser still supporting everything then.

  6. Re:huh? on Microsoft's Price Fixing Penalty, 9M Euros · · Score: 1

    In fact, Corel's WordPerfect Office has always been significantly better than MSO (at least for the parts I've been using, namely the WordPerfect and Quattro Pro) [and no, it's not as perfect as the name would suggest, sadly]

  7. Re:"Anti-competitive" on Microsoft's Price Fixing Penalty, 9M Euros · · Score: 1

    I believe they harm the market by undermining the very rights that make the market possible.

    Any pure free market (in particular without antitrust law) will in time destroy itself by degenerating into a monopolistic market. In a monopolistic market no new competitors can enter (because an existing monopoly can lower its prices long enough to starve any newcomer).

    Any company that would attempt to artificially inflate prices would see their previous customers no longer buy their product, and move on to another product.

    This is only true if the company is providing non-essential services AND if there is another, competing product. Which there might not be in case of monopoly (see above)

  8. First the apps on Windows on Linux On Netbooks — a Complicated Story · · Score: 1
    This is precisely the reason why I always try to push people towards using (on Windows) programs which are also available on Linux: OpenOfficeorg, the GIMP (yes I know it's not Photoshop), Inkscape, Audacity, pidgin, Firefox (or Opera), Thunderbird etc.

    It's only after they are familiar with these that you can start working on the operating system transition.

  9. Re:People just don't understand Linux on Linux On Netbooks — a Complicated Story · · Score: 1

    Although I agree with most of what you wrote, there are a few things that I think deserve a reply.

    > There is no common way to install and remove software.

    This is actually more true for Windows than it is for Linux. Aside from the various more-or-less-(un)successfull attempts at universal installers, the truth is that for the software which is available on Linux there _is_ a common way to _obtain_, _install_ and _remove_ software, and that's your distro's package manager. Of course, if you use hardcore distributions such as slackware or gentoo you might have a problem, but that's not what non-geek linux users would use.

    > There is no stable base to write drivers (thus no hardware support)

    This is not the reason for the lack of drivers. Lack of specs is. And this is not just a matter of philosophical differences (open vs closed drivers), as the recent (ok, last year now) experience of NVIDIA horrible drivers both for Vista and for Ubuntu shows.

    > There are too many distros with too many proprietary ways of doing things.

    With Windows XP, there used to be significant differences in the way you could administer your computer, due to the 'Home' version having significantly less features, working in ways that were significantly different from the 'Professional' version. Have you ever tried giving the usual friendly tech support to one, possessing the other, or making two such computers play well together in a network?

    > Too many proprietary repositories, too many proprietary package systems

    This is actually mostly transparent to the user, so it's much less of a burden that you make it look like. For most stuff that is shipped with your distro, the user won't _care_ about things such as where the repositories are, or the package system programs are distributed with. And when getting stuff from the net (in the rare cases you need to) the dropdown menus let you select your distribution just like they let you select your Windows version (95? 98? Me? XP? Vista?)

    > to many proprietary filesystem layouts.

    This is only relevant the day you have to do low-level maintenance stuff, which the normal user is supposed to not need to do.

    > Gimp is *not* Photoshop. Sorry. I know I mentioned this, but I'll repeat it again. You insult people who actually use Photoshop by making this claim.

    This is quite true indeed. Of course, one wonders how many home users need the superiority of Photoshop over what Gimp can provide.

    > Ponies

    Yep, Linux unicorns are quite daunting.

  10. Re:Should have used PHP. on Twitter On Scala · · Score: 1

    the way gcc compiles the big delegator switch in MRI's core, with a large sparse stack that causes ridiculous memory consumption (and sometimes even leaks).

    Couldn't the code be written in a way that gcc can compile efficiently then? Seems like a simpler solution.

    This is what some of the MBARI patches do. (Of course, ideally you shouldn't need to rewrite your code to have the compiler produce better stuff.) Anyway, the point is (was) that the scalability issues in Ruby are not intrinsic in the language but a consequence of the implementation.

  11. Re:Should have used PHP. on Twitter On Scala · · Score: 3, Interesting

    The problem is that most of those compiler/interpreters suck enormously.

    Exactly. MRI (Matz' Ruby Interpreter) is known to have some serious scalability issues. Interestingly, one of the main issues with MRI comes from the way gcc compiles the big delegator switch in MRI's core, with a large sparse stack that causes ridiculous memory consumption (and sometimes even leaks). There's a set of 8 patches (the MBARI patchset) that drastically improve the situation. The reduced memory footprint and the much smaller stack also give a noticeable speed increase.

    The good news is, these patches are progressively being merged upstream, so it's very likely that future MRI versions will be much better.

  12. Re:Unimplementable on Apple Patent Claim Threatens To Block Or Delay W3C · · Score: 1

    Pedantic comment: You'll have to add '--force-yes' to the upgrade command.

    Less pedantic comment: Even then you'll have to do a reboot if it applies a kernel update.

    Technically you don't have to, but of course you won't get the updated kernel until you do.

  13. Re:How can... on Scientist Forced To Remove Earthquake Prediction · · Score: 1

    Crying earthquake in a volcanically active region.

    Just to nitpick, that's not a voclanically active region. It's a seismically active region.

  14. Re:Do Not Want on IBM About To Buy Sun For $7 Billion · · Score: 1

    It still runs.

    Yes, like a lame wingless duck climbing a mountain on foot.

  15. Re:WYSIWYG has its place, purpose, and natural lim on IBM About To Buy Sun For $7 Billion · · Score: 1

    Being a mathematician by culture and by trade, I happen to have a great deal of experience with LaTeX. And that's precisely the reason why I despise OOo. You can put it any way you want, but it's still crap. Even good ole' WordPerfect was eons better in almost every respect (reveal codes, proper watermark support, smart toolbars, generic SGML and XML editing, anything you want to name, they had it); too bad it's in the wrong hands 8-/

  16. Re:Do Not Want on IBM About To Buy Sun For $7 Billion · · Score: 1

    Our 150+ users use either openoffice or staroffice on Linux or Mac every day and thank us almost daily since switching.

    I'm glad for them. I still cringe every frigging time I have to use it. And no, I don't like MSO any better (in fact much less), but presenting OOo as a decent product still calls for a correction.

  17. Re:Do Not Want on IBM About To Buy Sun For $7 Billion · · Score: 3, Insightful

    OpenOffice? They do seem to have a few decent devs there...

    Except that OpenOffice sucks at so many levels that I really can't understand why you're bringing it up as an example of what a few decent devs can do.

  18. I thought Germany had switched to Euros? on Huge German Donation Marks Wikipedia's Evolution · · Score: 1

    Before reading the summary I thought Germany had decided to get rid of its old currency by donating it to Wikipedia.

  19. IRC bot on Command Lines and the Future of Firefox · · Score: 1

    That's what I use my IRC bot for. And it has the advantage of being useful to other people in the channel too.

  20. Re:Microsoft have errors? on Windows 7 Touchscreen Details Emerging · · Score: 1

    Inconceivable!

    (fixed that for you)

    I put on my robe and wizard hat.

    (Were you expecting maybe a different meme?)

    I demand it.

  21. Re:Microsoft have errors? on Windows 7 Touchscreen Details Emerging · · Score: 1
    Inconceivable!

    (fixed that for you)

  22. Re:At least this is better than the legal system on AT&T Has Begun Issuing RIAA Takedown Notices · · Score: 1

    In other words, when accused of a crime by the government, the prosecutor must prove beyond a reasonable doubt that you are guilty. When a private business seeks to terminate a business relationship with you, they don't always have to prove *anything at all*. Ever notice those "We reserve the right to refuse service..." notices in contracts or posted on the walls in many businesses? This is why.

    Good objection. However, for many forms of business relationship, esp. when it comes to providing services, you are usually allowed (1) a 'grace period' before termination to look for alternatives (2) the possibility to challenge the termination. Of course, it does depend on the form of relationship, the enforceable contract terms, and a plethora of other things, though.

  23. Re:At least this is better than the legal system on AT&T Has Begun Issuing RIAA Takedown Notices · · Score: 1

    This, correct me if I'm wrong, is completely legal; so I would rather them pursue this vein of inquiry than through legal action.

    Maybe, and anyway only insofar as the provider issues the notice including documented, solid, and legitly-acquired proof that you were indeed infringing copyright, and only if you are allowed, at no cost, to challenge the proof (or the legality of the acquisition of such proof). Otherwise, it's a 'guilty unless proven innocent' stance which is NOT legal.

  24. Re:Fluff on Look Out, Firefox 3 — IE8 Is Back On Top For Now · · Score: 2, Interesting

    If it was all about rendering speed and usability, everybody would have switched to Opera a long, long time ago.

  25. Re:Misleading headline, and ActiveX on IE8 May Be End of the Line For Internet Explorer · · Score: 1

    If an applet requests certain information, pop-up confirmation and EXPLAIN as simply as possible what Allowing or Disabling access would do, none of the technobabble, most people don't even know what an extension is

    Most people will also just start clicking Allow automatically or panic, just like they already do with all the confirmation dialogs, UAC dialogs and whatever.