• 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle



  • I come from VyOS and really liked it, but still prefer opnsense for the GUI, constant updates and plugins. VyOS started losing appeal once they opted for subscription stable iso access (even if they did give me a free subscription for some comment contribution in their repo). Also, I have to admit, that VyOS needs a fraction of the resources needed by opnsense.



  • Socket462@feddit.ittoVegan@slrpnk.netFueled by Plants
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    5 months ago

    Water tortoises are omnivores for sure:

    A friend of mine had a small garden pool with 2 or 3 tortoises and decided to buy some more fish to add the pool. The day after, half of the fish was gone leaving my friend puzzled. The second day the fish was gone and he understood why: tortoises, at least water ones, are omnivores.







  • You are talking about Blazor webassembly, I am talking about Blazor server side, which loads as fast as a “normal” website.

    Server side Blazor has other caveats, that’s why I specified it is an intranet project, where server side Blazor fits very well. Anyway, at the moment, Microsoft is still putting effort in polishing both type of Blazor hosting model.

    This is not our first Blazor intranet web app and some of them are running in production for one year more or less.

    It is really a joy to program using Blazor, especially if you need cross tab/browsers/device/user real time communication, which comes almost free thanks to underlying SignalR channel.


  • My two cents: I strongly agree with this. We just deployed an intranet blazor server app running on Linux (don’t know which distro) and apache (we might switch to nginx soon). It works very well and we had to write less than 100 lines of JS (mostly for file download and upload) One of my workmates was hired one year ago and at the time he didn’t know anything about .Net stack. Now he is mostly autonomous and he loves .Net and blazor in particular. Obviously YMMV.