Live data from Hacker News

Show HN: Dply – Free temporary Linux servers

dply.co

121–130 of 205 posts

Re: Show HN: Dply – Free temporary Linux servers

#121
post #107
post #94

Earlier quoted context omitted.

It honestly seems like a coincidence to me. Using a popular font (Lobster) for your logo means your logo will look like other people's logos. As for "similar color", the dply logo appears to be black. There is some blue (not the same blue) on the page, I guess?

Diply's brand color is blue: http://diply.com/

And don't forget those buttons with round corners. /s

Re: Show HN: Dply – Free temporary Linux servers

#122

I've seen a number of services just like this that come and go because of the persistent abuse problems this kind of thing attracts. Perhaps using github for authentication will help but I'm skeptical of how far it will get you. Do you have any other novel strategies to reduce the abuse problem?

What kind of abuse has caused problems for the other services?

A very obvious case would be people sending email - spammers are always hunting to find ways to get their traffic out from IPs without reputation problems. They'll send email from this service and then the services IP addresses will become blacklisted - or more likely the underlying service provider will kick them out to protect their IP space.

That's just the most trivial issue, though, and can be part way resolved by host blocking outbound in 25. You'll also get botnet C&C, hosting of illegal content, use to mask scanning traffic, etc. All of these are sometimes operated by people who do not have a problem with ephemeral services and will happily automate creating new accounts and setting up new "temporary" servers. Using github for authentication will partially help as github no doubt has mechanisms in place to limit automatic account creation, but I'd only trust that so far.

Re: Show HN: Dply – Free temporary Linux servers

#123
post #11

Is this from Diply? It uses the same logo font and everything.

That is the Pattaya font on Dply, which itself is a version of Lobster, which was/is a very popular font for Logos and websites. You will be very busy if you accuse every project which uses Lobster to be a ripoff of Diply. What do you mean with "everything"? The use of the color blue?

Whoah, slow down there. I was just asking. The name and font were similar enough to make me curious.

Re: Show HN: Dply – Free temporary Linux servers

#124

Is the paid version supposed to work yet? I just tried to create a 2 day instance and clicking the "pay with card" button doesn't do anything. On a related note, does anyone know a good way to pay USD for things like this with a foreign (e.g. UK) bank account. If I use my UK VISA I get stung by my bank's criminal conversion change/rate. This is rarely something I need to do but it has arisen a few times now.

The paid option uses the stripe checkout integration and clicking the button will launch a modal to enter details. This does require Javascript be enabled. The actual payment processing is done completely on Stripe's end so we're not capturing or storing anything there. If you continue to have problems open a ticket by clicking the question mark in the corner of any page and we'll help get it sorted.

Re: Show HN: Dply – Free temporary Linux servers

#125
post #2

This is a project I've been working on for a while. Dply allows you to quickly create a temporary cloud server (1CPU/512MB RAM/20GB SSD) for free. You can have one free server running at any time. Log in with your Github account and it will allow you to create your server using your Github ssh-key. Servers are free for 2 hours and expire after that time (unless you choose to add more time via credit card or bitcoin).…

> credit card or bitcoin

Thank you for allowing Bitcoin. Many people don't have a credit card (everyone who has one gets it only because all the American companies require it, but I never needed one in the Netherlands or Germany, the two countries I have experience with).

Re: Show HN: Dply – Free temporary Linux servers

#126
post #70

Aren't you guys worried that this is going to be used for hacking?

Of course we are. The two things this MVP/Beta is testing are:

1.) Our backend abuse procedures and methods for profiling abusive users to keep them from coming back.

2.) Whether enough people will choose to keep a server by adding more time to pay for the free ones. Each paid server covers the cost of over 100 free 2 hour servers.

We will continue to adjust things based on what we learn and in the future we may add things like a requirement of a certain level of activity and history on Github. Combined with being able to profile abusers this would create a high barrier to entry for anyone wanting to abuse the service without adding a big barrier for legitimate users.

Re: Show HN: Dply – Free temporary Linux servers

#127

This comes at a time when, as a Linux newbie, I am curious about exploring the range of various Linux distros and GUIs out there. Would this be a nice tool to see the differences in the windowing interface of various Linux distros and learning more about navigating Linux through X windows, KDE, Gnome, etc, vs just using a command line?

None of our base images include a GUI by default but by using a user-data script you can automate the setup of one.

https://dply.co/b/kUfU1zhk

^ This link will let you create an Ubuntu 16.04 server and will install and configure x2go and an XFCE desktop as soon as it boots. I prefer x2go since it runs over ssh and supports ssh-key authentication by default.

Re: Show HN: Dply – Free temporary Linux servers

#129

Earlier quoted context omitted.

When there are no costs, it makes sense spin up anything. You literally can't lose. It's just opportunity costs at that point.

Unless you missed the no API part. If it takes a person 5 clicks to launch an instance, the reward has to pay for the cost. Why aren't people using AWS free tier to Bitcoin mine? Seems a bad prop.

> Unless you missed the no API part. If it takes a person 5 clicks to launch an instance,

Or screen scraping. That's still a thing.

Post reply on HN