Twiter: http://twitter.com/hamidp Trello: http://trello.com/hamid
Relevant quote from Otellini, the former CEO "The thing you have to remember is that this was before the iPhone was introduced and no one knew what the iPhone would do... At the end of the day, there was a chip that…
Mint provides value and it's a trusted brand, so people feel okay about giving them access. I could potentially trust Mint but anything smaller and not based in the US definitely not.
This definitely is in the right direction, but leaves out a lot of very important things. I think of a senior developer as someone who is effective. Roughly that means: * Planning: Ability to take on large, ill-defined…
You're thinking about it wrong. It's not about the complexity of code or any measure thereof, but a simple communication issue. Telling someone that their code is too complex can very easily be interpreted as a personal…
I will give you $5K cash if you can get me a decent 1 br in the 20s for $1500. even if you own just the condo fees will run $1500
TCP is usable everywhere. Socket.io builds on top of websockets. Socket.io is useful when you have legacy web browsers that may not do websockets. Beyond that, it does not bring much over regular websockets.
The really interesting thing is that the Economist has been able to increase their rates while still growing subscriptions. Their digital subscription is as much as print as well. They have been blessed by a wealthy…
There actually is containerization for windows that does not do VMs: http://www.microsoft.com/en-us/windows/enterprise/products-a...
I work at Trello. We actually don't think of Trello as Kanban. Trello at its core is a collaborative list of lists. You can use Trello to implement a Kanban workflow but Trello is not an implementation of Kanban. A lot…
Also check out http://www.decalgirl.com/ . I made this for my mbp: https://twitter.com/hamidp/status/463408033670774785/photo/1
I work at FC and this is the way it pretty much works, except people rarely go out since our caterers are really good.
This isn't really material, but more of a "I've copied the colors and misused them." A huge part of material is animations and behaviors and this doesn't have it. Simplest example is buttons. Go to…
We have never rejected anyone based on which school they went to, and conversely have never extended someone an offer based on the school they went to. The schools we actively recruit at all admit less than 30% of…
I have a green card, so no visa necessary.
I'm a Fog Creek employee who is also an immigrant and did not go to an Ivy League school. I also do a fair bit of interviewing at Fog Creek and we don't really care about which school you went to. We look for smart…
Dart requires a major redo of everything. Kotlin is a nice evolution with an easy and soft transition.
My biggest hope for Google IO '14 is the announcement of Kotlin as the Android language. Yes, you can already use Kotlin for Android actually but it's not well-supported and the community is small. The benefit for…
The biggest issue with this benchmark is the unrealistic data model and the access pattern. From my admittedly limited knowledge a better benchmark would involve: - String keys because who uses int keys? It would be…
Another Trello dev here. Basically, we have many clients that are consuming the API, including our mobile apps. We never change the published interface so that if you're getting some board fields that will always work.…
Another Trello Android dev here. We use gradle for building. The actual app is split into two, trello-app and trello-lib. Anything that can be done w/o Android like SQLite caching, API calls, etc., is done in trello-lib…
Trello dev here. The web client (trello.com) has a cookie that has the auth information. The actual code executed for both examples is identical.
Why? You already have it just the way fanout has done it with an extension. XMPP as a protocol is very throughly thought out and mature with tons of libraries, clients and servers.
Not familiar with Linux kernel development practices, but wouldn't have any semi-capable static analysis tool caught this?
Is there a way to cancel an account w/o an angry blog post and then waiting for a call from PR? I created a Windows Store account when I was a MSFT employee and it's straight up impossible to cancel it. There are…
Genymotion is absolutely amazing. Not only is it super fast but also has images with Google Apps, which are almost impossible to get on an emulator. The downside of using Genymotion is that it's so fast it will hide a…
Relevant quote from Otellini, the former CEO "The thing you have to remember is that this was before the iPhone was introduced and no one knew what the iPhone would do... At the end of the day, there was a chip that…
Mint provides value and it's a trusted brand, so people feel okay about giving them access. I could potentially trust Mint but anything smaller and not based in the US definitely not.
This definitely is in the right direction, but leaves out a lot of very important things. I think of a senior developer as someone who is effective. Roughly that means: * Planning: Ability to take on large, ill-defined…
You're thinking about it wrong. It's not about the complexity of code or any measure thereof, but a simple communication issue. Telling someone that their code is too complex can very easily be interpreted as a personal…
I will give you $5K cash if you can get me a decent 1 br in the 20s for $1500. even if you own just the condo fees will run $1500
TCP is usable everywhere. Socket.io builds on top of websockets. Socket.io is useful when you have legacy web browsers that may not do websockets. Beyond that, it does not bring much over regular websockets.
The really interesting thing is that the Economist has been able to increase their rates while still growing subscriptions. Their digital subscription is as much as print as well. They have been blessed by a wealthy…
There actually is containerization for windows that does not do VMs: http://www.microsoft.com/en-us/windows/enterprise/products-a...
I work at Trello. We actually don't think of Trello as Kanban. Trello at its core is a collaborative list of lists. You can use Trello to implement a Kanban workflow but Trello is not an implementation of Kanban. A lot…
Also check out http://www.decalgirl.com/ . I made this for my mbp: https://twitter.com/hamidp/status/463408033670774785/photo/1
I work at FC and this is the way it pretty much works, except people rarely go out since our caterers are really good.
This isn't really material, but more of a "I've copied the colors and misused them." A huge part of material is animations and behaviors and this doesn't have it. Simplest example is buttons. Go to…
We have never rejected anyone based on which school they went to, and conversely have never extended someone an offer based on the school they went to. The schools we actively recruit at all admit less than 30% of…
I have a green card, so no visa necessary.
I'm a Fog Creek employee who is also an immigrant and did not go to an Ivy League school. I also do a fair bit of interviewing at Fog Creek and we don't really care about which school you went to. We look for smart…
Dart requires a major redo of everything. Kotlin is a nice evolution with an easy and soft transition.
My biggest hope for Google IO '14 is the announcement of Kotlin as the Android language. Yes, you can already use Kotlin for Android actually but it's not well-supported and the community is small. The benefit for…
The biggest issue with this benchmark is the unrealistic data model and the access pattern. From my admittedly limited knowledge a better benchmark would involve: - String keys because who uses int keys? It would be…
Another Trello dev here. Basically, we have many clients that are consuming the API, including our mobile apps. We never change the published interface so that if you're getting some board fields that will always work.…
Another Trello Android dev here. We use gradle for building. The actual app is split into two, trello-app and trello-lib. Anything that can be done w/o Android like SQLite caching, API calls, etc., is done in trello-lib…
Trello dev here. The web client (trello.com) has a cookie that has the auth information. The actual code executed for both examples is identical.
Why? You already have it just the way fanout has done it with an extension. XMPP as a protocol is very throughly thought out and mature with tons of libraries, clients and servers.
Not familiar with Linux kernel development practices, but wouldn't have any semi-capable static analysis tool caught this?
Is there a way to cancel an account w/o an angry blog post and then waiting for a call from PR? I created a Windows Store account when I was a MSFT employee and it's straight up impossible to cancel it. There are…
Genymotion is absolutely amazing. Not only is it super fast but also has images with Google Apps, which are almost impossible to get on an emulator. The downside of using Genymotion is that it's so fast it will hide a…