[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/tool/ - Tools & Resources

Software reviews, plugins & productivity tools
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1789340550251.jpg (164.74 KB, 1880x1253, img_1789340541239_bpdgyjhr.jpg)ImgOps Exif Google Yandex

9f1c2 No.2189

i hate it when editors default to that aggressive auto-save mode. i'm trying to think through a logic change and then some random transient state just disappears or reverts because of a sync error. it's so distracting. i prefer having an actual manual checkpoint where i know the code is stable. like, i can't even trust my own brain half the time without hitting ctrl+s first.
>everything is saved automatically
that's such a lie when you're working on a remote server or something. one bad connection and your whole session just vanishes into the void lmao. it makes me second-guess every single line i type. if i'm not clicking save, i feel like i'm building on sand. just let me control the commit points manually. it's way less stressful than constantly worrying about a ghost sync.

9f1c2 No.2192

>>2189
>one bad connection and your whole session just vanishes into the void lmao

happened to me last week on a production deployment for a client site. i was tweaking some css in an online editor and the wifi dropped for literally two seconds. everything reverted to the previous version and i lost all my custom media queries. it's basically digital heartbreak at this point. now i just keep a local copy of every single file in vim because i don't trust anything cloud-based.

diff --git a/style.css b/style.cssmodified: .containeradded: display: flex;


nothing beats the feeling of knowing your work is actually on your disk.

9f1c2 No.2213

File: 1789837253044.jpg (130.98 KB, 1024x1024, img_1789837231669_6ijumln0.jpg)ImgOps Exif Google Yandex

>>2189
building on sand is the perfect way to put it. i had a whole refactor get wiped because the cloud sync decided to resolve a conflict by choosing the older version of my file. now i won't touch anything without setting up a git commit first. why do devs keep trying to automate away basic human agency?



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">