Slashdot Mirror


Ask Slashdot: Is the Recycle Bin a Good GUI Metaphor?

dsginter writes "During a recent Windows 7 upgrade, I disabled the 'Recycle Bin' from appearing on the user desktop. Why? Because this allows the users to retrieve errant deletions. While this was the goal of the 'Recycle Bin' in the first place, most people (including myself) are in the good habit of keeping a tidy workspace and 'taking out the trash' when they see that it is full. For some people, their OCD meant that deleting a file was a two step process: delete the file and then empty the recycle bin. By disabling it from view, I have found that the original function is restored for the smattering of times that it is actually needed. Why are we wasting pixels on such a poor metaphor?" Going further, is there some combination of metaphor and method of use that you'd find more useful or natural?

51 of 465 comments (clear)

  1. Autocratic Admin? by Frosty+Piss · · Score: 5, Insightful

    I think you are out of line *forcing* other users to abide by your view of how the desktop should operate.

    --
    If you want news from today, you have to come back tomorrow.
    1. Re:Autocratic Admin? by Shikaku · · Score: 2

      Or maybe, as a UI bonus, it can be used as a FIFO for disk space: when it's full, it deletes the oldest file first. Except that would fragment the file system to hell.

    2. Re:Autocratic Admin? by Rinnon · · Score: 3, Insightful

      I disagree. In the workplace, you're not the owner of your machine. I've never worked in an office that allowed me to do whatever I wanted with a computer. Maybe certain websites were blocked, maybe I couldn't install stuff. Maybe something I would have liked on the Desktop wasn't there. In a lot of cases, Admin can setup your computer however they want, because THEY are the ones who have to fix it when it's broken. I think he's well in line with what he should be allowed to do. The very first time someone deletes something and wants it back, and he can do it in 35 seconds, they'll be glad he did it.

    3. Re:Autocratic Admin? by BasilBrush · · Score: 2

      You could avoid it creating fragmentation with a bit more intelligence. Keep deleting the oldest files until a suitably large contiguous block is available for what's needed.

    4. Re:Autocratic Admin? by angel'o'sphere · · Score: 3, Interesting

      Fragmentation of the file system is no issue in our times.
      Hard Disks are so big, you basically always have a big enough chunk to save a file.
      E.g. if you save a movie ... no modern OS is spreading that big file over lots of small groups of blocks.
      Open a big word document, save it again. You can basically bet that the file is saved in a new location on the hard disk and not on top of the old file. That is the reason why "restore lost files" tools work.

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    5. Re:Autocratic Admin? by FutureDomain · · Score: 4, Insightful

      I've always wanted this feature. Eliminate the "Recycle Bin" and just have a feature like Time Machine that will let you retrieve earlier versions of a file and previously deleted files. A Log-structured file system would eliminate the fragmentation issue, make the implementation of this feature easier, and also provide some performance enhancements.

      --
      Hydraulic pizza oven!! Guided missile! Herring sandwich! Styrofoam! Jayne Mansfield! Aluminum siding! Borax!
    6. Re:Autocratic Admin? by jimicus · · Score: 2

      That's the admins job - essentially to save people from themselves.

      It's why so many companies lock down the desktop to a varying degree - Windows (to be fair, any desktop OS) has a whole plethora of ways that the innocent can shoot themselves in the foot. One of the aims of locking down the desktop is to reduce this, and hence reduce helpdesk calls.

      Regarding the recycling bin - you heard the (probably apocryphal) one about the secretary who used the paper recycling box on her desk as a "pending" tray? Then one day she forgot to empty it before she left for the night....

      I've seen someone treat the Windows recycling bin the exact same way. She came unstuck one day when she deleted some very large files, which caused Windows to actually delete some of the stuff in the recycle bin to clear some space. She was completely unaware that Windows would do that, and really got very shirty - "But I've always done that!".

      You can write this off as a single example of a clueless user if you like, but the thing is I guarantee that anyone who's worked on a helpdesk for any length of time has similar stories.

    7. Re:Autocratic Admin? by jedidiah · · Score: 3, Insightful

      I don't suppose you've ever heard of something called VMS by any chance?

      --
      A Pirate and a Puritan look the same on a balance sheet.
    8. Re:Autocratic Admin? by wampus · · Score: 4, Informative

      You just described NTFS shadow copies. Also, the recycle bin can have a set maximum size and it will start deleting the oldest files if it is never emptied.

    9. Re:Autocratic Admin? by michelcolman · · Score: 2

      That is true if old files are always deleted by emptying the trash. But if all the files are kept until the disk is completely full and only then deleted one by one to make sufficient space, fragmentation is going to be terrible unless some kind of defragmentation is done at that time (which will slow the file system to a crawl whenever you save a big file). Or is your disk big enough to contain every file you'll ever make?

    10. Re:Autocratic Admin? by Shikaku · · Score: 2
    11. Re:Autocratic Admin? by iluvcapra · · Score: 4, Informative

      Why not make the recycle bin a separate filesystem? Allocate a block of disk of pre-defined size for the recycle bin.

      Because that would cause deletions that now run in O(1) to run in O(n) (at least); a deleted file (maybe an 80 gig video file) would have to be copied to the deletion FS before the deletion operation was complete. The idea of the Trash Can (eff this Recycle Bin noise) is that it's an abstraction that lives on top of the filesystem and allows interaction with files without regard for their filesystem, or if they're even filesystem entities at all; they might be resources on a WebDAV server, or references to files on an FTP or SMB. Trash Cans are entities of the Desktop Manager and are used for managing the user's session with the Desktop, and only presents of facade of underlying operations. And your rules for dealing with all the exceptional cases basically would make it impossible for a casual user to know if his file was even going to stay in the trash, or if they'd even be able to go in the trash at all (instead of going straight to being unlink) with a sudo, or constantly putting up "Are you sure you want to... This can only be deleted if..." messages).

      --
      Don't blame me, I voted for Baltar.
    12. Re:Autocratic Admin? by mysidia · · Score: 2

      I disagree. In the workplace, you're not the owner of your machine. I've never worked in an office that allowed me to do whatever I wanted with a computer.

      I am forced to agree with the OP. Removing tools from users' desktops based on admins' personal opinion about how they should delete things is autocratic and out of line.

      While it's true in the workplace you're not the owner of the machine, neither is the "admin", you have a job to do, and a computer is assigned to you for you to do your job, that job involves the computer, and you generally have certain rights granted by your employer to decide how you accomplish your job.

      An admin also has a certain job to do, and they also have a certain amount of discretion. An admin is called autocratic when they preemptively take measures that interfere with employees' discretion in how they choose to accomplish their job; specifically, the measures are unreasonable.

      When the admin exceeds the discretion, they are out of line. Just as when an employee exceeds their discretion and decides to do something against understood company policy to their computer, such as installing software, they are out of line; in the exact same way, the admin is out of line, if they take it upon themselves to constrain employees in significant ways that management has not approved of.

      Maybe certain websites were blocked, maybe I couldn't install stuff. Maybe something I would have liked on the Desktop wasn't there.

      Generally if websites are blocked, this will mean management has called for the admin to act; which would generally mean it needs to be done to meet a legal requirement or to curtail actual abuse. If an admin choose to start blocking certain websites on their own, they would be considered an autocratic unreasonable admin, if management had not called for blocking those sites -- possible exception, if workers were unintentionally accessing the sites, the sites were malicious in nature, and if the admin had been tasked by management to stop recreational use of computers and the website had no possible business purpose, or if the workers' were workers managed / their jobs supervised by the same person who happened to be admin.

      Of course there's such as a concept as 'autocratic management' (and micro-management) as well.

    13. Re:Autocratic Admin? by Mr.+Slippery · · Score: 5, Insightful

      The point is that, as stupid as it may be, the owner of the machine SHOULD have omnipotent power over what happens, and is or is not allowed.

      Nonsense. A computer provided to an employee is a tool for that employee's use. To get the best results, that employee ought to be able to configure and customize that tool in any way that helps them work more efficiently.

      I work with Real Computers, and don't use a "Trash Can" or "Recycle Bin", but if some pissant sysadmin told me I wasn't allowed to alias rm to '/bin/rm -i' or ls to 'ls -F', I'd laugh in their face; and if I were sanctioned by management for doing so, they'd find themselves without my services, since it would be pointless to continue working for a company so clearly doomed.

      Challenging IT's computer sovereignty...

      "Sovereignty?" It is to laugh.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    14. Re:Autocratic Admin? by RoFLKOPTr · · Score: 2

      You mean, like Time Machine?

      Isn't that exactly what he said?

    15. Re:Autocratic Admin? by Nursie · · Score: 2

      LOL@ IT department's sovereingty

      IT is a service provided to other parts of the company, they have certain responsiilities and the employees using their services also have responsibilities and restrictions. But when the IT department decides it owns everyone's desktop you end up in a bad place where procedure overrules actual use cases and stuff just takes forever to get done.

      At work, my machines are my responsibility. If I don't have AV or a firewall I may get in trouble if I don't have a good reason. If I don't have IE I may find some things hard to access. Other than that it's free reign.

    16. Re:Autocratic Admin? by JamesTRexx · · Score: 2

      Ergo, fragmentation is a problem. The majority of users use Windows, therefor NTFS and defragmenting is a must.
      And because Windows throws everything into one partition re-arranging files is a must too. We use MyDefrag to speed up customer's pc's when they come in for maintenance because they're slow.

      --
      home
    17. Re:Autocratic Admin? by iluvcapra · · Score: 2

      Windows recycle bin does not extend to WebDAV, FTP, or SMB. ..

      Oh, well. My OS does.

      Perhaps that would give the user more time to decide they really wanted to purge this. .. Maybe this will cause them to be more careful with the delete command?

      There's a difference between protecting the user from a careless action, and presuming every action of the user is careless and requiring them to prove to the OS their carefulness -- there was a reason everyone made fun of Vista's security validation screens, it was because they were redundant and obsequious, and treated the user as if they were an idiot that needed training wheels.

      I mean while we're adding 20 minute waits into putting things in the trash (not even emptying the trash mind, just moving things to it) why don't we add one of those little word jumbles or a sliding tile puzzle to the trash dialogue, so the user can be extra extra sure that they really wanted to delete the file? Atomicity of operations, conceptual simplicity, appropriate balance between safety and efficiency? Bah! Who needs it! Even better, I like the silent presumption in your argument that a 100k file wouldn't need as much time for pause or consideration as a 80 gig file.

      It's just deleting a file, it's not opening the vents of the primary coolant loop or putting the transmission into reverse on the freeway. It's best to let people do this if they want, and to keep the safety conventions as simple as is practical. Besides, if the day comes that you do want to vent the primary coolant, when you turn the key it'd better damn vent, and not indicate that coolant can only vent on alternate Tuesday's with the supervisor's permission, independent of the permissions of the valve, and that the containment can only open one valve per every 30 seconds as a "safety" feature to prevent the operator from opening "too many valves" without "thinking about it."

      --
      Don't blame me, I voted for Baltar.
    18. Re:Autocratic Admin? by Nefarious+Wheel · · Score: 3, Interesting

      I don't suppose you've ever heard of something called VMS by any chance?

      /cry

      I miss it.

      But of course, you're talking about the naturally versioned file system.

      /MoreCry

      And TPU. And DCL. Lexical functions.

      me := f$WeepsHorriblyIntoCereal

      --
      Do not mock my vision of impractical footwear
    19. Re:Autocratic Admin? by Nick+Ives · · Score: 2

      That will always be a problem if you use your disks to capacity. The solution is to not fill your disks to capacity if you plan to be using them as random read / write media.

      For home desktop use, you should really be be upgrading your storage solution at around 80% full. You should also be using a SSD for the drive your OS is installed on.

      --
      Nick
    20. Re:Autocratic Admin? by sorak · · Score: 2

      But an admin disabling the Recycle Bin because he thinks it's a shitty metaphor is just fucking stupid. Your users might except the recycle bin to be there, or they might even *gasp* use it correctly!

      He also presented a valid and functional reason to disable it. Some users were having problems because they weren't using it correctly. By hiding the icon, he assured that the functionality works for everybody, not just those who use it "correctly".

    21. Re:Autocratic Admin? by gad_zuki! · · Score: 2

      >these are people who really shouldn't be allowed to operate equipment more complicated than an adjustable 3 hole punch.

      Fine, but we shouldn't make site-wide policies based on the stupidity of the worst of the worst. Thats the real problem here. Because you have one moron, that doesnt mean you need to punish the other users with stupid UI decisions like "Oh, lets get rid of the recycling bin for all because Jane can't figure it out."

      Any competent admin would be able to retrieve those deleted files and professionally explain how to properly use the bin. A short-sighted socially-inept nerdy/otaku-type would immediately hide it for all users. Its passive aggressive, wrong, and stupid.

    22. Re:Autocratic Admin? by EvanED · · Score: 2

      Finally, it is stored on the same bloody partition let alone same physical drive making it useless for disaster recovery. It is not a replacement for time machine because backups belong on a separate drive which is preferably external to the computer.

      I think you've missed a lot of the point of the Previous Versions feature. It isn't designed to give you "my power supply entered a murder-suicide pact with my hard drive" recovery, it's designed to give you "oh crap did I delete that?" recovery.

      A while ago I was looking into what snapshot support various file systems have, and I was actually disappointed by the fact that Time Machine apparently requires an external drive, which was not at all what I wanted. Windows's VSS support was actually much closer. So to each his own. (Not that Time Machine would have been an option anyway. Apple won't sell me a copy of OS X that I can legally use and they don't sell a midrange desktop, so OS X is out of the question for me on the desktop anyway.)

  2. Shift+Delete by NemosomeN · · Score: 5, Funny

    Stop being a pussy.

    --
    I hate grammar Nazi's.
    1. Re:Shift+Delete by Cl1mh4224rd · · Score: 2

      That's a bad habit that I got into. My best option was to make a normal deletion "easier" by disabling the notification when I hit the Delete button. I mean, that's what the Recycle Bin is for; to save your ass from accidental deletions. Notifications are just another layer and should be limited to the more "permanent" deletions, like Shift+Delete.

      Sure, there are free recovery tools to really save your ass, but you run a greater risk relying on those over the Recycle Bin.

      --
      People will pass up steak once a week, for crap every day.
    2. Re:Shift+Delete by Hatta · · Score: 3, Insightful

      No, thinking before you delete is a good habit to get into. When I hit delete, I mean delete. The computer should comply.

      --
      Give me Classic Slashdot or give me death!
  3. You Gotta Be Kidding! by mwandaw · · Score: 5, Insightful

    I understand that we should always try to improve on the current state of affairs. However, in this case, I think the the "solution" is the answer to a question that no one has asked.

  4. OMG GOOD JOB!!! by gavron · · Score: 4, Funny
    Yes, you got a stupid one past the editors at slashdot.

    Let the resume' building commence.

    You so smart.

    No, really.

    Here's a pixel for your effort: .

  5. When they see that it is full by Anonymous Coward · · Score: 4, Insightful

    Even if I delete a tiny little file, the trashcan icon goes from completely empty to totally full.

    Perhaps the trashcan graphic could show the actual size of the deleted files relative to the space allocated on the hard drive for said files.

    That way you would only need consider taking out the trash when the can is actually full.

    1. Re:When they see that it is full by antdude · · Score: 3, Interesting

      I remember on my roommates' old PowerMacs with old Mac OS (not X), they had programs that showed how much was in the trash can, but with a liquid state. I would love to see that today in all OS' including Windows. Do they exist?

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  6. out of disk space by LordKronos · · Score: 3, Insightful

    Why are we wasting pixels on such a poor metaphor

    Because, I actually want to have an easy way to empty the recycle bin. It's utilization of disk space wasn't a major concern for many year, but now with the introduction of SSDs, and the fact that huge SSDs are not yet affordable, I find myself running out of space on mine quite often. When I do, I tend to find I've got some large files sitting in the recycle bin.

  7. Why are windows trash cans such a pain? by westyvw · · Score: 2

    Why is the Windows trash can a folder, yet I can not just browse the contents? In KDE I can just look in the folder and treat it just like any other, and I can purge by date to clean it up. All files are exactly what they were before but with the one additional option to restore it.

  8. You're the worst type of admin by Y-Crate · · Score: 5, Insightful

    How could this possibly be a good idea? And how can you implement this and then accuse every other Windows user of having OCD? Pot. Kettle. Black.

    This is an absurd personal preference to force on your users, and a good example of an admin crossing the line from "ensuring the system works well" to "forcing the users to compromise their workflow because of the personal whims of the admin". Admins are supposed to keep users from interfering with the operation of the system, but it's equally important that they don't interfere with what the users are doing more than they absolutely have to.

    This is right up there with admins who don't set the time properly / leave the display at a ridiculously low resolution, then lock down the preference setting so it can't be adjusted.

    1. Re:You're the worst type of admin by Overzeetop · · Score: 3, Insightful

      On the contrary, he's streamlining the system so that it works for his users. I seriously doubt that the users like to have to delete, confirm a delete, and then empty the bin. They're also probably pissed if they accidentally get rid of a file and he can't recover it because they've emptied the bin.

      There's no great use to having the bin icon on the desktop. It's a convenience if you happen to frequently delete a lot of files you meant to keep (huh?), but otherwise it's probably a "me to" remnant of some UI designer that though the apple trashcan was a good idea.

      --
      Is it just my observation, or are there way too many stupid people in the world?
  9. Thank you. by msauve · · Score: 3, Insightful
    Much more useful to Shift-Delete files you really want (albeit insecurely) gone, and don't worry about the ones in the Trash, which are only taking up otherwise unused disk space. From the summary:

    Why are we wasting pixels on such a poor metaphor?

    It's only a poor metaphor for the few really anal retentive people who can't be bothered to learn how and why their OS works. But that's not right - the metaphor isn't in error - Trash works just like a trash can. Put stuff in and take it out, empty it when it's full or stinks. What the writer wants is an incinerator.

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
    1. Re:Thank you. by DarthJohn · · Score: 2

      What the submitter wants is a garbage chute that the users can throw files in and not be bothered by a trash can that they can see. (Actually a garbage chute for each user... not like one shared in an apartment building.)

      Maybe you're right and only a few overly anal people compulsively empty their trash cans, or maybe the submitter is right and this affects most computer users.

      Either way, I just wanted to point out that he's not asking for an incinerator: which would destroy files immediately. Submitter wants files to be sent to the trash and thus still be available for easy restoration, but not right there under the user's nose tempting them to empty the trash.

  10. I was a big OS/2 fan because it had a shredder by brokeninside · · Score: 5, Funny

    I thought that was THE metaphor for deleting files, dragging them to the shredder.

    Plus, my wife edited a .wav of a chainsaw buzzing followed by a scream and associated it with the action of shredding a file. That added to the effect, you shred a file, hear it get cut up and scream its last. The message it re-inforced was FILE DONE GONE!

    1. Re:I was a big OS/2 fan because it had a shredder by brusk · · Score: 4, Insightful

      If you need greater assurance than that, physically destroy the drive. It's the only way to be sure.

      Technically, that is only one way to be sure. The other is to leave the drive intact but destroy the rest of the universe.

      --
      .sig withheld by request
  11. Multiple trashcans FTW! by Twinbee · · Score: 5, Funny

    I've only just skimmed the summary, but I completely agree, it'd be wonderful to have multiple recycle bins, each a different colour so I can organize my trash. I put red files/icons in the red trash, and green ones in the green etc. I'm pretty sure this helps the OS with housekeeping, because it makes it easier to restore the bits for future files. Sometimes, the colour is not seen before, so I've set up a system to pick the trashcan colour from a colour wheel - this helps organization further.

    On top of this scheme, I have various levels of trash: shallow, deep, and megadeep. When I first delete a file, it goes into the shallow trash so that I can restore the file immediately if I've made a mistake. If I'm really sure I don't want a file, or I need more disk space, every so often, I dig into the shallow trash, and move them into the deeper trashcan, and again with the other levels, finally to be deleted at the end of the chain. It's cumbersome, but this way I can make sure I won't delete very important files too easily.

    --
    Why OpalCalc is the best Windows calc
  12. Re:Not exactly a world emergency this one by schnablebg · · Score: 4, Insightful

    It doesn't even "waste" any pixels unless you are using the entirety of your desktop to keep files or shortcuts, in which case you much bigger problems than a freakin' icon metaphor.

  13. OCD Problem, Not OS by TheNinjaroach · · Score: 2

    The problem you describe lies with your need to empty the Recycle Bin.

    Leaving it on the Desktop is nice for the times you really *do* want to permanently empty those files as well as the times you want to undelete.

    Off topic: Why force your personal preference on the users of your company? I think that's poor form. Let them decide how they want to use their own workspace.

    --
    I went to eat some animal crackers and the box said, "Do not eat if seal is broken." I opened the box and sure enough..
  14. Re:Shit+Delete by mysidia · · Score: 2, Funny

    Shit+Delete Stop being a pussy.

    There, fixed it for you.

  15. Bullshit by raftpeople · · Score: 4, Insightful
    I generally try to keep my slashdot comments relatively positive but the level of stupid in this thread is just enormous.

    The point is that, as stupid as it may be, the owner of the machine SHOULD have omnipotent power over what happens, and is or is not allowed.

    IT doesn't "own" the computers any more than the users "own" the computer. The company "owns" the computers.

    Challenging IT's computer sovereignty is something only upper management has any business doing. Users who attempt to do so should get sanctioned, and rightly so.

    Perfect philosophy if your goal is to get outsourced. Seriously, whenever I have an employee that thinks this way I have to educate them. IT's job is to empower the users to get their job done more efficiently. Period. You serve the users.


    Users "own" the applications, in a logical sense. It's their responsibility and their right to be an integral part of the process in determining how it functions. It's a two way street.

    There are some things that each side is correct in putting their foot down and drawing a line in the sand - and this one is firmly owned by the users.

  16. Re:Time Machine anyone? by aristotle-dude · · Score: 2

    Your point number one would have limited benefit for anyone other than a software developer working on code or a website because most of the data in those user cases would be text but then it would be redundant since any competent developer should be using a source repository like SVN in the first place. The average user's data probably has a lot of binary components to it like images, video and sound so recreating an SVN-like versioning would not work very well. Versioning systems like SVN do store incremental changes to text files but anytime you check in a binary file the next revision will be another full binary copy.

    I've had experience with versioning systems as a software developer for close to a decade now and they work great for text but not for binary files since there is no sane way of storing the "changes".

    --
    Jesus was a compassionate social conservative who called individuals to sin no more.
  17. Re:Retarded by Nefarious+Wheel · · Score: 2

    It stimulated discussion on an associated topic, security. Look past the surface, mate - secondary considerations are often indicators of something people really want to discuss. And there are a lot of divergent opinions, and in their elaboration, lurkers form their own opinions, some are educated and the purpose of a technical forum is fulfilled.

    Why are you even here?

    --
    Do not mock my vision of impractical footwear
  18. Is it a metaphor? by EmagGeek · · Score: 2

    A metaphor is when you put one thing in terms of another to create understanding.

    The computer recycle bin is a functional container into which files are placed to be recycled later into disk space that can be used again.

    Seems to me it's actually a recycle bin, not a metaphor for one.

  19. Re:Malware and Warez changed all that by raftpeople · · Score: 2

    Nothing you said is a contradiction to my post. "Serving" the user means assisting and empowering the user to do their job more efficiently (which has nothing to do with Bonzi Buddy).

    Furthermore, company policy is different from a misguided admin creating their own policy.

    As I said:
    "There are some things that each side is correct in putting their foot down and drawing a line in the sand - and this one is firmly owned by the users."

  20. Don't fight the system by junglebeast · · Score: 2

    You are correct that it is pointless to delete things twice. However you are wasting your time and defeating the purpose of the system by emptying your recycle bin.

    Unless you are running some ancient relic of a home desktop, storage space should hardly be an issue. When deleting extremely large files they bypass the recycle bin and are directly deleted...so there is no need to pedantically empty it. As you noted, it is a waste of user time to do so.

    However I can't tell you how many times I have found occasion to desire something that was previously deleted...perhaps months ago. Sometimes we make stupid decisions. Sometimes when going through and cleaning up files we accidentally delete the newer version and leave the older version. Sometimes when working ona project we make changes that later on don't end up working out so well and we decide we want to roll back to a later date. There are countless unpredictable reasons why we may want to retrieve a previously deleted file.

    The correct way to use the recycle bin is to delete things and then forget about them. If you ever need that space, which you won't, you can manually empty it. Until that time, it is a waste of your time to empty it, and will probably come back to bite you someday when you realize it was a providing a function that's actually useful.

    I think anyone who swears theyve never needed to recover a deleted file is either full of it or has a bad memory.

  21. If it even *is* a majority by sean.peters · · Score: 2

    I think it's highly unlikely that a majority of users immediately empties the recycle bin the minute a file appears in it. That's pure projection on the part of a nutty admin.

  22. Oh, jeebus by sean.peters · · Score: 2

    these are people who really shouldn't be allowed to operate equipment more complicated than an adjustable 3 hole punch.

    Dude, think about that for a minute. Sure, there are people like that. Is hiding the recycle bin really going to solve your problems with them? If they're too stupid to know not to pour coffee on their machine, or to read and understand a message telling them they can't send more mail until they delete something... I submit that, yeah, they ought to have their machines taken away. Hiding the recycle bin does exactly nothing but piss off competent computer users.

  23. You're right, I would be surprised by sean.peters · · Score: 2

    Because for one thing, the bin by default limits itself to 10% of the size of the disk, and I'm pretty sure that for larger disks, no matter what percentage you select, there's a hard limit to how much space the bin will take up (automatically deleting things to keep under the max size). And what the hell does RAM have to do with it? Windows is not keeping the contents of the recycle bin in RAM, for heaven's sake.