daniel_sim's comments

daniel_sim | 1 year ago | on: Is AWS S3 having an outage?

This is worth proposing. A tag where fallback text is provided within which can be overridden by the browser with a formatted date string would be excellent.

daniel_sim | 3 years ago | on: Sydney CBD is bringing back pedestrian “beg buttons”

I have a 30-minute walking commute to work, and changing back to non-automated buttons has added about 5 minutes to that if I'm not super lucky with timing. The worst is seeing the lights turn and knowing it would have lit up green for pedestrians only to have to wait a full cycle for the next opportunity.

daniel_sim | 10 years ago | on: Ask HN: Who is hiring? (April 2016)

Westfield Labs | San Francisco | ONSITE | http://www.westfieldlabs.com

We're hiring across a range of engineering positions. But the coolest is definitely this one:

"Contribute to a next generation JavaScript library for indoor mapping, which utilizes WebGL, physics, indoor positioning, and wayfinding. The engineer will be responsible for adding new features and apply performance improvements to the existing code base. You will solve challenging problems like applying performant collision detection algorithms for UI elements, or creating a solution for turn-by-turn directions. We are changing the game for indoor mapping, positioning, and wayfinding, as well as some top-secret research ideas (Pst - there will be robots).

[email protected]

daniel_sim | 13 years ago | on: Tell HN: My Web App has 13 Users

I've just finished reading The Lean Startup. There is so much in there that is relevant to this if you haven't already read it I highly recommend you check it out. Especially the sections on engines of growth and metrics.

daniel_sim | 13 years ago | on: Tips for work-life balance

Two things me sane: I get up an hour earlier than I need to in the morning to sit, think (high level/long term), plan and occasionally write. I set "Do not disturb" on my phone to automatically enable at 6pm daily.

daniel_sim | 13 years ago | on: A 12pt font should look useful everywhere

My approach is to leave it to the device manufacturer/user and only use % based font sizing. CSS wise, for layout I then rely on % for horizontal spacing/positioning and em's for the verticals, which act as a kind of "em = line" system. Even though an em is rarely a line is a baseline sense, it makes cross-device design a lot more painless leaving the base unit to the device itself.

daniel_sim | 13 years ago | on: A Primer on Hybrid Apps for iOS

What you need to do is use a 'touchUpInside' event, there are a couple wwdc preso's that cover it. Basically you compare coords of a touchend event to the coords of the target. Touchend events fire instantly so you dont have to worry about the 300ms click delay. Dug this out of some old code, wont work out of the box but you get the gist. https://gist.github.com/3067704

daniel_sim | 14 years ago | on: LESS Prefixer

Ahhh great! I've been rolling my own as I go, but this will save a lot of time and effort.
page 1