Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:An iPhone just to make calls? (Score 1) 798

I own a 3GS and use AT&T for my other phone. I wanted to switch over to my 3GS because this "feature phone" I have is an absolute piece of shit. I was told I'd have to buy the data plan. I have WiFi, I don't need or want to spend another $30 a month for a terrible service I'll never use.

Comment Re:Yes (Score 5, Insightful) 712

Technical pens are for drafting and would be a nightmare for everyday writing.

They are not agile and require a high degree of control to use. They need to be held absolutely perpendicular to the writing surface at all times, and only work when held vertically with the nib pointing down. They don't write well or at all on certain kinds of paper, often damaging the paper. They are easily broken and are difficult and messy to fill, clean, and maintain.

Don't get a technical pen.

Comment GameMaker (Score 3, Interesting) 246

Without hesitation, I'd go with GameMaker along with the book The Game Maker's Apprentice, and followed by The Game Maker's Companion. The first book includes an older version of the GameMaker software which is all that will be needed to complete the exercises. If your child likes the process, move onto the second book which covers more advanced concepts. Those books, along with either GameMaker 8.1 or GameMaker: Studio should your child want to move onto more current versions, will all fit within your $100 budget, and it will only cost you $20 or so to get started.

The books are excellent learning tools and the GameMaker software itself was originally created by co-author and Utrecht University professor Mark Overmars to teach programming. It's a great way to get ones feet wet and very good games can be created with it if one is willing to put in the effort. If you child wants to move on to more popular languages, GameMaker will provide them an excellent foundation for learning them.

Comment Mid-80s Apple II (Score 1) 632

I went to highschool in New York in the mid-80s. We had about 30 Apple IIes in the lab. The school had an introductory course and an advanced course. We programmed in Applesoft BASIC entirely for both classes and assistance from PLE, a memory-resident program editing aid.

Programs we wrote in the advanced class:

  • Parse first names from a list of full names given in inline data statements
  • Read numbers and text from binary files
  • Draw a border around the low-res graphics screen with an animated a pixel moving inside of it
  • Animate a walking man using high-res shape tables
  • Play music notes using a provided machine language sound routine
  • Play a song from a binary file containing notes and durations
  • Perform a binary search of inline data statements
  • Create and query a fixed length database using multiple search terms (ie. cars: model, engine, color, doors)
  • Create and sort multi-column databases using bubble and shell sorts
  • Find integers whose values are sum of the their digits cubed (eg. 153, 370, 371, 407)
  • Write a game to test and score knowledge of state capitols
  • Final project: point-of-sale application with inventory management using a random access, fixed record length database

Submission + - best urologist in delhi (urologyservices.in)

An anonymous reader writes: Batra Urology Services with its Best Urologist In Delhi is providing highest level of medical treatment and facilities with experience and expertise in all the areas of Urological care.

Comment Re:for artists? (Score 4, Insightful) 713

The whole purpose of copyright is to make sure artists get paid for their labor.

No, that's exactly half its purpose. The other half is to get works into the public domain after a limited period of time, something right-holders are fighting tooth-and-nail to prevent. Copyright law becomes a mockery of itself when that limited period can be extended an unlimited number of times.

Slashdot Top Deals

I program, therefore I am.

Working...