Slashdot Mirror


User: Meowing

Meowing's activity in the archive.

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

Comments · 259

  1. Re:Intel != Windows on Apple-Quality Intel Laptops? · · Score: 1

    One of the compilers used by arashiakari is PowerBASIC, which pretty well implies that the target platform is Windows.

  2. Re:Emulation? on Apple-Quality Intel Laptops? · · Score: 1

    Sure, Virtual PC works fine for that kind of thing. It _is_ an emulator, so don't go expecting performance miracles. Order the Mac with as much memory as it can take, you're going to be carrying a full copy of Windows in that emulatoed system.

  3. Re:bad trend on Motherboard Audio Comes Of Age · · Score: 1

    We're already seeing that kind of thing in the form of those little "legacy-free" PC appliance thingies, even the Xbox. I'm not convinced it's a bad trend, that integration has a lot to do with the availability of $199 systems. That's fine for the _vast_ majority of PC buyers, who are usually stuck paying for expansion capabilities they'll never use.

    The server and pro markets will keep slotted systems on the market for a long time to come. Yes, they'll be at the higher end of the price range, but I'd still expect to see something decent at the traditional $1000 spot. Somebody's got to pay for the additional layout, assembly and testing.

    If you're worried that machines that can only run Windows will take over completely, don't. Companies like IBM have invested way too much in supporting things like Lunix, and the board manufacturers will surely want to keep having something to sell them.

    On the lower end of the price spectrum, the trend could open up opportunities for specialist manufacturers who see a market in cheap hackable boards.

  4. Re:Is there really any point to encryption? on Study: Wi-Fi users Still Don't Encrypt · · Score: 2, Insightful

    The WEP stuff is still useful as "windowshade privacy." It's not useful so much as a security measure but to keep out accidental glances at your naughty bits, and it does at least put observers on notice that they're not supposed to be there. That's good enough to keep out most people, who are basiclly honest. To work on the remainder, who can either be an overly curious set of those bascicaly honest folks or even plain old bad guys, you can use a VPN, SSL/TLS and so on. WEll actualy in many cases you can't do that, because the networks or servers you want to use haven't been set up to offer those facilities. I know it's fun to blame those silly ignorant end usrs for this, but the responsibility really does fall with admins on this one, to at least make encryption available, and perhaps even mandatory.

  5. Re:Partition, not defrag on Windows Tech Writer Looks at Linux · · Score: 1

    The commentary in the article did make sense. Mandrake will resize existing Windows partitions to make room for itself, but it can gag if you don't defragment your Windows partitions first.

  6. Re:no..... on Windows Tech Writer Looks at Linux · · Score: 1

    Eh? I have a set of Windows 1.01 floppies right here in the drawer. I didn't really do much of anything, but it certainly was released.

  7. Re:question on UK Govt Warned: Don't Buy GPL · · Score: 1

    That's the former British Aerospace. Huge corporation, but they seem to prefer a low profile.

  8. Re:Sco Vs Caldera ? on What if SCO is Right? · · Score: 2, Informative

    Yeah, Caldera did buy the rights from SCO to the remaining encumbered UNIX code (there is a limited 3-year revenue sharing deal with Tarantella that might make the transfer's appearance murky), but even before that SCO had already released early versions under a rather open license. What Caldera actually owns is relatively slim. The UNIX trademark belongs to The Open Group (formerly X/Open), which Novell spun off as a separate entity before the sale to old SCO. So, UNIX branding no longer means anything with regard to the underlying source code.

  9. Re:Sco Vs Caldera ? on What if SCO is Right? · · Score: 2, Informative

    Yeah, it's confusing. After selling the SCO business and rights to Caldera,the original SCO company changed its name to Tarantella. Caldera then took over the SCO name to go with the product line. So, the company called SCO today really isn't the same SCO from the Xenix days.

  10. Re:Untitled on What if SCO is Right? · · Score: 1

    Caldera started distributing Lunix products well before they bought the SCO rights, and they've had close to three years to take a peek at the stuff they bought. It's not as though Caldera/SCO is some one-person operation operating out of a kitchen or bedroom, it's got ~800 employees and VC backing. It took them 3 years to start code reviews of products they've got on the market? Okay...

  11. Re:Post Office Patents Mail on Verisign Granted DNS Lookup Patent · · Score: 1

    The USPS does, in fact, have the equivalent to a perpetual patent on delivering letters within the country. Parcels and international letters are open to competition. See this.

  12. Re:Why is this funded? on Six Monkeys And An Old Saw · · Score: 1

    Np medical research funding was harmed in the production of this performance art piece. It was paid for by Vivaria and Arts Council England. Why MSN chose to report it as research? Well, media outlets are funny like that.

  13. Re:Uh... on Mementos as Document Retrieval Keys · · Score: 2, Funny

    If you stick a crystal on the scanner, a hologram of Marlon Brando will appear and tell you the secrets of the universe.

  14. Re:Thermal pumpout? on AMD: No Grease For You! · · Score: 1

    It's legit. Try the search as thermal pump-out (with the hyphen) and you'll find plenty of references.

  15. Re:One wonders why Intel didn't do this originally on Intel's Itanium Will Get x86 Emulation · · Score: 1

    A wild guess would be that Intel and HP really didn't have the emulation and compiler expertise to do decent emulation right off the bat, but things changed when they got hold of all the DEC/Compaq experience with this kind of thing.

  16. Re:Does this virus affect Evolution? on Spamming Trojan "Proxy Guzu" · · Score: 1
    It's generally not going to be worth the spammer's bother with a program that targets much else than Windows, since that's what the vast majority of people are running. But, stuff of this nature doesn't necesarily need to encounter specific mail programs, anything that will save attachments will do the job.

    All the scammer needs to do is convince a few of many recipients that they'll get something for nothing, and they will gladly save and run the program by hand if necessary. If that seems hard to believe, just remember that people do fall for the Nigerian banking scam, and the stakes for this spam deal are going to be a lot lower.

  17. Re:OE Question. on Spamming Trojan "Proxy Guzu" · · Score: 3, Informative

    That's why they call them trojan horses. The recipient is told that the program will enable access to unlimited free prawns or a faster internet connection or some other crap along those lines.

  18. Re:Epileptic attacks? on Foiling Cinema Pirates · · Score: 1

    RTFA. That's exactly one of the potential problems this technology is trying to address.

  19. Re:Python script on Which Shell Do You Prefer? · · Score: 2, Interesting

    Even though Python has a fairly nice interactive mode, it makes for a really lousy general purpose shell. You certainly can create processes, plumb them together, redirect their stdio and all that, but not in the concise manner one expects from a CLI. People have tried to write shells around Perl, Python and similar languages, but these things tend to fail in the usability department, which is why hardly anyone actually uses them. Possibly such a thing could be written and not suck, but it hasn't happened yet.

  20. *sigh* on Convincing Colleges to Upgrade Their Classes? · · Score: 1

    What flavor of engineering are you attendiong school to learn? There is still lots and lots of test and measurement equipment being produced that uses good old serial communications. It's cheap, reliable and still more universal than Ethernet and its friends. Even if later in life you end up using, say, TCP for your data collection, what is that TCP stream? Little more than an emulated serial connection. You want to know how this stuff works, really.

  21. Re:LED are as effcient as Incandesent on LED Light Fixtures for the Home? · · Score: 2, Informative

    Yep, it is true that white LEDs aren't yet any more effiecient than incandescents if you want general room lighting.

    They do currently have some advantages if you want controlled directional lighting, but that does limit the applications quite a bit. A comparative chart of energy vs. light output can be found here.

    At present, fluorescents are much more energy efficient than other practical alternatives for home use. There is still the issue that they contain mercury, though.

  22. Re:pops & hisses? on Free CD-Quality Music · · Score: 4, Interesting

    One big problem for a long time was that a lot of (badly) "optimized" versions of the reference Fraunhofer code were in circulation. There were also some commercial outfits (I think Xing was one) that tended to put out just plain buggy libraries. All this code ended up embedded into lots of front ends.

    So it's definitely worth pipng the mpeg streams into a variety of decoders to see if the results improve.

  23. Re:pops & hisses? on Free CD-Quality Music · · Score: 2, Interesting

    A less-than-great decoder can cause that too, and a really common mistake is to assume that because a player is popular, it must be a good one. There's lots of good stuff out there, lots of crap too. This applies equally to commercial and open-source offerings.

  24. Re:Beware of distortion - not for live rec on Digital 4 Track Recorders? · · Score: 1

    Good deal, but when looking at analog recoders pay lots of attention to those boring little charts in the manual. Those smallish multitracks that use cassettes can do a nice job in lots of cases, but they do have limitations. Make sure you can live with them before you plunk down the cash.

  25. Re:Looks like a desperate cry for attention on Gibson's Digital Guitar Finally Released · · Score: 1

    Oh gee, no, this has potential to be really nifty, probably more for recording than for live performance. This lets the physical motions of the strings get captured, rather than what happens after the pickups and amps have colored it, so you get a second (or third...) chance to capture a nice recording if the playing was just right but the signal sucked.