home.social

Search

1000 results for “bug”

  1. @Da_Gut The only appropriate use of bug zappers is above aquaculture tanks with hungry fish that will gobble up the crisped insect parts that rain down during the night. #BugZapper #fish #aquaculture #insects

  2. @Da_Gut The only appropriate use of bug zappers is above aquaculture tanks with hungry fish that will gobble up the crisped insect parts that rain down during the night. #BugZapper #fish #aquaculture #insects

  3. @Da_Gut The only appropriate use of bug zappers is above aquaculture tanks with hungry fish that will gobble up the crisped insect parts that rain down during the night. #BugZapper #fish #aquaculture #insects

  4. @alicefrieren Erm... Is it not clear that this is an actual photograph, and the technique used was a few million years of tectonic activity and erosion...? :)

    The title refers to a passage from the Bible. I'm not religious, but it sometimes helps to take a "god's eye view" of things/landscapes to appreciate them more... Also see here for an old beautiful Persian legend with a similar context/insight (avid fans of Coldcut/Ninjatune might recognize the sample this was taken from):

    "Now those people who fly have a different point of view of the world from the people who spend their whole life on the ground.

    Don Blanding wrote a poem once when he was flying, and he called his poem "The God's Eye View", and he said it was so different from the view he always had on the ground, which he called "The Bug's Eye View".

    Now I thought about that "Bug's Eye View" when I was over in Teheran in Persia. They told me an old Persian legend. It was about a bug who spent his entire life in the world's most beautifully designed Persian rug. All the bug ever saw in his lifetime was his problems. They stood up all around him. He couldn't see over the top of them, and he had to fight his way through these tufts of wool in the rug to find some crumbs somebody had spilled.

    And the tragedy of the story of the bug in the rug was this:
    He lived and he died in the world's most beautifully designed rug, but he never once knew that he spent his life in something which had a pattern.

    That's why I want you to get up in the air tonight, to see something the old bug couldn't see in the rug. Because even he, this bug, if he had once got above the rug so he could have seen all of it, he would have discovered something - that the very things he called his problems were a part of the pattern."

    foxyde.com/wp-content/uploads/

    #BugsEyeView #GodsEyeView #Timescale #Coldcut

  5. Bugün hayatımıza değer katan, sabrın, emeğin ve sevginin en güçlü temsilcileri olan tüm annelerin günü. 💐

    İlham veren, üreten, öğreten ve her zaman destek olan annelerimizin Anneler Günü kutlu olsun.

    Prosmt Elektronik olarak, emeğin ve sevginin olduğu her yerde değerin arttığına inanıyoruz.
    İyi ki varsınız. ❤️

    #AnnelerGünü #Prosmt #DeğerKatanlar

  6. 🚨 Oh no, not another "all versions" #bug in FreeBSD! 🎉 Apparently, executing a program in your own system is now a privilege escalation 🧙‍♂️✨ Bravo to FreeBSD's stellar security team for fixing a problem that they didn't know existed until Ryan from Calif.io came along to enlighten them. 🙃🔒
    freebsd.org/security/advisorie #FreeBSD #PrivilegeEscalation #SecurityFix #HackerNews #Califio #HackerNews #ngated

  7. 🚨 Oh no, not another "all versions" #bug in FreeBSD! 🎉 Apparently, executing a program in your own system is now a privilege escalation 🧙‍♂️✨ Bravo to FreeBSD's stellar security team for fixing a problem that they didn't know existed until Ryan from Calif.io came along to enlighten them. 🙃🔒
    freebsd.org/security/advisorie #FreeBSD #PrivilegeEscalation #SecurityFix #HackerNews #Califio #HackerNews #ngated

  8. 🚨 Oh no, not another "all versions" #bug in FreeBSD! 🎉 Apparently, executing a program in your own system is now a privilege escalation 🧙‍♂️✨ Bravo to FreeBSD's stellar security team for fixing a problem that they didn't know existed until Ryan from Calif.io came along to enlighten them. 🙃🔒
    freebsd.org/security/advisorie #FreeBSD #PrivilegeEscalation #SecurityFix #HackerNews #Califio #HackerNews #ngated

  9. 🚨 Oh no, not another "all versions" #bug in FreeBSD! 🎉 Apparently, executing a program in your own system is now a privilege escalation 🧙‍♂️✨ Bravo to FreeBSD's stellar security team for fixing a problem that they didn't know existed until Ryan from Calif.io came along to enlighten them. 🙃🔒
    freebsd.org/security/advisorie #FreeBSD #PrivilegeEscalation #SecurityFix #HackerNews #Califio #HackerNews #ngated

  10. A recently-emerged cicada, resting on a honeysuckle stem.

  11. Bugs Bunny wearing Jordans and a backwards baseball cap is a more integral part of the Mexican identity than the virgin of Guadalupe

    #facts

  12. Sakra pes, tohle je taaaak otravný #bug ve #Fedora44 a dnf5daemon-server, že už to nevydržím a zkrátím tomu timeout. To chce opravu, jako prase drbání...

  13. Bug fingerprinting для UI: почему stack trace не работает и что вместо

    TL;DR: Sentry дедуплицирует backend-ошибки по хешу (error class + top stack frame + module) . Для UI-багов этот рецепт ломается — у expect(button).toBeVisible() нет stack frame в продуктовом смысле, есть локатор + assertion + URL . В webtest-orch я собрал composite SHA-256 fingerprint из (normalized_selector | assertion type | error class | URL template | message[:80]) с тремя rules нормализации ( :nth-child , UUID, /users/123 → /users/:id ). Это даёт стабильный 8-hex BUG-id который выживает прогоны и даёт diff new / regression / persisting / fixed без БД и embedding’ов.

    habr.com/ru/articles/1032230/

    #playwright #qa_automation #qa_testing #claude #agents #agent_skills #aria #webразработка #fingerprint #ui

  14. Bug fingerprinting для UI: почему stack trace не работает и что вместо

    TL;DR: Sentry дедуплицирует backend-ошибки по хешу (error class + top stack frame + module) . Для UI-багов этот рецепт ломается — у expect(button).toBeVisible() нет stack frame в продуктовом смысле, есть локатор + assertion + URL . В webtest-orch я собрал composite SHA-256 fingerprint из (normalized_selector | assertion type | error class | URL template | message[:80]) с тремя rules нормализации ( :nth-child , UUID, /users/123 → /users/:id ). Это даёт стабильный 8-hex BUG-id который выживает прогоны и даёт diff new / regression / persisting / fixed без БД и embedding’ов.

    habr.com/ru/articles/1032230/

    #playwright #qa_automation #qa_testing #claude #agents #agent_skills #aria #webразработка #fingerprint #ui

  15. Bug fingerprinting для UI: почему stack trace не работает и что вместо

    TL;DR: Sentry дедуплицирует backend-ошибки по хешу (error class + top stack frame + module) . Для UI-багов этот рецепт ломается — у expect(button).toBeVisible() нет stack frame в продуктовом смысле, есть локатор + assertion + URL . В webtest-orch я собрал composite SHA-256 fingerprint из (normalized_selector | assertion type | error class | URL template | message[:80]) с тремя rules нормализации ( :nth-child , UUID, /users/123 → /users/:id ). Это даёт стабильный 8-hex BUG-id который выживает прогоны и даёт diff new / regression / persisting / fixed без БД и embedding’ов.

    habr.com/ru/articles/1032230/

    #playwright #qa_automation #qa_testing #claude #agents #agent_skills #aria #webразработка #fingerprint #ui

  16. Bug fingerprinting для UI: почему stack trace не работает и что вместо

    TL;DR: Sentry дедуплицирует backend-ошибки по хешу (error class + top stack frame + module) . Для UI-багов этот рецепт ломается — у expect(button).toBeVisible() нет stack frame в продуктовом смысле, есть локатор + assertion + URL . В webtest-orch я собрал composite SHA-256 fingerprint из (normalized_selector | assertion type | error class | URL template | message[:80]) с тремя rules нормализации ( :nth-child , UUID, /users/123 → /users/:id ). Это даёт стабильный 8-hex BUG-id который выживает прогоны и даёт diff new / regression / persisting / fixed без БД и embedding’ов.

    habr.com/ru/articles/1032230/

    #playwright #qa_automation #qa_testing #claude #agents #agent_skills #aria #webразработка #fingerprint #ui

  17. Fern release v1.3.5 is out now, bringing a few stability and bug ​:blobcat_googly_bug:​ fixes since my last ping about v1.3.0:
    - desktop launchers (lmk if these dont work on your OS of choice)
    - emoji render bugfix
    - panics (at the disco) are handled gracefully
    - errors dumped to console upon crashes for easier bug reporting

    https://codeberg.org/InodeLabs/fern/releases/tag/v1.3.5

    #notetaking #tui #golang #pkm

  18. Fern release v1.3.5 is out now, bringing a few stability and bug ​:blobcat_googly_bug:​ fixes since my last ping about v1.3.0:
    - desktop launchers (lmk if these dont work on your OS of choice)
    - emoji render bugfix
    - panics (at the disco) are handled gracefully
    - errors dumped to console upon crashes for easier bug reporting

    https://codeberg.org/InodeLabs/fern/releases/tag/v1.3.5

    #notetaking #tui #golang #pkm

  19. Fern release v1.3.5 is out now, bringing a few stability and bug ​:blobcat_googly_bug:​ fixes since my last ping about v1.3.0:
    - desktop launchers (lmk if these dont work on your OS of choice)
    - emoji render bugfix
    - panics (at the disco) are handled gracefully
    - errors dumped to console upon crashes for easier bug reporting

    https://codeberg.org/InodeLabs/fern/releases/tag/v1.3.5

    #notetaking #tui #golang #pkm