topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday April 8, 2026, 3:29 am
  • 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 ... 575 576 577 578 579 [580] 581 582 583 584 585 ... 1515next
14476
 :Thmbsup:
something like lemmings would be fun.. but maybe a bit too ambitious.
14477
Living Room / Re: Is pranking Josh unfair?
« Last post by mouser on January 26, 2011, 10:36 PM »
more from the irc channel after he first saw it:
<Metshrine> MOUSER!!!!!!!
<Metshrine> WTF!!!!!
<Metshrine> you should know to NEVER touch this shit
<Metshrine> You are like Kevin from the office
<Metshrine> They don't even let him have full internet access
<Metshrine> perhaps we should restrict you like that..

actually he was remarkably calm about it, considering.  he should have known it was a joke though because if we really lost a years worth of forum posts i'd be screaming out the window and they'd have to put me in a straight jacket.
14478
Official Announcements / Re: Server Software Update - Jan 26, 2011
« Last post by mouser on January 26, 2011, 10:28 PM »
If you spot any unusual behavior on the forum, please let me know!  We did a few things like adding cache system and moving the custom user-uploaded avatars, that could cause trouble, so its definitely possible we will have hiccups.  but the forum speed should be improved.
14479
Living Room / Re: Post Your Funny Videos Here [NSFW]
« Last post by mouser on January 26, 2011, 10:25 PM »
Renegade, nice find, that was fun  :Thmbsup:
14480
Living Room / Is pranking Josh unfair?
« Last post by mouser on January 26, 2011, 09:25 PM »
I ask you, is it?

Here is what DC member and prankster Josh saw when the forum came back online for everyone else.  Only Josh saw this:

Screenshot - 1_26_2011 , 9_15_32 PM.png
14481
Official Announcements / Server Software Update - Jan 26, 2011
« Last post by mouser on January 26, 2011, 09:12 PM »
The forum was offline for several hours today while we upgraded some server software and implemented some optimizations for the forum.  Hopefully the forum will be even faster now, with the use of some caching mechanisms, and it can now automatically throttle search database thrashing for guests in case we find another spider hitting the search page unreasonably.

The one thing we didn't succeed with, despite some real attempts, was moving forum database completely to UTF8 -- you should expect another down period next week perhaps when we try to revisit that, and hopefully clear up the remaining issues with posting in non-english languages.

Thanks for bearing with us!
14482
ok server is going to go down briefly today while we put in some new code.
14483
Developer's Corner / Re: Safe programs for File Recovery
« Last post by mouser on January 26, 2011, 10:44 AM »
The one i always hear recommended is: http://www.runtime.org/
14484
Another solution would be that FARR support the hosting of multiple plugins inside one DLL

i think it can be done, in one way or another -- ecaradec and i will discuss it more!
14485
Living Room / Re: Post Your Funny Videos Here [NSFW]
« Last post by mouser on January 26, 2011, 07:53 AM »
that rocked.  kind of like an army of terminators.  i loved it.  time to try to find the full movie... but what is the name of the movie?

Looks like it's: "Endhiran",  http://www.imdb.com/title/tt1305797/
14486
Why arent the old scattered dlls in the various plugin folders simply crushed by the new fscript version whenever it's updated ?


my concern is the opposite -- i think trying to delete/modify these files is likely to be problematic to do in an automated fashion.
for me the main goal should be on the other end of the issue -- making fscript2 not need to create or modify files.

i dont think there is anything wrong with forcing existing plugin writers to update their fscript based plugins, and i can even make farr ignore the old directories or do other things, i just think that trying to have one plugin delete/modify files in other plugin directories is very likely to fail in confusing ways on windows vista and win7, which is just not going to let you do this in the program files subdirectory.
14487
i think skwire found the thread i was looking for:
https://www.donation...ndex.php?topic=25316
14488
there is some thread somewhere recently about character sets that used to work not working now on the forum but i can't find it.
can someone point me to it and/or help me reproduce the problem so i can tell when we fix it?
i.e. how do i try to make a post with some characters that used to work and now dont.
14489
Living Room / Re: What books are you reading?
« Last post by mouser on January 25, 2011, 10:46 PM »
I've read a bunch of books on web frameworks cover to cover in last week or twoy:


14490
N.A.N.Y. 2011 / Re: NANY MUGs
« Last post by mouser on January 25, 2011, 10:25 PM »
looks like the gift certificate section of cafepress just came back online!
if so the certificates will go out tonight.
14491
N.A.N.Y. 2011 / Re: NANY 2011: Techniques, Tributes and Tribulations
« Last post by mouser on January 25, 2011, 10:18 PM »
I plan to do a longer writeup of the tribulations and lessons learned from one of my NANY projects (userquotes) but thought i'd get a start by writing some quick thoughts here.

   * Why were the NANY applications coded? (I mean why decide to code this particular app)
    * What IDE did you use, if any?
    * What language(s) is the application written in?
    * Does it rely on any 3rd party libraries / code / graphics?


I did two NANY apps this year, one was Webcam Video Diary, coded using C++ Builder (which is basically C++ with lots of visual component libraries); the other was userquotes.com, a website service coded in php on top of the open source Drupal CMS.

Both entries made HEAVY use of existing 3rd party components and code.

UserQuotes relies on Drupal to do all user/group management, combined with a custom set of modules for handling the quote items and sets, and then some drupal-free helper classes that were written to be drupal-independent so that they could be run without needing drupal.  Using Drupal no doubt saved considerable time in building an infrastructure for users and groups, and it's the second project i've done using drupal in this way.  I have *very* conflicted mixed opinions about Drupal, which i have vented about here.  My bottom line at this point, however, is that Drupal is probably a bad choice for projects like this that aren't really CMS-like at their core.  I find drupal completely unintuitive and extremely frustrating.  Their efforts at building a developer-friendly codebase is commendable, and Drupal does in fact have one of the very best interfaces to let developers write custom clean independent modules.  But trying to use Drupal as a kind of foundational framework for building something that isnt mostly a CMS is just too frustrating I think.

Webcam Video Diary grows out of existing code i've been writing to add video recording features to my Flipbook Printer application.  It relies heavily on a commercial video capture library to do the recording.  The main struggle I had with this program was dealing with the video capture libraries and the idiosyncrasies and options involved in video capture and compression.  There are just so many different things to tweak and configure, and options that affect audio sync, compression rates, etc.  I find such things, and working with any kind of hardware, exhausting and frequently frustrating.  Really makes me miss the days of straightforward platform-neutral code.

   * Were any clever design principles used?
    * Or any really hairy algorithms that you'd like to boast about?
    * What was the trickiest part?


I ended up implementing a bunch of code that does some hairy local proxy caching (actually on multiple levels) of data on UserQuotes, so that people could embed quotes on their pages in an efficient manner that wouldn't overload the main userquotes server even with huge numbers of page requests.  Unfortunately i have proven to myself once again that the more complex things get the harder they are to maintain and explain and configure, and the more things can go wrong.. so i'm currently trying to work out in my mind how much effort should be spend on this project.

   * Would you like to make a mention of any other DC members who helped out?

JavaJones worked closely with me on UserQuotes and it was a real pleasure to work with him.  The automatic thumbnail capturing functions are only working because dc server admin Gothi[c] was nice enough to spend some real time getting the code modified to run on the new server.
14492
there is something important that i think needs to be cleared up.

i understand that fscript2 does something very clever in modifying the files inside the other plugin directories.
but this may fail on OS > winxp due to security restrictions, and it seems troublesome.

what i don't understand is if this process is an important part of fscript2, or if it could be avoided by simply having fscript plugin authors release a new version of their plugins with the small new dll included.

14493
Just a heads up, server may be down briefly in the next 24 hours as we install a cache library and activate some additional code to adapt to server load; should make forum more robust and peppier :)
14494
LaunchBar Commander / Re: How to stop backups
« Last post by mouser on January 25, 2011, 07:29 PM »
With those settings, you should only ever see a single .bak file for your launchbar datafile.  it will back up to this file when you change the launchbar.
But you should no longer see a proliferation of backup files unless you explicitly ask it to make a backup from maintenance menu.

If you see behavior different from this, let me know.
14495
you know i really need to add an option to remove all user settings when you uninstall, this definitely confuses people.
14496
FARR should run just fine on windows 7 (64bit or not).

Did you copy over settings from a previous install?

Try deleting all of the files in the FindAndRunRobot Programs directory, and in the FindAndRunRobot subdirectory in your documents area and then reinstalling.
14497
Living Room / Re: Show us a photo of your mutt or other creatures..
« Last post by mouser on January 25, 2011, 12:42 PM »
just make sure to have it neutered.
14498
Screenshot Captor / Re: The bug about Screenshot Captor
« Last post by mouser on January 25, 2011, 12:32 PM »
Thanks for the report xkng666 -- I will look into what could be causing it.

Anyone else notice this problem?
14499
LaunchBar Commander / Re: How to stop backups
« Last post by mouser on January 25, 2011, 12:28 PM »
can you go and check the options and make sure it is still what you set it to (.bak fewest backups)?
14500
yes its using a permanent redirect from old forum url addresses to new.

can anyone explain the google chart mahesh linked above, and explain why it suddenly stops in april? i just dont get that.
Pages: prev1 ... 575 576 577 578 579 [580] 581 582 583 584 585 ... 1515next