Live data from Hacker News

Viewing profile — ereslibre

ereslibre

HN member
Joined
Wed, Aug 16, 2017, 4:03 PM UTC
HN karma
190
Public activity
30 items

About ereslibre

Libre Software hacker and lover.

[ my public key: https://keybase.io/ereslibre; my proof: https://keybase.io/ereslibre/sigs/FiZN0EHHCwufYf5mSLt-LRGOqQDO8ixaaZmRtzdaQXc ]

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #43017353

    TOP GIT is a community to share interesting open source projects! You can join the Telegram channel on your language to stay tuned and have some treats from time to time!

  6. story
  7. comment
    Comment #37765601

    In this article, we will introduce Wasm Workers Server and we will describe how it empowers developers. We will show you how you can swiftly start using Wasm Workers Server with Do…

  8. story
  9. story
  10. story
  11. comment
    Comment #36114714

    > I kind of like it because CGI is architecturally elegant, but what about performance implications? By default, the CGI is not the fastest thing on Earth. (Wasm Labs dev here) We …

  12. story
  13. comment
    Comment #35891942

    The webassembly-language-runtimes is focused on providing WASI-based language interpreters, what would require a WASI polyfill at the browser level ( https://wasi.dev/polyfill/ ) a…

  14. story
  15. story
  16. comment
    Comment #34079974

    WebAssembly is a binary format executed in a virtual machine. By default, the execution is isolated from the host OS, so that there is no concept of syscall to the OS directly from…

  17. story
  18. story
  19. story
  20. comment
    Comment #33097193

    Portability is one of the core features of WebAssembly (Wasm) allowing you to run modern applications in environments you could not before. Add sandboxing and security features to …

  21. story
  22. comment
    Comment #33068979

    Apache httpd is a modular web server that powers 31% of all websites you access every day. One of its most compelling features is the ability to extend it with new modules. Develop…

  23. story
  24. story
  25. comment
    Comment #22788330

    I wanted a different approach for this project when I started it, so what I knew was that I wanted to create a very narrow scoped Kubernetes as a service, that users can run on the…