Some important bugs to beware:
On Windows having the LocalSend app running with the Window visible (after a receive?) prevents the system from sleeping. On Linux, it does the same even if the window isn’t showing. On Linux, having the LocalSend window visible and idle consumes an insane amount of cpu with the desktop window manager constantly refreshing damages. On Windows, the app (with the “startup minimized” option checked) if configured to launch at startup will often show the window anyway (not that you want it running in the background given the sleep issues).
This is absolutely true. I have been confused many times figuring out what are reactive states and what are not.
I never knew Svelte needs changes like this, but seeing this, it sounds like a good plan.
Example: "You've used k8s, how and in what context?" "Ok, great, so you've AWS EC2 instances, how did you manage cost and performance there?" "You're listing Clojure here, what were your thoughts on X feature/limitation"? It was a rather fluid discussion about the ins and outs of technologies, stacks by engineers.
Sometimes actually interrogating someone's knowledge of a system works just as well. I code a lot of things slowly, and need to think through my designs with a pad of paper. I really can't do it when someone is hovering over my shoulder.
"given this architecture diagram, what you would do if you have to debug/explain to junior how to debug a problem with this sympthom" or "how you would design an architecture with this kind of requirement"
oh but there's 1 coding challenge, just simple date addition/subtraction tho