Live data from Hacker News

Viewing profile — gzurl

gzurl

HN member
Joined
Thu, Jul 14, 2022, 5:22 PM UTC
HN karma
40
Public activity
15 items

About gzurl

No profile information was provided.

Recent public activity

  1. comment
    Comment #36115648

    Actually, that is one of the Wasm key features: being a platform-independent binary not tied to any specific HW architecture. Translating x86_64 code to arm64 requires more CPU cyc…

  2. comment
    Comment #36115559

    SA-CORE-2020-013 is one of them.

  3. comment
    Comment #36115545

    Indeed! As an example, SA-CORE-2020-013 can be mitigated with Wasm. An that one is classified as Critical.

  4. comment
    Comment #36114315

    Yes, sure. WasmGPT this time :-)

  5. comment
    Comment #36113983

    I think you missed this paragraph: The Apache HTTP server and the Drupal packages remain unchanged. However, instead of loading the libphp.so extension module, it incorporates mod_…

  6. comment
    Comment #36113952

    Take a look at the linked article about how some PHP vulnerabilities can be mitigated with WebAssembly: https://wasmlabs.dev/articles/mitigating-php-vulnerabilities...

  7. comment
    Comment #36113543

    This article explores how Drupal can benefit from the capabilities-based security model offered by WebAssembly, a portable binary format that allows execution of code in a safe and…

  8. story
  9. comment
    Comment #36069624

    I didn't know about pandoc. Really useful!

  10. comment
    Comment #36055784

    Yes, exactly. We wrote an article here regarding PHP on Wasm that covers that: https://wasmlabs.dev/articles/mitigating-php-vulnerabilities...

  11. story
  12. story
  13. comment
    Comment #33071594

    Think in the minimum container you need to run some Python code (>300MB?). Now, compare that to just the Python interpreter compiled into Wasm (25MB). If you need deploy that into …

  14. comment
    Comment #33069556

    https://github.com/vmware-labs/mod_wasm

  15. comment
    Comment #32971590

    The "why" and the "how" here: https://wasmlabs.dev/articles/wordpress-in-the-browser/