Live data from Hacker News

Viewing profile — murphy214

murphy214

HN member
Joined
Tue, Aug 14, 2018, 7:57 PM UTC
HN karma
38
Public activity
44 items

About murphy214

No profile information was provided.

Recent public activity

  1. comment
    Comment #41540662

    import os os.system('mycommand | sed 's/ugly/beautiful/g' | awk -F: '{print $2,$4}' 1> something.report 2> err.log')

  2. comment
  3. 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…

  4. 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?

  5. 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

  6. 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…

  7. 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 …

  8. comment
  9. 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…

  10. comment
    Comment #26424946

    Research Chemicals... sometimes called analogs

  11. 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…

  12. comment
  13. comment
  14. 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…

  15. 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…

  16. comment
  17. comment
  18. 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…

  19. comment
  20. 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…

  21. comment
    Comment #23016497

    from who?

  22. comment
  23. 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…

  24. comment
  25. 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)