topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday April 7, 2026, 9:53 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 ... 527 528 529 530 531 [532] 533 534 535 536 537 ... 1515next
13276
Developer's Corner / Re: Forum Concept..
« Last post by mouser on June 24, 2011, 03:53 PM »
My suggestion is always to start with fewer sections, and expand when there is too much overlap in topics.  the biggest problem i find with new forums is too many empty or near-empty sections, making it feel deserted and hard to keep track of posts.  a smaller number of sections makes for a feeling of a closer community.
13277
Living Room / Re: The Candy Enthusiast Blog
« Last post by mouser on June 24, 2011, 06:07 AM »
Another similar site: http://www.candyblog.net/
13278
TIP 7: Browse Directories From FARR

Normally one uses FARR to search for applications to launch, by typing in a keyword or two.

But you can also use FARR to browse explicit directory contents.

Just start typing in a path, like "C:\Program Files\" to see the directory contents.

Screenshot - 6_24_2011 , 2_28_56 AM.png

There are some useful keyboard shortcuts to efficient directory browsing in FARR: Tab autocompletes, Ctrl/Alt+Backspace goes up a directory.  Select an item and hit tab to enter that subdirectory.

From any directory just hit space and start typing some keywords to narrow down the file listing to matching files.

For more help on directory browsing, see the directory browsing screencast.
13279
N.A.N.Y. 2012 / Re: NANY 2012 Pledge & Early Beta: Kyrathaba's Hangman
« Last post by mouser on June 24, 2011, 12:42 AM »
Perhaps we should call early releases differently than the final releases.. like "NANY 2012 Pledge and Early Beta"?
Because "official" NANY releases shouldn't happen until the end of the year.
13280
Unicode Image Maker / Re: Background
« Last post by mouser on June 23, 2011, 09:31 PM »
Hi frank, welcome to the site  :up:

Can you elaborate on what you are trying to do and what's happening that you don't want?
13281
N.A.N.Y. 2012 / Re: NANY 2012 Pledge & Early Beta: Kyrathaba's Hangman
« Last post by mouser on June 23, 2011, 07:35 PM »
50 hours is too much.. you'll lose your mind.  i suggest 5.
13282
gasp.. i know it's heresy but I was thinking of tinkering with some mac programming, just for the fun of it.  a friend gave me an old mac laptop with broken keyboard but it turns out that you can't use recent mac development tools on mac's built using powerpc chips.  hence the request for mac's with INTEL chips.

i already have keyboard, mouse, monitor.. so an old mac mini  would be ideal.

if anyone has one just sitting in the closet (with an intel chip! -- usually core 2 duo), i would be very grateful for it.
13283
N.A.N.Y. 2012 / Re: NANY 2012 Ground Rules & Goals
« Last post by mouser on June 23, 2011, 05:44 PM »
That's a lot of pledges and releases.. we all better get started now!
13284
Clipboard Help+Spell / Re: Favorites, Adding Clip
« Last post by mouser on June 23, 2011, 05:37 PM »
You can also drag a clip directly into the Favorites folder in the tree.   Both ways work.
13285
Screenshot Captor / Re: Is a silent installation possible?
« Last post by mouser on June 23, 2011, 11:08 AM »
Thanks for posting that you got it working!

Another thing worth mentioning is that none of my apps actually need to be "installed".  You can just unzip the downloaded setup file, copy the files anywhere you want, and run the program from anywhere.
13286
Find And Run Robot / Re: FARR and Dropbox - conflicts...
« Last post by mouser on June 23, 2011, 04:17 AM »
an FARR option to not write to the ini file (unintentionally) would be better in my opinion

i will add this.
13287
N.A.N.Y. 2012 / Re: Gentlemen (and Ladies), Start Your Engines!!
« Last post by mouser on June 22, 2011, 09:36 PM »
Yay!

I know I speak for all of DC when I say that we are all thrilled you've stepped in the breach and agreed to oversee NANY this year.
13288
Find And Run Robot / Re: FARR and Dropbox - conflicts...
« Last post by mouser on June 22, 2011, 08:24 PM »
The file that gives me trouble with Dropbox is FarrTroubleshooting.log. It is always locked. Is there any way to not log whatever it is supposed to log?
ewemoa says:  IIRC, the bottom-most item in FARR's options dialog has to do with the troubleshooting log and it may have a checkbox relating to enabling/disabling logging.

ahhhh.. good find, i didn't even think about that.  that makes complete sense that it is giving dropbox trouble.. maybe i should make an option to close it when not needed, rather than keeping it open for thr whole session.  adding to my todo list.
13289
Announce Your Software/Service/Product / Re: Bvckup 2
« Last post by mouser on June 22, 2011, 07:10 PM »
The first Bvckup was very impressive -- it's wonderful to see Bvckup 2 progress  :up: :up: :up:
13290
Find And Run Robot / Re: FARR and Indexing Option - Feedback Requested
« Last post by mouser on June 22, 2011, 03:34 PM »
Maybe I should focus on adding whatever i need to add to farr to allow a plugin to seamlessly take over file system searching, and then let others write specific plugins for Everything, Locate, Windows Desktop Search, that will do the actual work.
13291
Find And Run Robot / FARR and Indexing Option - Feedback Requested
« Last post by mouser on June 22, 2011, 02:40 PM »
As most of you know, one of the things that makes FARR different from some other launchers is that FARR does not index your hard drives, it searches them on demand.

There are advantages and disadvantages to this.  The primary advantage is minimal memory use; the primary disadvantage is slower search for documents outside of the start menu (more on the motivation for not using indices is here).

Those using FARR primarily as an application launcher are well served by this, but there are times when people would like to have the option of using an index for super fast search of complete hard drive contents.

Now there are quite a few plugins that let FARR interface with 3rd party search indexing tools such as Everything,Locate32,WindowsSearch:

I have long planned to add an indexed search option into FARR, and this last week I began writing some code to do this.. But i'm rethinking my approach.

There are actually a few ways to go with this:
  • I could write my own custom indexing database code - lots of work but would be tightly integrated into FARR; could control memory vs disk usage tradeoffs.
  • I could try to query ntfs master table data directory - search engines like Everything use NTFS data too but also use a database and more tricks; this would be faster than normal FARR search, but to what degree I don't know; would not require too much more memory use.
  • I could try to interface with other search engines like the plugins above do; disadvantage is you need to install those and have them running; advantage is the power of these tools and the ease of coding

I started out thinking that I would like to avoid that last option, but I'm starting to think now that it would be the best approach.

So here is what I'm currently thinking.. I'm thinking that I will make some fairly minor changes to FARR, to allow plugins to more seamlessly do the job of replacing the normal file searching.

The Everything SDK is best suited for a first implementation.

So I was thinking of basically providing the same functionality as the other great Everything plugins that have already been written for FARR, except that you would be able to tell FARR to basically use the plugin to do all normal file searching, rather than having to use an explicit alias to trigger the search.

For those of you who have been wanting indexing support in FARR, what do you think of this approach?

I do think what valid question is:  If you have the Everything tool running, and just one click away, why not use that instead of FARR when you want to search for documents (as opposed to start menu items)..
13292
Find And Run Robot / Re: FARR and Dropbox - conflicts...
« Last post by mouser on June 22, 2011, 03:51 AM »
An option to specify the location of the ini files (out side the main installation folder) might work - but is probably not worth yout time

you can already do that, just edit the configdir.ini file.
13293
General Software Discussion / Re: How to stop forum spam ?
« Last post by mouser on June 21, 2011, 03:32 PM »
I think the big-picture lessons about preventing spam are similar to good security advice, which is that there are TWO basic threats you have to contend with:

The first is the brain dead drive by automatic attacks by bots.  These will be performed by automated scripts that can and will find your site and use out-of-the-box attacks on you.  If your site is using a captcha that comes standard with your forum, there will eventually be exploits posted for that forum system, and they will get in.  So you need to use non-standard additions to block these.  When you do, you will basically 100% eliminate these attacks.  These attackers don't care about anyone who is doing anything non-standard, it's not worth their trouble.

But then the second is an attack by a determined and human opponent.  You *cannot* prevent these people from spamming your site, or whatever.  You just can't.  The best you can do is set up your OWN human defense to discover them quickly when they do and make remediating their spam/attack as quick and painless as you can.
13294
General Software Discussion / Re: How to stop forum spam ?
« Last post by mouser on June 21, 2011, 12:40 PM »
My observations:

1. Last year i discovered that some automated bots have been successfully defeating the captcha on the smf forum system we use, and registering 50-100 fake users per day.  I put in place several handmade fixes to the registration page, including a few changes to the captcha to make it harder and use non-standard fonts, and swapping around some of the input fields.  The result being that the automated bots that think they know how to solve smf forum system captchas now fail.  I also save the failed captcha attempts to a db table so i can look at them, and it's quite interesting to watch the bots fail.  for those curious, they also tend to fill in missing fields with the name of a US military branch (air force, navy, army, marines) -- why, i don't know.  So hardening the captcha on the registration page and using some non-standard changes to the default used by your forum system so that you stop spam bots from signing up -- this is your first line of defense.

2. But stopping bots wont stop all spammers, some sign up manually.  For that, integrating a service like stopforumspam can be incredibly powerful in stopping spam.  whatever forum you use, find an addon that can query stopforumspam or something similar -- that's your second line of defense.

3. Then you can try to make your forum less appealing, by doing some of the thing's app describes that i did, making links nofollow so that they don't benefit spammers much.  Personally I don't think spammers pay enough attention to realize this, so it won't discourage them, just deny them the benefits after they do spam.

4. The fourth and final line of defense is the human factor.  Here's what i did for us -- i wrote a custom email notification thing that alerts us moderations whenever someone makes a "suspicious" post OR profile modification.  What qualifies as suspicious is if it's their first or second post, if they are a new member, if they have a url somewhere in what they are changing, etc.  The email includes a summary of the change they made, and a quick link to ban them.  This is our secret for how we keep the tricky spammers from ever surviving for more than a few minutes on our site.. This is what allows us to catch the really sneaky ones who do tricks like make a normal post, then wait a month and edit it to add spam links in their old post.  Many forums will miss this kind of attack because no one notices the change.  So having these custom alerts is a big win.
13295
Find And Run Robot / Re: Why FARR is using this weird link
« Last post by mouser on June 20, 2011, 07:51 PM »
It's very weird, but it's not farr's fault -- go to your start menu and look at the properties of that shortcut (.lnk) file.  Some programs insist on using such crazy links, i guess it let's them do some other stuff, but i hate it.
13296
Find And Run Robot / Re: EInvalidOp exception
« Last post by mouser on June 20, 2011, 02:53 AM »
Did it happen after you pressed your first key to search for files?

It's possible this is happening because a file on your search path (in start menu for example) has an insane date.  If you know how to search and find such a file it would be helpful if you could confirm.

I think someone else had this problem as well and I never got around to fixing it. I will.
13297
TIP 6: Use the Launch History List and Don't Worry if a Program is Slow to Find at First

FARR does not (currently) use an index to scan and catalog your disks -- it searches on the fly.  There are pros and cons of this and you can read about them here (optional indexing is coming soon).

The one thing to remember though, is that FARR keeps a list of previously launched files, and will find them instantly on subsequent searches.

So what this means is that the FIRST time you search for an application, the search may take some time -- don't panic!  After your first launch of the program it will be instantaneously found in future searches.



On a related matter: By default FARR shows the most recently launched files in the list when you first bring it up with nothing in the search edit box.  Right-click on an item and you'll be able to remove it from your launch history -- or edit the launched file list from the options, where you can also change the way previously launched files are scored, and or tell FARR not to show it on a blank search.

farr-options-launch-history.png

farr-options-history-options.png
13298
Well that at least made me chuckle.. i can sympathize.. Microsoft Word often seems to have a mind of it's own.

Just think of it as part of a final exam.. If you can survive formatting it in MS Word, then you are ready to graduate.
13299
UrlSnooper / Re: Can expect a fix soon?
« Last post by mouser on June 19, 2011, 12:32 PM »
Well whenever it is scanning packets it shows the count in the statusbar.  I always ask that because it will show the count going up even if it doesnt find urls in the data, so it's the best thing to check for.

I never saw the packets scanned like in the older version. Thought that you got rid of that feature.
btw you can still see the raw packets if you drag the bottom of the window pane to see it (though that isn't going to help you since it's not seeming to work for you).


I'm at a bit of a loss how to help more.. it SHOULD be working.. if any other winpcap application works, url snooper should work.  i don't know why it wouldn't and i don't know how to investigate more :(

When the next winpcap release comes out i can look again and see if maybe that helps.. but if i'm up to date using the latest winpcap i don't know what else to do..
13300
UrlSnooper / Re: Can expect a fix soon?
« Last post by mouser on June 19, 2011, 11:42 AM »
Tried above. Not getting any URLs. Any idea?

But do you see the status bar showing an increasing number of packets being scanned?
Pages: prev1 ... 527 528 529 530 531 [532] 533 534 535 536 537 ... 1515next