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

help-circle
  • I was about to comment, that here in Italy, many fines have a price if you pay in few days and give up your right to fight back, and another price if you pay before the fine is due and keep your right to seek help from a judge.

    Anyway, nobody told you, that if you want to see a judge that was at least 40$ ten years ago. Just to see him once, no warranty given. And even if you can get your fine cancelled, that 40$ were gone. So at the end you pay and also pay soon so to pay less. I also hate it.




  • 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.






  • 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.