Viewing profile — goatslacker
goatslacker
HN member- Joined
- Fri, Aug 05, 2011, 11:47 PM UTC
- HN karma
- 336
- Public activity
- 110 items
- HN profile
- View on Hacker News ↗
About goatslacker
Recent public activity
-
comment
Comment #20188546
I’ve been enjoying the simplicity of keeping it plain using lit-html. It lets you write declarative markup and they’re template literals.
-
comment
Comment #17964504
Never found paddle shifters to be in the same league as a manual transmission even in modern high performance cars. There's always that bit of lag and delay with automatic that the…
-
comment
Comment #17712301
Yes and no. Sometimes it's not about the destination but about experiencing the journey. From the post it seems like the author extracted the value they wanted to extract over the …
-
comment
Comment #17315448
How much is this in Twilio fees each month?
-
comment
Comment #13447238
So long dear Wii U ! I'll always play and update you with neat hacks at my place. Seriously though, I don't understand people. For me the Wii U had way better games than the Wii an…
-
comment
Comment #13165902
This was known and expected.
-
comment
Comment #13037457
Amazing work! I'll be following through your post on Saturday; it will be a pleasure to reproduce some of those attack vectors.
-
comment
Comment #12695434
I've been using this library to read screenshots of Pokemon Go to automatically calculate Individual Values for each Pokemon[1] It's worked great on desktop, but on mobile safari w…
- story
-
comment
Comment #10960857
Love seeing these microframeworks pop-up. I wrote my own a while back for kicks http://goatslacker.github.io/lotus.css/ I would love to be able to make a custom builds of milligram…
- story
-
comment
Comment #9663186
Reminds me of http://www.spammimic.com/encode.shtml
-
comment
Comment #9643821
I'll take you up on that offer. Having comprehensive examples, documentation, and tutorials is something that sets Alt apart and I'd definitely like to have more of it. You, and an…
-
comment
Comment #9636490
Alt author here. I've actually begun to integrate some of the microflux ideas into Alt itself. Alt already has a lot of the benefits mentioned in the post: time travel, revert, rec…
-
comment
Comment #9510572
Hey - I was the person who used this tool the most while I was at FB. Thanks a bunch for open sourcing this I've been missing it.
-
comment
Comment #9097342
You can just define a class[1], but you'll need to transpile from ES6. [1] https://github.com/goatslacker/alt/blob/master/examples/chat...
-
comment
Comment #9042738
Five thirty eight's website loads in the ads, images, and even tweets before it loads in the actual content. This is completely backwards from what a web experience should be like.…
-
comment
Comment #8989722
Alt[1] has isomorphic support but there are some trade offs such as you're unable to use actions on the server. But you can still keep your stores as singletons and have them be co…
-
comment
Comment #8989585
This is pretty cool. There have been a ton of flux frameworks floating around lately, glad that there's an app that deals with async data to be able to compare each on their merits…
-
comment
Comment #8969143
OT: This is the first time I hear about tab for a cause and it sounds very interesting. However, their Chrome plugin requests permissions to "read my entire browsing history". The …
- story
- story
-
comment
Comment #8956042
Very nice, this is a great write up on an intro to flux. It feels like a lot of the learning curve on flux is spent trying to figure out exactly where to query data: in the actions…
- comment
-
comment
Comment #8932821
The interesting bit of isomorphic applications isn't the fact that you can use JS on the server. For me, it's that you can keep all your UI and UI-related logic written in one lang…