Live data from Hacker News

Free for Developers

free-for.dev

171–180 of 206 posts

Re: Free for Developers

#171

I have a Certificate in GIS and I know a little HTML and CSS and yadda, but I don't really write any programming languages. So I don't have a good sense of where they are drawing the line here for things that fit or don't fit this list. Their section on Data Visualization on Maps lacks a link to Stamen Design free tiles, available under a creative commons license. I'm wondering if people here think it's worth submitt…

Stamen could definitely be added as a free tile host (as should OSM themselves), but I would specify that it's the hosting service that's being offered freely, not just the tiles themselves.

While the tiles are free (CC) I would say a list of freely licenced downloadable resources/assets for devs would be much bigger/broader in scope.

Re: Free for Developers

#172

I have a Certificate in GIS and I know a little HTML and CSS and yadda, but I don't really write any programming languages. So I don't have a good sense of where they are drawing the line here for things that fit or don't fit this list. Their section on Data Visualization on Maps lacks a link to Stamen Design free tiles, available under a creative commons license. I'm wondering if people here think it's worth submitt…

Stamen could definitely be added as a free tile host (as should OSM themselves), but I would specify that it's the hosting service that's being offered freely, not just the tiles themselves. While the tiles are free (CC) I would say a list of freely licenced downloadable resources/assets for devs would be much bigger/broader in scope.

Thanks. I've tried to do a little reading up on Saas, Paas and Iaas and tried to understand this a bit better. I'll try to do a pull request in the next day or two.

For me, Stamen Maps have been a big deal for stuff I do. It took me forever to find something of this caliber that's suitable for my aims, but I'm just doing maps for various projects and not some kind of GIS thing.

Re: Free for Developers

#173

Is there a cloud provider that doesn't require a credit card for free tier?

I haven't come across any, but I'm not surprised since it makes them rife for abuse. There are providers that accept payment in bitcoin however, mostly seedbox providers. RapidSeedbox comes to mind.

Re: Free for Developers

#174
post #165

> Unixtime - Free API to convert Unixtime to DateTime and vice versa. Can anyone explain why would you want it as a service?

If you click the link, it documents the reason for its existence: "This WebService was built in 20 minutes using..."

It is intended as a "next step after hello world" example for an unoriginally named low-code integrations platform, rather than being someone anyone thought someone might need it its own right.

Re: Free for Developers

#177

Earlier quoted context omitted.

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.

GPT-3 is a text generator. How would you use it to check links?

Re: Free for Developers

#178
We've been on cloud run for the last six months. We run our monolith (Spring boot) as a Docker service. Cloud build for CI/CD. And Firestore as a not great but free database. We even increased the instance size (1GB, 2vcpus) to deal with memory issues & spring boot and it had no impact on our cost (we are still below the threshold).

It's an awesome deal for basically 0$ bills every month (we pay for a few other things though) and great for us as we are a small startup bootstrapping at the moment. It more than handles our development and early access traffic.

This 0$ setup gets us highly available docker + firestore for absolutely nothing until we hit the freemium threshold. We went over by a fraction of a dollar on a couple of occasions when we did big imports, etc. But we won't start paying until the point where we have recurring revenue and users basically causing increased traffic.

I also like not having to deal with devops for this. No faffing around with doing terraform, setting up CI, writing complex deploy scripts, etc. Frees up a lot of my time. If you have done any of that in the past years, this is shockingly easy in comparison. A simple wizard, couple of clicks and you have your docker container building and deploying straight from github. I was not expecting this to work and but then it did on the first try.

Switching the whole setup to using vms is super easy to do at any point since you can basically just tell it to run a docker container. It's nice to have that option. But then you need multiple vms, a load balancer, etc. and before you know it you are looking at more like 75/month. Add a decent database and it gets worse. High availability, worse still. And you need to do the devops to connect all these bits of infrastructure. You will blow more on staffing cost than hosting. Even a single day spend by a senior that can actually do this would cost you like 1000$. Lets be fair, it's never just a day.

IMHO this is what most deployments should be like: bog standard docker thing, go run it and take care of all the things that aren't optional like giving me some dashboards, alerting, etc. and just pay for what you actually use.

Re: Free for Developers

#179
post #13

Earlier quoted context omitted.

I have a Google account for like 14 years or so, although I no longer use it for anything other than YouTube. Yesterday I tried to watch some age restricted video on YouTube and they've suddenly asked me to confirm my age by either giving them my credit card details or a scan of my ID. Nothing that mpv with youtube-dl couldn't solve, but still.

> asked me to confirm my age by either giving them my credit card details or a scan of my ID. These people have no shame. Frankly, I wonder how far they will go.

You mean politicians? Governments play a role in mandating age verification.

https://support.google.com/youtube/answer/10070779#zippy=%2C...

Re: Free for Developers

#180
post #123
post #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.

I strongly recommend setting up and using virtual credit cards, you can use them to enforce spending limits and spend maximums. There are several services that allow this, for example my CC company supports them directly or there are several services that let you set them up backed by a debit card. That way, if your hosting provider overcharges you it'll just bounce.

This is a valid strategy, but some companies already disallow virtual/prepaid cards, Scaleway for example.
Post reply on HN