• 0 Posts
  • 39 Comments
Joined 2 years ago
cake
Cake day: December 9th, 2023

help-circle


  • What do you mean? You can just make some react/typescript template and fastapi server thing, or any of dozens of equivalents, extremely quickly. I’m by no means an expert on web stuff as I develop software for controlling machines, but we used the above for some internal services in my last job and I could get a clean and functional site running in a day with no prior experience. I get that for public facing stuff you’ll have some higher requirements but I couldn’t imagine those wouldn’t apply just because you’re coding in PHP…



  • I worked in France for a while and I deeply agree with everything you said… Except μ is by far the most useful Greek letter since it is used as a prefix for units of measurement, e.g. μm, μL, etc.

    Also the Swiss layout is even worse, it combined all the bad features of the French and German keyboards and then just moves around all the symbols a bit more for good measure.













  • This reminds me of the (probably apocryphal) Mozart quote where a student asked him to teach them how to write a symphony, and was told “start with something more simple and short, for one instrument”. The student complained “but you have been writing symphonies since you were a child!”. The reply: “yes, but I didn’t have to ask how”.

    The application of this idea here is that for someone to know the requirements for their system to the degree that they can really be sure that the most typical suggestions are not sufficient for them, they probably have to understand how the kernel handles swap and RAM to an extent that they don’t really need to ask this question.

    People are very ready to assume that their system is way out of the ordinary, but it probably isn’t.


  • In my experience which is pretty extensive with python but only moderate with typescript I’d say it’s probably better, easier to work with and offers a similar level of flexibility.

    Not sure what you mean by performance but it’s easy to be disciplined when you can’t commit something that isn’t fully annotated. I feel like I can trust it fairly well, except for rare occasions where external library code is wrongly annotated and I have to put some ugly shim in.

    Afaik you can just go to definition in literally any language, typing or no.

    I’m in total agreement about the packaging though, it sucks.