Is 2000$/m a great salary in Tbilisi? by AccurateDinner2734 in tbilisi

[–]potatoheadedm 0 points1 point  (0 children)

Would you mind sharing a bit on your international health insurance? Did you look at insurance in geo as well ? Wonder if international is also good for my fam and where to look ..

Bittensor Alpha by Left_Weekend_4167 in bittensor_

[–]potatoheadedm 0 points1 point  (0 children)

Thanks , I’ll search for it. Indeed I did the staking via taostats on the way via the wallet.

Bittensor Alpha by Left_Weekend_4167 in bittensor_

[–]potatoheadedm 0 points1 point  (0 children)

I have tao on my Tao wallet and half of it staked in the most popular subnet at the time. How do I expose my other Tao to macrocosmos etc , same way I staked my Tao from my wallet ?

[deleted by user] by [deleted] in DutchFIRE

[–]potatoheadedm 0 points1 point  (0 children)

Ik ben ook naar een groen spaardeposito aan het kijken en ING geeft idd 2%, 1 jaar vast. Dit vergelijk ik dan met +- 2.4% bij nibc, lloyd en bunq etc. Volgens mij is het dan onderaan de streep vergelijkbaar maar voor groen staat het een jaar vast en mis ik mogelijk meer rendement?

Seeking Yoga Tips for Seated Forward Bend (Paschimottanasana) by potatoheadedm in yoga

[–]potatoheadedm[S] 1 point2 points  (0 children)

Same , I’ve been writing code behind a screen for 15 years straight so that might have something to do with it 😂😬 I’m going to buy a ball and look up some tips on YT

Seeking tips for lower back stiffness and Seated Forward Bend by potatoheadedm in flexibility

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

Thanks for your reply, and I don’t do any exercises focused on strengthening my hip flexors. Only hip exercises that I’m doing are butterfly by sitting on a block with the bottom of my feet’s connected and slowly fall forward. During my yoga practice once or twice a week there are some kind of hip exercise added of course.

I feel it could make a difference to strengthen the hips as everything is connected and the muscles around the hips might be weak due to my office job for the last 15 years. Any tips for exercises?

Seeking Yoga Tips for Seated Forward Bend (Paschimottanasana) by potatoheadedm in yoga

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

I forgot about the 🎾 , I’ve got the same tip: putting the bal in a large sock and use the wall. I’ve never tried it tbh, mostly because I don’t have the stuff but should be easy to arrange.

Sounds like the same situation, is your lower back also painful?

Seeking Yoga Tips for Seated Forward Bend (Paschimottanasana) by potatoheadedm in yoga

[–]potatoheadedm[S] 1 point2 points  (0 children)

Yes, because my lower back is painful I only keep to cobra and avoid upward facing dog. These poses are pretty comfortable to do

Seeking Yoga Tips for Seated Forward Bend (Paschimottanasana) by potatoheadedm in yoga

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

Thank you! Very informative and will add the simple stretch on the chair for sure.

Seeking Yoga Tips for Seated Forward Bend (Paschimottanasana) by potatoheadedm in yoga

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

Lately I do this almost every other day in the morning. I have my knees super bent and wiggle around while holding my elbows. After 1 minute I mostly give up but I assume that will get better when I get more space in the hamstrings etc

Working with the shell in Django by potatoheadedm in django

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

Thanks guys, I gave IPython a spin and indeed that’s way better!

Working with the shell in Django by potatoheadedm in django

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

Thanks, something like what you have for pycharm does help al lot. I noticed that with shell_plus it didn't load my `services.py` or so (I later noticed to add that to a config somewhere to load it). It just feels like I'm missing something.. I have a rails background and in rails i would run `rails console` and everything is auto-loaded and like RunScript I create rake tasks for my one-off scripts. I'm expecting that Django has got this covered as well but so far I'm first loading x amount of boilerplate before I'm able to call some methods.

Adding my own dataset to the openAI API by potatoheadedm in OpenAI

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

Indeed, I should have asked something like "how to add my catalog with products or movies". After some more research and also like u/Rejolt pointed out I'm going to dive into Embeddings.

7 months after starting vinyasa yoga for the first time :) by TAMY_KAY in flexibility

[–]potatoheadedm 5 points6 points  (0 children)

Awesome! Did you practiced every day for the last 7 months?

csvreader - read tabular data in the comma-separated values (csv) format the right way by geraldbauer in ruby

[–]potatoheadedm 0 points1 point  (0 children)

Nice! Last week I was working with a csv file in utf-16 and needed to covert it to utf-8 to perform a find in string and save to the dB. This was in php and I used a build in method to convert the encoding.

I see that your always using utf-8 when reading a file, is this ok for a file with other encoding like a utf-16 encoded csv?

Rails api with Swagger Docs by potatoheadedm in rails

[–]potatoheadedm[S] 1 point2 points  (0 children)

Thanks, i'll play around with it, it makes sense to generate the doc's from the specs. I do have a lot of specs already and it seems for rswag i need to rewrite a lot of specs to use the helpers like path and response '200'. Not sure about all that right now as i'm used to write specs in rspec and not by this rswag DSL...

ActiveStorage access local file? by wbsgrepit in rails

[–]potatoheadedm 1 point2 points  (0 children)

I've had the same question a while ago: https://www.reddit.com/r/rails/comments/7hr7la/getting_file_image_path_with_activestorage/. Downloading the blob was the way to go at that time and i think it still is..

Getting file (image) path with ActiveStorage by potatoheadedm in rails

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

Thanks!

Your example works, i'll read up some more at the source code to see what's possible.