topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Sunday September 20, 2026, 1:13 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 ... 915 916 917 918 919 [920] 921 922 923 924 925 ... 1515next
22976
Please post your entries to the contest on this thread with a picture.
22977
Living Room / Spore Creature Creator Released - Make Cody Creature Contest!
« Last post by mouser on June 17, 2008, 10:06 AM »
The Spore creature creator (demo?) is now available for people to download and play with:

It's a very powerful and user-friendly tool for creating fun looking 3d creatures, originally intended to be used with an upcoming game called spore, but increasingly looking like it will be a standalone toy.


What i thought would be really fun is to have a contest to see who can make the best Spore Creature version of our mascot Cody.  You can see more pictures of Cody on Nudone (Nick Pearson)'s website (http://www.wtfcody.com).

cody-beak-coin.png

Winner will be chosen on July 1st or soon after and I hope Nudone will agree to judge the winner.  Prize will be a dc mug with the real Cody and your Cody creature side by side.
22978
Glad to hear it Eóin (and everyone else!),

ps. Everyone who enters will get a special custom Cody DC mug.  For those of you trying to collect them all, yes this one will be unique to this contest, so entering this contest is the only way to get this mug.
22979
And by "distribute or showcase" all that's really meant is we want to put up a page about the entires and try to let people know about you and your program.  there is no desire on our part to gain any benefit from your program other than to let people know that we played a small role in encouraging its development  :-*
22980
General Software Discussion / Re: "The browser is the new OS" ...(really?)
« Last post by mouser on June 17, 2008, 09:26 AM »
i think the evolution from java to .net is the right direction, and i think if you take a few more steps in that direction (and escape the proprietary nature of .net) you get to where i am suggesting: A [language AND hardware] neutral secure virtual platform for coding applications which has all the benefits seen in both the local binary applications and the browser-based services of the current day.

In 50 years people will not understand how it could have ever been the case that some programs ran on some brands of computers and some operating systems but not on others.  And they won't understand the concept of "local binary executables" vs "services running inside of a browser".

[note again that i don't think the browser is going to "take over" anything, rather i think that the benefits of the browser are going to be absorbed by modern programming languages and operating systems; so for me it's the concept of the browser program that will not survive as the key player in the long run (sorry firefox!)].
22981
General Software Discussion / Re: A Warning about Thinkall.com
« Last post by mouser on June 17, 2008, 09:05 AM »
Yuri Mintskovsky, owner of Think All Publishing, admitted no wrongdoing in settling with the U.S. Federal Trade Commission.

Welcome to the insane world of legal responsibility and settlements.  It seems incredibly common for everyone in the legal world to reach monetary settlements which involve no one ever admitting fault, and everyone agreeing to not discuss the terms of the settlement, etc.  To me it sounds a lot like "we will pay you more if we can all agree to pretend we never did anything wrong".
22982
General Software Discussion / Re: "The browser is the new OS" ...(really?)
« Last post by mouser on June 17, 2008, 08:56 AM »
Well, i agree and disagree with f0dder.

In the past, one ran applications on the local computer, on top of the computer's operating system.  The operating system is the main platform which provides the functions that the local program calls to do things (display a user interface, interact with file system, etc.)

The browser is making real inroads as a platform for running applications, for a variety of reasons.  A major one is that it has solved an issue that the operating systems makers have failed to solve -- platform independence.  The web standards have made it more or less possible to write a browser application that runs the same on mac, linux, windows.

The other appeal of applications running through web browsers instead of being coded directly for local operating system/binary executable, is the ability for such web applications to run as thin clients doing most of their work on the server backend.

For me, i view these things as much as a mark of failure for modern operating systems and programming languages as a success for browsers.

While some people have predicted that we will eventually move to all pcs just being thin-clients which are running web applications that do most of their work on large backend servers, i have a view that might be called the strong-programming-language view.  I hope (and expect) that the continuing evolution of programming languages, and a universal cross-platform user-interface api will unify many of these issues.

That is, I hope and expect that we will eventually rid ourselves of this evil of platform-incompatibility, so that the cross-platform interoperability, and distributed nature of browser-based programs, will eventually be fully supported by full fledged programming languages.  So that all applications will be essentially cross platform, 0-install, and will be designed to run both in a local mode and distributed client-server type mode.

Another way to say what i'm trying to say is that right now we use BROWSER programs that run on our local operating systems, and in the browser we load a page to serve an application.  I believe in the future that the "browser" features that make these programs attractive will evolve into a common LIBRARY used by programmers, instead of being a standalone all-purpose browser program.  So you wont open your "browser" and go to gmail to check your mail.  You will open your gmail program which could be coded in any of the new languages and would run on any pc, and would be as easy to code as it's web based alternative.

To put it another way:
I believe in the future the browser as we know it will stop being a platform for so many different applications.  I believe we will see the features of current browsers incorporated into programming APIs, and then go back to differentiating between surfing the internet using a browser, and using "applications" which will have all of the benefits we currently associate with services that run in browser windows.
22983
Ah i see.. well then i can definitely see why showing the foreign language translation would be useful.  let me know if you have other feature requests.  maybe some automatic logging thing so you can see a history of past translations..
22984
Thanks for posting david  :-*

This is one of these programs that i don't really ever get any feedback about or ever hear that anyone is using.. which is pretty understandable since it's a strange program and with little practical value.  So it's nice to hear from someone that likes it.

I'll look into displaying the other language values.
22985

thanks everyone -- it means a lot to this site.
22986
General Software Discussion / Re: How do incremental backup programs work?
« Last post by mouser on June 17, 2008, 06:36 AM »
Block level incremental is not something i look for.

It's not hard to think up scenarios where block level incremental could save you backup space -- for example if you have a lot of LARGE files for which you were only adding stuff at the end of them (giant log files).  But that's not that common, and i don't have any such documents of my own that i would mark for incremental backup.

For me, block-level incremental backup seems to prone to trouble, and i feel better having full copies of each version of each backed up file.  I don't want all the backups to be dependent on one another the way they would be with a block-level thing.  That's just asking for trouble in my view.

As far as the "best" programs supporting virtual mounting of backups -- I wouldn't say that.  However coding such a feature is pretty advanced stuff, so when you see that feature it's probably a pretty good indication that you are dealing with an advanced program.  It can be quite a useful feature sometimes if you have your own file search/explore tools that you would like to use on your backups.



ps. it's hard to post to this thread because each time you try to post you get "Warning - while you were typing a new reply has been posted. You may wish to review your post."
22987
General Software Discussion / Re: How do incremental backup programs work?
« Last post by mouser on June 17, 2008, 06:31 AM »
Whatever software you go with, make sure that you can recover multiple previous versions of older files -- not just the last backup.

And I recommend multiple backup solutions -- i like to use BOTH an incremental backup solution AND an occasional drive imaging.  If one fails, i have the other to fall back on.  And make sure you keep occasional backups online or outside of your house in case of a home disaster.
22988
Find And Run Robot / Re: How to get best juice out of FARR?
« Last post by mouser on June 17, 2008, 06:22 AM »
This doesn't quite get at your question but I'm going to try to make some screencast demos in the next week or so showing all the various features of FARR.  I hope it will be a good intro to some of the things FARR can do that people don't know about.
22989
Living Room / Re: password-protect external HD (USB)?
« Last post by mouser on June 17, 2008, 06:21 AM »
steeladept, very nice -- i think i need to start using this.  Thank you for sharing :up:
22990
General Software Discussion / Re: How do incremental backup programs work?
« Last post by mouser on June 17, 2008, 06:17 AM »
Sorry, just another question: I know some backup programs (that do incremental backup) allow you to see the files you've backed up. How does that work? Do they come up on Windows Explorer (as a virtual drive or something) or do they use a sort of "Backup Explorer", a proprietary application that works similarly to WE but can only be used for backups?

Some programs mount the backup file as a virtual drive that shows up in explorer (Acronis for example) and some use their own backup explorer (Genie backup for example).  And still other simply use a standard archive file format for backup so you can open them in your own tool.
22991
Mini-Reviews by Members / Re: Jungle Disk Mini-Review: offsite data storage
« Last post by mouser on June 17, 2008, 05:51 AM »
Great review  :up: :up:
22992
General Software Discussion / Re: Mouser's Systray Goodies
« Last post by mouser on June 16, 2008, 10:17 PM »
two long time members should not be fighting like this! come on guys make up and be friends please.  you are ambassadors for dc, you need to set a good example.
22993
By all means everyone feel free to talk about your projects and ideas in any form you want, your websites, blogs, etc.
22994
Find And Run Robot / Re: FARR Lite request!
« Last post by mouser on June 16, 2008, 07:37 PM »
if you really want to minimize memory use, configure it thusly:
Screenshot - 6_16_2008 , 7_36_33 PM.png
22995
Find And Run Robot / Re: FARR Lite request!
« Last post by mouser on June 16, 2008, 06:19 PM »
The memory usage when minimized should be very low, even on FARR v2, as long as you have it configured properly.
Here it's 1468k when minimized (compared to your 896k) for FARR v1.

To me that seems very reasonable.. v1 is so inferior compared to version 2, no one should be using it.  Just remember to look at memory use when minimized, since that should be all you really care about -- not memory use when you bring it to the front, in my opinion.
22996
Find And Run Robot / Re: FARR on CybernetNews
« Last post by mouser on June 16, 2008, 06:14 PM »
I love the little image collages they make :)
ps. thanks to Lashiec for sending them the tip!
22997
System Restore can save you, but in my view it should be something of a last resort, since it can leave your system in a state where anything installed after the save point is still on your drive, but not properly installed.

In other words, it rolls back SOME of the changes made to your system but not all, which is not a great place to be.  For emergencies it may be useful but avoid it if you possibly can.
22998
Living Room / Re: Father's Day Memory of Fathers and Computers.. Your stories?
« Last post by mouser on June 16, 2008, 12:29 PM »
slip-stick?
22999
Living Room / Re: Philips Flat TV 20"
« Last post by mouser on June 16, 2008, 05:00 AM »
are you looking for just general recommendations for computer monitors, or are you looking for a monitor that can specifically work as both tv or computer monitor?
23000
General Software Discussion / Re: Let go of your bookmarks!
« Last post by mouser on June 16, 2008, 04:36 AM »
 ;D
Pages: prev1 ... 915 916 917 918 919 [920] 921 922 923 924 925 ... 1515next