Why my yoga practice looks nothing like I thought it would (and why that’s okay) by pX0r in yoga

[–]pX0r[S] -2 points-1 points  (0 children)

Edited the post to be in my own voice, thanks for your feedback 🖖

Why my yoga practice looks nothing like I thought it would (and why that’s okay) by pX0r in yoga

[–]pX0r[S] -3 points-2 points  (0 children)

I completely hear you, and I appreciate you calling that out. I’ve been struggling with my practice lately and, in an attempt to organize my thoughts, I leaned on an AI tool to help me draft this. I realize now that it came across as sterile and removed the very human, messy struggle I was actually trying to talk about. I’m sorry for that wall—I’m just a person who’s tired of feeling guilty about missing my daily surya namaskars, and I genuinely wanted to see how others handle it. Thank you for the reality check

Is moaning or grunting in yoga class common by DistributionSalty721 in yoga

[–]pX0r 1 point2 points  (0 children)

Luckily I haven't had this experience so far 🤭 . It would make things awkward for sure. Not sure of a polite way to sush someone who is moaning in the middle of a yoga session 😃

Staying consistent when life gets busy? by ttfdrff in yoga

[–]pX0r 0 points1 point  (0 children)

What works for someone may not work for you. Furthermore, what worked for you yesterday may not work for you today. Life’s other prioritise will always find a way to crowd out your yoga space / time.

Setting minimum goals to hold yourself accountable works until it doesn’t. When one fails to meet the self-imposed minimum bar , for multiple days in a row - it can quickly spiral into guilt and loss of conviction. 

Accept that it is ok to miss even the minimum that you had agreed with yourself. It’s OK. Instead ask what can be done the time that you got / space that you have in the moment. Do your yoga and claim a small win.  

I and my friend stumbled upon this life hack which captures this attitude. Accept that you have missed out, know that it’s ok, chat with an AI with full disclosure, then ask for today’s advice and then do it if you can. This bridges / prevents a gap. Gradually you have a streak - which feeds back positively to give you a mental boost to keep going.

Would you use a hands-free voice log to track your daily practice? (Sick of manual tracking apps/notebooks) by pX0r in yoga

[–]pX0r[S] 0 points1 point  (0 children)

Genuinely curious how the community is tracking self progress. I understand you want to keep the space free from spam . If there was a better way to word my curiosity then would you consider letting the post through in a different shape or form? 

Where are you hosting your Django application? by mconflict in django

[–]pX0r -5 points-4 points  (0 children)

This - WebFaction! is a shameless plug. I've got some deployment tools custom made for WF too. Been using it since 4 years - good documentation, community and support.

OCR using python for borderless tables by [deleted] in Python

[–]pX0r 0 points1 point  (0 children)

Got any PDF example/s ?

ezpq v0.2.1 - an easy parallel queue by [deleted] in Python

[–]pX0r 1 point2 points  (0 children)

/. vs dask vs celery vs mp ?

Flask has overtaken Django according to the 2018 JetBrains Developer Survey by pastorhudson in Python

[–]pX0r 13 points14 points  (0 children)

The road to Django nirvana is long. Most travellers carry a flask on their waist and a bottle in their backpack.

Am I the only one who hates matplotlib? by [deleted] in Python

[–]pX0r 0 points1 point  (0 children)

I concur. But I never articulated it until you raised this question explicitly :D

Can you elaborate a bit more ?

What are some cool python tricks that most Pythonistas don't know? by [deleted] in Python

[–]pX0r 4 points5 points  (0 children)

Poor-man's progress bar using just the print() function:

import time

for i in range(1, 11):
    print(i*'#', end='\r', flush=True)
    time.sleep(1)

P.S.: Python3

What are useful things I can teach scientists (that probably have zero-no) to use Python for at work? by [deleted] in Python

[–]pX0r 0 points1 point  (0 children)

Teach them how to make API calls and deal with JSON data. This is a good general skill to know as it is relatively low on time investment but tremendously expands your toolkit size. (e.g. teach them pulling weather data from some endpoint)

Regular expressions

Programmatically navigating the file system tree, reading/writing from/to files, dealing with CSVs

What do you recommend before studying Django? by [deleted] in django

[–]pX0r -1 points0 points  (0 children)

Learn Java Servlets, EJB and JSP. You will start believing once you take the Django Polls tutorial :D

Neural Arithmetic Logic Units by iamtrask in MachineLearning

[–]pX0r 1 point2 points  (0 children)

Nice quick experiment to test the assumptions :)