daniel_sim
|
1 month ago
|
on: The struggle of resizing windows on macOS Tahoe
the steermouse g502 combo is just incredible. been my staple for years
daniel_sim
|
7 months ago
|
on: I tried Servo
daniel_sim
|
1 year ago
|
on: Show HN: I made a Sonic runner game in JavaScript
If SEGA have a problem with it, I say you swap the sprites for steamboat willie.
daniel_sim
|
1 year ago
|
on: Show HN: I made a Sonic runner game in JavaScript
I dunno, the roll-jump-attack method is really fun! I like that it's a bit of a game of chicken. Not really true to sonic but ¯\_(ツ)_/¯
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
|
2 years ago
|
on: Sparkle: A software update framework for macOS
as a user, I have always loved when apps use sparkle.
daniel_sim
|
2 years ago
|
on: There's More Proof That Return to Office Is Pointless
I’ll believe RTO is about collaboration when people starting giving up private offices to make more collaborative spaces.
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.comWe'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
|
11 years ago
|
on: Show HN: Workfrom – The best coffee shops and cafes to work from
Some interesting panorama effects on that Heart Coffee photo.
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: Ask HN: Best software tool to make an animated video?
After Effects, Flash if you're desperate.
daniel_sim
|
13 years ago
|
on: Chinese company uses leaked photos to copy, patent iPhone 5 design
Apple made the Google maps app.
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: John Gruber takes 'The Talk Show' to Mule Radio
Hard to tell if I'm biased or if this new format is as boring as it seems. Will have to try again tomorrow. Got about 10 minutes in tonight.
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.
daniel_sim
|
14 years ago
|
on: RubyMotion - Ruby for iOS
Should make for some good bridge FU on hypercritical this week...
daniel_sim
|
14 years ago
|
on: Learning VIM while playing a game
This is excellent! I really feel some of this sticking in my memory for once. Thanks.