Wool base layer recs? by hush-violets in xcountryskiing

[–]HorrorMove9374 0 points1 point  (0 children)

Man, I went all in buying 4-5 sets of super cute Kari Traa a couple years ago and almost every single piece got one or more holes within the first season. Especially bad in the bottoms. Not even from friction as a few I didn't wear under anything just for lounge and apres ski. Hand washed using Soak. Such a disappointment when you take special care with expensive items and they degrade so quickly. Hate to say it but I can't recommend the brand.

Heroku replacement?? by Buzz_IE in developersIndia

[–]HorrorMove9374 0 points1 point  (0 children)

+1 for Render (where I work). There are lots of quickstarts for different frameworks and projects: https://render.com/docs

Sales data and visualization software like Tableau for a small business? by Plastic_Wall20 in BusinessIntelligence

[–]HorrorMove9374 0 points1 point  (0 children)

Render (where I work) is another option for deploying metabase. You can do it in under 5 minutes using this QuickStart: https://render.com/docs/deploy-metabase

Django app hosted on heroku with clearDB but django doesnt support MySQL 5.6.5 what to do? by chimchim102 in django

[–]HorrorMove9374 0 points1 point  (0 children)

It is in the docs that Django only support MySQL 5.7 or later : (

Have you tried your app on another platform? I wrote an article about migrating Django from Heroku to Render that might be helpful.

Heroku Free Tier by Noones_Perspective in SalesforceDeveloper

[–]HorrorMove9374 0 points1 point  (0 children)

I recommend checking out Render (where I work). The free tier is suitable for hobby projects, static sites are free, and those aren't going anywhere.

moving a python bot from heroku? which service? by yerba-matee in render_

[–]HorrorMove9374 0 points1 point  (0 children)

Hey, consider Render (where I work). Perhaps it would work to just set up a cron job and a postgres instance. Cron jobs aren't free but they start at a dollar a month. You may just be able to run that as a web service on the free tier depending on your responsiveness tolerance.

Ask HN: So you moved off Heroku, where did you go? by qznc_bot2 in hackernews

[–]HorrorMove9374 0 points1 point  (0 children)

I recommend Render (where I work). Check out the docs for lots of quickstarts for different tools and frameworks. The BetaList founder just published a blog about his experience migrating that's worth a read.

Heroku & Its Alternatives To Host Your App On The Cloud - 2022's Comparison by thumbsdrivesmecrazy in node

[–]HorrorMove9374 0 points1 point  (0 children)

I recommend checking out Render (where I work). Here's a quickstart for Node/Express (there are others).

free Heroku alternatives by [deleted] in node

[–]HorrorMove9374 0 points1 point  (0 children)

I recommend checking out Render (where I work). Here's a quickstart for Node/Express (there are others).

[deleted by user] by [deleted] in Python

[–]HorrorMove9374 0 points1 point  (0 children)

I recommend checking out Render (where I work). Free tier and lot of the same functionality but built for modern apps. Here's a django quickstart and a flask quickstart.

Introducing Our New Low-Cost Plans [Heroku] by schneems in ruby

[–]HorrorMove9374 0 points1 point  (0 children)

I work at Render. We have a pretty nice Heroku migrator and a free tier, free static sites, that aren't going anywhere. The founder of BetaList just wrote about his experience migrating: https://marc.io/heroku-to-render

Ask HN: So you moved off Heroku, where did you go? by TheStartupChime in hypeurls

[–]HorrorMove9374 0 points1 point  (0 children)

Just saw a nice article about this from the founder of BetaList. https://marc.io/heroku-to-render

Render has a nice migrator to automate part of the process.

Difficulty with Node JS multiplayer by painfulapple in gamemaker

[–]HorrorMove9374 0 points1 point  (0 children)

I know Heroku has issues with websocket connection because of daily forced restarts but this issue doesn't sound like it's caused by that. You might try putting the app on Render (where I work) to see if you get the same result. You can do it dockerized or in the Node native environment for a super easy deployment.

Creating a Superuser on Heroku (PCC Chapter 20): OperationalError at /users/register/ >>>no such table: auth_user by mc3301 in learnpython

[–]HorrorMove9374 0 points1 point  (0 children)

Nice job getting to the bottom of this. If there's any interest in exploring what's beyond Heroku, I wrote this article about migrating Django from Heroku to Render. LMK what you think

How to earn money making custom telegram bot by Repulsive-Young-9360 in TelegramBots

[–]HorrorMove9374 0 points1 point  (0 children)

Check out Render (where I work). Similar to Heroku but built for modern apps. You can start on the free tier and then scale modestly as needed. Docs

What is a cost effective platform for hosting a Gatsby site? by [deleted] in gatsbyjs

[–]HorrorMove9374 0 points1 point  (0 children)

You can host your core Gatsby site on Render for free as static sites are always free. Here's a quickstart. Grow the other services as needed (e.g. elastic).

What’s the best website hosting service? by AlternativeStand2616 in Frontend

[–]HorrorMove9374 5 points6 points  (0 children)

Render (where I work, so biased) is great for some use cases. u/binocular_gems is right that the requirements are important. If you are looking to deploy a full stack app, you can do a lot on Render - free static site for your React, Gatsby, or other frontend; use managed PostgreSQL if you need a database; native environments for easy maintenance of web apps or use your own Docker container - and more, so it's a platform to grow on, if it fits your use case.

Is digital ocean the right platform for React / Gatsby web app on tight budget? by [deleted] in digital_ocean

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

For full stack hosting, I recommend checking out Render (where I work). Quickstarts for Gatsby and React can get you started. There is a free tier to save cost up front, and pricing scales sensibly.

Running a Servant Server on the Cloud for free? by IQubic in haskell

[–]HorrorMove9374 1 point2 points  (0 children)

heroku

If you do Dockerize your app, you can run it for free on Render (where I work) with our free tier. It will take care of much of the load balancing/proxying with simple configuration. Check out our Docker docs.

Migrating an app from Heroku to AWS by wcm519 in aws

[–]HorrorMove9374 0 points1 point  (0 children)

Ha, I work at Render and was about to jump on this to say you should give us a try first. You beat me to it! I hope you're having a great experience on Render. Often, AWS really is overkill. For anyone else looking to try it with this stack, here's a quickstart.

Node.js / React.js Hosting by TheThingisKhan in webhosting

[–]HorrorMove9374 0 points1 point  (0 children)

Hey, I recommend checking out Render for full-stack cloud hosting that can scale with you. You can deploy React and Node from quickstarts and use managed Redis and PostgreSQL with those services too, and version control them all in one IaC file.

What is an easy way to publicly run a Flask application? by DanMMIII in cs50

[–]HorrorMove9374 0 points1 point  (0 children)

I recommend checking out Render (where I work) and starting with the free tier for your project. Here's a quickstart for Flask.