Slashdot Mirror


User: Bill+Kendrick

Bill+Kendrick's activity in the archive.

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

Comments · 346

  1. Tux Paint on Napkins and the History of Ethernet, Compaq, Facebook · · Score: 1

    Since Tux Paint is basically the only thing I ever talk about... yeah... Tux Paint was first designed on a napkin at lunch. And I've also heard it's been used as a "quick, virtual 'back of a napkin'" for some engineering designs, since most other drawing programs are too clunky for quick sketches. :)

  2. Tux Paint "Plus" on Open Source Software Hijacked To Push Malware · · Score: 1

    Someone released a package of Tux Paint for Windows labeled "Tux Paint Plus", suggesting that it was somehow better. Upon further investigation, we discovered the "Plus" was simply a browser toolbar it injected without asking.

    OTOH, I'm now utilizing OpenCandy to help "monetize" the project (read: pay for my coffee addiction and business cards to hand random parents at the park). At least it's (1) optional, and (2) I control which apps it suggests to users when they invoke the Tux Paint installer. (And no, there are no ads in Tux Paint itself -- it's not "adware"... I've come up with the term "adverstaller" in my attempt to describe it.)

  3. I run my own show! on How Do You Get Your Geek Nostalgia Fix? · · Score: 1

    I went to Vintage Computer Festival a few times, and when it stopped happening on the west coast, I started running my own, much smaller, very Atari-oriented Atari Party out near Sacramento.

    Last weekend I took the train down to California Extreme to play some old video games (and my 4yo likes the older pinball games a lot). I wish Classic Gaming Expo weren't back in Las Vegas, or I'd go to it.

    Plus, I still read comp.sys.atari.8bit on Usenet over an SSH connection to my ISP's shell server. :)

  4. Reminds me of that Dilbert on Apple Camera Patent Lets External Transmitters Disable Features · · Score: 1
  5. Tux Paint on What To Load On a 4-Year-Old's Netbook? · · Score: 1
    Being its creator, I'm a bit biased, but Tux Paint is geared towards younger kids (and it's also fun to help them play with it, if my wife and our nearly-4yo are any gauge). Run it fullscreen, and check the options to make it safer (disable or limit printing, turn off sound to keep parents sane, even an option to disable the quit button).

    And yes, despite the penguin, it runs on Windows (and Mac).

  6. No cut/paste? 1983 called; want their tech back on Windows Phone 7 Lacks Copy-and-Paste · · Score: 1

    I just used copy-n-paste three times while composing a TXT msg to a friend yesterday. (1) Restaurant's hours that day, (2) Restaurant's street address, (3) Restaurant's website's address (in case she wanted more info). I admit, it was tedious to switch back and forth between browser and message system, and copying text is a bit annoying (though a trackball cursor control helps a lot, since otherwise I'd have to use the touchscreen... I miss styluses :^( ) But I cannot imagine trying to "TYPING" all that crap manually, using the on-screen keyboard!

    As much as my Android phone pisses me off (early dev model w/ old OS and slow hardware), I can't imagine the hoops iPhone or Windows users have to go through. (And my old phone was a 'high-tech' BREW handset, which is just a complete joke compared to any of these 'smartphones.' My web browsing and navigation was done the old way: call up someone who was at home in front of their computer and ask them to read stuff to me. :) )

    Ramblingly,

    -bill!

  7. Tux Paint! on Interactive Computer Exhibits For Ages 3-8? · · Score: 1

    Shameless self promotion, but whatever you build, be sure to put Tux Paint on it. (Especially if you've got some cool art-friendly interface like a touch screen.) :)

  8. Won't SOMEONE think of the CHILDREN!? on Ted Dziuba Says, "I Don't Code In My Free Time" · · Score: 1

    Oh wait! I've spent over 7 years doing just that, IN MY SPARE TIME: http://www.tuxpaint.org/

    Now, if someone would hire me to do it full-time, so I can keep putting food on my family [sic], I _might_ stop working on it in my spare time. (No guarantee, though.) I guess even more important is: who is this Ted person, and why do I give a crap? I've got literally millions of children to worry about. :^P

  9. Re:Beat me to the punch! on Hello World! · · Score: 1

    "a little caricature of Carter that is placed throughout the book"

    Man, just like "Atari BASIC: XL Edition" that I learned a ton of BASIC with as a kid. It had "Kilroy" (as in "... was here") throughout it.

    I vividly remember reading some of that book while on a trip to the department store with my mom. In fact, not only do I still HAVE that book (surprised? don't be... I was the "Atari vs Dell" guy on Slashdot the other day), it's on the shelf next to me, and just yesterday I happened to grab it when I responded to one of those dumb chainlettery things on Facebook ("grab the closest book, open page X, type sentence Y as your facebook status").

    This is starting to freak me out. ;)

  10. Beat me to the punch! on Hello World! · · Score: 1

    About 5 years ago, I was lamenting the apparent lack of programming books aimed at children. I posed the question "what would be a good modern language for kids to learn?" and almost every response I got was "Python." So this is perfect! Too bad I didn't get the chance to (1) learn Python, (2) write a book, (3) get it published. ;)

  11. My example: Tux Paint on What Open Source Can Learn From Apple · · Score: 1

    We've got a "Help Us" page ( http://www.tuxpaint.org/help/ ) that explains how contributors can help in all sorts of ways (code being only one). We keep the latest translation files online for easy download (no CVS needed), along with stats on how complete they are.

    One of these days I'll get around to finishing the asset management web application I started working on, to make it really easy for graphics-oriented folks and photographers (and just folks who find usable PD and Creative Comments artwork) can collaborate.

  12. Re:8bit colour? on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 1

    There are numerous videos on YouTube. Search for "Atari Demo" and start following the 'related videos'. :) There are still big parties in Europe, with game and demo contests with big cash prizes. (Well, if you consider 500 Euro to be "big")

  13. Re:8bit colour? on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 1
  14. Re:8bit colour? on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 2, Interesting

    Switch into GRAPHICS 9 mode (16 shaded bitmap mode). Use a Display List Interrupt (DLI) to change the colors down the screen. You can arrange it to get a nice grid of 16 hues of 16 shades == 256 colors!

    The paletted colors were actually only out of 128 colors. (16 hues of 8 shades)

    More useful, though, are some of the software-driven tricks for drawing more colors on the screen. One simple one interlaces between 16-hue and 16-shade pixel modes, combining to give you any of 256 colors (albeit a little washed out), anywhere on the screen. In glorious 80x192 pixel resolution. (Not a typo)

    Or cycle between 3 16-shade modes, one Red, one Green, one Blue, and you get 4096 colors, anywhere on the screen. (Or do it at higher horizontal resolution and get 64 colors or 8 colors.) There are GIF and JPEG viewers for Ataris that have been around for _years_ that use these modes.

    Even fancier tricks give you 30 shades of grey at 160x192, some obscene number of colors at 160x192, etc.

    In fact today (before this post appeared on Slashdot), someone contacted me about the character-set (you know, "font"? :^) ) driven multicolor text mode I came up with a decade ago that let me do cell/tile-based graphics and get 13 colors on the screen. (Simply toggle the font at each Vertical Blank Interrupt -- no need for Display List Interrupt tricks.) I wrote a puzzle game with it.

    Anyway, he pointed out that those huge-pixel (80px across) modes can be "applied" to any graphics mode (try GRAPHICS 2:POKE 623,64:?#6;"abcd"), and therefore a similar frame-flickering trick could be made to get lots of large, multi-colored tile graphics on the screen.

    Lots of stuff you can get ANTIC and GTIA to do; a few of which are 'artifacts' or 'bugs', but all consistent across the platform. :)

    (Heh - I wonder if a single person will care about that braindump I just presented.)

  15. Re:Fail... on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 1

    Don't talk like that to your ancestors! (Remember who designed the Atari 400/800, and who designed the Amiga! :^P )

  16. Re:Hm. on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 1

    Ooh! And that reminds me... need Contiki and for someone to build a decent Ethernet or Wifi adapter. :)

  17. Re:Interesting on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 1

    Thank god Black Ops didn't throw you in "get the crap beat out of you" prison for copying games back then.

  18. Re:Missile command on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 1

    Hrm. Tried holding the [Select] button down while you turn it on? That _should_ boot it into Missile Command, if my Google-fu is working for me.

  19. Re:How do you figure that? on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 1

    Heh. I _already_ can't seem to get a replacement keyboard from Dell. :^( (They've got all sorts of wireless crap they can sell me.) Maybe I didn't dig around the service section of their website long enough.

  20. Re:Hm. on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 2, Funny

    "Does it run Linux?"

    Sadly, no. But I love it anyway. :) Everything else in the house does, though. (The SmartStor NAS, the Roku Netflix Player, the TiVo DVR, my laptop, my wife's laptop, our toddler... oh wait, not yet.)

  21. Re:Missile command on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 1

    Digital in the same sense that a ball-based mouse on a PC is digital. Though the Trak-Ball I have also has a switch to change between trackball and joystick mode, so you can play joystick-based games with it.

  22. Re:1KB != 1B on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 3, Funny

    Heh, crap. It was late, and I've got a toddler, so I do appreciate corrections. ;)

  23. Re:Interesting on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 1

    XEGS was actually just an XL/XE with built-in Missile Command and a funky, detachable keyboard. (The Atari 5200 game system was also similar to the 400/800 (predecessor to the XL/XE), so a lot of games were identical and/or pirated+ported.)

  24. Sound on Atari 1200XL Stacked Up Against a Dell Inspiron · · Score: 4, Insightful

    Plus... sound _always_ works on my Atari, unlike the latest version of Ubuntu ;^P

  25. Damnit! I just got one, too on Unboxing a 1984 Atari Peripheral, 25 Years Later · · Score: 1

    I just bought one of these from B&C ComputerVision. It was also new-in-box, and is a very cool little device. My 2yo son likes having me draw things (usually octopuses) on our big TV. No Wacom drivers or X11 config to mess with. Don't even need to wait for it to boot up. Just click the power switch and you're drawing about 2 seconds later. :) (My brother had a Koala Pad for his C=64, and I was jealous... it wasn't compatible with my Atari. I'd have had to convince my parents to buy me the Atari flavor.)