Live data from Hacker News

Free for Developers

free-for.dev

111–120 of 206 posts

Re: Free for Developers

#111

Anyone on here make use of the free tier of any of these? While I've known of some of the free tier things on AWS, and Google Cloud, I never made use of them long term.

Yes, I've been using the free tiers of google cloud, oracle cloud, trello, github, freshworks, GA, datadog, and sentry.

Re: Free for Developers

#112

Earlier quoted context omitted.

I haven't. That looks super promising! I find AWS/Azure almost intentionally obtuse in their pricing and setup/configuration. This looks like they focus on the opposite!

Curious to know more about what specifically you find obtuse about pricing? I've used Azure a lot, and don't recall any ambiguous pricing.

While I was doing the "free 30 days + 12 months of free stuff", a certain level of MSSQL was listed as free, but hidden under that is creating the storage for MSSQL which is a separate and additional cost that you cannot avoid. (At least, not that I could figure out.)

By the end of my 30 days, I found the bare minimum performing low volume .NET + SQL on Azure was going to be $30+/month even for just a prototype/development site, and I can pay less elsewhere for higher performance (though perhaps less control). And when I say "performing", I just mean the VM not being too slow to actually use as a UI, and throwing low memory errors constantly. The free tiers for Windows Server are, in my opinion, unusable at all.

Re: Free for Developers

#113

Does anyone know of a decent tutorial for building low-volume / prototype interactive web applications using one of the major cloud-hosting providers, wholly within the free limits? Any framework would be interesting for learning purposes. I have some older MVC .NET sites and I poked around with Azure free Windows Server VMs, but the performance is so painfully bad; if you do anything, you run out of memory. But I'm…

What about ASP.NET + Azure? I'm still having wet dreams after using it on a pet project last year. Azure even has like one click deployment for it- super easy. Alternatively, Heroku is supposed to cater for this,or Elastic Beanstalk if you want to go AWS route.

I tried the Azure try out for 30 days. Unfortunately I missed the one-click deployment stuff. Maybe I was looking in the wrong place? But I mean, that's the thing. I created the account and was looking at the UI - but didn't find that. So maybe I'm terrible at reading web pages, or maybe the UI isn't designed to get me where I need to go.

Re: Free for Developers

#114
post #37

Earlier quoted context omitted.

What about those of us with 10 year old accounts and <500 karma since we're quiet? :).

yes, I'd personally say that a more interesting group is the subset of people with 10 year old accounts and karma between 50 and 500 points :D

There are plenty of us, not sure why we'd be an interesting group though?

Re: Free for Developers

#115
post #74
post #42

Earlier quoted context omitted.

Commit history could be used to figure it out: https://github.com/ripienaar/free-for-dev

That will only give you the date it was added, not the last time it was checked. Wikipedia does that through bot, adding an "accessed " to external links. I supposed you could do the same here. You could even use Actions to generate a list of entries in need of checking (e.g. haven't been checked in 6 months).

A bot can check that the link is not dead, but it can't check that the link still has the information claimed by the citation.

Re: Free for Developers

#116
post #87

Earlier quoted context omitted.

FWIW if anyone's looking, the hosted DigitalOcean Kubernetes clusters are fantastic. Despite being very early adopters, we've only had one issue and when we pointed the finger at them...the DO k8s team immediately diagnosed the issue, and it was our own fault. Woops.

Same with Scaleway's, both just work and are fully free. Some time ago i compared them against the competition and they fared very well even against GKE: https://atodorov.me/2020/06/14/comparing-kubernetes-managed-...

I'm curious; do these host the control plane bits inside the cluster (on the VMs in the cluster, which I presume are not free)?

In AKS, the API server & its backing storage, as well as most of the core controllers are "managed", in that they run somewhere not in your cluster. But then, you hit the issues where they must consume resources, and someone at the end of the day must pay for those.

I'd almost rather they run in the cluster, since those are resources I can introspect & debug.

(In a normal "vanilla" cluster, not a cloud-based one, normally these would all run inside the cluster, unless you configured them differently. E.g., kubeadm builds them into the cluster.)

Re: Free for Developers

#117
post #55

Earlier quoted context omitted.

Have you tried Heroku? Deploying via git is pretty handy. I've mostly moved to using Dokku on the $5 tier of DigitalOcean, but the approach is simple.

I haven't. That looks super promising! I find AWS/Azure almost intentionally obtuse in their pricing and setup/configuration. This looks like they focus on the opposite!

Amazon has another offering called Lightsail [1] with simpler pricing. It might work better for side projects.

[1] https://aws.amazon.com/lightsail/

Re: Free for Developers

#118
So question for the masses,

I’ve wanted to setup a personal account on Google cloud, azure etc and take advantage of free stuff but I am terrified something will happen and I’ll mess something up or someone will mess it up for me and I’ll be out hundreds on my credit card. Any suggestions here?

Great list.

Re: Free for Developers

#119
post #9

It would be neat if HN could offer something like "Login By Facebook" that returned user/create date/karma. Would make a nice testbed for offering free stuff while having some high pass filter like "HN account > 3 months old and has > 500 karma."

That is a great idea, i could sell my account for a few thousand

It must not be difficult to reach ~2K karma using a GPT-3 comment bot in a few days.

Re: Free for Developers

#120
post #74

Earlier quoted context omitted.

That will only give you the date it was added, not the last time it was checked. Wikipedia does that through bot, adding an "accessed " to external links. I supposed you could do the same here. You could even use Actions to generate a list of entries in need of checking (e.g. haven't been checked in 6 months).

A bot can check that the link is not dead, but it can't check that the link still has the information claimed by the citation.

Sounds like a great experimental candidate for automation by something like GPT-3.
Post reply on HN