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/

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

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

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

  5. > type systems are the parts of formal methods that we’ve figured out how to make easy

    @graydon (according to without.boats/blog/ownership/)

    I’m not gonna lie, that’s a good view of the problem 😛.

  6. wide, github.com/Lokathor/wide.

    > [it] has portable "wide" data types that do their best to be SIMD when possible.

    > On x86, x86_64, wasm32 and aarch64 neon this is done with explicit intrinsic usage (via safe_arch), and on other architectures this is done by carefully writing functions so that LLVM hopefully does the right thing. When Rust stabilizes more explicit intrinsics then they can go into safe_arch and then they can get used here.

  7. SpiderMonkey newsletter (Firefox 126-127), spidermonkey.dev/blog/2024/05/.

    Improvements everywhere. Sometimes really great performance boosts, like `Array.prototype.sort` up to 4x faster, or general 8% speedup with a cache improvement.

  8. Rewrite the VP9 codec library in Rust inside the Linux kernel, lore.kernel.org/lkml/202402272.

    Those are real patches. Perfect.

  9. It brings the following interesting features:

    • Generally faster and/or more memory efficient than alternatives
    • Scales better to multiple cores for some workloads than alternatives
    • Custom Out-Of-Memory handlers for just-in-time heap management and recovery
    • Supports creating and resizing arbitrarily many heaps
    • Optional allocation statistics
    • Partial validation in debug

  10. Talc, github.com/SFBdragon/talc.

    A memory allocator built in Rust, for Rust. It is for embedded system, OS kernels or other no_std environments. It is also for WebAssembly.

  11. Tock Compiles on Stable Rust, tockos.org/blog/2024/talking-t.

    Tock is an embedded operating system designed for running multiple concurrent, mutually distrustful applications on low-memory and low-power microcontrollers. It’s written in Rust. And now it can be compiled with the stable Rust versions.

  12. freenginx, freenginx.org/pipermail/nginx/.

    freenginx is a fork of nginx, to keep the open source aspect safe.

    > The goal is to keep nginx development free from arbitrary corporate actions

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

  14. ePBF for Windows, github.com/microsoft/ebpf-for-.

    > eBPF is a well-known technology for providing programmability and agility, especially for extending an OS kernel, for use cases such as DoS protection and observability. This project is a [WIP] that allows existing eBPF toolchains and APIs familiar in the Linux ecosystem to be used on top of Windows. That is, this project takes existing eBPF projects as submodules and adds the layer in between to make them run on top of Windows.

    #windows #epbf

  15. ePBF for Windows, github.com/microsoft/ebpf-for-.

    > eBPF is a well-known technology for providing programmability and agility, especially for extending an OS kernel, for use cases such as DoS protection and observability. This project is a [WIP] that allows existing eBPF toolchains and APIs familiar in the Linux ecosystem to be used on top of Windows. That is, this project takes existing eBPF projects as submodules and adds the layer in between to make them run on top of Windows.

  16. ePBF for Windows, github.com/microsoft/ebpf-for-.

    > eBPF is a well-known technology for providing programmability and agility, especially for extending an OS kernel, for use cases such as DoS protection and observability. This project is a [WIP] that allows existing eBPF toolchains and APIs familiar in the Linux ecosystem to be used on top of Windows. That is, this project takes existing eBPF projects as submodules and adds the layer in between to make them run on top of Windows.

    #windows #epbf

  17. ePBF for Windows, github.com/microsoft/ebpf-for-.

    > eBPF is a well-known technology for providing programmability and agility, especially for extending an OS kernel, for use cases such as DoS protection and observability. This project is a [WIP] that allows existing eBPF toolchains and APIs familiar in the Linux ecosystem to be used on top of Windows. That is, this project takes existing eBPF projects as submodules and adds the layer in between to make them run on top of Windows.

    #windows #epbf

  18. ePBF for Windows, github.com/microsoft/ebpf-for-.

    > eBPF is a well-known technology for providing programmability and agility, especially for extending an OS kernel, for use cases such as DoS protection and observability. This project is a [WIP] that allows existing eBPF toolchains and APIs familiar in the Linux ecosystem to be used on top of Windows. That is, this project takes existing eBPF projects as submodules and adds the layer in between to make them run on top of Windows.

    #windows #epbf

  19. Optimizing Rust programs with PGO and BOLT using cargo-pgo, kobzol.github.io/rust/cargo/20.

    Feedback-directed optimisations made easy with `cargo-pgo`! Neat.

  20. Optimizing Rust programs with PGO and BOLT using cargo-pgo, kobzol.github.io/rust/cargo/20.

    Feedback-directed optimisations made easy with `cargo-pgo`! Neat.

    #RustLang #compiler #performance #PGO #BOLT #LLVM

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

  22. St³, github.com/asynchronics/st3.

    The Stealing Static Stack. Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.