Search
11 results for “wervice”
-
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: https://dioxuslabs.com
Zentrox [WIP]: https://github.com/wervice/Zentrox -
@wervice this doesn't really fit with your four hashtags, but here goes …
A few days ago I began using a web app that works well, in a desktop environment, if stretched wide across two HD displays. The stretch must be careful, for the black borders of the two displays to not fall in the middle of a column.
The app is more difficult to use on a smaller display, in the same desktop environment, because the developers chose to use a ridiculously shallow horizontal scroll bar. I might attempt to fix this, for myself, with CSS, however I'm not a developer (I really don't know what I'm doing with CSS). Moreover, I shouldn't be forced to hack something as basic, as essential, as a scroll bar. It's excruciatingly poor UX.
The same web app is, in some ways, much easier to use (in Firefox) on a small Apple iPad, because I can use my finger to swipe horizontally.
-
#Dioxus 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. -
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 #noscript installed in my browser as well and denied LAN for any website, even trusted ones. I think this is a fairly scary browser default.
-
#NVChad 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 :)
-