Viewing profile — luke3butler
luke3butler
HN member- Joined
- Fri, Sep 16, 2016, 2:30 PM UTC
- HN karma
- 54
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About luke3butler
Recent public activity
-
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
-
comment
Comment #16292152
A decentralized, distributed ledger has value as well. Ethereum is a better example, but on the flip-side so is steel.
-
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…
-
comment
Comment #15188909
Works great on Android N for both webview and chrome.
-
comment
Comment #15124135
Userscript Version: https://gist.github.com/luke3butler/3ff89de4fb6564669eaa50d2...
-
comment
Comment #15071989
That's not Authy/Google Authenticator. That's social engineering their way into getting a persons text messages for SMS 2FA.
-
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…
-
comment
Comment #15032069
Booting them off cloudflare caused downtime at best.
-
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…
-
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…
- comment
-
comment
Comment #14925175
Bitcoin cash is BCH not BCC.
-
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…
-
comment
Comment #14821724
This was last edited in 2011. Things sure have changed.
-
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.
-
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.…
-
comment
Comment #14772090
This surprised me too, but it looks separate. You log in directly to GCP or AWS.
-
comment
Comment #14772039
This is only if you deploy to their servers. Other cloud providers are completely separate.
-
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…
-
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.
-
comment
Comment #14737651
Yep, the will-change was something new to me.
-
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…
-
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.
-
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…
-
comment
Comment #12514241
Media Query + min-width fix. https://gist.github.com/luke3butler/72492aaa68ee9425758ee786...