topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday April 4, 2026, 5:54 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 898 899 900 901 902 [903] 904 905 906 907 908 ... 1515next
22551
updated.
22552
it's a bit crazy looking on the inside, but designed to be dead simple to use with absolutely no impact on size or performance when disabled.
22553
Developer's Corner / Re: redmine
« Last post by mouser on July 19, 2008, 06:24 AM »
yeah i have to say i'm liking redmine more than i liked mantis. thanks for discovering it gothic  :up:
22554
General Software Discussion / Re: you tube downloader for a non techie
« Last post by mouser on July 19, 2008, 05:51 AM »
we have a search button for a reason :)

https://www.donation...ex.php?topic=13013.0
22555
Living Room / Re: Hi People
« Last post by mouser on July 19, 2008, 05:20 AM »
welcome back.  seems we have quite a few people on DC with back problems and it really does seem like a difficult thing to endure.. perhaps we should start a thread about it..
22556
Find And Run Robot / Re: Is it possible to manipulate aliases via Farr window?
« Last post by mouser on July 19, 2008, 03:12 AM »
you can almost do it, find a result you want to add to an alias, right click on it and say add to alias and choose alias name.
then just hit OK in the alias dialog.
22557
I just got my copy of "The Best of 2600: A Hacker Odyssey" and thought I would post a little about it.


2600.png


For those of you not familiar with the magazine "2600", it's a small magazine about hacking phones and computers, that was stared in the mid-80s as a few printed sheets stapled together and mailed out by a couple of college students. It's always been a kind of loosely put together collection of musings and pictures of odd phones, and the occasional cool hack.  It's always had a very distinctively underground feel, bordering on illegal, and has developed a kind of cult following.  I've always been a fan of the magazine though i don't understand most of it and only read it occasionally.

With the release of this new big anthology, the best writing of 2600 is about to become a lot more well known.

The book is edited and contains chapter introductions (sometimes substantial) by Emmanual Goldstein, one of the original founders of 2600 and still the driving force behind the magazine.

I expected the book to have the eccentric/indie feel of the magazine and be similar in organization to anthologies like "The Best of Creative Computing" -- that is, filled with pictures and organized into randomly themed areas.

Instead, the book is organized chronologically, and separated into 3 main sections for the decades of the 1980s, 1990s, and 2000s, and subchapters in each section.

It's a big hardcover book, 871 pages.  And there are no pictures or photos(!).  This is actually a little strange given how many photos and illustrations are in the magazine normally.. I wonder in fact if this wasn't a decision made out of legal concerns.. No explanation is given.

The lack of images and the minimal discussion about the history of the magazine is going to be a little disappointing to anyone who gets the book hoping for a visceral immediate feeling of nostalgia the way one gets from reading the Creative Computing anthologies for example, nothing looks or feels like the original magazine, and the articles are all professionally laid out and typeset uniformly.

However what the book lacks in nostalgia it makes up for in content:
The 1980s:
  • 1. Stories and Adventures.
  • 2. The Last Days of Ma Bell.
  • 3. Fun Toys to Play With.
  • 4. The Early Days of the Net.
  • 5. Corporate History.
  • 6. Raids.
  • 7. The Hacker Philosophy.
The 1990s:
  • 8. Pop Culture and the Hacker World.
  • 9. The Computer Revolution.
  • 10. Learning to Hack Other Things.
  • 11. More Hacker Stories and Adventures.
  • 12. The Changing of the Telephone.
  • 13. Hackers and the Law
2000 and Beyond:
  • 14. The Lawsuits.
  • 15. Still More Hacker Stories.
  • 16. A New Era of Telephony.
  • 17. Retail Hacking.
  • 18. Toys of the Twenty-first Century.

It's a great collection of essays that reflect the hacker mindset and the amateur hobbyist perspective on hacking -- a collection that anyone interesting in the history of hacking would be thrilled to own.

If you're expecting to get a collection of the best hacker writing in the last 3 decades, suitable for a general audience, you're likely to be dissapointed.  2600 was always hackers writing for other hackers, and these are not professional writers.  And if you're expecting a visual walk down memory lane through the history of 2600 you'll also be disappointed.

But if you are looking for a collection of the best essays from three decades of the magazine and the hacker community, providing a representative and thorough look at the emerging issues in hacking over time, you've got yourself a new bible.  It's a fascinating book and a great way to jump into the raw source literature if you like that kind of thing and are curious about the hacking community.  And if you're a fan of the magazine it's impossible not to be a fan of this book.

 :up:
22558
PopUp Wisdom / Re: Parsing of Fortune Files
« Last post by mouser on July 18, 2008, 12:56 PM »
Can you try this new version and let me know if the issues have been fixed:
https://www.donation...PopUpWisdomSetup.exe

(see help file bottom for list of changes)
22559
General Software Discussion / Re: AccellMan and More now Free
« Last post by mouser on July 18, 2008, 11:39 AM »
Yeah, that's where I got the heads up on it.

let's remember to give credit to a site when we post about something we discover from there, even if we don't agree with it.
22560
Living Room / Re: Would anyone want a free DonationCoder.com bumper sticker?
« Last post by mouser on July 18, 2008, 08:25 AM »
:)  :) :)
22561
Coding Snacks / Re: Display Power schedule
« Last post by mouser on July 18, 2008, 12:12 AM »
Unless skrommel gets his act together and updates his web page  >:( >:( >:( >:( >:( >:( >:( >:( >:(
22562
What'd you have to change? Always curious to hear about Vista compatibility fixes and expand my knowledge-base

it's not a vista issue per se.
i have some generic code i put into my programs now that allow them to be portabilizable using the configdir.ini file.

if its vista it defaults to one directory, xp to another, and then lets user override by specifying a custom config directory in that file.

looks like in my parsing of the configdir.ini file i was automatically attempting to add subdirectories to whatever you specify (DonationCoder/ScreenshotCaptor as reported) IF the manually specified directory isnt specfific enough. something like that.
22563
ok i think i've fixed the problem. i'll post an updated version of sc in a little bit to see if it solves it.
22564
Another thing to make sure is that you need to delete your ScreenshotCaptor.ini file or else clear the FolderPathEdit.Text line in the ini file because if it has a specific directory already specified then it wont matter what you change the CONFIGDIR to, it will still try to use that.

22565
sounds like a vista thing -- i'll see if i can't fix it and release a new version with a couple more fixes in the next week.
22566
two things jump out at me, one is make sure you dont have the // at the begining of the CONFIGDIR = line
and the second is that you probably should be doing
CONFIGDIR = .\screen\

you might try that and see if it works, if not can you send me or attach to this thread your configdir.ini file ([email protected]) and i'll have a look and see.

truth be told the VISTA support came after CONFIGDIR support and i need to check the screenshot captor source to make sure its obeying the settings under vista.
22567
id still love to see you solicit ideas for a new project that people think would be useful and work on that.. it can be very rewarding to work on a project that has active testers who are craving it.
22568
Unicode Image Maker / Re: what is a rvf file?
« Last post by mouser on July 17, 2008, 09:11 AM »
After some painful hours a new version is now up.
There are a lot of new commandline options and a new ability to save and load style files as well as RTF files.
By combining these commandline options with saved style files you should be able to do what automation you want.

(online docs: https://www.donation...aker/help/index.html)

web page with new version download (or use updater):
https://www.donation...er/UnicodeImageMaker
22569
Unicode Image Maker / Re: what is a rvf file?
« Last post by mouser on July 17, 2008, 04:03 AM »
yes i've actually been making a few tweaks to Unicode Image Maker fixing a small bug in how it works with Screenshot Captor and now it's time for RTF.

One thing i realized though is i'm not sure if you need more features besides just commandline loading of an rtf file.  i think what i will do is implement this and you can try it out and see what else you might request.  Expect an upload today.
22570
FARR Plugins and Aliases / Re: Alias: Google Maps Directions
« Last post by mouser on July 17, 2008, 03:55 AM »
smart idea jgpaiva.
and it would be nice to have 2 aliases, so that one triggers on a regex with only 1 location, and the other with the : triggers directions between 2 areas.

regarding icons: ideally this would be packaged in a zip with alias and icon files :)
22571
FARR Plugins and Aliases / Re: Alias: Google Maps Directions
« Last post by mouser on July 17, 2008, 02:35 AM »
nice  :up:
22572
superboyac i'd suggest you spend a little more time investigating the capabilities of wordpress and drupal and try using drupal for a while.

drupal is very powerful, but it is EXTREMELY confusing to use in my opinion.  i would not recommend drupal to anyone who didn't seriously have need for a big multi-user cms with clear need for it.

Wordpress is designed to be a blog but has evolved quite a few features for handling static content and organized sections.  I'm not sayign you shouldn't consider a CMS, but i am saying you could be making a pretty painful decision you will come to regret, and you should experiment with actually using both tools for a while.

If you do think you might eventually want to move to having multiple users create cms content then it still might be a good idea to go with a cms, be that drupal or something else.
22573
Living Room / Re: An interesting comparison of internet shopping websites
« Last post by mouser on July 16, 2008, 08:39 PM »
Here it is in google cache for now:
http://209.85.215.10...k&cd=1&gl=us
22574
Find And Run Robot / Re: Links to Review and Comments - Add yours!
« Last post by mouser on July 16, 2008, 07:39 PM »
Very cool  8)

Here is the scan:
pcw.jpg
22575
Find And Run Robot / Re: new farr: aliases now requiring [enter] twice
« Last post by mouser on July 16, 2008, 07:38 PM »
clever solution :up: :up: :up:
perhaps i should consider a special variable or something that people can configure for what text to put back in the search box after an operation is complete.
Pages: prev1 ... 898 899 900 901 902 [903] 904 905 906 907 908 ... 1515next