• 0 Posts
  • 4 Comments
Joined 10 months ago
cake
Cake day: July 29th, 2024

help-circle
  • blechlawine@feddit.orgtoRust@programming.devStack advice
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 days ago

    Depending on how powerful you want to make the calendar feature, that might require some amount of javascript. Things like dropdowns with more functionality than the standard select element, or autocomplete inputs, too. Generally anything that has some amount of client-side state, although many of them can easily be done with something like alpinejs or petitevue. Since form validation should be done on the server anyways and the html elements for inputs already have relatively powerful validation built in as well, form validation should not require any js.


  • blechlawine@feddit.orgtoRust@programming.devStack advice
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    I would use leptos for a wasm app, but you would need to figure styling out yourself, cause afaik there aren’t any rellay usable ui frameworks for leptos yet

    You could also use htmx for the frontend and render the html entirely on the server, then you wouldn’t need a wasm build. For rendering on the server i like to use leptos’ view! macro. Although if you need heavy interactivity you would probably still need to write at least some js, even when using htmx


  • I use Zorin OS 17 (based on ubuntu) on a desktop AMD based system and a framework laptop 16 for about a year now and even before that used an older version of Zorin OS for about 4 years on a shitty lenovo laptop and never had any stability problems. Even the lenovo still runs reliably.

    The only problem I’ve had on the desktop is that the linux driver for an ntfs formatted drive constantly corrupted my data on that drive to the point where some of the data got lost. All other drives are formatted with ext4 and work without any problems. Maybe your problems could be similar?


    • websites that fuck with scrolling in any way
    • autoplaying videos
    • sticky videos
    • developer focused websites without darkmode
    • popups when you move your cursor out of the window of the website
    • unprompted popups
    • links that break middle mouse button clicks for opening in a new tab
    • burger menus on an otherwise rather empty website, or pure content site on desktop
    • gigantic text, where 2 rows take up my entire screen, especially bad on larger monitors
    • that relatively new sign in with google popup on the top right on some websites
    • low defaults for amount per page selectors in product lists or similar, the default should depend on how many products fit on my screen, not some arbitrary value
    • slow loading content, or other requests that take more than ~100ms. With a modern internet connection this shouldn’t happen
    • (not cookie banners in general, but) overly large cookie banners, also the legitimate interest toggle which, most of the time, is enabled by default (you might have interest in my data, but its definitely not legitimate); or cookie banners which block you from reading the site before clicking anything, (I know this is related to legal stuff it is not legally necessary to make invasive cookie banners)

    Other people have already mentioned some of these as well