• 0 Posts
  • 100 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle

  • Idk, I recently started using a Canon printer and so far it’s awesome, but it does warn against shutting it off improperly after it gets powered back on. I assume it cleans and parks the print head or something… But really I have no idea what it’s doing all that gnashing for.

    On the plus side it’s been saying it’s out of ink… But let’s me keep printing and so far there’s plenty of ink left.





  • There are a bunch of options to do this.

    If you use the networking stack (tcp or http or zmq or something ) you can run the gui on a different machine.

    Unix sockets are a good option for running on the same machine.

    Have you considered having node serve the static web page? Then you can serve the data over http with the same server.













  • Parquet 4 eva

    Csv is for arcane software or if you don’t know where it’s going.

    Hdf5 is for Matlab interoperability

    Otherwise I use parquet (orc could also work, but I never actually use it). Sometimes parquet has problems with Pandas or polars but I’ve always been able to fix it by using pyarrow