home.social

#undo — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #undo, aggregated by home.social.

fetched live
  1. Undo: because rm -rf doesn’t have to be forever.

    This looks useful. Anyone tried it?

    undo.edaywalid.com

    #undo #terminal #CLI #dev

  2. Undo: because rm -rf doesn’t have to be forever.

    This looks useful. Anyone tried it?

    undo.edaywalid.com

    #undo #terminal #CLI #dev

  3. Undo: because rm -rf doesn’t have to be forever.

    This looks useful. Anyone tried it?

    undo.edaywalid.com

    #undo #terminal #CLI #dev

  4. Undo: because rm -rf doesn’t have to be forever.

    This looks useful. Anyone tried it?

    undo.edaywalid.com

    #undo #terminal #CLI #dev

  5. Undo: because rm -rf doesn’t have to be forever.

    This looks useful. Anyone tried it?

    undo.edaywalid.com

    #undo #terminal #CLI #dev

  6. …the undoing of the becoming undone or the becoming undone of the undoing?_

    sometimes i find it all just a bit of a stressful struggle 🫨🫩😕
    and other times life and i seem to float along together effortlessly

    #stressedout #illion #undo #monochromephotography #grounded #photography #monochrome

  7. …the undoing of the becoming undone or the becoming undone of the undoing?_

    sometimes i find it all just a bit of a stressful struggle 🫨🫩😕
    and other times life and i seem to float along together effortlessly

    #stressedout #illion #undo #monochromephotography #grounded #photography #monochrome

  8. …the undoing of the becoming undone or the becoming undone of the undoing?_

    sometimes i find it all just a bit of a stressful struggle 🫨🫩😕
    and other times life and i seem to float along together effortlessly

    #stressedout #illion #undo #monochromephotography #grounded #photography #monochrome

  9. …the undoing of the becoming undone or the becoming undone of the undoing?_

    sometimes i find it all just a bit of a stressful struggle 🫨🫩😕
    and other times life and i seem to float along together effortlessly

    #stressedout #illion #undo #monochromephotography #grounded #photography #monochrome

  10. experimenting with the ability to #undo moves (you can replay starting from any of the last 25 moves). also has unhinged 8x playback mode which is a hoot to watch. Try the matching settings and moving combinations.

    lardratboy.github.io/boxed-in.

  11. experimenting with the ability to #undo moves (you can replay starting from any of the last 25 moves). also has unhinged 8x playback mode which is a hoot to watch. Try the matching settings and moving combinations.

    lardratboy.github.io/boxed-in.

  12. experimenting with the ability to #undo moves (you can replay starting from any of the last 25 moves). also has unhinged 8x playback mode which is a hoot to watch. Try the matching settings and moving combinations.

    lardratboy.github.io/boxed-in.

  13. experimenting with the ability to #undo moves (you can replay starting from any of the last 25 moves). also has unhinged 8x playback mode which is a hoot to watch. Try the matching settings and moving combinations.

    lardratboy.github.io/boxed-in.

  14. experimenting with the ability to #undo moves (you can replay starting from any of the last 25 moves). also has unhinged 8x playback mode which is a hoot to watch. Try the matching settings and moving combinations.

    lardratboy.github.io/boxed-in.

  15. MVCC без VACUUM: что нам дал UNDO-лог, какую цену мы заплатили и зачем нам 5 механизмов сборки мусора

    Новая статья из цикла про нашу OLTP-СУБД на Rust. С самого начала мы выбрали MVCC на UNDO-логе вместо версионирования в heap, как в PostgreSQL. И годами повторяли свой же лозунг: «нет VACUUM, нет bloat». Оказалось, это правда ровно наполовину. Heap и правда не пухнет от истории версий. Но bloat никуда не делся: он переехал в индексы, в мёртвые слоты и в сам UNDO-лог. А сборка мусора из одного механизма незаметно превратилась в пять, и мы только сводим их к единому координатору. В статье разобрали без прикрас обе стороны. Что UNDO-модель дала: стабильный TID (UPDATE, который не трогает индексы), rollback пропорционально размеру транзакции, аналитику, не дорожающую от write-нагрузки, и AS OF как «машину времени» почти даром. И чем за это платим: главная эксплуатационная цена это долгоживущий снапшот, который молча останавливает очистку для всех. Вопрос к тем, кто эксплуатировал MVCC-базы под нагрузкой: что меньшее зло — блокировать GC ради долгих транзакций или отдавать «snapshot too old»? Любопытно ваше мнение в комментариях.

    habr.com/ru/articles/1047852/

    #undo #mvcc #sql #postgres #субд #rust #vacuum #oltp #htap

  16. MVCC без VACUUM: что нам дал UNDO-лог, какую цену мы заплатили и зачем нам 5 механизмов сборки мусора

    Новая статья из цикла про нашу OLTP-СУБД на Rust. С самого начала мы выбрали MVCC на UNDO-логе вместо версионирования в heap, как в PostgreSQL. И годами повторяли свой же лозунг: «нет VACUUM, нет bloat». Оказалось, это правда ровно наполовину. Heap и правда не пухнет от истории версий. Но bloat никуда не делся: он переехал в индексы, в мёртвые слоты и в сам UNDO-лог. А сборка мусора из одного механизма незаметно превратилась в пять, и мы только сводим их к единому координатору. В статье разобрали без прикрас обе стороны. Что UNDO-модель дала: стабильный TID (UPDATE, который не трогает индексы), rollback пропорционально размеру транзакции, аналитику, не дорожающую от write-нагрузки, и AS OF как «машину времени» почти даром. И чем за это платим: главная эксплуатационная цена это долгоживущий снапшот, который молча останавливает очистку для всех. Вопрос к тем, кто эксплуатировал MVCC-базы под нагрузкой: что меньшее зло — блокировать GC ради долгих транзакций или отдавать «snapshot too old»? Любопытно ваше мнение в комментариях.

    habr.com/ru/articles/1047852/

    #undo #mvcc #sql #postgres #субд #rust #vacuum #oltp #htap

  17. MVCC без VACUUM: что нам дал UNDO-лог, какую цену мы заплатили и зачем нам 5 механизмов сборки мусора

    Новая статья из цикла про нашу OLTP-СУБД на Rust. С самого начала мы выбрали MVCC на UNDO-логе вместо версионирования в heap, как в PostgreSQL. И годами повторяли свой же лозунг: «нет VACUUM, нет bloat». Оказалось, это правда ровно наполовину. Heap и правда не пухнет от истории версий. Но bloat никуда не делся: он переехал в индексы, в мёртвые слоты и в сам UNDO-лог. А сборка мусора из одного механизма незаметно превратилась в пять, и мы только сводим их к единому координатору. В статье разобрали без прикрас обе стороны. Что UNDO-модель дала: стабильный TID (UPDATE, который не трогает индексы), rollback пропорционально размеру транзакции, аналитику, не дорожающую от write-нагрузки, и AS OF как «машину времени» почти даром. И чем за это платим: главная эксплуатационная цена это долгоживущий снапшот, который молча останавливает очистку для всех. Вопрос к тем, кто эксплуатировал MVCC-базы под нагрузкой: что меньшее зло — блокировать GC ради долгих транзакций или отдавать «snapshot too old»? Любопытно ваше мнение в комментариях.

    habr.com/ru/articles/1047852/

    #undo #mvcc #sql #postgres #субд #rust #vacuum #oltp #htap

  18. A feature I didn’t know existed in VS Codium saved my day! I was working on a untracked Git file (the zensical.toml configuration file) and accidentally, the whole file was overwritten and ctrl+z didn’t work. I thought my config was lost for good!

    Luckily there’s a thing called “Local History”:

    * Open command palette…

    View full note: burgeonlab.com/notes/2026/0615

    #vscodium #vscode #ide #undo

  19. Naty S @eclecticpassions ·

    A feature I didn’t know existed in VS Codium saved my day! I was working on a untracked Git file (the zensical.toml configuration file) and accidentally, the whole file was overwritten and ctrl+z didn’t work. I thought my config was lost for good!

    Luckily there’s a thing called “Local History”:

    * Open command palette…

    View full note: burgeonlab.com/notes/2026/0615

  20. A feature I didn’t know existed in VS Codium saved my day! I was working on a untracked Git file (the zensical.toml configuration file) and accidentally, the whole file was overwritten and ctrl+z didn’t work. I thought my config was lost for good!

    Luckily there’s a thing called “Local History”:

    * Open command palette…

    View full note: burgeonlab.com/notes/2026/0615

    #vscodium #vscode #ide #undo

  21. A feature I didn’t know existed in VS Codium saved my day! I was working on a untracked Git file (the zensical.toml configuration file) and accidentally, the whole file was overwritten and ctrl+z didn’t work. I thought my config was lost for good!

    Luckily there’s a thing called “Local History”:

    * Open command palette…

    View full note: burgeonlab.com/notes/2026/0615

    #vscodium #vscode #ide #undo

  22. A feature I didn’t know existed in VS Codium saved my day! I was working on a untracked Git file (the zensical.toml configuration file) and accidentally, the whole file was overwritten and ctrl+z didn’t work. I thought my config was lost for good!

    Luckily there’s a thing called “Local History”:

    * Open command palette…

    View full note: burgeonlab.com/notes/2026/0615

    #vscodium #vscode #ide #undo

  23. #undo : to unfasten or untie

    - French: annuler

    - German: ungeschehen machen, aufmachen

    - Portuguese: desfazer

    - Spanish: deshacer

    ------------

    Try our new word guessing game @ 24hippos.com

  24. #undo : to unfasten or untie

    - French: annuler

    - German: ungeschehen machen, aufmachen

    - Portuguese: desfazer

    - Spanish: deshacer

    ------------

    Try our new word guessing game @ 24hippos.com

  25. #undo : to unfasten or untie

    - French: annuler

    - German: ungeschehen machen, aufmachen

    - Portuguese: desfazer

    - Spanish: deshacer

    ------------

    Try our new word guessing game @ 24hippos.com

  26. #undo : to unfasten or untie

    - French: annuler

    - German: ungeschehen machen, aufmachen

    - Portuguese: desfazer

    - Spanish: deshacer

    ------------

    Try our new word guessing game @ 24hippos.com

  27. @elsua54
    3. Words like #DigitalAutonomy usually RELY ON OTHERS to do it *for themselves* and aside from a few changes I don't know you can help others to manage their own #life or #undo #addictions or do the #betterpractices stuff other than give them time to catch on to it and a few #tips or #handholding posts / principles etc.

    How could you speed up just general tips or convert them on to somethign else?

  28. @elsua54
    3. Words like #DigitalAutonomy usually RELY ON OTHERS to do it *for themselves* and aside from a few changes I don't know you can help others to manage their own #life or #undo #addictions or do the #betterpractices stuff other than give them time to catch on to it and a few #tips or #handholding posts / principles etc.

    How could you speed up just general tips or convert them on to somethign else?

  29. @elsua54
    3. Words like #DigitalAutonomy usually RELY ON OTHERS to do it *for themselves* and aside from a few changes I don't know you can help others to manage their own #life or #undo #addictions or do the #betterpractices stuff other than give them time to catch on to it and a few #tips or #handholding posts / principles etc.

    How could you speed up just general tips or convert them on to somethign else?

  30. @elsua54
    3. Words like #DigitalAutonomy usually RELY ON OTHERS to do it *for themselves* and aside from a few changes I don't know you can help others to manage their own #life or #undo #addictions or do the #betterpractices stuff other than give them time to catch on to it and a few #tips or #handholding posts / principles etc.

    How could you speed up just general tips or convert them on to somethign else?

  31. @elsua54
    3. Words like #DigitalAutonomy usually RELY ON OTHERS to do it *for themselves* and aside from a few changes I don't know you can help others to manage their own #life or #undo #addictions or do the #betterpractices stuff other than give them time to catch on to it and a few #tips or #handholding posts / principles etc.

    How could you speed up just general tips or convert them on to somethign else?

  32. MOOG HISTORY: Undo + uroz @ Moog Club - 30 Apr feat. Undo, uroz

    #SESH #Undo #uroz

    sesh.sx/e/1961422

  33. #undo : to reverse, as what has been done

    - French: annuler

    - German: ungeschehen machen, aufmachen

    - Portuguese: desfazer

    - Spanish: deshacer

    ------------

    Try our new word guessing game @ 24hippos.com

  34. #undo : to reverse, as what has been done

    - French: annuler

    - German: ungeschehen machen, aufmachen

    - Portuguese: desfazer

    - Spanish: deshacer

    ------------

    Try our new word guessing game @ 24hippos.com

  35. #undo : to reverse, as what has been done

    - French: annuler

    - German: ungeschehen machen, aufmachen

    - Portuguese: desfazer

    - Spanish: deshacer

    ------------

    Try our new word guessing game @ 24hippos.com

  36. #undo : to reverse, as what has been done

    - French: annuler

    - German: ungeschehen machen, aufmachen

    - Portuguese: desfazer

    - Spanish: deshacer

    ------------

    Try our new word guessing game @ 24hippos.com

  37. #undo : to reverse, as what has been done

    - French: annuler

    - German: ungeschehen machen, aufmachen

    - Portuguese: desfazer

    - Spanish: deshacer

    ------------

    Try our new word guessing game @ 24hippos.com

  38. Windows 2.x still thought it "knew better" than Mac when it came to keyboard shortcuts …

    Undo: Alt+Backspace
    Cut: Shift+Delete
    Copy: Ctrl+Insert
    Paste: Shift+Insert

    1990 would change that. Of course, the option-key shortcuts that Mac started in 1984 … ? Still waiting.

    #Undo #Cut #Copy #Paste #Windows2
    @nina_kali_nina

  39. Windows 2.x still thought it "knew better" than Mac when it came to keyboard shortcuts …

    Undo: Alt+Backspace
    Cut: Shift+Delete
    Copy: Ctrl+Insert
    Paste: Shift+Insert

    1990 would change that. Of course, the option-key shortcuts that Mac started in 1984 … ? Still waiting.

    #Undo #Cut #Copy #Paste #Windows2
    @nina_kali_nina

  40. Windows 2.x still thought it "knew better" than Mac when it came to keyboard shortcuts …

    Undo: Alt+Backspace
    Cut: Shift+Delete
    Copy: Ctrl+Insert
    Paste: Shift+Insert

    1990 would change that. Of course, the option-key shortcuts that Mac started in 1984 … ? Still waiting.

    #Undo #Cut #Copy #Paste #Windows2
    @nina_kali_nina

  41. Windows 2.x still thought it "knew better" than Mac when it came to keyboard shortcuts …

    Undo: Alt+Backspace
    Cut: Shift+Delete
    Copy: Ctrl+Insert
    Paste: Shift+Insert

    1990 would change that. Of course, the option-key shortcuts that Mac started in 1984 … ? Still waiting.

    #Undo #Cut #Copy #Paste #Windows2
    @nina_kali_nina

  42. Windows 2.x still thought it "knew better" than Mac when it came to keyboard shortcuts …

    Undo: Alt+Backspace
    Cut: Shift+Delete
    Copy: Ctrl+Insert
    Paste: Shift+Insert

    1990 would change that. Of course, the option-key shortcuts that Mac started in 1984 … ? Still waiting.

    #Undo #Cut #Copy #Paste #Windows2
    @nina_kali_nina

  43. I do not recommend this article: p367 begins "In short," & I had to laugh. But the idea is clear: we can stop corporations from spending on politicians or on voting policy, state by state.
    This defeats Citizens United (which 75% of USA wants taken down) w/o any court or Constitutional involvement.
    #corporations are not #people #repeal #CitizensUnited #undo #corporate #political #spending w #states #rights americanprogress.org/article/t