Full stack developer and privacy advocate. I like to keep the mentality, if you can program one language well, then you can program in any language!

  • 2 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • Wayland might be the future,
    but today we’re still living in the present…

    I was a fan, and tried Wayland,
    but it took less then 24hrs before I switched back to X.

    Just too many random bugs remain in Wayland rn…

    E.g:

    • Grayed out screen under HDR
    • LookingGlass unable to boot in fullscreen
    • Some program icons replaced with Wayland icon when running






  • For me the experience has been:

    • Stable
    • Easy to use
    • Enjoyed all the Arch niceness in the meantime.

    Which imo makes it a good distro,
    idiots would not make a good distro…

    Sure the people behind it made some doubtful decisions in the past, but that doesn’t change the fact that using it has been a bliss.

    Additionally, it’s all open source,
    so if they would ever turn anti-consumer,
    it can be forked into another distro.

    As I mentioned earlier, stop the distro hate.
    I’m not throwing acquisitions against other distros, instead I let people enjoy whatever flavor of Linux they desire…

    By now I helped a fair amount of Arch and other distro users through Lemmy / AUR / Issues, and I also learned a fair amount of Arch / Manjaro and other distro users.

    Linux is not the enemy here,
    not a single flavor…





  • WASM = WebAssembly,
    this has nothing to do with Java,
    but with JS (JavaScript).

    JS works with JIT (Just In Time) compilation, meaning every user that requests a web page, will request the JS and your browser will compile that JS on the fly as you request it.

    WASM on the other hand is pre-compiled once, by the developer, when he/she is making the code. So when a user requests a WASM binary, they don’t have to wait for JIT compilation, since it was already pre-compiled by the developer.

    They only have to wait for a tiny piece of JS,
    which is still JIT compiled,
    a tiny piece of JS to load in the WASM binary.

    This saves the user from waiting on JIT compilation and thus speeds up requesting web pages.

    WASM also increases security,
    since binaries are harder to reverse engineer then plain text JS.

    Due to those reasons,
    I believe WASM will be the future for Web development.

    No clue why people are hating on WASM,
    but I guess they just don’t grasp all of the above yet.









  • I hate that nowadays everything comes with pre-installed spyware and that they charge you for it makes it even worse…

    • Want a TV? Suck on our Android TV with Google spyware embedded
    • Want a phone? Get our Android with Google spyware, or go for an Apple with Apple spyware
    • Want a computer? We’ll shove Windows spyware down your throat

    Ffs I just want devices that I own to not spy on me, and I can’t even buy them anymore…

    Each of them require flashing a custom privacy respecting OS onto it,
    and that’s a real problem…