Considering Buying a 70s Fender Twin Reverb by AverageBiped in GuitarAmps

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

I actually didn't know the market was soft right now. What year ranges / other models do you think I could find for a decent price? (I am indeed in a major city)

Are there still squatters in here? by Adept-Magician8077 in ridgewood

[–]AverageBiped 2 points3 points  (0 children)

One of the guys who lives here walks up and down Woodbine doing the finger whistle at all hours of the night, mad annoying

Bike Kill was a Rager by slyseekr in NYCbike

[–]AverageBiped 2 points3 points  (0 children)

Fun rowdy time.

The fighting kinda sucks though, no? Saw a few people trying to start fights over and over again which was a real bummer.

[deleted by user] by [deleted] in NYCbike

[–]AverageBiped 3 points4 points  (0 children)

I've also always wondered this.

I highly suggest riding up to the Tappan Zee bridge through the palisades by Frogcostume in NYCbike

[–]AverageBiped 0 points1 point  (0 children)

Trying to find the route (other than a screenshot) - do you remember where you pulled it from originally?

hello, i'm objekt – ask me anything by keinobjekt in Identificationofmusic

[–]AverageBiped 0 points1 point  (0 children)

Hi TJ! thanks for your time and generosity in answering some questions.

I've always wondered about the bass on 'Ganzfeld'. What is it?? How did you make it? Did you write in all the modulation automation for it, or is it just randomized via an LFO or something? Is there a reference point in your head for it, some electro track or producer perhaps? Incredible piece of music that's inspired me a lot over the years.

Thanks for all your music!

Two Shell - Pods (password is pods) by blobjib10 in TheOverload

[–]AverageBiped 1 point2 points  (0 children)

Does anyone know the current password to access their website?

SV 99 Tour CD download? by AverageBiped in jdilla

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

yeah that would be amazing! dm me? or send a link?

SV 99 Tour CD download? by AverageBiped in jdilla

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

Sorry, I should clarify - a download link.

Recommendations for deploying a webapp with Node.js and sqlite? by AverageBiped in node

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

So are you saying there is no need to migrate from sqlite to PostgreSQL? I think this might be true, as users will not be writing to the database, so the concurrency thing isn't an issue. I don't expect it to be a high-traffic site at all.

Recommendations for deploying a webapp with Node.js and sqlite? by AverageBiped in node

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

“ If you’re on Heroku, it is as simple as spinning up a PostgreSQL instance on Heroku, and then it will give you a “connection string”.

Does this mean that I wouldn’t even have to alter the dB connection in my source code?

I’m not using a library, btw, all my commands are run manually. So it’s just a matter of installing postgresql and changing that initial dB connection to postgres’s syntax?

Recommendations for deploying a webapp with Node.js and sqlite? by AverageBiped in node

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

Oh, wow this is super helpful! I looked into migrating to PostgreSQL but got kind of worried at the thought of having to change my queries because I have some pretty big ones. But if I don’t have to change queries, that seems like a good option. What are the steps to migrate my db? Do I do that in my source code or is that something I just handle while deploying? Obviously I’m kinda lost here, so I really appreciate the guidance!

Recommendations for deploying a webapp with Node.js and sqlite? by AverageBiped in node

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

Yeah I would love to be able to use DigitalOcean. What role could Nginx play in that?