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

推荐订阅源

雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
MyScale Blog
MyScale Blog
A
About on SuperTechFans
博客园_首页
B
Blog RSS Feed
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
C
Check Point Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
I
InfoQ
罗磊的独立博客

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