Slashdot Mirror


User: arekusu

arekusu's activity in the archive.

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

Comments · 56

  1. Re:Neat on The Logic Behind Metric Paper Sizes · · Score: 1

    Speaking as a born-and-bred American citizen, our paper sizes are totally STUPID.

    1) Walk into Kinko's with a set of UK magazines you wish to photocopy
    2) Ask them for some A3 paper
    3) Get stared at like you have lobsters crawling out of your eye sockets
    4) End up fiddling with reduction factors and leaving huge gaping margins around everything
    5) Try not to lose opposable thumbs in the paper cutter while getting rid of those margins

    Grrrrrrrrrrrrrrrrr

  2. Here's how to do it on How To Get Googled, By Hook Or By Crook · · Score: 2, Informative

    1) make a web page.
    2) get people to link to it, with the query words in the link.
    3) lots of people.

    For example, google for "monkeys".
    Top hit: bdmonkeys.net (my band)

    Now if you look at that page, "monkeys" only shows up FOUR times in the source: the page name, the meta keyword, an IMG ALT tag, and the email.

    Now google for "battle cry".
    Top hit: the blog meme Chaz wrote that LINKS TO OUR SITE WITH THE WORD "MONKEYS".

    561823649174 bloggers linking to you = top google position.

  3. Window compositor on Projected 'Average' Longhorn System Is A Whopper · · Score: 1

    On that sort of hardware, even Mac OS X 10.0 would seem peppy.

  4. Wipe this problem out on Gator Files for IPO to Raise $150 Million · · Score: 2, Funny

    You can train a lot of ninjas for $150 million. The kind that don't leave any trace.

  5. Re:um.... television?? on Fifty Years of Color Television · · Score: 1

    No, that'd be my IIgs monitor: http://homepage.mac.com/arekkusu/GS/snesrgb.html

  6. Re:Get mom an iMac on Protecting Our Parents' PCs? · · Score: 1

    Yep.

    iMac + OS X + Safari + PithHelmet.

    The worst computer problem my folks have had in two years is a lightning strike knocking out the router.

    Well, and constantly buying new ink cartridges for their Epson printer, I guess...

  7. Re:I would like to see... on Xbox 2 SDK Released On Mac G5? · · Score: 5, Interesting

    On X, you can just use 'screencapture' from the commandline to grab apps which normally aren't grabbable (DVD player, for example.) Apple also had a 'glGrab' code sample which sadly has been removed. As a last resort, you can always ask for the real address of the framebuffer:
    _screenBytes = (unsigned char *)CGDisplayBaseAddress(kCGDirectMainDisplay);

    If it's some wacky NT derived OS though, who knows...

  8. Calif government is guilty on Jail Time for Misleading Domain Names · · Score: 1

    What were you expecting when you went to http://noon58.org

    Probably not a big "YES".

  9. Re:So.....how does it go? on Hamster-controlled MIDI · · Score: 1

    2) eBay

    2) is always eBay.

  10. So? on Living on Mars Time · · Score: 1

    I've been living on slightly-longer than 24hr day for two years now.

    It's just what my body is used to.

  11. Minimalism on Need... More... Power... · · Score: 1

    I know this goes against the grain of most geeks, but how about just getting by with LESS STUFF?

    Powerbook? Check.
    Guitar? Check.
    Library card? Check.

    All the rest of the electronics can go to Goodwill.

  12. err on Home Directory In CVS · · Score: 1

    Hm, what will happen to all my non-ASCII filenames?

  13. Re:I like freedoms and stuff very much but... on Testing The Right To Resell Downloaded Music · · Score: 1

    In the foreseeable future, it won't be only digital items that can be easily copied.

    You have a Big Mac with Cheese, and your friend in Nebraska wants a copy? Just nanofax it to him.

  14. Re:Something missing? Like a definition? on Code Generation in Action · · Score: 1

    In this world of increasingly code-intensive frameworks ...I guess NSController doesn't count for anything?

  15. Re:Macs use the GNU operating system? on FSF, GCC, and SCO Compiler Support · · Score: 1

    Every Mac ships with GCC now.

  16. most often used? on FSF, GCC, and SCO Compiler Support · · Score: 1

    "...and has demanded that
    users of Linux, the kernel most often used with the GNU system, pay
    for a license."

    Hm, is this true? How many Linux kernels are out there? How many Mach (OS X) kernels are out there?

  17. "Microprocessor Market"? on AMD, Transmeta Edge Up In Market Share · · Score: 5, Insightful

    Wait, what market are we talking about?

    Oh, right: "Mercury's numbers include so-called x86 processors shipped for inclusion in desktops, notebooks, servers and Xboxes."

    So, these numbers don't tell us anything about the chips in Macs, Suns, SGIs, mainframes, Crays, Playstations, Palms, VCRs, cars, vaccuum cleaners, or toaster ovens. Just that Wintel stuff.

  18. Re:Woohoo on OpenGL 1.5 · · Score: 4, Informative

    However, NPOT textures are the only way to get fully accelerated DMA AGP updates. POT textures are not currently accelerated in 10.2.6, see Apple's TextureRange sample code.

    As you point out, this is primarily useful with video textures, but any game that does animated textures can take advantage of it.

  19. Re:How about something like Minix for the IIgs? on Berkeley TCP socket interface for the Apple IIgs · · Score: 1

    nitpick: the ROM 1 IIgs came with 256k. The ROM 3 came with 1 meg.

  20. Re:Apple Computer Announces The IIgs on Berkeley TCP socket interface for the Apple IIgs · · Score: 1

    Re: audiophiles,

    The Ensoniq 5503 DOC was actually quite sophisticated for 1986: 32 sampling voices (8 bit) with independent playback rate, volume and looping control, and programmable interrupt rates. It not only supported stereo in and out (not included by Apple) but _eight_ channel output.

    Granted there was only 64k of sample RAM, but people eventually figured out how to trigger dynamic sample swapping via interrupts.

  21. Re:Apple is the new Microsoft (only smaller) on Adobe Drops Mac Support For Premiere · · Score: 1

    Okay, gripe:

    I want a disclosure triangle as a Cocoa widget.

    What? Can't do that? But it's in all of Apple's apps!

    Ooooooh I see, it's in 10.3. Well great. How about those of us targeting 10.1 and 10.2?

  22. Re:This will be another solid update on Jaguar is Over · · Score: 2, Informative

    In my experience as an amateur Cocoa developer, it's pretty common that the feature I really need just plain wasn't available until version foo.

    For example, I need Open GL render-to-texture. The "documented" API wasn't available until 10.2.

    I need Open GL copy-from-framebuffer-to-rectangle-texture. This was there in 10.2, but wasn't accelerated on ATI cards until 10.2.5. For my application, unaccelerated == unavailable.

    So, there are very often cases where I am forced to just not run unless "system version >= foo"

    In other cases, there is functionality that would be much easier to get at if I have version foo.

    For example, I really want a disclosure triangle as a Cocoa control. It's not available as of 10.2.6. So do I roll my own, or require version foo?

  23. Re:Some of these look faked. on Screenshots of Mac OS X 10.3 Panther Leaked · · Score: 1

    Re: nearest neighbor / bilinear--

    a) Quartz Extreme uses rectangle textures, for optimum memory / bandwidth usage.
    b) Rectangle textures are incompatible with mipmaps. Check the spec.

    ergo, scaling down a window texture does give you linear filtering, but past a certain size will get you the nearest neighbor look, and there's not much you can do about it.

  24. Re:freeway scene poorly encoded on Matrix Reloaded Trailer Released · · Score: 1

    also torn frames at 0:41 and 0:47.

  25. freeway scene poorly encoded on Matrix Reloaded Trailer Released · · Score: 2, Interesting

    This is picky (but hey this is a big budget film), did anyone else notice the gamma on the freeway chase scenes? It's very washed out compared to the other clips. There's also a torn frame at 01:23, whoever edited the trailer together wasn't paying attention very closely...