home.social

Search

1000 results for “tedted”

  1. Just tested G'MIC-Qt 3.7.6 on Mac via MacPorts: noticeable filter speed improvements observed compared to previous version. 🚀

    Many thanks to the MacPorts maintainers for keeping the gmic-gimp port up to date so fast! 🙏 #GMIC #MacPorts

    ▶️ ports.macports.org/port/gmic-g

  2. Just tested G'MIC-Qt 3.7.6 on Mac via MacPorts: noticeable filter speed improvements observed compared to previous version. 🚀

    Many thanks to the MacPorts maintainers for keeping the gmic-gimp port up to date so fast! 🙏 #GMIC #MacPorts

    ▶️ ports.macports.org/port/gmic-g

  3. Just tested G'MIC-Qt 3.7.6 on Mac via MacPorts: noticeable filter speed improvements observed compared to previous version. 🚀

    Many thanks to the MacPorts maintainers for keeping the gmic-gimp port up to date so fast! 🙏 #GMIC #MacPorts

    ▶️ ports.macports.org/port/gmic-g

  4. Just tested G'MIC-Qt 3.7.6 on Mac via MacPorts: noticeable filter speed improvements observed compared to previous version. 🚀

    Many thanks to the MacPorts maintainers for keeping the gmic-gimp port up to date so fast! 🙏 #GMIC #MacPorts

    ▶️ ports.macports.org/port/gmic-g

  5. Just tested G'MIC-Qt 3.7.6 on Mac via MacPorts: noticeable filter speed improvements observed compared to previous version. 🚀

    Many thanks to the MacPorts maintainers for keeping the gmic-gimp port up to date so fast! 🙏 #GMIC #MacPorts

    ▶️ ports.macports.org/port/gmic-g

  6. We tested more than 12 AI logo generators across 50+ real brand ideas.

    Some generated generic outputs quickly, while a few delivered surprisingly polished branding concepts.

    The difference between tools is much bigger than expected.

    We summarized which ones stood out and where each one fits best 👇

    blogrecode.com/best-ai-tools-f

    #Branding #AItools #LogoDesign

  7. We tested Tidio using 500 real customer support chats.

    It performed well on simple and repetitive queries, but still required human handling for more complex cases.

    Overall, it feels like a support assistant rather than a full replacement.

    Full breakdown 👇

    blogrecode.com/tidio-review-i-

    #CustomerSupport #AI

  8. We tested several AI video editing tools, and some of them genuinely reduce editing time instead of just adding complexity.

    Descript, CapCut, Runway, and Pictory stood out for different reasons depending on workflow.

    We broke it down here 👇

    blogrecode.com/best-ai-video-e

    #VideoEditing #AI #Creators

  9. We tested several AI video editing tools, and some of them genuinely reduce editing time instead of just adding complexity.

    Descript, CapCut, Runway, and Pictory stood out for different reasons depending on workflow.

    We broke it down here 👇

    blogrecode.com/best-ai-video-e

    #VideoEditing #AI #Creators

  10. We tested several AI video editing tools, and some of them genuinely reduce editing time instead of just adding complexity.

    Descript, CapCut, Runway, and Pictory stood out for different reasons depending on workflow.

    We broke it down here 👇

    blogrecode.com/best-ai-video-e

    #VideoEditing #AI #Creators

  11. We tested several AI video editing tools, and some of them genuinely reduce editing time instead of just adding complexity.

    Descript, CapCut, Runway, and Pictory stood out for different reasons depending on workflow.

    We broke it down here 👇

    blogrecode.com/best-ai-video-e

    #VideoEditing #AI #Creators

  12. We tested several AI video editing tools, and some of them genuinely reduce editing time instead of just adding complexity.

    Descript, CapCut, Runway, and Pictory stood out for different reasons depending on workflow.

    We broke it down here 👇

    blogrecode.com/best-ai-video-e

    #VideoEditing #AI #Creators

  13. I tested the impact of disabling RVC on the SpacemiT X100 with clang.
    Enabling RVC resulted in a roughly 10% performance improvement, which is higher than I expected.

    AFAIK while the X100 supports a handful of fusion pairs, those aren't compressed only. (bitwise+bitwise, mul+add, add+load/store, slli+sr*i)
    The fetch bandwidth is 16-byte / cycle, so enough to saturate the 4-way decode without RVC, but may struggle to keep it feed, in branchy code. Though the Cortex-A76, also has a 16-byte fetch with a 4-wide decode.

    So I'm not sure what the tells us about RVC exactly.
    The additional L1I misses don't feel like they'd impact perf that much on their own.

    #riscv

  14. I tested the impact of disabling RVC on the SpacemiT X100 with clang.
    Enabling RVC resulted in a roughly 10% performance improvement, which is higher than I expected.

    AFAIK while the X100 supports a handful of fusion pairs, those aren't compressed only. (bitwise+bitwise, mul+add, add+load/store, slli+sr*i)
    The fetch bandwidth is 16-byte / cycle, so enough to saturate the 4-way decode without RVC, but may struggle to keep it feed, in branchy code. Though the Cortex-A76, also has a 16-byte fetch with a 4-wide decode.

    So I'm not sure what the tells us about RVC exactly.
    The additional L1I misses don't feel like they'd impact perf that much on their own.

    #riscv

  15. I tested the impact of disabling RVC on the SpacemiT X100 with clang.
    Enabling RVC resulted in a roughly 10% performance improvement, which is higher than I expected.

    AFAIK while the X100 supports a handful of fusion pairs, those aren't compressed only. (bitwise+bitwise, mul+add, add+load/store, slli+sr*i)
    The fetch bandwidth is 16-byte / cycle, so enough to saturate the 4-way decode without RVC, but may struggle to keep it feed, in branchy code. Though the Cortex-A76, also has a 16-byte fetch with a 4-wide decode.

    So I'm not sure what the tells us about RVC exactly.
    The additional L1I misses don't feel like they'd impact perf that much on their own.

    #riscv

  16. I tested the impact of disabling RVC on the SpacemiT X100 with clang.
    Enabling RVC resulted in a roughly 10% performance improvement, which is higher than I expected.

    AFAIK while the X100 supports a handful of fusion pairs, those aren't compressed only. (bitwise+bitwise, mul+add, add+load/store, slli+sr*i)
    The fetch bandwidth is 16-byte / cycle, so enough to saturate the 4-way decode without RVC, but may struggle to keep it feed, in branchy code. Though the Cortex-A76, also has a 16-byte fetch with a 4-wide decode.

    So I'm not sure what the tells us about RVC exactly.
    The additional L1I misses don't feel like they'd impact perf that much on their own.

    #riscv

  17. I tested the impact of disabling RVC on the SpacemiT X100 with clang.
    Enabling RVC resulted in a roughly 10% performance improvement, which is higher than I expected.

    AFAIK while the X100 supports a handful of fusion pairs, those aren't compressed only. (bitwise+bitwise, mul+add, add+load/store, slli+sr*i)
    The fetch bandwidth is 16-byte / cycle, so enough to saturate the 4-way decode without RVC, but may struggle to keep it feed, in branchy code. Though the Cortex-A76, also has a 16-byte fetch with a 4-wide decode.

    So I'm not sure what the tells us about RVC exactly.
    The additional L1I misses don't feel like they'd impact perf that much on their own.

    #riscv

  18. I Tested a Lymphatic Drainage Workout to See If It Lived Up to the Hype

    Photo Illustration by Thomas Levinson/The Daily Beast/LEKFIT All products are selected independently by The Looker’s editors. If you…
    #NewsBeep #News #Fitness #beastbiz #editor:MiaMaguire #exercise #Health #Lifestyle #looker #scouted #TheLooker #UK #UnitedKingdom #wellness
    newsbeep.com/uk/575865/

  19. I tested performance of 6 WordPress wishlist plugins so that you don’t have to
    ----------
    My client came to me with a problem that sounds all too familiar: their WooCommerce[…]
     
    #WordPress #Dev #WooCommerce #wishlist

    wpnews.io/i-tested-performance

  20. I tested performance of 6 WordPress wishlist plugins so that you don’t have to
    ----------
    My client came to me with a problem that sounds all too familiar: their WooCommerce[…]
     
    #WordPress #Dev #WooCommerce #wishlist

    wpnews.io/i-tested-performance

  21. I tested performance of 6 WordPress wishlist plugins so that you don’t have to
    ----------
    My client came to me with a problem that sounds all too familiar: their WooCommerce[…]
     
    #WordPress #Dev #WooCommerce #wishlist

    wpnews.io/i-tested-performance

  22. I tested the domain.

    beamed.st

    redirects to:

    beamed.su

    A couple terminal commands show it is indeed protected by Cloudflare servers.

    Commands used:

    curl -I beamed.su

    dig NS beamed.su

    @mttaggart @cloudflare

    #Linux #Cloudflare #Iraq #DDoS

  23. I tested a cheap #UHMWPE NJI III plate I bought from #temu. It did well against pistol calibers and ok against 5.56 M193. But then I used green tip 5.56 and it got penetrated. And then I used some AP explosive incendiary 9mm on it and, well…

    Civvies and lightly armed soldiers use pistols. ARs typically have green tip at a minimum.

    Definitely worth more than the $35 I paid for it.

    #guns #armor

  24. I tested a cheap #UHMWPE NJI III plate I bought from #temu. It did well against pistol calibers and ok against 5.56 M193. But then I used green tip 5.56 and it got penetrated. And then I used some AP explosive incendiary 9mm on it and, well…

    Civvies and lightly armed soldiers use pistols. ARs typically have green tip at a minimum.

    Definitely worth more than the $35 I paid for it.

    #guns #armor

  25. I tested a cheap #UHMWPE NJI III plate I bought from #temu. It did well against pistol calibers and ok against 5.56 M193. But then I used green tip 5.56 and it got penetrated. And then I used some AP explosive incendiary 9mm on it and, well…

    Civvies and lightly armed soldiers use pistols. ARs typically have green tip at a minimum.

    Definitely worth more than the $35 I paid for it.

    #guns #armor