Viewing profile — rbistolfi
rbistolfi
HN member- Joined
- Sat, Feb 25, 2012, 6:32 PM UTC
- HN karma
- 7
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About rbistolfi
No profile information was provided.
Recent public activity
-
comment
Comment #33117217
There is also CDPedia, a project from Python Argentina originally intended for making Wikipedia available in rural schools without Internet connection. https://github.com/PyAr/CDPe…
-
comment
Comment #21117898
Hmm, allow me to correct myself here, Borges' library may not include all the characters required for representing code in some of the programming languages we love
-
comment
Comment #21117867
That would be a subset of The Library of Babel. I tried searching some of my favorite lines of code here: https://libraryofbabel.info/ -- It is an interesting experience :D
-
comment
Comment #14424721
Hi founder, I think you are idealizing other jobs because you are suffering in your current position. I am from a development country where many would give it all in exchange of be…
-
comment
Comment #13436857
But you can use other ORM if you want, or no ORM. However, the benefits of using Django come mostly from using their highly integrated components, I admit. In any case, we swapped …
-
comment
Comment #13249439
Let me throw in the name of Jorge Luis Borges, specially the short stories in the book "Fictions". "The Library of Babel" is a short story that many programmers appreciate.
-
comment
Comment #11672411
Note that the descriptor protocol itself is not causing this behavior. What actually happens here is that functions are descriptors (they implement __get__()) that generate the ins…
- comment
- story