Earlier quoted context omitted.
All of those companies charged for their product and had enterprise plans ;)
Sure, but no one used them -- just like Repl.it, pretty much all of their monthly active users were only there for the free plan, and they left as soon as the companies tried to monetize. Koding, in particular, went through pretty much exactly the same cycle as Repl.it a few years ago. They started out getting tons of users by giving cloud servers away for free, targeted mainly at children/education market. Then they…
Repl.it raises $4.5M from A16Z, Paul Graham, and others
101–110 of 231 posts
Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others
#102Earlier quoted context omitted.
It also weeds out people who don't have time for "cute" little games like that.
It takes literally 10 seconds to run `ls -la` and `cat` some files to get the information. If that's a problem for an applicant, it's a good exclusion to the funnel.
I get it, this is clever. It supposedly weeds out poor applicants. But speaking for myself it just strikes me as annoying.
Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others
#103Python, the "second best language for everything", has had a huge impact for teaching people programming. Beginners can do useful and interesting things and solve real problems after a few hours of learning. And yet the number of times I've seen beginners completely discouraged or even give up programming forever because they have conda and pip and brew and pyenv installed and can't run a basic script after 4 hours o…
Definitely true. Getting Python to run correctly is not only one of the hardest parts of learning to code, but comes right at the beginning so before people have experienced any success. It's gotten less bad in the last year or so thanks to pipenv, but it's still not a great situation.
Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others
#104I'm disappointed that now you need to sign up on www.repl.it rather than just spinning up a test environment, definitely cuts down on usage. I've found a workaround with www. http://repl.it/languages/python3 for example, but I'm not sure how long this will still be active given their plans to become a full-fledged IDE.
I think it has always been like that, if you scroll to the bottom you can click on what environment you want to load. Been like that awhile I think.
Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others
#105Earlier quoted context omitted.
We have no plans and I see no reason to make you have to sign up. (Although to cut down on abuse some things aren't available for anonymous users like long-term web hosting). You can also go to repl.it/languages and see all the langauges. As for our plans to become an IDE: we've given ourselves the hard task of being a REPL-first IDE and to always load in under 2 seconds. More here: https://repl.it/blog/platform For…
> we've found that most people coming through there go through the signup/login flow anyways This baffles me. Why? Don't people just want to mash something into a REPL quickly (step in between: write the first one or two letters of the language you want to use and press enter)? That's certainly how I use it ...
We also just discussed this and we're adding a language selector on the homepage.
Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others
#106Earlier quoted context omitted.
So, they basically invented Software As A Service? Relevant indeed.
Here is a (recent) very interesting interview with PG, among others, talking about Viaweb. Bonus points: very funny. https://www.youtube.com/watch?v=4WO5kJChg3w
Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others
#107Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others
#108I love how a seed round today is $4.5M...
Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others
#109Earlier quoted context omitted.
All of those companies charged for their product and had enterprise plans ;)
Sure, but no one used them -- just like Repl.it, pretty much all of their monthly active users were only there for the free plan, and they left as soon as the companies tried to monetize. Koding, in particular, went through pretty much exactly the same cycle as Repl.it a few years ago. They started out getting tons of users by giving cloud servers away for free, targeted mainly at children/education market. Then they…
Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others
#110Python, the "second best language for everything", has had a huge impact for teaching people programming. Beginners can do useful and interesting things and solve real problems after a few hours of learning. And yet the number of times I've seen beginners completely discouraged or even give up programming forever because they have conda and pip and brew and pyenv installed and can't run a basic script after 4 hours o…