computmaxer | 6 years ago | on: Tech Veganism
computmaxer's comments
computmaxer | 6 years ago | on: Tech Veganism
No need to worry about explaining it kindly and plainly to me :)
computmaxer | 7 years ago | on: I Sell Onions on the Internet
computmaxer | 7 years ago | on: Doom 3 in WebAssembly
computmaxer | 8 years ago | on: IPhones start slowing down after a year
computmaxer | 9 years ago | on: Is Semantic Versioning an Anti-Pattern?
I work on a platform team developing many different libraries used by many different teams throughout the company. If we didn't leverage semver (or some versioning scheme that at least differentiates between breaking and non-breaking changes) I don't know how we would do it. We either a) wouldn't be able to release 'patch' updates to a particular library without consumers getting it for free/automatically without changing anything or b) wouldn't be able to release breaking changes without it automatically breaking consumers builds.
Semver may not be useful for the final build or end product that you end up shipping. But it is a very useful tool for all the parts (dependencies) that make up that final product.
computmaxer | 9 years ago | on: AirPods are now available
I almost always have both my Macbook Pro an iPhone connected. The switch from listening to music from the laptop to the iPhone (such as when I leave the office and get on the bus) is seamless. Simply stop playing music on the laptop and start playing music on the phone. I highly recommend them.
computmaxer | 9 years ago | on: MacBook Pro
computmaxer | 9 years ago | on: MacBook Pro
No innovative features? What do you call a ribbon display that no one has ever done before?
No expansion - nothing new to the MBP line.
computmaxer | 9 years ago | on: What Apple should tell you when you lose your iPhone
computmaxer | 10 years ago | on: Programming by poking: why MIT stopped teaching SICP
computmaxer | 10 years ago | on: We are ruthless on code reviews
The post comes off a little more abrasive than I'd like. I think writing it as an "email" to a hypothetical new team member makes it worse.
The point is: we take our code reviews seriously and we may point out things that seem silly or nitpicky, we may question your approach, we may make many suggestions for improvement, but at the end of the day it is nothing personal. It is for the common goal of high code quality.
computmaxer | 10 years ago | on: Why Are We Fighting the Crypto Wars Again?
computmaxer | 10 years ago | on: Safari is more energy-efficient than Chrome and Firefox on OS X
computmaxer | 10 years ago | on: Safari is more energy-efficient than Chrome and Firefox on OS X
computmaxer | 10 years ago | on: Apple’s Share of Smartphone Industry’s Profits Soars to 92%
computmaxer | 10 years ago | on: Iowa Makes a Bold Admission: We Need Fewer Roads
computmaxer | 11 years ago | on: Going “Write-Only”
computmaxer | 11 years ago | on: Ask HN: What are the books that changed the perspective of your life?
computmaxer | 11 years ago | on: Shipping Culture Is Hurting Us
You must be confused. Node.js is used to run JavaScript on the server, not in a browser (the client).