Live data from Hacker News

Repl.it raises $4.5M from A16Z, Paul Graham, and others

repl.it

71–80 of 231 posts

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#71

Earlier quoted context omitted.

Interesting indeed. Definitely weeds out applicants who are not familiar with the command line.

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.

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#73
post #14

the jobs link is interesting. Takes you to a functioning command line but has no other hints or instructions. An interesting gating function: those who don't know how to proceed further (or can't problem-solve sufficiently to find out) aren't likely to succeed in the role and can safely be excluded. Might also have the added bonus of being safe from headhunter bot scrapers.

thats the most fun I've had with a jobs page ever!

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#74
post #38
post #14

the jobs link is interesting. Takes you to a functioning command line but has no other hints or instructions. An interesting gating function: those who don't know how to proceed further (or can't problem-solve sufficiently to find out) aren't likely to succeed in the role and can safely be excluded. Might also have the added bonus of being safe from headhunter bot scrapers.

xD link: https://repl.it/site/jobs it's built with repl.it too: https://repl.it/@util/jerbs

Homestar Runner reference?

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#76
post #75

I'm a technical trainer and repl.it has been a godsend. Just this past summer I was running a Python course and due to company policy, I couldn't get my students to download some libs. Spun up repl.it, did our pip commands, and off we were.

Awesome! I'm not sure if you saw but we now have a visual package manager that automatically generates requirements.txt for you: https://repl.it/talk/announcements/Announcing-Universal-Pack...

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#77
Python, 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 of trying because environment mess-up is ridiculous.

The value in a programming environment that literally just works and can give you a functioning web app (the modern very basic I/O) in less than a minute is a huge value add for education.

I'm a complete convert. I've worked with Amasad to write tutorials[0] showing how easy repl is to use and these have become some of my most popular tutorials.

Absolutely incredible that repl.it has done so much in such a short time and with a very small team. All the best for the future!

[0] https://www.codementor.io/garethdwyer/posts

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#78
post #14

the jobs link is interesting. Takes you to a functioning command line but has no other hints or instructions. An interesting gating function: those who don't know how to proceed further (or can't problem-solve sufficiently to find out) aren't likely to succeed in the role and can safely be excluded. Might also have the added bonus of being safe from headhunter bot scrapers.

Interesting indeed. Definitely weeds out applicants who are not familiar with the command line.

I know it's a brave new world, but there isn't a single working developer that isn't at least aware of the command line, right?

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#79

What are the pros/come versus using a mature online editor such as Cloud9, that supports direct terminal access to the backend instance and FTP/SFTP support? Though I will admit I was disappointed when AWS acquired Cloud9.

I personally see repl.it less as a replacement for a development environment (c9's aim) and more as a quick way to deploy, run, and illustrate a piece of code. It is perfect for school assignments, running quick trials, and general explatory-esque learning.

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#80

Earlier quoted context omitted.

Thanks! and we're happy to be there for everyone who has been using repl.it <3 Do you have a repl.it shirt?

Nope.

if you're interested in having one I can send you a repl tee, my email is haya@repl.it
Post reply on HN