Viewing profile — johnpaulett
johnpaulett
HN member- Joined
- Fri, Jul 10, 2009, 1:44 AM UTC
- HN karma
- 82
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About johnpaulett
Recent public activity
-
comment
Comment #37779987
Rad AI | Remote | US/Canada | Full-time | Engineering Manager Rad AI is a SF based Series A Generative AI Radiology startup with a remote team, of about ~ 40 engineers and machine …
-
comment
Comment #36962405
Rad AI | Remote (US) | Full-time | Multiple Roles (VP of Engineering and Senior Software Engineers) Rad AI is a SF based Series A Generative AI Radiology startup with a remote team…
-
comment
Comment #21936536
Software Engineer | REMOTE (US / CANADA) | Full time Pre-launch healthcare tech startup, led by seasoned healthcare entrepreneurs, looking for the third engineer to join our team d…
- comment
-
comment
Comment #12629670
Nuance Communications | Burlington, MA | REMOTE | Full Time Nuance Communication's Healthcare group is looking for a Senior Full-stack Python Engineer to join the team building the…
- story
-
comment
Comment #10780030
Fatal Accident Rate (Table 5 [1]): Commercial Aviation (per 100,000 flight hours): 0.022 General Aviation (per 100,000 flight hours): 1.11 Motor Vehicle: (per 100 million miles): 1…
-
comment
Comment #9822219
QUnit is used to test the Javascript that is shipped as part of Django. Any application specific tests can use any JS testing framework the developer desires.
-
comment
Comment #8836242
http://c.learncodethehardway.org/book/krcritique.html
-
comment
Comment #8455194
> The "astronomical marketing spend required to compete," Barr says, which makes "profitability for any one player almost impossible." One less in the race with Uber, Lyft, et al.
- story
-
comment
Comment #7299098
In certain market conditions, floating-oil storage would be an excellent use case of this technology. http://www.nytimes.com/2009/01/15/business/worldbusiness/15i...
-
comment
Comment #5474770
Montage Healthcare Solutions, Philadelphia, New York, St. Louis - FULL-TIME, REMOTE Python Software Developer: Using Python / Django to develop and support our medical NLP and anal…
-
comment
Comment #5468504
rerere (`git config --global rerere.enabled true`) is a useful configuration that allows you to record the merge resolution. Especially useful when rebasing a branch several times …
-
comment
Comment #4324458
Location: Philadelphia, St. Louis, REMOTE Python Developer Healthcare is filled with unstructured and partially structured data. Join the Montage Healthcare Solutions engineering t…
-
comment
Comment #3802254
Granted, I am neither a patent expert nor a homomorphic encryption expert, but how is this patentable since homomorphic encryption is just a mathematical formula? From Wikipedia [1…
-
comment
Comment #3648857
It does not necessarily have to be distro-agnostic. Debian packages can already hook the upstream's test suite (e.g. via dh_auto_test). From my (extremely limited and mostly dynami…
-
comment
Comment #3448786
Previous discussion: http://news.ycombinator.com/item?id=2619721
-
comment
Comment #3048639
Up to this point, Whispernet gets relatively little traffic per-device (initial book download being the biggest bandwidth use). While there is the experimental browser in the Kindl…
-
comment
Comment #3048560
It sounds like Amazon is a effectively a man-in-the-middle. Hopefully the device-to-Amazon connection is secured by Amazon, but I can not find any details. The privacy implications…
-
comment
Comment #3048430
From the FAQ [1]: What about handling secure (https) connections? We will establish a secure connection from the cloud to the site owner on your behalf for page requests of sites u…
-
comment
Comment #3024503
Slides available as PDF: http://media.revsys.com/talks/djangocon/2011/secrets-of-post...
-
comment
Comment #2914857
+1 on MobileOrg. There is an Android port ( https://github.com/matburt/mobileorg-android/wiki/ ) that is nearly identical to the iOS version as far as I can tell from using them bo…
-
comment
Comment #2706002
Along the lines of http://flask.pocoo.org/docs/patterns/mongokit/ , I have a MONGODB_DATABASE setting, which is set to my normal database name. Then access the database via the con…
-
comment
Comment #2705828
http://flask.pocoo.org/docs/testing/ For testing a MongoDB database, I wrote a simple unittest.TestCase subclass that in the setUp and tearDown, creates and then deletes a test dat…