Earlier quoted context omitted.
The most annoying thing is the name. Putty is a well known SSH client and terminal emulator. On seeing the name WebPutty I'd believed Putty had been ported to a web interface.
Same here. Would have just upvoted, but upvote counts aren't visible and people are replying to disagree. I figured this was a web-based SSH terminal, which is pretty cool. Adding "Web" prefix to a popular product's name pretty clearly implies a web port.
Fogcreek is shutting down webputty.net and has pushed the source code to github
21–30 of 32 posts
Re: Fogcreek is shutting down webputty.net and has pushed the source code to github
#22Earlier quoted context omitted.
That's not a question. :)
OK, i'll bite. How did the product get the name, WebPutty? No need to answer if this question is wasting useful development time.
Re: Fogcreek is shutting down webputty.net and has pushed the source code to github
#23Thanks for open-sourcing it. I wanted to use it but couldn't find a way to use a tool that didn't play with source control. It didn't work for sites too simple to need Git because it only hosted CSS and thus made the project too complex.
Re: Fogcreek is shutting down webputty.net and has pushed the source code to github
#24Earlier quoted context omitted.
Not for editing the whole website, but we have launched a web widget editor recently ( http://designduke.com ). You can edit individual HTML widgets like buttons, input boxes, forms etc :)
Neat! I would like to point out that the intro text right under the header is a bit hard to read with that blue background.
Re: Fogcreek is shutting down webputty.net and has pushed the source code to github
#25This is just yet one more example how Fog Creek, as a company, consistently demonstrates that they are a classy bunch of guys. They treat their customers and developers well, Joel has contributed quite a bit of knowledge to the startup community, and on top of that, open-sourcing a dead product so that its fans can keep it going should they want to.
We're hiring BTW. Need more Trello devs. Check out our tech stack: http://blog.fogcreek.com/the-trello-tech-stack/ and join us if you find it interesting.
Re: Fogcreek is shutting down webputty.net and has pushed the source code to github
#26WebPutty dev here. Feel free to shoot us any questions here on HN or on twitter @webputty.
The most annoying thing is the name. Putty is a well known SSH client and terminal emulator. On seeing the name WebPutty I'd believed Putty had been ported to a web interface.
Re: Fogcreek is shutting down webputty.net and has pushed the source code to github
#27Re: Fogcreek is shutting down webputty.net and has pushed the source code to github
#28WebPutty dev here. Feel free to shoot us any questions here on HN or on twitter @webputty.
Zipping ziplibs. Traceback (most recent call last): File "/Library/Python/2.6/site-packages/fabric/main.py", line 712, in main args, kwargs
File "/Library/Python/2.6/site-packages/fabric/tasks.py", line 327, in execute
results[''] = task.run(*args, **new_kwargs)
File "/Library/Python/2.6/site-packages/fabric/tasks.py", line 112, in run
return self.wrapped(*args, **kwargs)
File "/Users/swiss/webapps/WebPutty/fabfile.py", line 53, in decorated_func
return func(*args, **kwargs)
File "/Users/swiss/webapps/WebPutty/fabfile.py", line 66, in deploy
ziplibs(env.deploy_path)
File "/Users/swiss/webapps/WebPutty/fabfile.py", line 178, in ziplibs
os.path.walk(to_zip, add_file, (zip_file, os.path.dirname(to_zip)))
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/posixpath.py", line 224, in walk
func(arg, top, names)
File "/Users/swiss/webapps/WebPutty/fabfile.py", line 177, in add_file
zip_file.write(os.path.join(dir_name, name), os.path.join(dir_name[len(common_base):], name))
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/zipfile.py", line 1024, in write
fp = open(filename, "rb")
IOError: [Errno 21] Is a directoryAny idea what the problem is?
Re: Fogcreek is shutting down webputty.net and has pushed the source code to github
#29This is just yet one more example how Fog Creek, as a company, consistently demonstrates that they are a classy bunch of guys. They treat their customers and developers well, Joel has contributed quite a bit of knowledge to the startup community, and on top of that, open-sourcing a dead product so that its fans can keep it going should they want to.
Thanks for your comments. The two devs who built the entire site, and pushed for open sourcing it are amazing people, and we're lucky to get to work with them. We're hiring BTW. Need more Trello devs. Check out our tech stack: http://blog.fogcreek.com/the-trello-tech-stack/ and join us if you find it interesting. http://www.fogcreek.com/careers.html
from "Make Better Software: Recruiting", Joel Spolsky.
This is actually quite discouraging regarding applying for a full-time job at FogCreek.
Many people don't hate their current jobs but still are looking for better opportunities. And it's a good thing.
Re: Fogcreek is shutting down webputty.net and has pushed the source code to github
#30WebPutty dev here. Feel free to shoot us any questions here on HN or on twitter @webputty.
I'm following the step-by-step instructions to run it on my google app engine account, but I get an error when I run "fab deploy." It asks me for my email and does a bunch of stuff, but then this happens: Zipping ziplibs. Traceback (most recent call last): File "/Library/Python/2.6/site-packages/fabric/main.py", line 712, in main args, kwargs File "/Library/Python/2.6/site-packages/fabric/tasks.py", line 327, in exec…
$ python2.5 appcfg.py -A appname update .
replace 'appname' with the name of the app you registered.