Slashdot Mirror


User: Magura

Magura's activity in the archive.

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

Comments · 11

  1. Re:Now we need a skeptical /.er in Balmain. on New Inkjet Technology 5 To 10 Times Faster · · Score: 1

    They exist. Their offices don't have big flashy signs out the front, but they certainly exist.

    Otherwise a whole lot of people I know must just disappear into a hole every day when they claim to be at work ...

  2. Re:Shock horror, stop the presses on Sort Linked Lists 10X Faster Than MergeSort · · Score: 1

    I thought BefDC was proof of that brain damage years ago.

  3. Advanced printer prefs in OS X on KDE Running on Mac OS X · · Score: 2, Informative

    However, my *biggest* beef with OS X (this is an unrelated plea for help from anyone who knows) is that I cannot find a way to set up remote "raw" printers on OS X

    Have you found the "Advanced" option when adding a new printer?

    In System Prefs -> Print & Fax, add a new printer (the '+' button), and then the trick is option-click on "More Printers..." and then the top dropdown list in the dialog will have an "Advanced" option. Hitting that will let you choose things like talking to remote LPR queues and more.

  4. Re:Fits in a standard PCI slot. on Codename Brutus: Chess-Playing FPGA PCI Card · · Score: 1

    Which is why any at least half-sane FPGA host card has memory on board that the FPGA can get to without having to go via the PCI bus.

    Throwing a few dozen/hundred meg of moderately fast memory on a card is pretty cheap now days.

  5. Re:Professional racing *PREVENTS* bike-innovation! on Sports Technology? · · Score: 4, Informative

    Dude, it is a recumbent. I'm guessing you ride one, so you'll have 1001 reasons for riding it, but they all boil down to the fact you wasted your money on one.

    There are some of us that actually enjoy riding a bike, which means not just riding on the flat (which is about all a recumbent can do), but going up hills, down them (a very scary proposition on a 'bent) and across rough terrain (either off-road, or just city streets!). 'Bents have some nice properties, but regular style bicycles just work better across more situations.

    Get over it.

  6. Re:FreeBSD & Embedded Devices on FreeBSD 5.1 Released · · Score: 1

    Actually, I'm currently in the process of writing a device driver for a hardware product we are developing, and our first target platform is FreeBSD. Why? Well there are a few reasons, but not least of them is that the BSD licence is so much nicer to work with.

    As it turns out, we won't be doing anything that would cause complications with the GPL (and so it looks like one of the next platforms I'll have to look at is Linux - or Solaris, depending on where demand is) - but the GPL does cause some trepidation up amongst the pointy-haired types. Maybe the Microsoft FUD has been successful.

  7. Re:gcc 3.x compilers have serious C++ perfs issues on GCC 3.3 Released · · Score: 1

    Now, call me wacky, but a compiler isn't really a good bug checking tool.

    Sure, like most people, I get lazy and run code past a compiler kinda like I'd use a spell checker - but using your compiler to find bugs ... that makes me squirm in my seat.

    Don't get me wrong, I also think going the other way to the point where code should be hand checked as to not produce any warnings/errors on the first compile is a bit silly (Capability Maturity Model kind of thing), and I would also assume the parent poster doesn't use gcc as the only way of finding those kind of bugs, but lint, splint, valgrind and similar is a much better choice than hoping the compiler gets it.

    But then, I refuse to use that pig called C++, so what would I know :)

  8. Re:At the end of the day... on What I Hate About Your Programming Language · · Score: 3, Interesting

    The University I used to teach at designed and implemented their own OO teaching language that did enforce comments as well as invariants (pre and post conditions on methods).

    99% of the comments and invariants were just what the parent described. Sure, as markers we should have bounced more code back to the students, but heck, sometimes we just agreed with them!

  9. Re:New Scheduler Strategies on Multics Scheduler · · Score: 1

    Um, this isn't as goofy as you might think. There are actually process scheduling methods that work like this (well, the eBay one anyway). It's called Microeconomic scheduling - each resource has a price and to get it you have to bid for it.

    Sorry, this is supposedly my research area, I'll try not to let too many facts ruin a good story again :)

  10. Re:Newer version avaliable on Creative Labs GPLs dxr2 DVD Decoder Drivers · · Score: 1
    As the guys don't have write access to the Creative CVS repository, the newer version (from the Geocities link) has been put in the LiViD CVS.

    Isn't that nice ;^)

    Gentlemen (and Ladies), start your hacking!

  11. not really an anonymous luser on LinuxDVD CSS Decrypt - Source Available · · Score: 2

    If you read through the archives (I'm on the list) you'll see that the code posted is actually the code to DeCSS - a winblows app. But it contains code written by someone else (also on the list), and it was GPL'ed - that code was originally assembler and then turned into C (the assembler was reverse engineered). The legality is a biggy - but the current feeling is now that its out there, its going to take a fair bit to stop it now. Stay tuned.