JohnDotAwesome | 9 years ago | on: Waymo: Google's self-driving car company
JohnDotAwesome's comments
JohnDotAwesome | 9 years ago | on: Why Kakoune – The quest for a better code editor
Happens to me all the time. But if using a macro was actually worth the effort in the first place, then it's probably still worth the effort to undo and record
JohnDotAwesome | 9 years ago | on: Anti-Aging Startup Raises $116M With Bezos Backing
JohnDotAwesome | 9 years ago | on: A Javascript journey with only six characters
JohnDotAwesome | 9 years ago | on: Search Results are officially AMP’d
JohnDotAwesome | 9 years ago | on: Search Results are officially AMP’d
See https://github.com/ampproject/amphtml/blob/master/src/servic...
I may be wrong on this, as I don't know enough about the codebase. However, I'm pretty sure it's just native scrolling.
JohnDotAwesome | 9 years ago | on: Refraction – JS library to make modules independent, testable and re-usable
You are still going to introduce conceptual dependencies between modules. I'd personally rather have explicit control over those dependencies and their interfaces rather than passing it through a bus.
But anyway, y'all, if class A depends on class B, formalize the interface between the two (throw an error when expectations aren't met) and then inject the instance!
JohnDotAwesome | 9 years ago | on: Refraction – JS library to make modules independent, testable and re-usable
JohnDotAwesome | 9 years ago | on: Is the web dying? The state of affairs in 2016
I don't necessarily disagree with that, but...
> Is updates a bother?
Yeah, kind of. Maybe just because I'm slow to update (my OS and my apps), but every couple of months, my apps break because I need to update (app devs apparently don't care about breaking older versions of their apps with API updates). On my iPhone5, I'll open an app (say, Facebook or Lyft), it starts up and then immediately crashes. This is how I know an update is available. I download the update, and yay, I can use the app again.
JohnDotAwesome | 10 years ago | on: Apricity OS: A Beautiful Arch Linux Distro
http://storage.j0.hn/Screen%20Shot%202016-04-04%20at%209.35....
3.2 million additions, 916k deletions 20 commits.
JohnDotAwesome | 10 years ago | on: Ask HN: How much do you make at Amazon? Here is how much I make at Amazon
Then I listened to Leonard Mlodinow's "The Upright Thinkers"; Oh god. Euclid's Window by Mlodinow was absolutely fantastic, and it was narrated by the slightly pompous-sounding -- but fitting -- Robert Blumenfield. Leonard had a somewhat slow, drawling voice, and he often stumbled over words. This was pretty disappointing because he seems like such a smart dude. He just shouldn't narrate his own books :)
JohnDotAwesome | 10 years ago | on: The City of the Eternal Boom
Everybody adapts to their environment, and in Texas, that means swimming when it's hot. As long as we get rain, the swimming holes are just absolutely fantastic. One summer, I went 3 or 4 times a week. Pack a bag with a few beers, bike to a trail, hike down to the water. The hotter, the better. You get super sweaty on the trek down, but getting in the water is so. damn. refreshing.
However, if you like hiking, Austin really sucks compared to Seattle. Washington has soooo many great hikes in close proximity to Seattle (less than 2hr). The best hikes around Austin feel like nerf trekking. Your best option is to drive 6 hours to Big Bend. Some folks recommend Pedernales or Enchanted Rock, but both are very popular and not at all challenging.
I love Austin, but dammit, we don't have mountains.
JohnDotAwesome | 10 years ago | on: Life on other planets would likely be brief and become extinct very quickly
JohnDotAwesome | 10 years ago | on: Life on other planets would likely be brief and become extinct very quickly
JohnDotAwesome | 10 years ago | on: Show HN: Nodal. Next-Generation Node.js Server and Framework
* Babel - ESNext - JSX * Gulp * Browserify - Incremental * Express * React router * Rolled my own flux - This was interesting because I didn't truly understand flux when I started - I _get it_ now
The routes on the server are the same routes on the client. When the server renders, React/ReactRouter take over on the client and use history pushState.
And that's actually about it. There aren't any other major libs that change the nature of the project.
One thing I'm looking to do next is get hot reloading working and to somehow cut down on the initial compile times.
JohnDotAwesome | 10 years ago | on: Show HN: Nodal. Next-Generation Node.js Server and Framework
All of my recent projects have been isomorphic react apps. I build my app like it were a fully client-side single page web app, but I get server rendering when there's a new http request. Once the page has rendered, the web app takes over and uses history pushState. There are very few pieces of code that aren't used in both places. Once you get the hang of it, you very naturally create mockable interfaces that can be swapped depending on environment.
In my opinion, this is pretty much the only category that makes JavaScript "Best-in-class"; It's the easiest language to build isomorphic web apps.
JohnDotAwesome | 10 years ago | on: Dependency-Free Google Places Autocomplete
We would love to use the Polymer project at Goodybag, however, this has deterred us:
> IE8 is incompatible due to its insufficient DOM support.
JohnDotAwesome | 11 years ago | on: Show HN: Stellar – Git for PostreSQL and MySQL
JohnDotAwesome | 11 years ago | on: Study participants typically did not enjoy spending 15 minutes by themselves
"... people basically found being alone with themselves not very fun and kind of boring."
"It seems that the average person doesn’t seem to be capable of generating a sufficiently interesting train of thought to prevent them from being miserable with themselves."
JohnDotAwesome | 12 years ago | on: Local.js: An IPC framework for open-architecture Web applications