Yeah, I think that's right. I did all three for another year.
'Time Bomb'
Buffistas Building a Better Board ++
Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
Yeah, we don't want anyone else to have them. I have .info bookmarked but I am not sure why.
.info was for updates for whenever b.org was down.
Rings a bell.
What would people think of moving hosting from dreamhost to digitalocean? They recently lowered the price of their VMs so a $10 a month VM would probably be plenty. A $5 a month VM might even be enough.
I think it would make things a bit easier from a technical matter. Partly because I'd kinda like to change the database to PostgreSQL from MySQL for reasons. I'm also thinking of using Rails instead of PHP for the backend because there is a lot more security baked in with Rails. Without realizing it, I've structured the PHP to be an awful lot a Rails app already and it makes me think I might as well go Rails and get those baked-in features.
I'm a big fan of both DO and Rails.
I don't know enough about our specific challenges (seriously, one of these days I'll actually dig in to the codebase, I promise!) to have a lot of opinions on how those apply, but I trust Gud on that part, like, a lot.
Postgresql is appealing since it has full text search support in the database.
Rails just does a lot of really nice stuff automatically in terms of security and having database migrations would be really nice if we need to change the schema at some point. Oh, and asset management too.
My PHP code plugs the weak hashing and SQL injection vulnerabilities, but I still need to harden post requests and a few other things that Rails just does.
When I say my PHP code looks a lot like rails, I mean seriously similar. A have a file will all the routes, I have controllers, I have models, I have views (twig templates), I have database connections defined in yml. I am basically writing a rails app in PHP.
What would people think of moving hosting from dreamhost to digitalocean?
If the platform is easier for the person/people maintaining the board then it makes sense to me. We have had pretty good experience with dreamhost, I think. Really I am okay with whatever people with more information have to say.
I think Liese might be the person who's been under the hood most recently?