topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 12, 2025, 5:52 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 ... 37 38 39 40 41 [42] 43 44 45 46 47 ... 75next
1026
General Software Discussion / Re: GoodSync free from RoboForm today (not)
« Last post by tinjaw on November 26, 2007, 03:28 PM »
Deo,

Here is the screenie I attached to the support ticket I pasted above.

[attachimg=#1][/attachimg]
1027
General Software Discussion / Re: Why the Windows Registry Exists
« Last post by tinjaw on November 26, 2007, 02:52 PM »
I must restate that the whole ini vs registry vs xml vs whatever is a red herring. The *real* problem is that the software running on current day computers are not designed/implemented in the manner they *should* be. Namely, (very) loosely coupled individual components that request, but do not require, other pieces of software - the OS just being another piece of software.

The problem is the interoperability, stupid.

But, such a system is economically viable. It results in bloated redundant software that each become victims of LCD themselves.

There is an example of the other extreme. It is called Apple. Pre-Unix-Apple, but Apple none the less.
1028
General Software Discussion / Re: Why the Windows Registry Exists
« Last post by tinjaw on November 26, 2007, 02:47 PM »
And again: how does Linux or OS X manage configuration settings?  Leave it up to each program?

As I did the first time you asked, I assume this is a facetious rhetorical question. But for the benefit of those who don't know the answer... Yes. *nix systems work with text configuration files. Each app has its own (if the app needs such capabilities).
1029
Living Room / Re: Interesting new article series by Darek Mihocka
« Last post by tinjaw on November 26, 2007, 02:39 PM »
Darek Mihocka over at emulators.com has written a series of articles...

In the chapter called "One night in Paris" he explains what he thinks is the next killer app:

I believe it would be the next killer application for some company like Google to provide virtual machine hosting services on the web, for hotels and airports to rent laptop computers, and for yours truly to develop the virtual machine client technology to host virtual machines on any PC, Mac, even my Playstation 3. This would allow one not only to "remote desktop" into a virtual machine, but to actually migrate it (either move it or clone it) to the local computer.

I haven't read the articles yet, but I will. However, I can't help but comment that this is no a killer app, but the return to where we once were, but in a good way.

This is back to the days of the mainframe.

And what was the only reason we moved away from mainframes to Personal Computers? Capacity.

At the time, there was no such thing as the Internet and broadband and all such things. Today we can put zillions of processors in a ubiquitous computing cloud (a la Amazon S3/EC2) and a bunch of dumb multi-media terminal at the user's end (a la web browsers) and that reason just disappears. It doesn't matter one bit (no pun intended) where the processing is done.

And most, if not all, of the other concerns become academic, i.e. privacy, diversity of the market allowing you to use the main frame in a manner you desire, etc. once you have an "infrastructure"  to support such a ubiquitous computing power. It is analogous to broadcast radio/tv or electricity itself.

It is no surprise that this (the internet et al) all was made possible when open standards begat interoperability which begat comoditization of the underlying infrastructure which begat innovation at the user's end which feeds back into the network in a feedback system amplified by the network effect.

Which brings me to my point that all this talk about "User Generated Content" is just marketing. If users weren't generating content before, where did all the content come from? It is just semantics. "Users" and "Producers" are just roles. By DEFINITION Users use content and Producers produce content. Why is this germane to ubiquitous computing? The "content" has always been there, it has just been poorly distributed.

Which leads to the my next point that all this talk about "Convergence" is just marketing. It has nothing to do with electronic swiss army knives and everything to do with interoperability. People (except travelers) don't give a rat's a$$ about having one device that does everything. All people want is for their existing stuff to interoperate.

 :-[ Oops sorry. I went waaaaaaaaaaaaaaaaaaaay off on a tangent. I'll shut up now.  :huh:
1030
Living Room / Re: Interesting new article series by Darek Mihocka
« Last post by tinjaw on November 26, 2007, 02:10 PM »
But maaan, I found it hard to navigate around there.

Hmm. Somebody nicked oBFusC8r recommending a site that is difficult to decipher. Sounds like birds of a feather...  :P
1031
General Software Discussion / Re: Why the Windows Registry Exists
« Last post by tinjaw on November 26, 2007, 02:05 PM »
There are some many things in life that I just look at and think I must just not be smart enough to understand. But I know that it is just a matter of educating myself and eventually I would understand it. For example, higher level math or physics. However, there are other times when people widely regarded as some of the best minds in a field do something and I just know, without understanding all the high-level intricacies, that it just isn't right. The Windows Registry falls into the latter category. I know there are a lot of very smart people working at Microsoft. A few of them are close friends I made while working other places like Borland. But no line of reasoning or explanation has ever even made me doubt for even a fleeting moment that opening the registry to anything other than the operating system itself was a smart decision.

When the Windows Registry was first explained to me I could only see it in terms of a flat file being moved to a database behind an API. I saw no benefit of doing so. And what's worse is that the core problem, allowing write access to the OS-level configuration details, was still there.

Now, I am not experienced enough to know the details of how to actually implement what I am about to attempt to explain , but the general concept seems solid. The operating system should not allow other programs to make such changes as it currently does. External applications should only be able to request info from the OS and *request* to make changes. It should be up the OS to allow such changes, and it should be part of the contract that the OS, at any time, can reverse itself and deny the request. Along with this, external applications/developers should work on the assumption that such requests will be denied. This, I believe, although I do not know, is more along the lines of how consoles operate.

I think the whole crux of the issue is that Windows is *not* just an operating system (ie a kernel and basic services) but is basically a whole suite of middleware on top of and operating system. As such, it needs to do much much more, and thereby causes the need for all of the stuff that cause problems. But I understand that almost all of what makes a general purpose computer more useful than a narrow use console is the ability for the applications to run at the same time and interact. But the true solution to that is difficult to orchestrate, namely, programmers, many many programmers, all producing and API interface to their own programs that is five nines perfect in terms of doing what it claims to do in the manner it claims to do it *and* five nines perfect backward compatibility. Something that is possible but not probable.

In summary, once again, the solution is to cater to the least common denominator, namely the hundred of thousand, if not the millions of bad programmers that work on the system. And that is what Windows, and all its constituent parts is, the least common denominator that will survive the ungodly amounts of crap software that will be installed on it.
1032
General Software Discussion / Re: Hard Drive Diagnostic Software
« Last post by tinjaw on November 26, 2007, 10:19 AM »
Also, take a peek at the system logs.  Might be some useful leads there as to why Windows barfs while running scandisk.
I don't know why I didn't think of that, but after looking, there was nothing there related to scandisk.
1033
Living Room / Re: Top 10 Signs You May Have Overclocked Your PC Too Much
« Last post by tinjaw on November 26, 2007, 10:11 AM »
These lists are funny Ralf. You should put them all together on a web page somewhere so more people can enjoy them.
1034
Living Room / Re: Top 10 Ways to Destroy the Earth
« Last post by tinjaw on November 26, 2007, 10:06 AM »
Are these ideas in the public domain or will I need to pay somebody before I set about on one of these tasks?
1035
General Software Discussion / Re: Hard Drive Diagnostic Software
« Last post by tinjaw on November 26, 2007, 08:18 AM »
f0dder, Ralf,

Thanks for the tips.

f0dder, I understand about the limitations of the USB connection, but I was already prepared to take it out of the case and put it in a sled and into a box with a drive bay to test it if need be.

Ralf, The head crashing was the first thing I thought about when I realized the drive had fallen. It was on, but 1) may have been in power-saver mode 2) the power cord was what I tripped on and it pulled the power from the drive, so that may also have caused the heads to go to park.

Outside of attempting to copy each file to another drive, can you think of any way to test all of the files on the drive? I also understand that just because the file copies, that doesn't mean it isn't damaged in some other manner.
1036
Justice,

That is very cool. Thanks for sharing that with us. I am sure the knowledge will be put to good use sometime soon.
1037
General Software Discussion / Hard Drive Diagnostic Software
« Last post by tinjaw on November 26, 2007, 07:23 AM »
Today an unfortunate event brought to light a gap in my knowledge. I knocked a 300 GB portable hard drive off of my desk and onto the carpeted floor. The drive shows up and I tried to use the built-in error-checking tool (scandisk) that is part of Windows XP but I get an error dialog about 75% of the way through.

Checking Disk (F:)
Windows was unable to complete the disk check.

I shut my laptop and the hard drive down and went to work. I started them both up here at work and got the same error.

I am aware of tools from the various hard drive manufacturers to diagnose the hard drive itself. These programs will tell me if I have any trouble with the hard drives, but will not tell me about any problems with the data that is on the drive. I need to know what files, if any, have been lost or damaged. I want to know if I need to reformat the drive and check for bad sectors.

I realized that I have always relied on Scandisk for this and I do not know of any alternatives. What software do you suggest I use?
1038
Living Room / Re: VectorMagic: Convert Bitmaps into Vector Art (Free)
« Last post by tinjaw on November 25, 2007, 08:25 PM »
A decent Vector Graphics editor for your own computer would be InkScape, which can also do vectorisation (tracing) of bitmap images.

Does InkScape do as good (or better) of a job as Vector Magic appears to do?
1039
General Software Discussion / Re: Find and replace from text file? Or similar?
« Last post by tinjaw on November 25, 2007, 08:23 PM »
try InfoRapid Search & Replace
That looks nice kimmchii. I'll have to check that out. When I was reading up on it I also saw their InfoRapid KnowledgeMap which looks pretty neat. It would take some time to check that out, but I have bookmarked it for later.

InfoRapid KnowledgeMap is a complete Knowledge Management System suitable for use at home, at work or on the company intranet. The suite consists of two components: an image-editing (drawing) program for creating graphically sophisticated mindmaps, and the intelligent KnowledgeMap server, which analyzes text document content and integrates it with a knowledge map.

[attachthumb=#1][/attachthumb]
[attachthumb=#2][/attachthumb]
[attachthumb=#3][/attachthumb]

1040
General Software Discussion / Re: GoodSync free from RoboForm today (not)
« Last post by tinjaw on November 25, 2007, 04:33 PM »
 :mad: I'm angry about it as well. I went through the same thing back in October.

[attachimg=#1][/attachimg]
1041
Living Room / Re: Procrastination Flowchart
« Last post by tinjaw on November 24, 2007, 07:38 AM »
Ralf, that is actually from a consulting company that did a cognitive task analysis of my workday under a  DARPA grant.
1042
Developer's Corner / Re: [Wanted] Flash boardgame engine / framework
« Last post by tinjaw on November 23, 2007, 03:59 PM »
Zillions of Games looks really cool. Thanks for mentioning it Deozaan. I've already downloaded the demo.
1043
Developer's Corner / Re: [Wanted] Flash boardgame engine / framework
« Last post by tinjaw on November 23, 2007, 03:27 PM »
Ampa,

Do you need/want this to be web-based, or can it be a stand-alone application? If the latter, then I recommend that you try out Game Maker 7 (now owned by YoYo Games). It is very easy to use and the basic version is free. I suspect you can build your whole game with the free version to a prototype stage yourself. If you want some help, I highly suggest <a href="http://www.amazon.co...89&creative=9325">The Game Maker's Apprentice: Game Development for Beginners</a><img src="http://www.assoc-ama...mp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />. I am half-way through it and think the book is excellent.

If the game is well received, let me know. I have plenty of contacts in the casual table game business and the computer casual game business.
1044
Post New Requests Here / Re: Idea : Lan Executor
« Last post by tinjaw on November 23, 2007, 05:52 AM »
Good find lanux128!  :Thmbsup:
1045
General Software Discussion / Excellent Example of Update Dialog
« Last post by tinjaw on November 22, 2007, 04:45 PM »
I have overlooked a gem until now. I discovered that AutoIt has a nifty update tool. This is the best example of an update tool to date. It tells you what you have, where you have it, what beta versions are available, a link to download any of them, an option to autorun the install, and more. When I add such functionality to my software, I am going to use this as the model.

[attachimg=#1][/attachimg]
1046
Mini-Reviews by Members / Re: Synergy: Sharing your keyboard and mouse
« Last post by tinjaw on November 22, 2007, 07:38 AM »
I still haven't taken the plunge yet. I don't have the time to mess with all this right now. However, I did spot another application today that does the same thing. I don't know if it is any good or not.

1047
General Software Discussion / Gizmo Is Looking for A Few Volunteers
« Last post by tinjaw on November 21, 2007, 09:38 PM »
If you haven't seen Gizmo's site, you should take a look as well as sign up for his newsletter.

1.1 How to Get Your Five Minutes of Fame

I'm looking for experienced users to help with the "46 Best-ever Freeware" list.

The plan is to convert the list into a Wiki and allow site visitors to make suggestions and alterations along the line of WikiPedia.

For this to work, each software category needs an editor to moderate user comments, so I'm looking for experienced individuals to fill these roles.

If you feel that you are knowledgeable about a particular software category such as "program editors" or "file managers", then why not share your knowledge by becoming the editor for that category in the "46 Best-ever Freeware list."

As a category editor you will be fully credited for your efforts, unless, of course, you wish to remain anonymous.

It's a great way to get your five minutes of fame. It's also a way of becoming an internet "giver" rather than just a "taker". And you will be surprised at just how much you will learn from the suggestions of others; I certainly have.

If you are interested check out the current categories in the "46 Best-ever Freeware" list [1] and the "Extended List" [2]. Select categories that you would like to edit and email me at [email protected] with your selections plus a very short description of your background and experience. If you have any commercial affiliations related to any of the categories, please state them.

Feel free to select as many categories as you like but be aware that editing each category could take 1-2 hours of your time per month. Also feel free to suggest a new software category if you feel it is needed.

Thanks guys.
-Gizmo's Support Alert Newsletter Free Edition, Issue 151
1048
I downloaded it, installed it, went WTF?, uninstalled it. Waste of my time. It found 5 Microsoft keys. WhoopDeDoo
1049
Living Room / Re: Q: What's 1 foot square, flat, covered in hair, and greasy?
« Last post by tinjaw on November 21, 2007, 08:04 PM »
A: A portion of my back?  :huh:
1050
Found Deals and Discounts / Re: Get Camtasia Studio v3 for free
« Last post by tinjaw on November 21, 2007, 04:59 PM »
We use this at work. Now I have a registered copy for my personal use. w00t. Thanks Chris.
Pages: prev1 ... 37 38 39 40 41 [42] 43 44 45 46 47 ... 75next