home.social

Search

1000 results for “hywan”

  1. 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? lamaisonvivante.blog/

    #SelfSuffiency #house #ecology #water

  2. Lightning CSS, 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 :-).

  3. Weylus, 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 encoding

    It works on Linux, macOS and Windows.

  4. The new Farmbot Express is here! 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.

  5. On leading underscores and names reserved by the C and C++ languages, devblogs.microsoft.com/oldnewt.

    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.

  6. macOS Sonoma (14.1.1) seems to have disable WebAssembly from JavaScriptCore. Does anyone know something about this?

  7. JavaScriptCore as a WebAssembly binary, 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 :-).

  8. Do you know how to create a Unity plugin?

    Coqui awesome Text-to-Speech project needs you, github.com/coqui-ai/TTS/issues. 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.

    #unity #tts #coqui #plugin #DotNet #python

  9. Do you know how to create a Unity plugin?

    Coqui awesome Text-to-Speech project needs you, github.com/coqui-ai/TTS/issues. 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.

    #unity #tts #coqui #plugin #DotNet #python

  10. Do you know how to create a Unity plugin?

    Coqui awesome Text-to-Speech project needs you, github.com/coqui-ai/TTS/issues. 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.

    #unity #tts #coqui #plugin #DotNet #python

  11. Do you know how to create a Unity plugin?

    Coqui awesome Text-to-Speech project needs you, github.com/coqui-ai/TTS/issues. 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.

    #unity #tts #coqui #plugin #DotNet #python

  12. My for 2024. Not bad for someone who works 3 days per week (the other 2 are for the kids!).

    git-wrapped.com/

    What’s yours?

  13. 📗 New episode of the series From Rust to beyond 🚀!

    Episode 3, The ASM.js galaxy, mnt.io/2018/08/28/from-rust-to.

    In this episode, we explore how to compile Rust to ASM.js as a fallback to WASM and to parse 6x faster than JS!

  14. Use Rust async functions and methods in Swift, Kotlin and Python, github.com/mozilla/uniffi-rs/p.

    It's ready! Large PR, sorry for the reviewers.

  15. Oh, a Rust Future being awaited in Swift. How nice it is :-).

    More to come.