Live data from Hacker News

Ask HN: What's the quickest way to get something online?

news.ycombinator.com

41–50 of 56 posts

Re: Ask HN: What's the quickest way to get something online?

#41
I feel compelled to tell you about my project https://wsend.net/

I built a way to show a static site on there too: https://github.com/abemassry/wsend-static

There are a lot of tools you can build on top of it as well because the core is simple: send a file, get a link.

Re: Ask HN: What's the quickest way to get something online?

#43
Do you have to use WWW? How about a torrent?

> why isn't it easier today to put something on the internet than it was 10 years ago?

Interesting question. If it's easy, then probably you're putting your content onto someone else's domain. This leads to two issues (which are related).

1. The domain that's hosting your content can be legally responsible for it, so you have copyright and other legal issues which leads to them putting barriers in your way.

2. The host also might want to make money off your content, so they're going to want to control the ecosystem via things like logins, moderation, etc.

Re: Ask HN: What's the quickest way to get something online?

#44

I feel compelled to tell you about my project https://wsend.net/ I built a way to show a static site on there too: https://github.com/abemassry/wsend-static There are a lot of tools you can build on top of it as well because the core is simple: send a file, get a link.

From your landing page, I don't understand what happens when you run `wsend file.txt`. Where does the file go?

Re: Ask HN: What's the quickest way to get something online?

#45
post #33
post #23

> It got my wondering: why isn't it easier today to put something on the internet than it was 10 years ago? What did the "easy" way look like 10 years ago? I don't recall any method that wouldn't require at least some manual steps.

The easy way 10 years ago was FTP or rsync. It seems like that's still the easy way. I'm wondering why nothing simpler/more automatic has popped up.

Wait, so is your problem sending a file to someone in particular, or is your problem getting text on the internet?

Re: Ask HN: What's the quickest way to get something online?

#46
post #33
post #23

> It got my wondering: why isn't it easier today to put something on the internet than it was 10 years ago? What did the "easy" way look like 10 years ago? I don't recall any method that wouldn't require at least some manual steps.

The easy way 10 years ago was FTP or rsync. It seems like that's still the easy way. I'm wondering why nothing simpler/more automatic has popped up.

What could possibly be easier? You need to at least upload your website.

Re: Ask HN: What's the quickest way to get something online?

#47
post #44

I feel compelled to tell you about my project https://wsend.net/ I built a way to show a static site on there too: https://github.com/abemassry/wsend-static There are a lot of tools you can build on top of it as well because the core is simple: send a file, get a link.

From your landing page, I don't understand what happens when you run `wsend file.txt`. Where does the file go?

It goes to a central server, similar to Dropbox, except when I built the service 8 years ago it was a little more open than Dropbox and it was accessible through the command line.

I built something that was useful for me, 32,000 other people have found it useful as well, let me know if you have other questions as well. Thanks for checking it out!

Re: Ask HN: What's the quickest way to get something online?

#50

I just read this post on HN about Netlify Drop: https://news.ycombinator.com/item?id=29254405 https://app.netlify.com/drop

This is as good as it gets. Drag and drop your folder and its hosted instantly. I was looking for something like this for someone to test a website out because I did not feel like creating a GitHub repository to push to Netlify. Was pleasantly surprised to find this one.
Post reply on HN