Viewing profile — bloodearnest
bloodearnest
HN member- Joined
- Wed, May 16, 2012, 11:46 AM UTC
- HN karma
- 15
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About bloodearnest
Recent public activity
-
comment
Comment #40112834
Indeed it does, we are well aware of this, and write about it extensively. The leader of the OpenSAFELY project produced the Goldacre review for the UK Government, which discusses …
-
comment
Comment #40077063
FWIW, the highest precision of location available is UK's MSOA[1] regions, which is more like your whole neighbourhood than your street. And whilst that level of data is available,…
-
comment
Comment #37234330
I don't think so - do you have a link?
-
comment
Comment #37233343
Also, the OpenSAFELY team are actually all honorary employees of NHS England as part of the Information Governance for the project. Thus AIUI we are beholden to their policies and …
-
comment
Comment #37233239
Nice Tuesday morning surprise to find your work on the front page of HN! I am one of engineering team working on OpenSAFELY at the Bennett Institute. Feel free to ask me any questi…
-
comment
Comment #13559060
Some good points, but just to clarify snaps current behaviour re libssl et al: Snap makes a distinction between a minimal set of critical core system dependencies, and application …
-
comment
Comment #6605118
I think readlines() is slower in python 3 due to unicode decoding. Python 2 did no decoding, readlines() returns python 2's str type, just bytes. You'd have to decode yourself (or …