home.social

#vacuum — Public Fediverse posts

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

fetched live
  1. reviewengine.in/dreame-x60-max

    Dreame X60 Max Ultra Complete A premium flagship #robot #vacuum and mop hybrid featuring advanced #AI obstacle avoidance and specialized edge-cleaning hardware. #gadget #review

  2. REPACK в PostgreSQL 19: перепаковка в ядре и, как всегда, дьявол в деталях

    Мы (ну ладно, я) ждали этого больше десяти лет: в PostgreSQL 19 наконец-то завезли штатную онлайн-перепаковку таблиц. Команда REPACK в ядре и теперь больше никаких сторонних расширений и бесконечных согласований с ИБ. Да? Или нет? Эпоха pg_repack подошла к концу? Спойлер: не спешите удалять старые скрипты и утилиты. На моих тестах новая встроенная команда под нагрузкой заблокировала таблицу на три с лишним минуты, в то время как "старичок" pg_repack уложился в 0.6 секунды. Выяснил: как устроен новый REPACK под капотом, почему он ломает привычный MVCC и в каких сценариях попытка использовать штатный инструмент на проде станет фатальной ошибкой.

    habr.com/ru/articles/1072388/

    #postgresql #repack #pg_repack #pgcompattable #vacuum

  3. My vacuum has decided to take up yarn winding as a hobby

    100m is a bit ambitious for a first try, but compliments on colour selection... the deep red highlights the gunmetal grey of the side brush really well
    #yarn #VacuumAdventures #Vacuum

  4. There, But Not There: The Phantom DNA Effect and the Physics of Absence

    A viral video promises a ghost in the machine. The real ghosts of science are stranger, and they had to earn the name. A reader sent me a short video this week with the kind of claim that arrives already glowing. A Russian scientist, the narrator says, shone laser light through a sealed vacuum chamber. Empty, the light scattered at random. Drop in a sample of DNA, and the photons arranged themselves into the shape of a double helix, as if the molecule had taught the light how to hold a form. Then comes the part that makes people forward the video to friends. The scientist removed the DNA, disturbed nothing else, and shone the light again. The helix pattern was still there. The molecule had left a ghost in the empty chamber, an imprint pressed into the quantum field. The narrator calls it the DNA phantom effect and lets the word "amazing" do the rest. […]

    bolesblogs.com/2026/08/08/ther

  5. [Перевод] Одна ошибка с индексами Postgres, из‑за которой растут WAL и нагрузка на запись

    Если CREATE INDEX CONCURRENTLY или REINDEX INDEX CONCURRENTLY завершается с ошибкой, Postgres оставляет после себя невалидный индекс. Многие инженеры считают такие индексы безобидными заготовками, которые просто ждут удаления. В конце концов, планировщик ведь не использует их в запросах, верно? Нет. Невалидные индексы совсем не безобидны. Они продолжают потреблять ресурсы, генерировать ввод‑вывод, мешать оптимизациям и даже создавать конкуренцию за блокировки — при этом не давая никакого выигрыша в производительности запросов. В этой статье мы на реальных примерах рассмотрим скрытые издержки невалидных индексов, о которых должен знать каждый администратор Postgres. Проверить индексы

    habr.com/ru/companies/otus/art

    #невалидные_индексы #PostgreSQL #CREATE_INDEX_CONCURRENTLY #VACUUM #HOTобновления #миграции_базы_данных #блокировки_PostgreSQL #производительность_базы_данных

  6. One number that could change physics: 90

    That’s exactly how many independent spin degrees of freedom exist in the Standard Model.

    No new physics. No fine-tuning.

    Full derivation here:

    Determination of the Cosmological Constant
    Magnitude via Phase-Space Suppression
    from the Standard Model Fermionic Spin Degrees of Freedom

    doi.org/10.5281/zenodo.21515348

    #physics #quantumphysics #cosmology #science #darkenergy #vacuum #StandardModel #quantumfield

  7. FULL-HOUSE #EXORCISM

    Sunday cleaning is underway.

    I have done the bathrooms and the kitchen, which means I have faced the main #demons directly.

    Soap #scum

    #Toothpaste #fossils.

    #Kitchen crumbs.

    #Coffee rings.

    The mysterious sticky patch that no one admits creating.

    Now Pete is doing the floors.

    First the #vacuum.

    Then the #steamer.

    The steamer hisses like a serpent, so now it sounds as though Pete is chasing #Satan down the hallway with a #domestic appliance.

    I am sitting here with coffee, looking #innocent, while the house undergoes #spiritual pressure-washing.

    By the end of this, the #floorboards will have confessed, the grout will be forgiven, and whatever was living behind the #toaster will have packed a small bag and left quietly.

    Not bad for a #Sunday morning.

    #fasting #acim #acourseinmiracles #newthought #eckharttolle #buddhism #breathwork #connection #healing #pridemonth #Karma #TrueNature #Awakening #Meditation #Mindfulness #Spirituality #intermittentfasting #nonduality #reality #life #quantum

  8. 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

  9. Had an old #Xaomi #robot #vacuum that we had for like 8 years. One of the very first models that had #lidar scanning. Those things have advanced a lot since then! Recently updated to a #Roborock #Qrevo Pro and damn all the problems I had with the old one are pretty much gone.

  10. The Vacuum Where the Evidence Should Be

    Zach Bush, a physician in good standing, sits across from an interviewer and describes the soul, calm and fluent, generous with wonder. He says that every millionth of a second the atoms of your body dissolve and return, that a single fertilized cell organizes itself into a child by reading a map no biologist can locate, and that the map lives in the vacuum, in the electromagnetic field that fills the empty space inside every atom. He calls this the anatomy of the soul. In a 2021 essay on his own website he writes that the body projects itself as a hologram, and that its apparent solidity is an impression made by light. The performance is seductive because the vocabulary is real. Differentiation, migration, electromagnetic field, vacuum: each of those words has a home in a textbook. The trouble begins the moment you check whether they are being used the way the textbooks use them, or whether they have been borrowed to dress an idea that biology and physics both reject. […]

    bolesblogs.com/2026/06/05/the-

  11. Ваш PostgreSQL болеет молча. Десяток запросов, чтобы это увидеть

    Пятница, вечер. Один эндпоинт начал отвечать восемь секунд вместо двухсот миллисекунд, а в Grafana всё зелёное. PostgreSQL редко падает громко — он неделями копит мёртвые строки, лишние индексы и зависшие транзакции, пока не станет совсем плохо. В статье — пять SQL-запросов из моего queries.sql, которыми я реально пользуюсь: bloat и dead tuples, топ тяжёлых запросов по pg_stat_statements, неиспользуемые индексы, висящие транзакции и блокировки. Работают на голом PostgreSQL 13+

    habr.com/ru/articles/1041480/

    #postgresql #производительность #ide #sql #индексы #vacuum #bloat #транзакции #тяжелые_запросы

  12. #KnowledgeByte: #Vacuum #Energy is a term used to describe the fluctuations of electromagnetic waves that are thought to exist in empty space.

    It is a kind of energy that permeates the whole Universe and may be taken into account as a contribution for the dark energy.

    knowledgezone.co.in/posts/Vacu

  13. I'm thinking about buying a robo #vacuum. For sure i don't want it to contact manufacturer servers (privacy/dependency). ... i don't have to explain you probably.

    I discovered the project #valetudo. Sounds really good. Does someone have experience how good it rooting device and afterwards using it works and give some tipps what to do?

    https://valetudo.cloud/
  14. Баги, которые нас воспитали: инженерные истории с Go Loto

    Каждый разработчик помнит тот самый момент, когда система, которая только что работала идеально, вдруг начинает вести себя так, будто сошла с ума. Когда дашборд в Grafana показывает что-то страшное, а ты стоишь перед ним с кружкой остывшего кофе и не понимаешь, с чего начать. На нашем мероприятии Avito Go Loto разработчики поделились своим опытом без прикрас. О блоате в полтора терабайта, о девяти инстансах, которые передрались за один звонок, о бэкенд-разработчице, которая в пятницу вечером открыла чужой фронтовый проект, о нагрузочных тестах за несколько месяцев до большой рекламной кампании, и о транзакции, которую забыли закоммитить тоже в пятницу вечером. Спойлер: все выжили. Но стали другими людьми.

    habr.com/ru/companies/avito/ar

    #go #bloat #vacuum #микросервисы #распределенные_системы #нагрузочное_тестирование #postmortem