Jump to content

Lars Fosdal

Administrators
  • Content Count

    3303
  • Joined

  • Last visited

  • Days Won

    110

Posts posted by Lars Fosdal


  1. The challenge is often identifying all the ways that an app can activate stuff while the thread is executing.

    You could f.x. have a busy flag (or set of flags) you set when you start the thread, and clear on completion, so that when a user opens a menu you can use the flag(s) to disable menu and buttons items that can't be used while the thread is running.

     


  2. 1 hour ago, Dalija Prasnikar said:

    I wonder who has such landline these days. Our telecom switched to VoIP long ago. So I have a land network connection, but we no longer have classic telephone line.

    For phones, there are VoIP solutions, but not really common, so most of us use 4G/5G mobile phones. Even our company phones are mobile based.

    Fiber or Cable for land network connections, with 5G mobile internet on the rise.


  3. Well, my "you" was the general "anyone". And the argument stands: why would anyone chose not to use the massive tooling that already exists for Blazor? Embt would end up in another trying to catch up situation like they did with .net.

    • Like 1

  4. Due to the supply chain disturbances, we had a 5 month delivery wait for servers and parts for a while, so I can relate to delays.

     

    The problems here are:

    - Lack of proper communication. "No news. Next update at ..." is better than silence!

    - Insufficient contingency planning? 

    - Insufficient backup and recovery plans?

    - No plan B? There are many capable cloud hosting services that doesn't take forever to spin up a pack of servers.

     

     The cost might be high, sure - but so is the cost of losing the trust of your customers.

    • Like 8

  5. External code = good.

    External binaries = not so much...

     

    I am not saying it is a must, but it makes conversations easier to follow if they have dialog instead of many screenfuls of code.

    I am really fond of gists, since you can see the changes, fork them, etc. - and you don't need to log into GitHub to be able to see them.

×