Live data from Hacker News

Viewing profile — ChrisArgyle

ChrisArgyle

HN member
Joined
Mon, Mar 30, 2015, 1:32 PM UTC
HN karma
357
Public activity
92 items

About ChrisArgyle

No profile information was provided.

Recent public activity

  1. comment
    Comment #15871982

    The author was a former VP at Rogers Communications, Inc, a Canadian ISP. https://ca.linkedin.com/in/kenneth-engelhart-591a204

  2. comment
    Comment #12146532

    The Mozilla Organization has a partnership with Yahoo! to make them Firefox's default search engine [1]. Firefox was created by the Mozilla Organization which was created by Netsca…

  3. comment
    Comment #11872043

    If you miss Ted Dziuba's writing at Unvoc you will thoroughly enjoy this article

  4. comment
    Comment #11847413

    Also the author seems to have missed that this char limit is changing. In Python, for example, an official style guide update in 2013 [1] allows for 100 char line length. [1] https…

  5. comment
    Comment #11822315

    I would have to imagine that a massive corporation like Amazon has automatic detection of issues with tier 1 services like search.

  6. comment
    Comment #11814885

    As a Bronx resident this sounds very exciting. As a jaded consumer of modern media this sounds suspiciously one-sided. What are the downsides? It doesn't seem to generate revenue o…

  7. comment
    Comment #11786099

    TL;DR Modern medicine is over! Get to the zombie apocalypse shelter! Not really though; everything scary in this article is either wrong, exaggerated or both. Ars Technica explains…

  8. comment
    Comment #11764496

    > While it is technically, theoretically possible that their system is open to the introduction of these biases but does not actually exhibit those biases in the aggregate, it is a…

  9. comment
    Comment #11764211

    I took "systematic bias" to have similar meaning to "systematic error" meaning that there is a constant shift on every data point. Admitting the possibility of bias is very differe…

  10. comment
    Comment #11763706

    Honestly this is more likely due to the actual outcome being too complex for a headline. "Facebook denies systematic bias but admits their current process allows bad actors to appl…

  11. comment
    Comment #11762521

    The central thesis here is that APIs should be treated like GUIs. Make them as intuitive as possible to minimize brain space waste (ie. memorization of non-transferable, vendor-spe…

  12. comment
    Comment #11731056

    > Why on earth isn't there just a generic keyboard-shortcut preference where I can control every possible browser action and its associated keyboard shortcut? It turns out this ext…

  13. comment
    Comment #11729643

    Analysis from Chrome devs here https://codereview.chromium.org/1854963002 Though I am a frequent user of backspace in Chrome I'm inclined to agree with their decision. Almost no on…

  14. comment
    Comment #11574464

    I'm embarassed to say I haven't even heard of MobaXterm. This is going on my remote-work rig tonight.

  15. comment
    Comment #11573495

    That sounds like a scenario for long-form work over a mobile network (eg. on a laptop through a mobile hotspot). Mosh from a laptop is a no-go for me because there's no Windows-bas…

  16. comment
    Comment #11572748

    "Why use this instead of GNU screen?" The low latency features really set this one apart. The smart local echo (it underlines unconfirmed predictions) make it much nicer to use ove…

  17. comment
    Comment #11544145

    I second the asyncio endorsement. I started using Python 3 just to try out asyncio and never went back. It works like a dream.

  18. comment
    Comment #11500407

    path=$foo/$bar if [[ $path =~ [[:space:]]*/[[:space:]]* ]]; then echo NOPE else rm -rf $path fi

  19. comment
    Comment #11455076

    The title is a bit click-baity and misleading. DevOps isn't dead it's just becoming centralized. The rub seems to be that quality managed services are widely available and affordab…

  20. comment
    Comment #11438755

    Home Assistant user here, too. After my house got robbed it was either $1000-$2000 for commercial, cloud-locked systems or Home Assistant with $200 worth of X10 devices and IP came…

  21. comment
    Comment #11438735

    Also great is the wow factor when you show off the mobile interface. Material design is a big time crowd pleaser.

  22. comment
    Comment #11399432

    TL;DR Man plays a single Civ II game, locked in a 3-way stalemate, for 10 years (2000 in-game years). He asks reddit for advice on ending the stalemate, posting his savegame. Quick…

  23. comment
    Comment #11269459

    Maybe its a cross product? If we assume "Welcome" is a 2x1 matrix and "11" is shorthand for [1 1]

  24. comment
    Comment #11248083

    Believe it or not, you don't even have to change your workflow to try out python 3. If you're on a Red Hat/Ubuntu-based system just add a '3' to everything (python3, pip3, pdb3, et…

  25. comment
    Comment #11226432

    I've seen this go badly even when the first responders are the ones configuring the alerts. For example those getting paged for slow app response times want DBAs to be paged for sl…