• 33 Posts
  • 24 Comments
Joined 1 month ago
cake
Cake day: July 9th, 2025

help-circle















  • cm0002@piefed.worldOPtoMemes@sopuli.xyzStupid oven mounts
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    2 days ago

    Nah, it’s partially working and the parts I ordered was to bring it back into full functionality.

    There are 2 fuse circuits in my microwave, one for if you run just the microwave and a high load one for if you run the microwave AND the vent fan on high

    The fuse for the first blew, so the work around is needing to turn the fan on before microwaving anything lmao

























  • WebApps are just…so laggy, Voyager is prob the least laggy React app I’ve ever seen…but there’re still noticeable points where it is

    Native UIs, while not entirely immune to lag, is tons better and generally use far less resources to achieve it

    For a technical difference:

    Voyager/Blorp use React which is basically JavaScript and typically requires the app to ship with everything needed to run JavaScript. Each app runs a “mini-browser”. Though it has its pros because you only need to develop one app for all platforms.

    Native UIs use the UI elements provided by the OS and each platform you release the app on must be developed separately, but it can also be optimized with less effort and less resources.