HN user

numbnuts

129 karma
Posts28
Comments53
View on HN
blog.vlt.sh 3y ago

The bug at the heart of the NPM ecosystem

numbnuts
3pts0
css-tricks.com 7y ago

A Story About the Trouble with Job Titles and Descriptions

numbnuts
3pts0
www.smashingmagazine.com 9y ago

Using System UI Fonts in Web Design: A Quick Practical Guide

numbnuts
1pts0
www.electrode.io 9y ago

Electrode – Universal React/Node Application Platform

numbnuts
2pts0
github.com 9y ago

Magit interfaces for GitHub

numbnuts
1pts0
techcrunch.com 9y ago

Skully has crashed and burned

numbnuts
4pts1
m.signalvnoise.com 10y ago

The Majestic Monolith – Signal V. Noise

numbnuts
1pts0
webtypography.net 10y ago

The Elements of Typographic Style Applied to the Web

numbnuts
2pts0
medium.com 10y ago

DjangoCon 2016: Day 1 Recap

numbnuts
8pts0
samrosecruz.com 10y ago

Building Design Systems

numbnuts
1pts0
medium.com 10y ago

You might not need React Router

numbnuts
1pts0
medium.com 10y ago

Clean JavaScript: Using use-case interactors

numbnuts
2pts0
blog.trello.com 10y ago

Introducing the Trello App for Slack

numbnuts
2pts0
www.jwtinspector.io 10y ago

JWT Inspector – Browser Extension to Inspect and Debug JSON Web Tokens

numbnuts
3pts0
www.reactboilerplate.com 10y ago

React Boilerplate

numbnuts
2pts0
github.com 10y ago

Devcards for react

numbnuts
2pts0
medium.com 10y ago

React Router is dead. Long live rrtr

numbnuts
8pts0
sheldonkreger.com 10y ago

The Node.js Event Loop Is a Damn Mess

numbnuts
2pts0
medium.com 10y ago

Improving Your Web App with Functional Object-Oriented Design

numbnuts
4pts0
twitter.com 10y ago

Bower development is stopped. Move to npm, if you haven't already

numbnuts
5pts1
medium.com 10y ago

Why I’m not staking my future on MeteorJS

numbnuts
4pts0
remysharp.com 10y ago

The toxic side of free. Or: how I lost the love for my side project (part 1)

numbnuts
3pts0
builtvisible.com 10y ago

Responsive Images for Busy People

numbnuts
1pts0
viget.com 10y ago

A Google Analytics Dashboard for Front-End Developers

numbnuts
2pts0
codeboot.org 13y ago

CodeBoot - in-browser JS REPL w/ single-stepping

numbnuts
1pts0
blog.grayghostvisuals.com 13y ago

How it's made: Front-end developers spill the beans

numbnuts
1pts0
nullprogram.com 13y ago

Skewer -- Emacs Live Browser Interaction

numbnuts
5pts0
www.nczonline.net 13y ago

Nicholas C. Zakas' Thoughts on TypeScript

numbnuts
4pts0

VIA is Chromium-only because of WebHID which, last I checked, isn't even on the standards track. I don't blame Mozilla for that. The API is useful but I don't want Firefox just implementing whatever Google decides to try to railroad into web standards.

I'm with you on Mozilla removing the ability to install PWAs on desktop though. Strange that they'd ditch it on desktop but not mobile.

I've been teaching web dev for ~10 years, I learned early on that with JavaScript, the programming fundamentals need to be introduced in bits and pieces. The class hits a wall otherwise. As much as I would like to focus on programming fundamentals first, a class of adults needs to know and get hands-on experience with the why asap to keep them engaged. So I introduce some DOM basics early like the author outlined (except for the last two items).

It also really depends on the profile of the students themselves. I teach at a coding bootcamp now where we also have short courses on just front end web development. The bootcampers are typically more amenable to a front-heavy, bottom-up, fundamentals-first approach. The short-course students need more hand-holding.

As for Ars, they used to have a journo that would publish 10+ page reviews of the latest Mac OS release, and the dude had an extensive knowledge of Apple and Apple products.

John Siracusa. He left Ars ~5 years ago, I think. Even after I switched away from OS X, I would still read his reviews.

Isn't TypeScript committed to implementing all stable ECMAScript features?

It being a superset with TypeScript-only features on top of ECMAScript, wouldn't the "aggressive changes" you complain about be worse?

After the big dump of new features in ES2015, I don't find the pace of planned updates to the language aggressive at all. JavaScript is still playing catch up.

People will complain if they don't add features. When they do add new features, people complain that they're "bloating" the language or moving too fast. Damned if you do, damned if you don't.

The JS ecosystem is a different matter.

I wouldn't want to be around you when you're actually worked up.

I found it both funny and useful. But I can see where you're coming from. If I wanted something fucking accurate that goes into greater fucking detail than 1-2 mostly tongue-in-cheek sentences I'd go to the fucking source.

I wouldn't be surprised if HTML emails convert better (not for the HN crowd, obviously).

Most newsletters I subscribe to still use multipart, thankfully. If I'm not mistaken, Campaign Monitor and Mailchimp require you to have a plain text version for your campaigns.

We default to Make too since we're all (all two of us) running a *nix OS. I'm currently sub-contracting for an agency with devs all running Windows so I'm hoping `npm run` works well enough. If I had it my way I'd just tell them to install MinGW but they might take that as me telling them to go fuck themselves.