#Autosave

Hans Brender, Mr.OneDriveHansBrender
2025-04-22

🚨 News: Microsoft verabschiedet 2 alte GPOs
🛠️ EnableHoldTheFile & EnableAllOcsiClients entfallen bis Mai 2025
✔️ Konfliktlösung = nutzergeführt
📌 Mehr lesen: bit.ly/3EsbQ3l

Hans Brender, Mr.OneDriveHansBrender
2025-04-17

🚨 News: Microsoft retires 2 legacy GPOs
🛠️ EnableHoldTheFile & EnableAllOcsiClients deprecated by May 2025
✔️ Conflict handling = user-driven
🛠️ Read more: bit.ly/3EnnkVK

2025-02-10

@eff Because I don't want anyone to go to the page i found the tip from I'll just repeat the tip here.

How to enable the #autosave feature of #gedit, the default text editor used in #GNOME, a desktop environment for #GNU/Linux?

Open terminal and give the following commands:

$ gsettings set org.gnome.gedit.preferences.editor auto-save true

Adjust the autosave time interval:

$ gsettings set org.gnome.gedit.preferences.editor auto-save-interval n

... where n is the desired time in minutes.

Enjoy your life even after your GNOME desktop has frozen and you have lost your changes due to violent reboot. :P

Gussy05 🏳️‍⚧️Gussy05
2025-01-26
Ronald D. FergusonRDFerguson@mastodon.online
2025-01-21

WORD Caution:
If the Office365 timed AutoSave feature runs immediately after you type "CTRL-Also", rather than "Shift-Also", then all the other text in your DOCX file gets replaced with "lso" and the Undo button will do you no good.
#microsoft, #word, #autosave, #ctrl-a, #office365

R. L. Dane :debian: :openbsd:RL_Dane@fosstodon.org
2024-12-03

WHOA. Dead-simple autosave in n?vim:

:autocmd CursorHold,CursorHoldI * update

I definitely wouldn't set it in my nvim config, but it's nice to have it handy on a case-by-case basis.

sauce: vi.stackexchange.com/questions

#vim #neovim #autosave

Update: This works in my neovim init.vim (should work in vanilla vim config as well):
"create autosave and noautosave abbreviations (aliases)
abbreviate autosave autocmd CursorHold,CursorHoldI * update
abbreviate noautosave autocmd! CursorHold,CursorHoldI

2024-09-26

From [2024-07-08 Mon]
#dailyreport #emacs #eglot #jupyter #autosave #snippets
I configured Eglot + TRAMP + Org source blocks.
It is Jupyter alternative. ⛳

Now I can edit Python files remotely within or without
Org-mode with full IDE features. ˊ・ω・ˋ And I can easely
switch to any other language. 😹

A little hack for that I took from here:
github.com/joaotavora/eglot/is

It is “C-c '” key that acitvates Org source block editing.

I also wrote two functions for Auto-Save #files#.
When you get message: "Use M-x recover-this-file".
To check difference before that and to remove #file#.

And I configured Python code snippets or templates with
abbrev and sketeletons (built-in packages, without
yasnippets and other shit).

😶

Sybren Stüvel 🧡🤍sybren@mastodon.art
2024-09-20

My Blender add-on You Are Autosave is now available on the Blender Extensions Platform!

extensions.blender.org/add-ons

Thanks @ewawierbik for the idea!

#b3d #addon #extension #autosave

Screenshot of Blender. You Are Autosave is in panic mode, and thus shows the 3D Viewport with a red outline and red tint.
Sybren Stüvel 🧡🤍sybren@mastodon.art
2024-08-29

My Blender add-on "You Are Autosave!" is now in the approval queue on the Blender extensions website!

extensions.blender.org/approva

Thanks again @ewawierbik for the idea 😹

#b3d #extension #addon #autosave

2024-08-05

xp - mastodon should be like blogger in that every word you type is cloud saved automatically, even if the post isn't published.

#mastodon
#clouddraft
#cloudsave
#autosave

2024-08-05

mastodon should be like blogger in that every word you type is cloud saved automatically, even if the post isn't published.

#mastodon
#clouddraft
#cloudsave
#autosave

2024-07-27

Konsole 24.12.0 Introduces Automatic Session Saving Feature #KDE #Konsole #Autosave #Linux #Releases
ostechnix.com/konsole-autosave

2024-07-16

Mastodon needs a auto save function. I mean, maybe it doesn't. I was typing on an old phone and the app just disappeared. So it was probably the old phones fault. But yeah. I mean, maybe not though. Maybe more software should be more like...

I mean, even if the autosave function was a local save that'd be good. Cloud save would be good too but local would be nice as well, so if you're typing a 700 character post and you're just finishing up adding some hashtags and then boom for some reason the app quits, you could reopen the app and go to drafts and find your post there, only missing the last one or two words you typed. How much battery would that take

I assume more battery for the amount of characters saved. So like, if it saves after each word, or every 7 characters, that'd take the most energy. Ok so then how about autosave after each 15 or 20 characters.

#autosave
#writing
#mastodon
#mastodonapp

Update

I suppose this would come in handy more on older devices where app quits might occur more often than on new devices. But still would be handy wherever right

2024-07-16

Mastodon needs a auto save function. I mean, maybe it doesn't. I was typing on an old phone and the app just disappeared. So it was probably the old phones fault. But yeah. I mean, maybe not though. Maybe more software should be more like...

I mean, even if the autosave function was a local save that'd be good. Cloud save would be good too but local would be nice as well, so if you're typing a 700 character post and you're just finishing up adding some hashtags and then boom for some reason the app quits, you could reopen the app and go to drafts and find your post there, only missing the last one or two words you typed. How much battery would that take

I assume more battery for the amount of characters saved. So like, if it saves after each word, or every 7 characters, that'd take the most energy. Ok so then how about autosave after each 15 or 20 characters.

#autosave
#writing
#mastodon
#mastodonapp

Ponder Stibbons 🇧🇷🇩🇪blackcoffeerider@social.saarland
2023-12-03

#hottake on #UX :
Having no save button and wanting everything to be "autosave" and "lock free" experience should be considered an antipattern if you care about everyone's sanity.

If the data you edit has no value or is a toy "continuous autosave" is fine.
If there is no real multi user concurrency #autosave my be fine.

In all other cases you either need explicit saves/publish/merge actions or an incredibly sophisticated versioning and patching systems as a core feature of your solution.

Rackuur :artpaw:Rackuur@mastodon.art
2023-11-24

To all the #developers out there.
Take a pen and write it down:

#Autosave sucks!

Monarkie 🎹🎤pwn_toney@cc.pwntoney.com
2023-10-16

🎧 Game audio peeps! 🎮✨ Ever lose a bunch of work in Wwise after a crash or wished you could streamline your workflow? 🎶 I got you! Learn to set up an autosave feature in Wwise, saving you time and headaches. 🕒💡

🚀 Learn how to safeguard your hard work and focus on what matters most—creating amazing soundscapes for your games! 🔊✅ Check out this essential tutorial! 🙌🔧

#GameAudio #SoundDesign #TutorialTime #Wwise #Autosave #MicrosoftPowerAutomate #WwiseTips #WwiseTutorial

kielenki.ng/autosavewwise

2023-08-17

@MattHatton pressing Ctrl + S at regular, fairly short intervals is my personal #autosave.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst