jkevin

- friends
8 link karma
1 comment karma
send messageredditor for
what's this?

TROPHY CASE


  • Five-Year Club

Male dominated culture by paladin87in pics

[–]jkevin 0 points1 point ago

sorry, this has been archived and can no longer be voted on

If people feel like they lose their personal freedom because of what they see in a magazine, those who died in the name of defending freedom were fighting a battle they could never win.

Weekend Project: IP address based clipboard (good for pasting to different computers on the same router) by jkevinin startups

[–]jkevin[S] 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Ooops! Looks like I wasn't handling blank pastes correctly. Should be good now.

Weekend Project: IP address based clipboard (good for pasting to different computers on the same router) by jkevinin startups

[–]jkevin[S] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Good points. I haven't really figured out how to deal with security. I'm either going to try and make it more secure or make it a more public affair by allowing other IP's besides your current one to be passed in. In the latter case I would have to somehow warn not to post sensitive info. In any case you're entrusting me and Amazon with your data but don't know if there's a way around that.

Regarding the design (or complete lack thereof) hopefully a friend of mine far more talented than I in that area will be helping me out soon. Thanks for the feedback!

Weekend Project: IP address based clipboard (good for pasting to different computers on the same router) by jkevinin startups

[–]jkevin[S] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Thanks for checking it out! I hacked it together in python using cherrypy as the web server. It's hosted on ec2 (yay free tier!) and uses simpledb for the backend. I had never used simpledb before and I found it to be pretty, err, simple. It was a nice match for this but I can see how it might not work so well for more complex stuff.