Search
1000 results for “hywan”
-
It has rained 36mm in 2 days. We have collected 7200L, be 120 days of self-sufficiency, be 4 months. Nature is nice.
Yes, the house consumes ≈60L/day/4persons, be 15L/day/person, which is not a lot!
Want to learn more about our self-sufficient house? https://lamaisonvivante.blog/
-
Lightning CSS, https://lightningcss.dev/.
An extremely fast and performant CSS parser, transformer, bundler and minifier.
Written in Rust, based on Servo's `cssparser` and `selectors` crates (used by Firefox). Available in NPM.
Save bandwidth easily :-).
-
Weylus, https://github.com/H-M-H/Weylus.
Weylus turns your tablet or smart phone into a graphic tablet/touch screen for your computer.
• Control your mouse with your tablet
• Mirror your screen to your tablet
• Send keyboard input using physical keyboards
• Hardware accelerated video encodingIt works on Linux, macOS and Windows.
-
WebAssembly Web IDL Bindings Update, https://docs.google.com/presentation/d/1wtAknL-UJWDoIgSbyF5paTBSpVVj-fKU4tiHMxJbSzE/edit#slide=id.p.
Slides from the last WebAssembly meeting in Spain.
-
The new Farmbot Express is here! https://farm.bot/
It looks really nice, and the price becomes affordable (for educational, corporate, and private usages etc.).
It continues to be 100% open source too.
-
OpenHCL: the new, open source paravisor, https://techcommunity.microsoft.com/t5/windows-os-platform-blog/openhcl-the-new-open-source-paravisor/ba-p/4273172.
Learn more at https://openvmm.dev/ or https://github.com/microsoft/openvmm.
Bonus: it’s fully written in Rust!
-
OpenHCL: the new, open source paravisor, https://techcommunity.microsoft.com/t5/windows-os-platform-blog/openhcl-the-new-open-source-paravisor/ba-p/4273172.
Learn more at https://openvmm.dev/ or https://github.com/microsoft/openvmm.
Bonus: it’s fully written in Rust!
-
OpenHCL: the new, open source paravisor, https://techcommunity.microsoft.com/t5/windows-os-platform-blog/openhcl-the-new-open-source-paravisor/ba-p/4273172.
Learn more at https://openvmm.dev/ or https://github.com/microsoft/openvmm.
Bonus: it’s fully written in Rust!
-
OpenHCL: the new, open source paravisor, https://techcommunity.microsoft.com/t5/windows-os-platform-blog/openhcl-the-new-open-source-paravisor/ba-p/4273172.
Learn more at https://openvmm.dev/ or https://github.com/microsoft/openvmm.
Bonus: it’s fully written in Rust!
-
Naming conventions in programming – a review of scientific literature, https://makimo.pl/blog/scientific-perspective-on-naming-in-programming/.
-
On leading underscores and names reserved by the C and C++ languages, https://devblogs.microsoft.com/oldnewthing/20230109-00/?p=107685.
Where we learn that the ˋisˋ prefix is reserved in C. So technically, a function named ˋisland` is incorrect. Same for ˋstrong` or ˋtogether` because ˋstr` and ˋtoˋ prefixes are also reserved.
-
Insta, https://insta.rs/.
Insta Snapshots, is a snapshot testing tool for Rust.
-
javascript.rs, https://github.com/endoli/javascriptcore.rs/.
Rust bindings for WebKit's JavaScriptCore.
-
https://bugs.webkit.org/show_bug.cgi?id=265151 if anyone can help :-).
-
macOS Sonoma (14.1.1) seems to have disable WebAssembly from JavaScriptCore. Does anyone know something about this?
-
JavaScriptCore as a WebAssembly binary, https://wapm.io/package/jsc.
$ wapm install -g jsc
$ jsc
>>> function multiply(a, b) { return a * b }
undefined
>>> multiply(10, 20)
200
>>> Date()
Mon Apr 15 2019, …Crazy :-).
-
An aperiodic monotile, https://arxiv.org/abs/2303.10798.
This is so awesome.
-
An aperiodic monotile, https://arxiv.org/abs/2303.10798.
This is so awesome.
-
An aperiodic monotile, https://arxiv.org/abs/2303.10798.
This is so awesome.
-
An aperiodic monotile, https://arxiv.org/abs/2303.10798.
This is so awesome.
-
Do you know how to create a Unity plugin?
Coqui awesome Text-to-Speech project needs you, https://github.com/coqui-ai/TTS/issues/2589. Imagine being able to create any speech from a simple text, in multiple languages, with any voices (including voice cloning), based on open source technologies and state-of-the-art algorithms? You can make it real.
-
Do you know how to create a Unity plugin?
Coqui awesome Text-to-Speech project needs you, https://github.com/coqui-ai/TTS/issues/2589. Imagine being able to create any speech from a simple text, in multiple languages, with any voices (including voice cloning), based on open source technologies and state-of-the-art algorithms? You can make it real.
-
Do you know how to create a Unity plugin?
Coqui awesome Text-to-Speech project needs you, https://github.com/coqui-ai/TTS/issues/2589. Imagine being able to create any speech from a simple text, in multiple languages, with any voices (including voice cloning), based on open source technologies and state-of-the-art algorithms? You can make it real.
-
Do you know how to create a Unity plugin?
Coqui awesome Text-to-Speech project needs you, https://github.com/coqui-ai/TTS/issues/2589. Imagine being able to create any speech from a simple text, in multiple languages, with any voices (including voice cloning), based on open source technologies and state-of-the-art algorithms? You can make it real.
-
My #GitWrapped for 2024. Not bad for someone who works 3 days per week (the other 2 are for the kids!).
What’s yours?
-
📗 New episode of the series From Rust to beyond 🚀!
Episode 3, The ASM.js galaxy, https://mnt.io/2018/08/28/from-rust-to-beyond-the-asm-js-galaxy/.
In this episode, we explore how to compile Rust to ASM.js as a fallback to WASM and to parse 6x faster than JS!
-
Use Rust async functions and methods in Swift, Kotlin and Python, https://github.com/mozilla/uniffi-rs/pull/1409.
It's ready! Large PR, sorry for the reviewers.
#RustLang #kotlin #SwiftLang #future #async #uniffi #bindgen
-
Oh, a Rust Future being awaited in Swift. How nice it is :-).
More to come.
-
Rust async functions to Python over FFI ✅
Now let’s target Swift ⏳.
-
Beating the Fastest Lexer Generator in Rust, https://alic.dev/blog/fast-lexing.