Live data from Hacker News

Ride the Serverless Wave with DigitalOcean's One-Click Droplet

openfaas.com

11–20 of 28 posts

Re: Ride the Serverless Wave with DigitalOcean's One-Click Droplet

#11
post #2

"Ride the serverless wave by creating and maintaining a server"

Ok, we get it, “serverless” doesn’t mean “without a server.” its a misnomer. Can we all accept this now and talk about it underneath the semantics or does someone have the power to change it industry-wide?

Just feels like every discussion about this technology is hijacked by the stupid nameto the point it’s all some can focus on.

Re: Ride the Serverless Wave with DigitalOcean's One-Click Droplet

#12
post #10
post #8

Earlier quoted context omitted.

"Serverless" is one of the worst misnomers I've ever seen.

"Serverless" is just "server as a service". Horrible misnomer indeed.

My naive take is that serverless is just a movement back to the simplicity of ftp + cgi / php. It all looks very similar, just with a different pricing model, and a different implementation cloud computing vs shared hosting.

Re: Ride the Serverless Wave with DigitalOcean's One-Click Droplet

#13
post #2

"Ride the serverless wave by creating and maintaining a server"

Ok, we get it, “serverless” doesn’t mean “without a server.” its a misnomer. Can we all accept this now and talk about it underneath the semantics or does someone have the power to change it industry-wide? Just feels like every discussion about this technology is hijacked by the stupid nameto the point it’s all some can focus on.

Normally, running a serverless App on something like AWS or GCP doesn't involve actually setting up a server as a part of the workflow.

Re: Ride the Serverless Wave with DigitalOcean's One-Click Droplet

#17
post #10

Earlier quoted context omitted.

"Serverless" is just "server as a service". Horrible misnomer indeed.

My naive take is that serverless is just a movement back to the simplicity of ftp + cgi / php. It all looks very similar, just with a different pricing model, and a different implementation cloud computing vs shared hosting.

In what ways do they look similar?

Re: Ride the Serverless Wave with DigitalOcean's One-Click Droplet

#19
post #9
post #6

Earlier quoted context omitted.

This is a funny thing, but still, having a "Function as a Service" is a nice tool to have, regardless of how truly "serverless" it is. Lambda, et al offer the convenience of not having to run your own server, but a FaaS is a great concept regardless of whether you're hosting it yourself or using a cloud provider's version.

I don't see how. I thought the whole use case for FaaS is that you're only paying for the literally milliseconds of compute time you use, and nothing more. But if you're already paying for the server, what's the point? I suppose you could host a lot more low-volume apps on one server?

This is pretty edge case for who it would be useful for in my opinion?

I have a small droplet on digital ocean I use to host a few small personal projects. $5/month is pretty reasonable and if I don't want to sign up for AWS, this is a fairly beneficial thing to know about.

For people who want to use serverless functionality for cost benefit, it's probably not as helpful.

Re: Ride the Serverless Wave with DigitalOcean's One-Click Droplet

#20
post #17

Earlier quoted context omitted.

My naive take is that serverless is just a movement back to the simplicity of ftp + cgi / php. It all looks very similar, just with a different pricing model, and a different implementation cloud computing vs shared hosting.

In what ways do they look similar?

Not GP, but uploading a single Javascript function to AWS in the form of a zip file is essentially identical to uploading an individual PHP script to a shared host via FTP/SFTP. The workflow around that process (or rather, the lack of workflow) is the same as the process for developing CGI applications in the 90s/early 2000s.

Of course, Serverless also offers elastic scaling and non-HTTP triggers, so that's a point of difference.

For all the talk of elastic scaling, I suspect that a lot of people are enjoying the idea of Serverless at the moment simply because it harks back to an earlier, pre-framework, pre-workflow approach to web development.

Post reply on HN