HN user

eskaytwo

119 karma
Posts1
Comments83
View on HN

With their movement you might get some strange SAR like effects. Computationally complex but could add another dimension over a static tower.

In more formal traditions the focus on breath (or similar) is to develop concentration/samatha/samadhi. The focus on sensations is the insight/vipassana component, and often this is where the tension bubbles up to the surface. Keeping calm (equanimous) during this process can indeed be non-trivial!

It sounds like you have come to a practice very similar to a lot of the Burmese traditions of insight meditation, which is quite fascinating.

It does convolution of each sub sequence across the series length, and then shows the distance of the closest match. This can detect both outliers (long distance from closest match) as well as repeated patterns (short distance).

Improving sleep 3 years ago

It doesn’t. Some of the Swiss waters are very good. My baseline for coffee is quality single origin Geisha, and good Swiss water is better than most espresso places.

JupyterLab 4.0 3 years ago

In the sense of an evolving notebook that’s used eg like for reports. It would be good to be able to version control this. The output doesn’t need to be saved, but the code itself would be valuable - and then can pull from version control and run.

JupyterLab 4.0 3 years ago

What’s the current best-practice workflow for using with git? I see jupytext discussed in the comments but this saves the .py exported file. Is there a good clean method for storing tbe .ipynb files into git? It maybe is easier without the cell outputs?