Just a regular Joe.

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

help-circle
  • You see, peace in Europe is only maintained through the ability (or illusion thereof) of russia being able to invade and otherwise exert influence over former soviet and warsaw pact states at any point in time with little resistance.

    The moment there is the credible threat of resistance, it is a clear provocation and justifies a response, possibly an invasion.

    I trust I cleared that up for you.

    edit: The sad part is, this is similar to US and Chinese policy. World and regional power politics is closer to schoolyard bully behaviour than we’d like. Vote for your favourite bully today!



  • NFSv3 (udp, stateless) was always as reliable as the network infra under Linux, I found. NFSv4 made things a bit more complicated.

    You don’t want any NAT / stateful connection tracking in the network path (anything that could hiccup and forget), and wired connections only for permanent storage mounts, of course.







  • The big Q: Is this to the detriment or benefit of the russian war machine?

    If the end result is a more self-sufficient russia and profits going to the war effort … would it have been the right move? Is the symbolism worth it?

    It sounds like it was a very orderly process to ensure the ongoing viability of the business.

    I’d rather see russian factories dismantled, thousands of jobs lost in russia, and significant supply chain issues. I guess that option never factored into the discussion as it would cost investors more.







  • It is possible to wrap something like python into a single file, which is extracted (using standard shell tools) into a tmpdir at runtime.

    You might also consider languages that can compile to static binaries - something like nim (python like syntax), although you could also make use of nimscript. Imagine nimscript as your own extensible interpreter.

    Similarly, golang has some extensible scripting languages like https://github.com/traefik/yaegi - go has the advantage of easy cross compiling if you need to support different machine architectures.