timme's comments

timme | 4 years ago | on: If gender female

Also, the population segment that matches all three conditions will be far from 'micro'.

timme | 5 years ago | on: Voltswagen of America

It's not tainted in Europe either. Sales are healthy and you see cars from the full range (Skoda, Seat, VW, Audi) aplenty. The overlap between car buyers and outrage bubble subscribers might be limited.

timme | 11 years ago | on: The state and rate of HTTP/2 adoption

Good post, but that pie chart, man.

In future posts of similar nature I suggest clarifying visualizations with labels, or moving the legend much closer to the chart.

timme | 11 years ago | on: Are we web yet?

I have nothing to do with the Rust language, but here's what gave it away for me:

- giant rusty-looking "R" logo

- "... you can use Rust for ..."

timme | 11 years ago | on: Tinychart – simple, ready-to-go charts

If you're in the market for "simple" solutions like this, do yourself a favor and spend one afternoon with d3.js.

Pre-packaged chart solutions will never achieve 100% of what you're trying to do because the options for customization of charts are endless.

Learning the basics of d3.js will liberate and empower you.

This is a fantastic place to start: http://chimera.labs.oreilly.com/books/1230000000345/index.ht...

If you're a web developer you can start at chapter 6 and stop as soon as you know enough to do your thing.

timme | 11 years ago

> No more dealing with SQL or other finnicky languages. Everyone's happy when your developers are happy.

SQL a 'finnicky language'? Are you for real? Jesus.

timme | 11 years ago | on: Ask HN: Where to start on creating AI for games?

To create a good (i.e. actually useful) bot you want to start by spending a lot of time in whatever game you're targeting.

Most bots, or trivial helpers like macros, are written by the players that have spent a lot of time in a game and identified the elements most worthy of automation. The player's lack of in-depth technical knowledge then leads to the mass of crappy bots out there.

If you're coming from the opposite side, i.e. you have technological knowledge but don't know where to start, all you're missing is domain knowledge of an individual game or genre to figure out what you actually want to build.

Edit: it's also worth noting that game AI and bots are pretty different problems.

timme | 11 years ago | on: There is no fold

If a 4 word claim with a few overstyled charts qualifies as research then we're doomed anyways.

timme | 11 years ago | on: Pinboard 2014 Expenses

still happy i paid for pinboard a while ago.

the "no-nonsense, speed first" policy and the fact that it's actually being executed are my favorite things about the service.

timme | 11 years ago | on: A Maintainable Style Guide

The upsides remain the same, but in small teams there is less pressure to go for a component architecture, so you have to come up with the discipline to go through the extra effort initially.

timme | 12 years ago | on: Slick – Carousel

> the last carousel you'll ever need

> (requires jQuery 1.7 +)

yeah... no.

if you really want to deliver on that claim then make it a vanilla JS component.

page 1