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 23, 2024, 10:33 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MrCrispy [ switch to compact view ]

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14next
201
General Software Discussion / Firefox 3 beta 3 expected today
« on: February 11, 2008, 03:54 PM »
Here's what to expect - http://mozillalinks....to-firefox-3-beta-3/

A new FF is always good news, since its probably one of the most used apps for a lot of people. For the main concern is extension compatibility. I like the new Places feature for bookmarks and I'm hoping for del.icio.us integration.


Screenshot-08_02_11,22_00_40_thumb.png



edit by jgpaiva: added image

202
General Software Discussion / Re: Is the Windows start menu dead?
« on: February 06, 2008, 04:12 PM »
I cannot go back to XP's start menu now. I never used the damn thing anyway. Since every shareware author and their little sister feel its mandatory to install 10 different entries, it soon becomes a 10 level monstrosity with a 1000 items. I used to spend a lot of time customizing it so I would have a nice layered menu (Utils\, Utils\Graphics etc), but I realized I would place my most use programs in quick launch anyway.

203
General Software Discussion / Re: How many of you use encryption?
« on: February 06, 2008, 03:46 PM »
One more point I'd like to mention - there are many encryption schemes that are uncrackable because of their keyspace. But that doesn't guarantee your data is safe. The imp thing about TC is 'plausible deniability'. Without this a harmful agent (such as the govt) would know that there is encrypted data and by law (or worse) force you to reveal the key. With a hidden container there is no trace that there is any data at all.


204
General Software Discussion / Re: How many of you use encryption?
« on: February 06, 2008, 03:31 PM »
TrueCrypt is only really useful with laptops, and even then, with BitLocker and those TPM chips some manufacturers are using in their notebooks, I don't know if it's really worth it. Unless you use a Linux laptop or a MacBook (didn't Linux have a native encrypted filesystem?).

It could also be useful for PenDrives... but it requires administrative privileges, and it probably inflicts a hit in performance (a PenDrive with an encryption chip for me, thanks).

Question: What happens with backups if you encrypt the whole disk? Are those backups also encrypted or "in the clear"?

I disagree that TrueCrypt is useful only for laptops. BitLocker is arguably more secure since it can use TPM in hardware but its also a lot more restricitve and dangerous, not to mention that its only in the most expensive Vista version.

If you backup files they will not be encrypted. But if you take a disk image (sector copy) then it will be the same encrypted data.


205
I ripped most of them with dvdshrink (which is dead now) and have tried some other programs such as Nero as well. Yes, I always remove all the useless warnings etc even when burning to a dvd. With avi rips, menus/chapters etc don't apply but for making dvd copies I will only keep 5.1 audio, english subtitles and remove most of the extras (s0 that video quality will not suffer).  There are a number of programs that do this such as AutoGK, Handbrake, Dr.Divx etc and I really don't see the need to pay for this, although when you search for dvd rip the links are all shareware. I sue the guides on doom9.org and videohelp.com.


206
I long ago switched to gmail for all my email. I have a few other accounts which I don't use anymore and I've set them up to fwd to gmail.

All gmail is sync'd using Imap for local backup and offline access. I never delete email - there is no reason to. Saving a measly few MB is not worth losing 1000's of emails.

207
All the movies are ripped to avi/xvid. I'm in the process of re-ripping some of the better movies with x264.

They are all on an external 500gb hard disk with plenty space left over. I also store my music collection on it, its basically all the media I own on a portable disk which I can take over to friends house and provide endless entertainment :)

208
I tried these programs and still haven't found one which will meet my simple needs. I have a disk full of all my movies ripped to disk. I want a program that will -

1. import all movies from a folder (about 200 movies), not make me enter the name/dvd codes

2. get the poster from imdb

3. show me all the movie posters like I browse photos - in a nice grid with their names.

4. When I double click launch the movie

5. Organize based on genre/year etc.

Is this so hard?

209
General Software Discussion / Re: How many of you use encryption?
« on: January 31, 2008, 04:42 PM »
I can't wait for TC 5. I hope it has the ability to link mount my tc volumes as part of  NT's login process so that I can store my entire user profile (My Documents, Settings etc) in an encrypted container and have it be transparent to Windows.

210
Shadow copies are only made for data thats changed, and only when you create a restore point. So no, its not like Vista is making duplicate copies of your files.

211
General Software Discussion / Re: Firefox Scrapbook extension
« on: December 24, 2007, 04:10 PM »
Scrapbook is the best. I've often tried other ways to capture webpages, like export to OneNote, but the fact that its built into the browser and knows the source url so I can refresh the copy is huge.
Many times we bookmark pages that then dissapear. With scrapbook that is no longer a problem.

They should integrate with Zotero. Zotero is mroe research oriented but has tag support and online backups.

212
A good article discussing WPF, WinForms and Win32 -
http://msdn.microsof...ndation/default.aspx

213
It depends. WPF is both easier and harder because it is basically a new way of programming. I will try to explain but probably do a bad job - in most apps, you have to write the UI code and then write the code that does the real work. But building the UI is a design task and doing it by writing code is hard. There are visual designers to place controls etc but to build behavior you still have to write code  - e.g if I ant some part of the UI to animate when I click a button I have to write code for it.

With WPF you write the UI declaratively and in a much richer language (XAML) and it can be done by an actual designer. I'd say after the initial learning curve common to anything new, WPF is easier for any UI app except the trivial ones (like Notepad), and exponentially easier for any rich UI. There are a bunch of WPF tutorials and its easy to pick up and start playing with since its very rapid turn around.

(sorry if you knew all this, sounds like you have done your research into WPF!)

LINQ is a pure language feature which is part of C# 3.0. It has nothing to do with WPF other than the fact that the C# 3.0 compiler comes with .NET 3.5.

214
WinForms is not going away anytime soon. The core under WPF still uses the same .NET windowing libraries, so it will be supported for the forseeable future.

WPF and XAML are an order of magnitude easier to develop for, especially for cool looking GUI's. The tool support is somewhat lacking but Visual Studio 2008 (Orcas) as well as the various Expression products are now in pretty much final stage and downloadable for free. You will have a much easier time building rich UI's with it than plain old WinForms, simply because it enables coding at a higher level of abstraction than before.

When you feel like porting your app to the mobile platform, it would be easy to convert it to to use Silverlight, which is the new codename for WPF/E, which is a lighter version of WPF meant for browser apps. It is supported on the Compact Framework (PocketPC, phones, mobile etc). When I say 'is available' though I don't mean right now :) It should be out in the next release of CF.NET 3.5 (http://blogs.msdn.co...07/mix-and-medc.aspx)


215
General Software Discussion / Re: How many of you use encryption?
« on: December 21, 2007, 01:04 AM »
How good is the native NTFS encryption?  You know, the right-click-on-a-folder variety?

It is very good. It is however dangerous because its tied to your user account. If you ever have a problem where you need to reinstall the OS, the data is lost. The way to prevent is to back up the key from the Certificate store in Windows or designate a recovery account, or use Active directory. Bitlocker further complicates matters. You can see what I'm getting at. The data is no longer portable outside the OS.

To be honest, I'm a bit leery of drive encryption

I was too for a long time. Then I said to hell with it, encrypted my entire 500gb partition, synced it with another encrypted partition on external drive for backup, and now barely notice it after the initial key entry. There is no speed loss and my data is safe from prying eyes.

I like it because it doesn't have all the setup involved. You just take it and any container with you and you're good to go.

I do exactly this with TrueCrypt. The external drive has an autorun entry (created by a TC wizard) that will run and mount the container. No need to install anything. I'm not questioning your choice of BestCrypt btw, I just don't want to pay for it without a good reason.


216
General Software Discussion / Re: How many of you use encryption?
« on: December 20, 2007, 10:40 PM »
Nighted, what are the advantages of BestCrypt over TC that made you choose it? I've read about if before and a quick glance didn't show me anything that TC lacks except the volume encryption which is coming in v5 of TC according to their website. TC also has a traveler mode.


217
General Software Discussion / How many of you use encryption?
« on: December 20, 2007, 10:01 PM »
There is, effectively, no privacy these days. The govt basically has carte blanche to snoop into our private information, and the courts have ruled that even computer techs have the right to look at your hard drive and report you.

I know that the majority of pc users have no idea what encryption and security is, and they are not expected to. But I wonder how many knowledgeable computer users, like those who post on forums, have their data encrypted. I personally store all my data in a TrueCrypt container which is then backed up locally and also online. I'm also setting up the same system for all my friends and family, and its very easy for them to get used to it.

Especially on a laptop, it is critical to secure your data. If Windows EFS and Bitlocker were not so inherently dangerous, I would use them instead.

218
This is great news, but in the end, its not about standards compliance but having all the browser vendors (FF, IE basically) agree on which standards they will agree to.

We're at least 5 years away from proper support for CSS3/HTML5, if we ever get there. Till then, web developers will continue to write customized pages based on browser quirks. And frankly, a lot of them probably want this state to continue as its where the money is at.

And there's a whole host of emerging technologies such as Adobe AIR, the new Flash language, Microsoft Silverlight, and whatever else happens to come along. AJAX and Web 2.0 seem so old now :)

219
General Software Discussion / Re: Are you testing Vista SP1 RC?
« on: December 19, 2007, 01:37 PM »
Installed it last night on 2 pc's - one of them via WU and the other with the standalone installer. I don't have any benchmark programs but it does seem more responsive, but that just may be a placebo effect. File copy speed, both locally and across the network, is vastly improved.

The most imp thing I'm interested in is the ability to use a different search provider other than WDS. I'd like to use Copernic/Yahoo but they will have to provide new versions that use the SP1 search API's.


220
I don't believe a word of what you said! All lies I say !!

You must provide a link to the 'Bikini competition' album as proof  :D

221
General Software Discussion / Are you testing Vista SP1 RC?
« on: December 13, 2007, 03:24 AM »
Similar to the other thread but about Vista. Cybernetnews has a good review and download links - http://cybernetnews....al-vista-sp1-review/.

I'm installing it right now, it should be done by the time I wake up. What the review doesn't mention is which of the improvements are new and which are simply the earlier performance patches all combined. I have good hopes for it, lets see how it turns out.

222
General Software Discussion / Re: Are you testing XP SP3 RC ??
« on: December 06, 2007, 03:05 AM »
I don't trust that 100% number. Its a single data point and thus is not statistically significant. I want to see benchmarks across a variety of hardware before we go claiming that it actually speeds up things by that much.

223
Microsoft has great technology, bad UI and user experience, and tries to be everything to everyone, as a result they end up being beige.

Apple has so-so technology, absolutely fantastic user focused design and marketing, and only caters to those who buy into the the Mac cult and Steve Jobs RDF, and thus they have 'teh shiny'.

Most people don't like beige. They might buy beige because they can't afford shiny aluminum. A lot of them realise that the beige can easily be changed in the control panel. And these days the beige comes with translucent borders. So what's better is all a bit gray!

Have I abused the color metaphor enough :)

224
General Software Discussion / Re: Shut Up About Vista, Already
« on: November 30, 2007, 04:20 AM »
People have lower standards nowdays. We expect less from our fellow members in society, our teachers, our government and are willing to accept more and more mediocrity, infringement of our rights, and are not supposed to judge others or have any expectations beyond the minimal because its not politically correct, is discriminatory, whatever.

Why should we expect anything different from our software. I see this trend across all facets of human endeavour - technology in areas such as cars, computing, consumer gadgets, political discourse, philosophy, morals and ethics in society. More and more it seems we are willing to settle for less.

Ok, I'm feeling extremely cynical, had a crappy week at work, can't sleep and am browsing geek msg boards at 2am so I'm not exactly contributing to the betterment of the human race and am probably not making too much sense.

But I truly do believe that a lot of great ideas, by the time they come to fruition, are a pale shadow of what their visionaries intended. Call it pandering to the lowest common denominator,  dumbed down, getting distorted by marketing and management, its all the same.

True excellence is rare and even more rarely recognized and appreciated by the masses and mass media. Its easier to survive by not standing out and taking a risk, whether you are a software corporation trying to appease a customer base of billions of corporate clients who abhor change (like Microsoft has to do with each Windows release) or trying to go through airport security.

225
General Software Discussion / Looking for a Video organizing app
« on: November 30, 2007, 04:02 AM »
I'm looking for a video catalog app which I can use to manage all my videos. These consist of dvd rips, downloads, web videos etc.

What I want -

  • scan a directory of files, show video thumbnails
  • fetch imdb/amazon data based on title. A lot of catalog apps can get imdb, but they require me to input the title manually for each movie. Almost all the movie catalog apps have this limitation but I guess they are designed for dvd's and not dvd's ripped to a media server in avi format.
  • be able to use an external player. Don't care about this if builtin player is good enough (uses ffdshow and has good controls)
  • search by actor/genre/title type of metadata
  • smart playlists - e.g. play all movies with Al Pacino which I haven't seen. You get the idea.

Some nice to have features -
  • bookmarks in the video with thumbnails for each point - like chapters in dvd movie but definable by user. So I can then then got a favorite scene in a movie by just looking at it.
  • search for duplicates
  • tagging for video files and then search by tag, play counts etc - the nice things mp3 has
  • video format conversion

Some really nice and even more specialized features -
  • manage, search and download online videos from sites such as youtube
  • get movie trailers, link trailer to the actual movie if I have it
  • dvd conversion, ripping and burning

I am not aware of any such apps. I think it would be quite useful esp since I have built a media server and ripped all my movies and tv dvds to it, as well as downloaded content.

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14next