• 0 Posts
  • 152 Comments
Joined 2 years ago
cake
Cake day: February 1st, 2024

help-circle

  • I have one, it’s been great.

    That said, “exactly what the problem is” isn’t always the same as telling you the solution. I had a “misfire on cyl #3” error or something like that, which can be a number of things. Replacing all the coils and plugs myself was probably still cheaper than taking it to the shop though!







  • Except on the Linux systems I’ve used, when I ask it to shut down, it shuts down no matter what. Windows and macOS let programs stop the shutdown process indefinitely (when shutdown/reboot are invoked the usual way).

    I think that’s what the meme is trying to get at.






  • It’s interesting that, with Python, the reference implementation is the implementation — yeah there’s Jython but really, Python means both the language and a particular interpreter.

    Many compiled languages aren’t this way at all — C compilers come from Intel, Microsoft, GNU, LLVM, among others. And even some scripting languages have this diversity — there are multiple JavaScript implementations, for example, and JS is…weird, yes, but afaik can be faster than Python in many cases.

    I don’t know what my point is exactly, but Python a) is sloooow, and b) doesn’t really have competition of interpreters. Which is interesting, at least, to me.