Viewing profile — jaspersfather
jaspersfather
HN member- Joined
- Sat, Oct 22, 2011, 8:34 PM UTC
- HN karma
- 19
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About jaspersfather
No profile information was provided.
Recent public activity
-
comment
Comment #3679314
No, please don't. Those are reserved for different things.
-
comment
Comment #3639030
What makes that better than just using strings?
-
comment
Comment #3399382
Instead of if bla in [bla, blubb, bfoo]: return True return False you can write: return bla in [bla, blubb, foo]
-
comment
Comment #3399155
Absolutely. I have not seen a factory pattern in use in ages. I think the last time was before http://dirtsimple.org/2004/12/python-is-not-java.html was around.
-
comment
Comment #3381721
The idea of patenting it has roughly the same amount of hilarity.
-
comment
Comment #3220006
That depends more on whether your algorithm is easily distributed. If it is, zeromq will be good for you. I am currently using it to transfer model parameters learned on machine #1…
-
comment
Comment #3144272
> Only one will get there first, so only one will be able to arrest the person. Where do you buy them real world semaphores, eh?