Live data from Hacker News

Viewing profile — luke3butler

luke3butler

HN member
Joined
Fri, Sep 16, 2016, 2:30 PM UTC
HN karma
54
Public activity
25 items

About luke3butler

[ my public key: https://keybase.io/luke3butler; my proof: https://keybase.io/luke3butler/sigs/eTcAJNLA6Azb11OP9NfX4ICCmpXvOjzHBrJLkHFbgd8 ]

Recent public activity

  1. comment
    Comment #16410670

    Have you tried out teleconsole? I've used it quite a bit and I'm quite happy with it. https://github.com/gravitational/teleconsole

  2. comment
    Comment #16292152

    A decentralized, distributed ledger has value as well. Ethereum is a better example, but on the flip-side so is steel.

  3. comment
    Comment #16290204

    This might be beating a dead horse, but what's the difference between Bitcoin and gold then? If gold loses its value, then it's just a heavy rock. They both take time, money, and r…

  4. comment
    Comment #15188909

    Works great on Android N for both webview and chrome.

  5. comment
    Comment #15124135

    Userscript Version: https://gist.github.com/luke3butler/3ff89de4fb6564669eaa50d2...

  6. comment
    Comment #15071989

    That's not Authy/Google Authenticator. That's social engineering their way into getting a persons text messages for SMS 2FA.

  7. comment
    Comment #15056077

    But you can use JSX with Vue if that's what you prefer. Vue passes everything down to render functions in the end anyways. React forces JSX use, so a lot of times the battle betwee…

  8. comment
    Comment #15032069

    Booting them off cloudflare caused downtime at best.

  9. comment
    Comment #15032020

    "Literally, I woke up in a bad mood and decided someone shouldn’t be allowed on the Internet. No one should have that power." I've been jumping back and forth over the fence on thi…

  10. comment
    Comment #15032009

    I originally wrote this comment because BCC has been reserved for BitConnect prior to the existence of Bitcoin Cash. Looks like BitConnect might need to come up with a new short-na…

  11. comment
  12. comment
    Comment #14925175

    Bitcoin cash is BCH not BCC.

  13. comment
    Comment #14893900

    Why is anything worth anything? Gold and silver have value because they're more rare than other metals, there's only so much of it that exists, and it takes time, money, and work t…

  14. comment
    Comment #14821724

    This was last edited in 2011. Things sure have changed.

  15. comment
    Comment #14806983

    The music discovery gave me some new bands that don't have a lot of listeners. Thanks! I'll be back for more.

  16. comment
    Comment #14792287

    The entire project is 89 lines of ES6 JS. Python 2 was just used for four lines of example middleware. You can write middleware in anything that's executable via a terminal window.…

  17. comment
    Comment #14772090

    This surprised me too, but it looks separate. You log in directly to GCP or AWS.

  18. comment
    Comment #14772039

    This is only if you deploy to their servers. Other cloud providers are completely separate.

  19. comment
    Comment #14771253

    "Aside from "Function as a Service" providers, we also are working hard on bringing the Now experience to container management solutions such as Kubernetes. These systems provide a…

  20. comment
    Comment #14738036

    There are a lot of jsperf tests like this one https://jsperf.com/translate3d-vs-xy/4 This isn't pure css as it's using JS to set the property, but it should be a good indicator.

  21. comment
    Comment #14737651

    Yep, the will-change was something new to me.

  22. comment
    Comment #14737452

    TL;DR These are the best css properties to animate with Position — transform: translateX(n) translateY(n) translateZ(n); Scale — transform: scale(n); Rotation — transform: rotate(n…

  23. comment
    Comment #14726765

    Would you say contracting on the side is taking on too much? I think I could handle it. I like having the stability, so easing into contracting might be a viable option for me.

  24. comment
    Comment #14725692

    I've been searching for a remote position for 6 months, and I can relate to OP on a lot of this post. Methods slightly different. I feel like I'm one of a huge crowd and being igno…

  25. comment
    Comment #12514241

    Media Query + min-width fix. https://gist.github.com/luke3butler/72492aaa68ee9425758ee786...