Live data from Hacker News

Show HN: Profile.io - Profiles for Developers

profile.io

11–20 of 53 posts

Re: Show HN: Profile.io - Profiles for Developers

#11
post #3

My take (dannyr and I built this) -- this is like an "about.me" but for developers. You add your GitHub account, add your programming languages, etc. And (my favorite) you add all the projects you are building -- for example when you add an Android app, it automatically links to the Android Market, pulls in the app icon, etc. This is meant for developers to have a decent place to showcase their geek. (And the domain…

How exactly is this different from flavors.me?

forrst.me also has more traction, and they are both formidable competitors, so I'd love some great selling points.

What would make your service very, very interesting is to focus entirely on creating a presentable mix of a personal homepage and a resumé - GitHub, Stack Overflow, Codelesson badges(!), and such. LinkedIn isn't that interesting in many regards, and it'd be great if you found the key to a good resumé and used that to build your foundation on.

forrst.me is more of a social web discoverability tool, while flavors.me creates easy-to-make web presences.

Re: Show HN: Profile.io - Profiles for Developers

#14
Traceback (most recent call last): File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 517, in __call__ handler.post(*groups) File "/base/data/home/apps/profileioweb/1.348935554744823342/main.py", line 60, in post app = Application(email=self.request.get('email'),desc=self.request.get('desc')) File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 815, in __init__ prop.__set__(self, value) File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 544, in __set__ value = self.validate(value) File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 2437, in validate raise BadValueError('Property %s is not multi-line' % self.name) BadValueError: Property desc is not multi-line

:D

Re: Show HN: Profile.io - Profiles for Developers

#15
post #14

Traceback (most recent call last): File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 517, in __call__ handler.post(*groups) File "/base/data/home/apps/profileioweb/1.348935554744823342/main.py", line 60, in post app = Application(email=self.request.get('email'),desc=self.request.get('desc')) File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__…

We are using StringProperty. We need to use TextProperty.

We are going to try to fix this soon.

Re: Show HN: Profile.io - Profiles for Developers

#17
post #15
post #14

Traceback (most recent call last): File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 517, in __call__ handler.post(*groups) File "/base/data/home/apps/profileioweb/1.348935554744823342/main.py", line 60, in post app = Application(email=self.request.get('email'),desc=self.request.get('desc')) File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__…

We are using StringProperty. We need to use TextProperty. We are going to try to fix this soon.

I think the bigger issue is that your tracebacks are publicly visible.

Re: Show HN: Profile.io - Profiles for Developers

#18
post #14

Traceback (most recent call last): File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 517, in __call__ handler.post(*groups) File "/base/data/home/apps/profileioweb/1.348935554744823342/main.py", line 60, in post app = Application(email=self.request.get('email'),desc=self.request.get('desc')) File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__…

Thanks for the bug report! We fixed the issue.

Re: Show HN: Profile.io - Profiles for Developers

#19
This is a little similar to my new app/startup:

http://www.mightycv.com

Mighty CV is a little more free form and geared towards producing a hacker centric traditional style résumé and so not quite the same as profile.io.

Just signed up for a beta account at profile.io and it looks promising. Perhaps we could provide integration to each others services.

Re: Show HN: Profile.io - Profiles for Developers

#20
post #15

Earlier quoted context omitted.

We are using StringProperty. We need to use TextProperty. We are going to try to fix this soon.

I think the bigger issue is that your tracebacks are publicly visible.

Great point, thanks.

Did I mention we made this entire site on a BUS RIDE? :)

Post reply on HN