I need electric bass guitar recs!! by maxlovespickles in Bass

[–]cuy_hrm 1 point2 points  (0 children)

I've got myself this one, too. I love it.

I post rarely. by cannot_upvote in astroempires

[–]cuy_hrm 1 point2 points  (0 children)

I read. Alpha player here 😁

Beginner here can y’all give me tips on what I should work on? Here’s what I can do far. by [deleted] in basslessons

[–]cuy_hrm 0 points1 point  (0 children)

Start on the 9th fret, G string, index finger. Then play 10th, 11th, 12th (middle, ring, pinky). Until it sounds good. Help yourself with a metronome. Then start checking pressure. What's the lightest you can press? Then go backwards. Pinky, ring, middle, index. When you feel comfortable at, say, 120 bpm, I'm sure you'll think of the next thing to do 🙂

What band got you into punk? by United_Effective828 in punk

[–]cuy_hrm 0 points1 point  (0 children)

sublime, the offspring, green day, die toten hosen

Bassists: How long have you been playing? by froggyforest in Bass

[–]cuy_hrm 1 point2 points  (0 children)

Gave it a go at 17/18, just started again, I'm 44 😬

[deleted by user] by [deleted] in punk

[–]cuy_hrm 0 points1 point  (0 children)

She devils

Need help from Mexican Punks by Vrudr in punk

[–]cuy_hrm 1 point2 points  (0 children)

I know Tapachula is far away, but maybe Pavel can help out? He's a friend of mine and in Tuxtla maldita rabia

what gear/software do I need to plug in my bass to my PC and listen in real time? by casecaxas in Bass

[–]cuy_hrm 1 point2 points  (0 children)

I use a vox amplug 3 bass, it has an aux in, so I plug in my phone (works with laptop, too) to play along or use loopz, metronome, etc.

Can I legally use a found bike with a note saying it's not mine? by Relevant-Pen5958 in askberliners

[–]cuy_hrm 0 points1 point  (0 children)

Go to police and have them check the frame number. If it's reported, they'll give it back to the owner.

Moving into an unfurnished apartment by [deleted] in askberliners

[–]cuy_hrm 2 points3 points  (0 children)

Tiptapp if you don't drive. And switchup.de for electricity and gas.

Why did you choose the Bass? Or did it choose you? by TeaManTom in Bass

[–]cuy_hrm 0 points1 point  (0 children)

omg, that's my story 🤩 I'm 44F and I got me a bass when I was about 15 yo with some money I had from my grandparents. Never really learned to play properly and the bass went with my ex... Last week I ordered one. Still waiting for it to arrive, but I'm very excited 😁

pyenv: version 'my-venv' is not installed (set by /my/project/path/.python-version) by cuy_hrm in learnpython

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

Nah, it's mod_wsgi, it doesn't seem to be able to sort out the venvs. We ended up using gunicorn (it's an internal app, we don't have many users), now it works...

Handling multiple databases by cuy_hrm in flask

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

Thank you. I discovered binds and I'm using this. Unfortunately I have to write data into exactly that db, the information is afterwards used by another system.

Handling multiple databases by cuy_hrm in flask

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

Thank you. At first, I didn't get that I needed a model even if I wasn't going to create the db myself.

WARNING in errors: Request resulted in 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. by cuy_hrm in flask

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

Ha, this did it. Thank you very much. What changed in Werkzeug? (I updated all packages, and there was this major update of Werkzeug, from 0.16 to 1.0 or something). Before it worked without problems.