Search
172 results for “niutech”
-
@FirefoxDevTools It looks similar to my #PHOOOS technique using Declarative Shadow DOM: https://github.com/niutech/phooos
-
@themagpi Once I've made a chess game for #Badger2040 based on #RP2040: https://github.com/niutech/chess-badger2040 ♟ and a Dino game too: https://github.com/niutech/dino-badger2040 🦖
-
@johnallsopp I'd add Declarative Shadow DOM and #PHOOOS out-of-order HTML streaming to the list: https://github.com/niutech/phooos
It enables islands architecture without JS, just pure HTML & CSS! -
> Is it possible to program one MicroPython #RP2040 core from the other?
My expertise is on the #ICE40, more than the #RP2040, but reportedly the RP2040 can run two #MicroPython threads on the two cores, so. you should be able to program one from the other.
If not, you can certainly program a #pico-ice #Forth core from the first MicroPython core.
What are you trying to accomplish?
-
@freddy @bramus @tomayac Fantastic news! There is already a #jxl-rs implementation in the works at https://chromium-review.googlesource.com/c/chromium/src/+/7184969
-
@freddy @bramus @tomayac Fantastic news! There is already a #jxl-rs implementation in the works at https://chromium-review.googlesource.com/c/chromium/src/+/7184969
-
@freddy @bramus @tomayac Fantastic news! There is already a #jxl-rs implementation in the works at https://chromium-review.googlesource.com/c/chromium/src/+/7184969
-
@freddy @bramus @tomayac Fantastic news! There is already a #jxl-rs implementation in the works at https://chromium-review.googlesource.com/c/chromium/src/+/7184969
-
@urlyman @arichtman @jaffathecake No, #AVIF is not progressively decoded, losslessly re-encodable with #JPEG, nor supporting splices like #JPEG_XL - see #svg2jxl: https://www.reddit.com/r/jpegxl/comments/u8kse2/svg_to_jpeg_xl/
-
@brucelawson What's the point? #JPEG_XL support is the no. 1 issue every year, yet sadly not included in any #interop: https://github.com/web-platform-tests/interop/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc
-
@slightlyoff @zachleat They made it so fancy that the #etch blog, which should be a static web page, is broken in #SailfishOS web browser. Bummer 😞
-
-
@firefly Does it use #Wasm3 under the hood like this console? https://x.com/vshymanskyy/status/1345048053041029121
-
@firefly Does it use #Wasm3 under the hood like this console? https://x.com/vshymanskyy/status/1345048053041029121
-
@firefly Does it use #Wasm3 under the hood like this console? https://x.com/vshymanskyy/status/1345048053041029121
-
-
@tomayac Why would anybody compile #JS to #WASM when there is #AssemblyScript? There are also JS runtimes in WASM: @boa_engine, Javy, Dukweb and QuickJS-emscripten.