Viewing profile — murphy214
murphy214
HN member- Joined
- Tue, Aug 14, 2018, 7:57 PM UTC
- HN karma
- 38
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About murphy214
No profile information was provided.
Recent public activity
-
comment
Comment #41540662
import os os.system('mycommand | sed 's/ugly/beautiful/g' | awk -F: '{print $2,$4}' 1> something.report 2> err.log')
-
comment
Comment #34755577
bingo
-
comment
Comment #29532312
What is an acceptable signal to noise ratio for a security tool to be useful? clearly some amount of false positives to any real threat ratio causes people to just ignore it comple…
-
comment
Comment #29008100
Most of my workin pandas is with small to medium size < 1g tables what constraints do you run into with the larger data sets you are talking about?
-
comment
Comment #28981926
Not to mention the Merck therapeutic that just got emergency use auth that study was done on < 1000 people I think lol
-
comment
Comment #28980902
? https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2806387/ EDIT: Young people, specifically men are also more likely to get myocarditis in the general population irregardless What mak…
-
comment
Comment #28977620
Unless they accidentally hit a vein and inject the vaccine directly into the bloodstream, anecdotal evidence[0] points to this for young men who get myocarditis. They often report …
- comment
-
comment
Comment #27346048
Mapbox is the probably the best GL based mapping client but it is no longer free on the latest version. Although, its not designed to work with PostGIS explicitly you definitely ca…
-
comment
Comment #26424946
Research Chemicals... sometimes called analogs
-
comment
Comment #26245396
M1 8gb Macbook Air here: Percentage Used: 0% Data Units Read: 28,383,716 [14.5 TB] Data Units Written: 26,487,969 [13.5 TB] Host Read Commands: 137,200,722 Host Write Commands: 155…
- comment
- comment
-
comment
Comment #25354423
LOL haven't you guys had enough legal trouble with Mapbox already ;) In all seriousness I completely agree as someone in the mapping community this seems like a logical home. You h…
-
comment
Comment #24313522
This money isn't going to facebook though? Facebook doesn't even take a cut of it. I imagine fb's intentions were to let the customer know that if 30% of the effective donation/pay…
- comment
- comment
-
comment
Comment #24298459
Apple's policies on this seem pretty messed up. I watched a video today where an app developer had to rip out user generated content (comments section) which seems crazy to me! Vid…
- comment
-
comment
Comment #23189216
Finally biting bullet and learning react (I've had run ins in the past) by converting a vanilla js handcoded-web (super complicated) app to react. Probably not the best app to lear…
-
comment
Comment #23016497
from who?
- comment
-
comment
Comment #22840846
For "presentation information"are you saying you just stream back the normal text on the screen (for that piece of information in the COBOL app) and then parse it into some sort of…
- comment
-
comment
Comment #22399002
Dreadful may be a little strong but anytime I've tried to implement something like asyncio for a non trivial piece of code it becomes pretty obtuse. (imo)