HN user

jmgutn

41 karma

github: https://github.com/jmg

Posts37
Comments8
View on HN
devcloudsoftware.com 11y ago

Dev cloud software – My new development company

jmgutn
1pts0
stripe.crawley-cloud.com 11y ago

Generate Stripe credit card charges without setting up a web application

jmgutn
4pts3
github.com 12y ago

Forget about writing DTO sql in 50 lines of python: Fix for sql injection

jmgutn
1pts0
codescience.wordpress.com 12y ago

Why I do love python so much: How it all started

jmgutn
6pts0
codescience.wordpress.com 12y ago

A simple file sharing tool built using flask

jmgutn
1pts0
github.com 12y ago

Show HN: Simple file sharing tool written in python using flask

jmgutn
1pts0
codescience.wordpress.com 12y ago

You can live without Google

jmgutn
3pts0
www.facebook.com 12y ago

Facebook can be the place to share programming stuff

jmgutn
1pts0
www.github.com 12y ago

Show HN: A Django Plugin for Convention Over Configuration Urls Routing

jmgutn
1pts0
www.youtube.com 12y ago

Carl Sagan - The Pale Blue Dot

jmgutn
1pts0
github.com 12y ago

Forget about django's urls.py

jmgutn
2pts0
github.com 12y ago

Forget about sql in 50 lines of python code

jmgutn
14pts21
github.com 12y ago

Basic real time chat built on node.js

jmgutn
2pts0
crawley-cloud.com 13y ago

Web Crawling and data Scraping Service just Launched

jmgutn
1pts0
www.sciencecombinator.org 13y ago

A Scientific videos combinator

jmgutn
1pts0
www.geekosystem.com 13y ago

To embedded youtube videos on your site is not a copyright infringement

jmgutn
1pts0
sciencecombinator.org 13y ago

Show HN: A new scientific videos aggregator

jmgutn
2pts0
siliconfilter.com 13y ago

Open source at NASA

jmgutn
3pts0
codescience.wordpress.com 13y ago

A python data layer generator

jmgutn
2pts0
www.ted.com 13y ago

Mandelbrot's talk about fractals and roughness

jmgutn
2pts0
codescience.wordpress.com 13y ago

A python interface for the Facebook Graph API that doesn't suck

jmgutn
1pts0
codescience.wordpress.com 13y ago

Non-blocking I/O, Node Js and Python's Eventlet

jmgutn
4pts0
hackersprojects.com 13y ago

A github repos aggregator

jmgutn
1pts0
codescience.wordpress.com 13y ago

My last blog post of 2012: A github repos aggregator

jmgutn
1pts0
www.hackersprojects.com 13y ago

Show HN: My Last 1 weekend project of 2012. A github projects aggregator.

jmgutn
3pts0
www.pythonmeme.com 13y ago

Python Hackers

jmgutn
1pts0
www.youtube.com 13y ago

Fermat's Last Theorem Documentary

jmgutn
3pts0
crawley-project.org 13y ago

Open Source Crawling Scraping Framework Website

jmgutn
2pts0
github.com 13y ago

Pythonic Crawling / Scraping Framework Built on Eventlet

jmgutn
2pts0
github.com 13y ago

from Facebook import GraphApi

jmgutn
1pts0

Not just teaching myself. This could teach anyone else that didn't know about object mappers. Even if this is the most insecure code in the world, it can be improved. That's the reason it is on github. You could contribute and add joins, unions, sanitize the user inputs, etc.

Of course I'm not saying this code is suitable for production. It's just a toy "ORM". How you could possibly think I'm trying to replace something like sqlalchemy with 50 lines of code? Please guys, I'm not gonna delete the repo. It's just for fun. I'll add a warning about the sql injection problems and explicitly tell that this code is NOT for production. Event when I think that is obvious.

Open source is definitely the most amazing philosophy on software development.

Recently a guy at Facebook recruiting staff contacted me by email for a position inside the company saying that they liked what I've been building and publishing as open source.

I'd highly recommend to everyone that contributes with open source to attach their github/bitbucket/googlecode/etc accounts on their resumes.

I'm doing exactly that on my linkedin summary and it helped me a lot to introduce myself. http://www.linkedin.com/pub/juan-manuel-garc%C3%ADa/29/4a5/2...

hey gavinjoyce,

Thanks for the advice! A default url based on the referrer could be cool!

It doesn't work on those sites because they disallow iframes to show their pages. Anyway we will work to find a way around this.