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

help-circle


  • Socket462@feddit.ittoCool Guides@lemmy.caA cool guide to Epicurean paradox
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    3
    ·
    edit-2
    14 days ago

    What if an almighty God created the universe without evil, but with free-will, and then one angel decided to challange the way God rules, so that God has to let him rules to show everyone whose way of rule is the best?

    Simply killing that angel would not answer the challenge, on the contrary, killing that angel would demonstrate that God is a dictator.

    Pasted from a reply to another user.


  • And even if it does not make sense, here we are. We ourself are the proof that things are not true or false just on the basis of our understanding of those same things.

    What if an almighty God created the universe without evil but with free-will, and then one angel decided to challange the way God rule, so that God has to let him rule to show everyone whose way of rule is the best?

    Simply killing that angel would not answer the challenge, on the contrary, killing that angel would demonstrate that God is a dictator.


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