Viewing profile — mctx
mctx
HN member- Joined
- Thu, Nov 29, 2012, 2:53 PM UTC
- HN karma
- 112
- Public activity
- 110 items
- HN profile
- View on Hacker News ↗
About mctx
alex@louden.com
Recent public activity
-
comment
Comment #15882888
Check out Django Rest Framework - it uses Django’s ORM and adds some really nice features for building a decent sized API
-
comment
Comment #14479215
I wonder if the author has looked into using SURF/OTB etc?
-
comment
Comment #14479177
Have you looked at https://github.com/dermotte/lire ? This plugin for ElasticSearch uses it: https://github.com/kzwang/elasticsearch-image
-
comment
Comment #14328764
Unreadable on Chrome on iOS https://i.imgur.com/j13tqGn.png
-
comment
Comment #14270369
I find that even noise cancelling headphones don't help drown out nearby conversations - I listen to Apple's Chill radio and use Noizio when I really need to focus.
- comment
- comment
- comment
-
comment
Comment #14047987
A booze bus is a random breath test - the police have labelled busses that they park on the road. I believe if you blow over the limit then you get on the bus and are tested again …
-
comment
Comment #14038252
You can create a post save hook to output .py files - http://jupyter-notebook.readthedocs.io/en/latest/extending/s... (You used to be able to run ipython notebook --script)
-
comment
Comment #13371912
httpbin.org/status/204 works too
-
comment
Comment #13120663
> More importantly, transportation is the gateway to the grand prize: housing. When contemplating a smart home, there is nowhere better to start than developing smart rooms on whee…
-
comment
Comment #12554840
Also a couple of typos: "acceleation" and "sofware’s"
-
comment
Comment #12301650
What about NVIDIA-docker? https://github.com/NVIDIA/nvidia-docker
-
comment
Comment #8938720
We used PSpice at uni: http://en.m.wikipedia.org/wiki/PSpice
-
comment
Comment #8685589
This worked for us - moved the DNS to Cloudflare, kept the domain at DNSimple
-
comment
Comment #8657510
Does this technique only work if the barcode is either horizontal or vertical?
-
comment
Comment #8514829
I've found its typically limited by my upload speed (ADSL2+ at 100kb/s up), took me a few months for a couple of hundred GB.
-
comment
Comment #8501393
There are a few conferences coming up in Barcelona, he could go to network? http://www.papis.io/ http://velocityconf.com/eu
-
comment
Comment #8382174
Are you looking for off the shelf systems or parts/info to build one with?
-
comment
Comment #8382165
Django has haystack[0], which I've used with an elasticsearch backend on a few projects and is generally pretty easy to set up and get good results with. I haven't had to do anythi…
-
comment
Comment #8382154
I've gone down the same route, from PostgreSQL search to ElasticSearch with usually pretty good results. A friend has strongly recommended Algolia, so I'll explore that for the nex…
-
comment
Comment #8355508
I use and have used Heroku for personal projects for quite a while. I don't feel too bad, because a) they only run free dyno apps upon request (idle most of the time) and b) I'm a …
-
comment
Comment #8344576
What does your startup do? How are you able to offer EV certificates so cheaply? I thought they were typically ~$1000.
-
comment
Comment #8260986
Are you using any packages with Flask for API code? I quite like Django Rest Framework for JSON APIs, I just ignore the parts of Django I don't need.