topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday November 6, 2025, 2:25 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 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 75next
201
It looks like the updated version of Resplendence's Registrar Registry Manager has some nice new features like "a registry monitor which logs changes made to the registry by external programs" and a command-line version. I can probably use the command-line version to make the default tweaks I want on machines based on what I monitor with the GUI. Interesting.
202
I've only really used Process Monitor (and regmon before that) to manually discover which registry keys were affected by changing settings.
Good idea. I hadn't really though about that. I could filter on the application I was about to make a change in and see what it changes in the registry. Reversing the action in the GUI should see a revertation (new word!  :P ) of the appropriate registry key. I could then script it and see if it had the desired event. Yes, manual labor, but would be valuable knowledge.
203
When I had a need for this I opted to go with a paid solution. I purchased Bytescout Watermarking PRO. I am very happy with my purchase and do recommend it if you choose to go with a paid product.
204
General Software Discussion / What is your prefered source of registry tweaks?
« Last post by tinjaw on June 12, 2009, 02:28 PM »
I am well aware that there are dozens of websites (and books) that list Windows registry hacks/tweaks/etc. Most of us are well capable of googling to get a list of them. What I am interested in is your personal experience with any of these sites (books). When you want to make a change to your system via a registry change, for example set your web browser's home page, what source do you look to?
205
General Software Discussion / When does it just become too much trouble
« Last post by tinjaw on June 12, 2009, 02:19 PM »
I am vacillating between two extremes. (That seems to be a common occurrence with me. 8)) On the one extreme is configuring everything, on an "as needed" basis via GUIs and scripting everything via registry keys and the like.

What the heck am I talking about? Let me explain via an example.

Setting the home page of Internet Explorer. Should I do it via nLite? The IE GUI? Via some "Tweak" utility? Via some script, be that AutoIT, AHK, or native .BAT?

What about the Command Prompt window? I like to change the font and set the scroll buffer to 9999 lines among other things. Ir *feels* like I do this a dozen times a week for one reason or another.

What I am thinking about doing is taking an idea from *NIX of having configuration files in your home directory and combining it with version control and some synchronization software.

The workflow would work something like this:
  • Don't make any changes to a system except via some scripted means.
  • Put the script(s) into my "home" directory.
  • Put those under version control
  • Set up the appropriate synchronization software to push those scripts up to the cloud
  • Have a "bootstrap" script that I put on all new computers that pulls the scripts down from the cloud and runs them to configure the computer I am on.

My guess is that I will do most of this via registry changes made via AutoIT.

Is this going overboard? But I do work on dozens of machines weekly. Many of which are virtual machine I create and throw away often.

The whole reason is that I think about home much time I would save not having to make changes manually as well as how much more productive I would be if everything was the same way on each machine I use making things more muscle memory than having to think about things.

This alludes to much of the research done about multi-tasking and getting distracted by the littlest of things.

I hate going to a virtual computer and not finding a file and wondering if this is one of the machines that hasn't been changed from the default so that it shows hidden files and folders. It would be nice to know that every computer, even a newly built one, has that open changed from the default.

Maybe I just need to trick out my nLite install and just make every new machine from a cloned image. I don't know.  :-\

[Follow Up]
I went through my bookmarks and found Tweakomatic. This may be a good base to work off of.
206
General Software Discussion / Re: Screenshot tool with built-in OCR?
« Last post by tinjaw on June 12, 2009, 09:56 AM »
Hmm, just thinking out loud. Nothing to contribute unfortunately.  :-[

You would think that the best-of-breed OCR engine would be an open sourced implementation of something from some university. I am sure something of that nature would be of great interest and value to academic institutions.
207
Developer's Corner / Which Eclipse?
« Last post by tinjaw on June 07, 2009, 04:12 PM »
My Pydev extensions annual subscription is up for renewal this month. I decided to check out Wing IDE and NetBeans to see what I was missing. I haven't looked at NetBeans yet, but I just did spend some time with Wing IDE. I went though the tutorial. Although I liked what I see, I don't see any reason to switch to it from Eclipse + Pydev. I hopefully have time to check out NetBeans soon.

However, it did make me remember that there are now these pre-packaged and tested versions of Eclipse; like MyEclpse and Yoxos. From my limited understanding these are "value-added" versions of Eclipse. Have any of you folks toyed with them? Did any of you decide to use a subscription version of Eclipse over the free version?
208
General Software Discussion / Re: Links to Infos about Regular Expressions
« Last post by tinjaw on June 05, 2009, 12:27 PM »
my pre-ordered Amazon copy is currently on a UPS truck somewhere in the Midwest on its way to my house.

Oh! Oh! Oh! Then mine must be too!  :Thmbsup:
209
Ah! I forgot about SQLNotes InfoQube !! I should revisit it.  :up:
210
I'm not claiming it is a panacea, but it is something you should check out if you haven't already.

Resolver One is a program that blends a familiar spreadsheet-like interface with the powerful Python programming language, giving you a tool with which to better analyze and present your data.
211
I am having a difficult time summarizing what I am thinking. That's no excuse for me to just ramble, but it might come out that way.  :-[

You are mixing apples and oranges here. I am going to hope that you understand Model, View, Controller (MVC) architecture. In layman's terms Data, Display, and Calculations. The focus of a spreadsheet is View and Controller, while the focus of a RDBMS is Model. Hence my suggestion of using a RDBMS backend with a spreadsheet frontend.

For lack of a better term (and a lack of coffee on my part) the "missing link" in your perception of the issue is that you are mixing the M, V, and C together in your mind because the spreadsheet appears to be doing them all at once, instantaneously, because of the GUI, while you are better realizing the three steps when working with a RDBMS because the workflow is more distinctly seperated into three steps of data entry, SQL query, and displaying the result.

I don't think the issue is one of keeping the dataset in memory vs on disk. I think it is simply a matter of workflow -- of how you perceive spreadsheet being more conducive to "playing" with data.
212
I think this is a parallel of owning a hammer and everything looking like a nail. If you have that much data, you need a database and a frontend. Now, you can use a spreadsheet as a frontend to the database, but you need that data in a db. Then you only view the results of calculations in the spreadsheet.

But you are a smart guy, so I must be missing something.  :huh:
213
Although I purchased Visual Build Pro, I haven't used it so I can't tell you if it does the things you want. If I had see your postings soon enough I would have suggested making the purchase and asking for a refund if it doesn't meet your needs. OR asking via email to be allowed to try the demo for a week and then get it at the BdJ price. But alas I am too late.

As to a more general answer to your question about build processes...

Let me start by saying that in the commercial world that is  literally a full time job. The position is called Build Engineer and it is a job that does all of the stuff you are talking about.

Every language and development environment has *some* way to do all of that, but they all do things differently. Almost always the solution is one or more of three types: custom code, custom code using a build framework, using a tool like FinalBuilder or Visual Build.

For example, Python has distutils, EasyInstall / Setuptools, templating with Cheetah and Python Paste, Buildbot, among others.
214
Mini-Reviews by Members / Re: Game Review: Defense Grid: The Awakening
« Last post by tinjaw on May 13, 2009, 08:15 AM »
I too spotted the $5 special and purchased a copy. I like it very much. It is great for 10-15 minute breaks every now and then. It is sort of like mindless fun that requires some thinking.  :P
215
I just purchased Visual Build Pro v. 7 (1-computer license), sight unseen. I have wanted FinalBuilder for years, but can't afford it. Visual Build has always looks comparable, but also priced too high for my pocketbook. With the discount, Visual Build is only $119. I purchased a copy just now and expect it will be worth the cost.

I have Ultra Recall from Kinook already and like it, so I suspect this will be of comparable quality.

http://www.bitsdujou...ftware/visual-build/
216
I should research this before I post, but...  ;)

My guess is that what you need is a text editor that supports language templates and a good helping of regular expressions. Try playing with Notepad++ and create your own language template. If nothing else, it will give you a starting point upon which to build.
217
Developer's Corner / Re: Article Convinces Me To Move To vi(m)
« Last post by tinjaw on May 01, 2009, 12:33 PM »
Hmm, I think I looked into vimplugin and had some problems. But that was too long ago for me to remember the details. However, it appears that the latest versions is one from 2007, and I know I looked at this somewhere around 12 months ago.
218
I am assuming you have autorun disabled, otherwise, that is your answer.
219
Those are good finds. Downloading now. I got the serial numbers following the directions posted on the site. Thank you.
220
If someone wants to provide a menu application that is fine but however an installer does not make life easier. I think that the best way would be a menu builder that scans the pointed drive for exe, bat, jar etc then it creates the menu based on those apps on a drive or in folders.

Check out Pegtop PStart. It does that and works very well in general.
221
I just got to work and haven't even had my first sip of coffee yet, but I had to take a moment to say that I agree with you Gothi[c] about web design for the most part.

I often grab RSS feeds instead of going to a website so that I can control how the information is viewed.

However, I do understand why a fashion website or a music website would want to be fancy, because that is their audience and the information that most of their audience wants is colorful photos and fancy design.

But, for generic news or reference information, yeah, I wish we could greatly simplify things.

And I have always be against white background. I can't understand why people want to stare into a bright light.
222
Developer's Corner / Re: Python newbie question
« Last post by tinjaw on April 16, 2009, 07:41 AM »
Yes. Your problems are because you are using an interactive IDLE session. You need to run it from a console. Personally, I never use IDLE.
223
Developer's Corner / Re: Python newbie question
« Last post by tinjaw on April 15, 2009, 09:55 AM »
Yes, \r will do a carriage return. \n is new line (linefeed).

This example should illustrate.

Code: Python [Select]
  1. print "one\rtwo\rthree"
  2. print "one\ntwo\nthree"

And to make sure you are zero padding properly so all the digits line up.
224
General Software Discussion / Re: alternatives to firstDefense ISR
« Last post by tinjaw on April 13, 2009, 08:44 AM »
Grrrrr. I can't find it. I remember there being a few wiki pages that compared FirstDefense, Returnil, Sandboxie, Deep Freeze, etc., but  can't find them now. Microsoft has SteadyState, but I doubt it works on Server 2008. I know it works on Vista and XP.
225
Thanks for the info folks. I am playing a bit with Spotlight-On-Windows by Quest Software currently.
Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 75next