Slashdot Mirror


User: markrages

markrages's activity in the archive.

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

Comments · 18

  1. Re:Squished? on Wal-Mart Closes Online Movie Download Service · · Score: 2, Funny

    How does Apu increase mileage?

  2. An alternative. on 500-in-1 Electronics Kits? · · Score: 1

    My brother got one of these 150-in-one electronics kit when I was a kid (mid 80s).

    It came with a thick book that had a one-page writeup of each circuit. I studied each one until I started to catch on. Then I went to the public library and read their (abysmal) selection of electronics books.

    Now I have my MSEE and I can still remember some of the experiments. The perplexing explanations I now realize were wrong. The Internet has made getting answers and datasheets to almost anything possible.

    To someone starting now, I would suggest an alternative. Get one of those white plug-in breadboards and a selection of discrete components. A place like Electronix Express sells this stuff and caters to the educational crowd. Get a multimeter too. Then get books. For general electronics, buy the Art of Electronics. For a gentler introduction, borrow "There are No Electrons" from the library. To stay interested, get a practical book in an area you are interested in, such as the ARRL handbook if you like radio, or a robotics book if that's what you like. Examine those circuits until you understand them. And find an Internet forum to ask questions about what you're learning. sci.electronics groups are good. I've found the PIClist to have excellent off-topic discussions about general electronics questions. It's pretty good for PIC microcontrollers as well.

  3. Re:solve america's weight problem on Using Gym Rats' Body Power to Generate Electricity · · Score: 1
    But then the mobs would own the bikes and take a cut off the top.

    Look, Cheeseburger Brown has already prophesied all of this.

  4. Re:OT: Cheap Laugh on SCO Having a Hard Time In Court · · Score: 1
    Let the SCO stock painters to get back in action
    Vista's been released. Why would they continue painting?
  5. Missed one on Outré USB Gadgets · · Score: 1

    I think they missed this USB device.

  6. Re:Perhaps it's changed... on Building Online Stores with osCommerce · · Score: 2, Informative

    No, it's still terrible.

  7. Re:Actually, ... on Linus Says No GPLv3 for the Linux Kernel · · Score: 1
    (ignoring the fact that the program you mentioned above is NOT eligible for copyright protection because of its obviety, non-intellectual-novelty and other similar factors)
    You are confusing copyright with patent protection.

    Copyright covers an expression of ideas. No matter how old or lame those ideas might be.

  8. Agree! on On the Subject of Slashdot Article Formatting · · Score: 1

    I always have to hover over the links on Slashdot to see which one is the article discussed.

    Here a rule: Links should be a noun (or noun phrase) that tell you where the link will take you.

    Taco gets it wrong.

  9. Re:Need more info on Linux in a Business - Got Root? · · Score: 2, Interesting

    Speaking as a former user of such a university computer, I was *glad* not to have root access on my machine. It removed the burden of system administration, and left me to concentrate on the stuff I was supposed to be working on.

    UNIX permissions are designed for just this situation, allowing users to work freely without giving them ability to break the system. Why is the orginal poster trying to circumvent this?

  10. Re:Reverse Engineering on Why Don't Companies Release Specs? · · Score: 1, Insightful
    This is a very simplistic view.

    Many ICs do not have specs available to just anyone. Try getting the detailed spec on certain Broadcom chipsets, for example. In fact, many times the chipset documentation is the card documentation. For example, look at how many Linux drivers are named after chipsets.


    Far as I can tell though, most ICs are pretty standard and available.


    Many ICs are also programmable. Reverse engineering their firmware is much harder than ringing out continuity on a PCB.

    Regards,
    Mark
    markrages@gmail
  11. Re:Bad block handling! on Ask ReiserFS Project Leader Hans Reiser · · Score: 2, Informative

    Here's something to try:

    This month, I had two disk-failure on a 1.0 TB software raid5 with ReiserFS.
    I was able to copy most of the data with dd_rescue and myrescue.
    By the time I was finished mucking around, I had dome mkraid -f several times, so there were spots of missing data on the disk. The filesystem would not mount. So I used resierfsck --rebuild-tree, and once it completed five days later, I was able to mount the filesystem, with most of the files intact.

  12. Time Base Corrector on Preserving VHS Recordings For Another 20 Years? · · Score: 5, Informative
    I do this for a living.

    Between the VCR and the capture card, second deck, etc, make sure you use a time base corrector. Don't trust the TBC supposedly built in to the VCR or capture card, get an external unit. Otherwise, audio sync problems will haunt you forever.

    The broadcast video processor (also from b&h) is also useful for this application. I like to put it before the TBC.

    Regards,
    Mark
    markrages@mlug.missouri.edu

  13. Re:Now if only they were as reliable... on Hard Drives Down To A Dollar A Gigabyte · · Score: 1

    The technology is called S.M.A.R.T. That stands for Some Stupid Cutesy Ancronym.

    Fow UNIX, you want to use smartd, which is part of smartmontools

    S.M.A.R.T. is pretty good at detecting normal failures. It is no help for when Windows decides to chkdsk your > 137GB partition and scribbles garbage all over the disk.

  14. Re:iChatBot, fairly well known IM bot since 8/11/2 on Paging Eliza: Patenting IM Bots · · Score: 1
  15. Sun's grammar on Sun and Apple Team Up for StarOffice for Mac OS X · · Score: 0, Offtopic

    Sun's spokesman Siress needs to learn the difference between an adjective and an adverb:

    "I think you can see OpenOffice running solid on OS X by the end of this calendar year"

    "Microsoft is mad, and Apple's coming at them hardcore."

  16. Re:Thanks? on 100th Anniversary of Air Conditioning · · Score: 1

    It's done very little to improve the quality of life for humans and quite a bit to degrade it .... it's nowhere near a necessity and if humans would tolerate a little discomfort, the Earth might be in much better shape.

    Think about this the next time you're eating fresh food shipped on a refrigerated truck and stored in your refrigerator... If you'll allow that refrigeration an extension of air conditioning, it has had a vary big impact. on quality of life. Probably a measurable impact on lifespan, even.

  17. This is why editors are important. on Bart Decrem on the Linux Business · · Score: 1

    Spoken English, transcribed literally, is nearly indecipherable.

  18. What about PostScript? on Are DVDs Software Or Films? · · Score: 2, Interesting
    Is PostScript considered media or software?

    Wouldn't the same arguments apply? In fact, PS is a programming language. Don Lancaster: "an unappreciated yet superb general purpose computing language"

    Regards, Mark