Slashdot Mirror


Goodbye, Ctrl-S

An anonymous reader writes "'Save your work!' — This was a rallying cry for an entire generation of workers and students. The frequency and unpredictability of software crashes, power outages, and hardware failures made it imperative to constantly hit that save button. But in 2014? Not so much. My documents are automatically saved (with versioning) every time I make a change. My IDE commits code changes automatically. Many webforms will save drafts of whatever data I'm entering. Heck, even the games I play have an autosave feature. It's an interesting change — the young generation will grow up with an implicit trust that whatever they type into a computer will stay there. Maybe this is my generation's version of: 'In my day, we had to get up and walk across the room to change the channel on the TV!' In any case, it has some subtle but interesting effects on how people write, play, and create. No longer do we have to have constant interruptions to worry about whether our changes are saved — but at the same time, we don't have that pause to take a moment and reflect on what we've written. I'm sure we've all had moments where our hands hover over a save/submit button before changing our minds and hammering the backspace key. Maybe now we'll have to think before we write."

35 of 521 comments (clear)

  1. Never used this keystroke by Anonymous Coward · · Score: 5, Funny

    I've been using computers for over 30 years and have never once used this keystroke.

    1. Re:Never used this keystroke by Anonymous Coward · · Score: 5, Funny

      I've been using computers for over 30 years and have never once used this keystroke.

      In 30 years you've never produced anything worth saving? That's quite a feat.

    2. Re:Never used this keystroke by BronsCon · · Score: 4, Informative

      Quite possibly, he's a Mac user, so it would be Command-S. That, or someone loves their mouse a little too much and never bothered to learn keyboard shortcuts.

      --
      APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
    3. Re:Never used this keystroke by sirlark · · Score: 3, Insightful

      :wq ... nuff said!

    4. Re:Never used this keystroke by Noah+Haders · · Score: 5, Interesting

      I'm a mac fan, but I have to say that apple screwed the pooch with mavericks on this one. for the stock apple programs they got rid of the save button entirely and now everything auto saves. This is ok, but the really bad part is they got rid of save as - you know, you make some changes but decide you want to keep the original so you make this file v2 or whatever? Even worse, bowing to pressure they added back in the save as, but accessible as a secondary choice with option-click.

      the whole thing is just weird and to tell you the truth it made me stop using the apple programs so I never got used to it or fully figured it out.

    5. Re:Never used this keystroke by BronsCon · · Score: 3, Interesting

      The only Apple program I use is TextEdit, and that only for a scratch pad, so I'm more or less unaffected by that. That said, I can certainly see why it would be annoying... essentially, if you decide you want to save your changes in a new file, they want you to copy the most recent version (in Finder), then roll the original back the a previous version. The option-click "workaround" was added because people couldn't figure that out; not that they should have to, as "Save As..." should never have gone away in the first place. But, with autosave, it's somewhat of a hack, anyway; what does the original file end up looking like? Do you revert the original to the state it was in when it was last opened? The last autosave? Normally, it would retain its last manually-saved state, but there isn't one...

      Replacing a 3-step process (Command-Shift-S; Type new filename, Hit Enter) with a 7-step process (Close file [to ensure your changes are saved, since you can no longer do this manually]; Copy file; Rename copy; Reopen the file; Click File -> Revert To -> Browse All Versions; Find the version you want to revert to; Click Restore).

      Alternately, you can restore the old revision as a new file (the opposite workflow) in 5-steps (Click File -> Revert To -> Browse All Versions; Find the version you want; Option-Click Restore a Copy; Enter new filename; Click Save).

      Of course, Apple's own documentation does imply that the "Save" option still exists. It is there in TextEdit, but I can't confirm this for any other Apple apps under Mavericks.

      Bravo, Apple... Bravo.

      --
      APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
    6. Re:Never used this keystroke by BronsCon · · Score: 3, Informative

      Late 2011 17" MBP here... Apple screwed the pooch removing the Save function from their apps; though their current online documentation implies that it's back (and, indeed, it is in TextEdit, the only Apple app I use).

      Another thing Apple screwed up was dropping the 17" MBP line. 17" Retina MBP? Yes, please. Even if it's the same resolution as the 15", making the pixels just a hair bigger won't hurt; I like a slightly larger machine that can fit comfortably on my lap, without requiring that I keep my legs smashed together lest it fall between them, and has ample component spacing to allow for decent cooling, thank you very much. I'd love an upgrade, but they don't offer anything I find compelling anymore.

      --
      APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
    7. Re:Never used this keystroke by Lumpy · · Score: 3, Insightful

      It's not just apple, Microsoft and everyone else is catering to the dumb.

      Remove features, hide "advanced" things. etc.. the MOST frustrating app in the world is MS word... i spend more time undoing what it is trying to help me with than anything else. why cant I have a single option, "Expert mode" that disabled ALL the freaking help shit and un-hides all functions?

      --
      Do not look at laser with remaining good eye.
    8. Re:Never used this keystroke by Bigbutt · · Score: 3, Informative

      :x for me.

      [John]

      --
      Shit better not happen!
    9. Re:Never used this keystroke by immaterial · · Score: 5, Informative

      I want Save As back as a first-class citizen as much as anyone, but the entirety of your rant there is simply flat-out wrong. You say there's no save option, but (as you half-acknowledge after complaining it doesn't exist) there is - and yes, it shows up in every document-based app. You say you have to go to Finder to duplicate a file, but the whole complaint here is that Save As has been replaced by Duplicate in the menu. The actual, still 3-step process is: Choose "Duplicate" (no need to save beforehand as it is the current state that is duplicated), type new file name, and (either the first time you do an explicit save or when you close the new document) deal with the Save dialog. The only way that is more difficult than Save As is that it disconnects renaming the new file from the save dialog. And if you prefer documents revert to the last manual-save state on close, simply check that box in the system preferences.

  2. Bah, we already said goodbye to CTRL-S years ago.. by Gavin+Scott · · Score: 5, Funny

    When it stopped meaning "Suspend output to terminal" along with it's partner CTRL-Q.

    In-Band serial flow control ftw!

    G.

  3. Good! by stewsters · · Score: 5, Funny

    Truly it is the year of the Linux Desktop. Long live :w

  4. Commits code changes automatically by vivaoporto · · Score: 5, Insightful

    My IDE commits code changes automatically

    TFA doesn't mention this and, if the summary writer meant "commit" as in version control commit, this would be a killer bug in the whole process.

    Version control is not meant to be used as a backup, every commit should be deliberate, reviewed and well explained in the comments. Vide the post mortem of the heartbleed bug (or many other similar ones).

  5. Re:Bah, we already said goodbye to CTRL-S years ag by Dimwit · · Score: 3, Insightful

    That's honestly the first thing I thought of. "Saving a document" to me is "Esc-:w".

    --
    ...but it's being eaten...by some...Linux or something...
  6. Ctrl-S? Ain't nobody got time for that! by grub · · Score: 3, Informative


    I'm busy F4'ing.

    --
    Trolling is a art,
  7. You missed the biggest downside by DJ+Jones · · Score: 4, Insightful

    What if I don't want to save my changes?

    "You can use the 'undo' command they say..."

    Yes but the undo command isn't persistent between applications, much less a power failure.

    You haven't solved anything, you've merely shifted the problem.

  8. Auto-save is NOT your friend by ChrisC1234 · · Score: 5, Insightful

    Sometimes, I don't want to save. I will open a document with the explicit purpose of making changes that I don't want saved. Even Gmail's autosave has burned me pretty badly. I spent an hour typing out a very long email. Toward the end of it, something happened, and the whole body of text was gone. I'm still not really sure if it was a keyboard shortcut I inadvertently triggered, browser bug, or what. But I just thought "no biggie... I'll just go back to the auto-saved version". So I open up the autosaved version, and the latest auto-save happened AFTER the email body was deleted. So much for autosave @#$!#$@!!!!

    1. Re:Auto-save is NOT your friend by Just+Brew+It! · · Score: 4, Insightful

      Agreed. Definitely a case of "please do what I asked for, not what you think I wanted". A properly implemented auto-save feature does not overwrite the original document; it saves a secondary copy, to be used only if the system crashes and you need to recover your edits.

    2. Re:Auto-save is NOT your friend by Frosty+Piss · · Score: 4, Insightful

      A properly implemented auto-save feature does not overwrite the original document; it saves a secondary copy, to be used only if the system crashes and you need to recover your edits.

      This is what MS Office does. Of course, no one here uses MS Office, so that's not much help...

      --
      If you want news from today, you have to come back tomorrow.
  9. Re:Bah, we already said goodbye to CTRL-S years ag by pe1chl · · Score: 3, Informative

    Esc-ZZ

  10. Wow, déjà vu by hubie · · Score: 4, Interesting

    This sounded so familiar to me, but I can't believe it has been over eight years ago. I must be remembering a similar story posted much more recently.

  11. Kids these days by TubeSteak · · Score: 4, Funny

    Excuses that no longer work:

    My floppy disc isn't working
    My computer blue screened before I saved
    My e-mail was down
    I don't know why your computer can't read that format

    Every excuse I ever used to get a day's reprieve could not work now.

    --
    [Fuck Beta]
    o0t!
  12. Re:Correction by just_another_sean · · Score: 4, Funny

    Oh god, please don't tell me this is going to be the year of the Emacs Desktop?

    If so I may just consider getting a job as a gardener....

    --
    Creationist Textbook Stickers Declared Unconstitutional by CowboyNeal
  13. You insensitive clod! by Anonymous Coward · · Score: 4, Insightful

    Apple users don't Control, they Command you insensitive clod!

  14. Welcome to the 1980's... by kylemonger · · Score: 5, Informative

    ... when GNU Emacs had auto-saving and backup versioning at any keystroke granularity you liked thirty years ago. Next we celebrate the boon of split screen editing.

  15. Re:I'd rather not use by 0123456 · · Score: 4, Funny

    Perhaps you've heard of a thing called a power outage.

    That's where you reboot and the file is full of garbage because it crashed half-way through writing the new file to disk and the metadata was updated but not the contents, right?

  16. Re:IDE autocommit? by Daniel+Hoffmann · · Score: 5, Insightful

    Why would anyone want to autocommit possibly broken code?

  17. Re:CTRL+S by captjc · · Score: 3, Funny

    ...passes to Moses...SCORE!

    --
    Slow Down Cowboy! It's been 1 hour, 47 minutes since you last successfully posted a comment
  18. That's the way I like it by jovius · · Score: 3, Funny

    Undo levels to zero, no saving. Live in the moment, on the edge. No turning back, it's all in.

  19. Re:I guess this joke is now obsolete, then... by Anonymous Coward · · Score: 4, Funny

    Buddha does incremental backups though..

  20. Should have been first post by Dishwasha · · Score: 4, Funny

    I totally had first post on this one, but I found out I actually have to click both a preview button and submit button for it to save to this forum.

  21. Re:IDE autocommit? by NoNonAlphaCharsHere · · Score: 5, Funny

    Why would anyone want to autocommit possibly broken code?

    Maybe they work for Adobe?

  22. Re:CTRL+S by Dragonslicer · · Score: 3, Funny

    Jesus saves!

    And takes half damage from the fireball.

  23. Can you undo a change you made before a reboot? by tepples · · Score: 3, Insightful

    Look at iOS - how many apps have a "save" button at all? It's expressly discouraged from the Human Interface Guidelines

    With no Save, how do you Revert? Or do Apple's Human Interface Guidelines for iOS expect applications to offer unlimited undo/redo that persists across reboots of the device?

  24. Re:rubbish by Darinbob · · Score: 3, Funny

    I've been pronouncing it wrong all these years.