Earlier quoted context omitted.
How do you feel about the Stack Overflow solution to this problem? My app has 300 features. Beginners get to use 8 of them. Once ten people think you are not a wretched toad, you get to use 20. Once you've solved a problem for 200 people, you can edit other people's posts. In fact doesn't HN not let you downvote until you get 500 upvotes? It's been a while.
It seems to work well. I am an occasional contributor so I don't have very much power there but I understand that communities collapse without this control since they get dominated by drive-by losers. I'm not one, but there's no signal I can provide that I'm not one. Metafilter has the model where you spend money as a signal that you're not one. I guess I'd pay $20 one-time as an upgrade that is revocable. I am a Wik…
Free for Developers
91–100 of 206 posts
Re: Free for Developers
#92Does 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…
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.
Re: Free for Developers
#93It 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."
Ah yes: the old "HN karma == developer" myth.
Re: Free for Developers
#94Earlier quoted context omitted.
> If anyone knows of other ways to create virtual cards, please let me know. privacy.com ( https://privacy.com , or If you want to use a referral, privacy.com/join/NPNDJ ) is also free and works across any bank/debit card, although just recently they started monetizing by limiting free accounts to creating 12 virtual cards a month, so if you need more it's $10/mo. https://privacy.com/pricing > This allows you to get…
Do you know how they detect virtual cards? I have seen some scripts which detect whether card number is valid CC or not. But never heard of validation of virtual cards.
Re: Free for Developers
#95Earlier 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-...
Re: Free for Developers
#96Re: Free for Developers
#97Earlier quoted context omitted.
We need more of these as wikis, or GH repos that use robots to accept PRs. Tried it and it didn’t work? PR. Found a new one and it’s not on already? PR. Also, it would be a really nice bonus if “date added” was generated from the git commit that added the resource.
That could be bad due to spam though Specially if you auto deploy it too
Re: Free for Developers
#98Earlier 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!
Heroku is cool, too, though.
Re: Free for Developers
#99> Azure Kubernetes Service - Managed Kubernetes service, free cluster management Since this one is the bane of my existence at the moment. Yeah, this statement is technically correct, it is technically free, but you still pay for the VMs that are part of the cluster, and their disks. (Unless they can qualify for some other "free" metric.) But we've been using this, and we've had lots of spans of time where the manage…
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.
Re: Free for Developers
#100Earlier 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!