Jump to content

TheWebAtom

Experienced Members
  • Posts

    577
  • Joined

  • Last visited

Everything posted by TheWebAtom

  1. True, but I think 'it works faster!' is universally relatable.
  2. Excellent. Only one interface region needs to be capable of housing the tabs. Less code, more performance. Also saves time, as they don't need to do QA and unit testing for both interface variations. I think the number of people who actually customized this would be pretty small. I'd also wager the majority of the group are capable of installing an extension that would revert those changes. That's the benefit of a rich, extensible API: you don't need to include a thousand different customization options. From a developer's standpoint, we power users are the worst.
  3. In my opinion, they haven't gutted enough. Decisions, not option. Relevant op-ed from a Mozilla developer: http://limi.net/checkboxes-that-kill/
  4. Just trying to prevent the poster from getting confused, so he an get support in the correct avenue (the winapp thread)
  5. Nergal, you realise those two things are exactly the same?
  6. What do you define as "code for the cloud?" You seem a little confused by the concept of cloud computing. If you're referring to online computational processing, then no. CCleaner only uses local system resources when cleaning your computer. If you're referring to cloud as "multiple physical servers working in tandem to create a single system"; then yes. The update checking mechanism almost certainly communicates with a "cloud" service. What are your specific concerns?
  7. Nergal is correct. Bootcamp just makes Windows easier to install - doesn't functionally change it in any way.
  8. Never trust timestamps. They're incredibly easy to fool. In fact, I used to submit high school assignments late by tampering with the timestamps using the unix 'touch -t' command.
  9. mta is correct. Most NAS drives run a variation of FreeNAS, a NAS-optimized implementation of FreeBSD, which is an Open Source implementation of Unix. (I find it fascinating that the progression of operating systems is almost Darwinian) Anyway; back on topic: FreeNAS handles all the disk integrity management itself, so defragging a NAS manually (while likely extremely difficult) is completely unnecessary.
  10. Thanks Andavari and hazelnut! Just to press further, would your opinion change if the automatic updating was only enabled for extremely minor or extremely critical releases? Using CCleaner as an example; if it was discovered a new version of CCleaner was deleting critical system files, would you object to an automatic update going out to disable that specific winapp.ini entry?
  11. Sorry, I get very pedantic about anything related to Nestle. My mother has worked for them for thirty years. So now they're licensed by Hershey's, but the trademark is still owned by Nestle.
  12. So you could say it's okay, so long as the user is made aware of significant changes or new features that are defaulted to on?
  13. I'm doing some research for university on software deployment; particularly the notion of software that automatically updates itself. I was hoping you insightful people of this forum could share your thoughts. I'm largely ignoring the web-based model of updating software, focusing on the 'Google Chrome' approach. This involves each new version being automatically downloaded to the users personal computer, then installed silently without any user intervention. So basically, what are your thoughts on software that automatically updates itself? Do you find it frightening or time saving? If you're against it, what kind of protection should developers put in place to make you more comfortable?
  14. Why? Microsoft makes many all over the world. He should spend it on whatever he wants, wherever he wants.
  15. I keep AdBlock disabled and only turn it on if I encounter a particularly annoying page. I figure someone has to pay for all that free web content - may as well be advertising companies.
  16. I think that's the only real market for this product. I don't foresee much consumer interest for the reasons listed above. Especially in light of the "cloud-services-suck-because-NSA" mentality that's recently exploded.
  17. StackOverflow saves your login as session keys, which are synced across the Stack Exchange. Make sure you remove history/cookies/sessions for all SE websites.
  18. Yeah, this is pretty much impossible. It would be cool if Windows would associate the GUID of any application to every file it creates. I wonder if there's a way to fake that...
  19. You could download the portable version, toss it into a folder on another drive then create a shortcut.
  20. You can usually fix this issue by using Firefox's built in history erasing tools, then a restart. Edit: also can't reproduce.
  21. If 'ccleaneruser_' doesn't return, I blame the NSA.
  22. For reference, below are the CCleaner entries relating to Symantec products: [Norton AntiVirus] ID=2060 LangSecRef=3024 Detect=HKLM\SOFTWARE\Symantec\Norton AntiVirus NT\Install\7.50 Default=True FileKey1=%commonappdata%\Symantec\Norton AntiVirus Corporate Edition\7.5\Logs|*.log FileKey2=%localappdata%\Symantec\Norton AntiVirus Corporate Edition\7.5\Logs|*.log FileKey3=%commonappdata%\Symantec\LiveUpdate\Downloads|*.* [symantec AntiVirus] ID=2061 LangSecRef=3024 Detect=HKLM\SOFTWARE\Symantec\Symantec AntiVirus\Install\7.50 Default=True FileKey1=%commonappdata%\Symantec\Symantec AntiVirus Corporate Edition\7.5\Logs|*.log FileKey2=%localappdata%\Symantec\Symantec AntiVirus Corporate Edition\7.5\Logs|*.log FileKey3=%commonappdata%\Symantec\LiveUpdate\Downloads|*.* Anything there jump out at you, ftpookie?
  23. Not true. Windows has an API that allows an application to monitor a directory, with virtually zero performance overhead. You could probably build this in under an hour. Of course, I wholeheartedly agree with your second point: I certainly don't want any program randomly obliterating data while I use my computer. It's a disaster waiting to happen. Sandboxie is a much better option.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.