Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Meditation timer for vipassana (insight meditation) with different postures.
For context - this package was originally created to work with Yuttadhammo Bhikkhu's online meditation style, which includes (optional) prostration at the beginning of the meditation, then walking meditation and then sitting. If you just want to do 'normal' sitting practice, you can still use this package, just type 's' followed by the minutes you want to do. Also, you can add your own 'postures' if you want multiple bells in the sitting session - see below.
pip install vipassana-timer
or
git clone https://github.com/toxicologist/vipassana-timer
cd vipassana-timer
python setup.py install
>meditate -h
usage: meditate [-h] [times]
Simple vipassana meditation timer
positional arguments:
times Times for each meditation posture (format: 'p5w30s30')
optional arguments:
-h, --help show this help message and exit
The script takes inputs for the three postures: prostration, walking, and sitting - represented by the letters 'p', 'w', 's', each followed by the desired time, in minutes.
For example, if one wanted to do 10 minutes walking and 10 sitting:
# example usage
>meditate w10s10
#or
>meditate
Enter times (format: 'p5w30s30'): w10s10
#result
Times:
Walking: 10
Sitting: 10
Walking: 10:00 remaining
Or, to do 35 minutes of sitting:
>meditate s35
Times:
Sitting: 35
Sitting: 35:00 remaining
If you want to add your own posture, just edit the POSTURES
variable in __init__.py
.
FAQs
A small meditation timer for vipassana
We found that vipassana-timer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.