home.social

Search

1000 results for “hywan”

  1. 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.

  2. 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.

  3. bocu1, github.com/graydon/bocu1.

    A BOCU-1 encoder/decoder library in Rust. It provides a usable implementation of BOCU-1 to people who are looking for one, as well as some utilities related to working directly with BOCU-1 strings and “small strings” packed into 64 or 128-bit integers.

    It’s a Unicode encoding, like UTF-8, where the C in BOCU means Compression. Interesting works.

  4. PRQL, prql-lang.org/.

    PRQL means Pipelined Relational Query Language. It's a modern language for transforming data. It self-claims to be a simple, powerful, pipelined SQL replacement.

    It compiles to SQL, and is database agnostic.

    Many examples to explore.

    It's a really interesting approach.

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

    More to come.

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

    More to come.

    #RustLang #SwiftLang #uniffi

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

    More to come.

    #RustLang #SwiftLang #uniffi

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

    More to come.

    #RustLang #SwiftLang #uniffi

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

    More to come.

    #RustLang #SwiftLang #uniffi

  10. Notes on Type Layouts and ABIs in Rust, faultlore.com/blah/rust-layout.

    If you’re not familiar with type layouts, ABI, and FFI, that’s a good overview.

  11. Zellij, zellij.dev/.

    It’s a terminal workspace with battery included.

    It’s basically tmux but simpler and with a better UI by default. And it’s written in Rust. With plugins.

    See the roadmap, zellij.dev/roadmap/.

  12. 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 :-).

  13. I’m 👉👈 close to write a generic OCPP client in Rust, with a GUI for desktop and Web and mobile.

    Please stop me.

  14. 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.

  15. mimalloc, github.com/microsoft/mimalloc.

    A compact, general-purpose, drop-in replacement for malloc, memory allocator.

    Benchmarks show it always outperforms all other leading allocators (jemalloc, tcmalloc, Hoard…) and usually uses less memory.