惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
小众软件
小众软件
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Recent Announcements
Recent Announcements
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog

abyss.fish thoughts

abyss * your_dotfiles_are_not_a_distro abyss * tree-style_invite_systems_reduce_AI_slop abyss * all_eyes_on_minneapolis j3s.sh j3s.sh j3s.sh j3s.sh j3s.sh j3s.sh j3s.sh j3s.sh j3s.sh
j3s.sh
2023-10-20 · via abyss.fish thoughts

↵return

recover lost text by coredumping firefox

another pufferfish drawn by rekka

recover lost text by coredumping firefox 2023-10-20 sometimes websites fuck up and erase your text. websites either glitch, crash, freeze, or are just designed extremely poorly, and your 5+ minutes of writing effort have disappeared into the æthernet. the usual ctrl+z doesn't work - either does the back button. your text is gone. it often feels like you might never be capable of recapturing that writing, even if you try to re-think and re-write it. a tangible loss - some magic that's gone forever. or sometimes it's just a really fucking annoying survey question that you answered, but you didn't even really want to do the survey, but you had already started so you're not backing out now, and also you just HAD to know which hogwarts familiar you were, even though everyone knows you're going to be that fucking frog that neville owns, but now the fucking browser fucked up, or maybe it was the website, i don't know, but my text is god damned gone forever, and i hate this earth, and now i shall throw my keyboard out the nearest window. this type of data loss happens to me far too often, and when it does, my internal reality turns into a hellscape. this also happens to yngmar[0], and he reacts appropriately: - Yell "Fuck you and your piece of shit website". - Close tab - Do some woodworking, sew clothes, plant trees, grow crops, help refugees, etc. i recently discovered this little trick to rescue any text that was recently typed into firefox. coredumping might seem unreliable, but it has never failed me before. 1. find the firefox pid pgrep -l firefox 2. attach gdb to firefox and dump its core sudo gdb -p <pid> gcore firefox.dump <this takes awhile> exit 3. find your lost text in the coredump strings firefox.dump | grep 'phrase-from-your-text' 4. remove coredump rm firefox.dump that's it! text recovered. 😎 shoutout to klardotsh[1] for inspiring me to post this. love, j3s [0]: https://social.tchncs.de/@yngmar/111269159153831442 [1]: https://merveilles.town/@klardotsh

follow me on mastodon or bluesky!

last updated 2023-10-20T00:00:00.000Z