Live data from Hacker News

Viewing profile — baudaux

baudaux

HN member
Joined
Fri, Apr 28, 2023, 9:05 AM UTC
HN karma
258
Public activity
194 items

About baudaux

Creator of exaequos.com, https://www.exaequos.com

baudaux@yahoo.fr

Recent public activity

  1. comment
    Comment #48487098

    I will be interested in getting details about the experiments of Ryan Hunt about DOM performances. I am currently developing a WASI runtime for exaequOS and Woua programming langua…

  2. comment
    Comment #48486744

    I put csol in https://exaequos.com : https://github.com/nielssp/csol Type: /usr/games/csol in the terminal (or find solitaire)

  3. comment
    Comment #47023955

    Did you compare with wayvara ? The uxn/varvara runtime of https://exaequos.com ?

  4. comment
    Comment #46754982

    Is it simple to adapt file open/save in order to embed it in https://exaequos.com ?

  5. comment
    Comment #46578464

    I am working on a new Unix-style filesystem for the browser, in https://exaequos.com For local and remote storage and encrypted

  6. comment
    Comment #46369613

    Maybe with plugins. The WebAssembly way is cross platform. You would be very surprised with the performances of WebAssembly. I have built a Fibonacci test program in Rust that runs…

  7. comment
    Comment #46368883

    It allows, for example, to create bindings as I did for raylib graphics library. exaequOS can run any program that can be built to WebAssembly It will soon support WASI p1 and p2. …

  8. comment
    Comment #46367372

    I easily managed to build quickJS to WebAssembly for running in https://exaequOS.com . So I need to do the same for MicroQuickJS !

  9. comment
    Comment #46214920

    What is your project ?

  10. comment
    Comment #46212530

    Or both the browser and wasi. As I am doing with exaequOS

  11. comment
    Comment #45906929

    Thanks. I will have a look. I would like to integrate one Prolog in exaequOS.

  12. comment
    Comment #45905415

    Is there a WebAssembly WASI version of swi prolog ?

  13. comment
    Comment #45873264

    I am building a WebAssembly WASI runtime for exaequOS ( https://exaequos.com ), an OS fully running in the Web browser. It will support WASI 0.1 and 0.2. Basic implementation can b…

  14. comment
    Comment #45819536

    I have built Fibonacci wasm wasi executable for Rust. When I execute it in https://exaequos.com (with wex runtime under development), it is faster than the native app on my MacBook…

  15. story
    Typst in the Web Browser with ExaequOS

    Thanks to https://github.com/Myriad-Dreamin/typst.ts, I have added a Typst compiler in https://exaequos.com. You can edit a typst file using Monaco (mc) or vim or nano or ed. Then,…

  16. comment
    Comment #45673599

    It looks like what we can do with bc, basic calculator

  17. comment
    Comment #45556113

    I put QuickJS in https://exaequos.com . You can do graphics app with raylib

  18. story
  19. comment
    Comment #45473392

    Is it targeting WASI ?

  20. comment
    Comment #45473374

    Is it targeting WASI ?

  21. comment
    Comment #45439302

    You can play with Uxn in the web with https://exaequos.com . See online documentation: https://www.exaequos.com/doc/build/html/dev.html#uxn

  22. comment
    Comment #45362539

    ed is the first program I put in exaequOS ( https://exaequos.com ), an OS fully running in the Web browser. For testing ed, you can open a terminal and type 'ed'

  23. comment
    Comment #45072657

    Is it generating wasm/wasi ?

  24. comment
    Comment #44657384

    I am adding a WASI runtime (0.1 and 0.2) in https://exaequos.com , an OS running in the web browser. What would be a good DOM api ?

  25. comment
    Comment #44229811

    Once wasm wasi runtime for exaequOS is ready (I hope soon) I will have a look for running munal OS app in the browser