home.social
  1. has so many great tools! These include use_context for providing a context to all children of a component or use_resource for asynchronous resource loading.
    It is just very well integrated, and RSX feels surprisingly elegant, even a bit more readable than XML syntax in my opinion.

  2. Btw any website can basically make a request to your localhost from the browser using a simple fetch. This includes in-dev or untested applications. To prevent this, the application should use proper CORS. I have installed in my browser as well and denied LAN for any website, even trusted ones. I think this is a fairly scary browser default.

  3. I am re-writing Zentrox' frontend for the second time, this time in Rust :rust_ferris: using Dioxus!
    I built this small login screen using Dioxus components and Tailwind. I think it is amazing that you can write full-stack applications in one compiled language.

    Dioxus: dioxuslabs.com
    Zentrox [WIP]: github.com/wervice/Zentrox

  4. Thanks to , I'm now also a user. Cool editor.

  5. is a script/tool to configure NVIM for you. It sets some nice themes, extensions,... that make it almost feel like any GUI editor. I'd recommend to give it a try.

    You can still later change things if you want and make it your own, but it allows you to really get started with it.

    Tip: Install a Nerd Font like "Fira Code Nerd Font", or icons wont work :)

  6. Do you use a CSS library or do you write it all on your own?

  7. Uhm,... very stupid question: Is there a limit how much storage you can put in an laptop. I would like to give an old laptop a 1TB SSD. The size shouldn't be the problem, but is there a digital "limit"?

  8. You can now easily change the WSGI server for Lumos. You can choose between Gevent WSGI and Flask.run().

    github.com/Wervice/Lumos

  9. The update for Lumos is uploaded. You can now use Gevenet (with your own SSL Certificate) or the less secure but more simple Flask.run().
    github.com/Wervice/Lumos