HN user

drham

74 karma

twitter: @danielrhammond

Posts0
Comments26
View on HN
No posts found.
Don't learn Dvorak 8 years ago

I use colemak as well. I find it way more rare than you might think that you have to type in QWERTY. There are probably couple of times a year I need to, and I can always get away with some quick hunt n' peck in those rare cases.

Among many other reasons referenced by others, the users who would be willing to fork over a subscription fee to access twitter are exactly the demographic that twitter needs in order to keep its advertising attractive to marketers. A successful subscription option for a service like twitter would greatly diminish the value of their advertising inventory.

Ok I'm all for a good app store rejection story but this sounds pretty suspect: “any app designed to help people use their phones less is unacceptable for distribution in the App Store.”

It's way more likely because there isn't a public API for changing the application icon on iOS (at least until 10.3 https://developer.apple.com/reference/uikit/uiapplication/28...)

...and even when once there is a public API. It is certainly against app store rules to infringe on the trademarks of popular social network companies for what you use as your icon.

My resolution isn't a specific project, but more of a general commitment to spending regular time on side projects.

I've very recently been enjoying using pomodoro[1] cycles to track my productivity at work and I'd like to translate the same behavior to my side projects and commit to getting 4 cycles done per week (~2 hours), and tracking that information to keep myself accountable.

[1] https://en.wikipedia.org/wiki/Pomodoro_Technique

91% could also pretty misleading because not all vulnerabilities are equal. It's easy to let 9 potential segfaults or memory corruption issues get disclosed if you get to hold on to the 1 iOS Zero Day/Shellshock type attack/etc...

Apple's Indies 11 years ago

Though if Apple removed its cut it would likely be even less incentivized to fix thing like app store review times/app store discovery, as those teams would suddenly become pure cost centers.

Apple's Indies 11 years ago

It's not just about Taylor Swift having way more pull than any developer, she was also presenting Apple with a problem simple enough that it could literally be solved by throwing money at it.

As Rob Napier pointed out in a great blog post [1]: The app store sustainability problem is definitely not the sort of problem you can just throw money at, and thus can't be responded to by Apple with the same way.

Even in this article it is immediately apparent there is no consensus among the affected as to what the real problem is: Is it lack of free trials? Paid upgrades? Review times?

[1] http://robnapier.net/throw-money

One common reason is that it is a requirement to do the fast app switching Facebook auth, which is why you see many URL schemes in that list in the form of fb[facebook app id][optional suffix]://

This is so that after auth the Facebook app has a URL to fast app switch back to and handle the authentication result.

"Research and development at the start-up, which employed just 55 people at the time it was sold, totaled $77 million"

I'm super-confused by this, can anyone explain what sorts of expenses would be this high and labeled as R&D costs for a company like WhatsApp?

Showing the CPU+Battery utilization graph for a sample app is a pretty dubious way to demonstrate the performance impacts of swizzling sendAction:to:from:forEvent:

It may indeed be a negligible impact as they claim, but using the Time Profiler instrument they could show exactly how much time is spent in the main queue on their swizzled code which would be a much better indication of whether or not the performance impact is negligible than eyeballing a cpu utilization graph.

Ask HN: Idea Sunday 12 years ago

A website that allows maintainers of open-source projects to flag/create tickets where it would be helpful for others to help out.

I personally want to make more OSS contributions, but often I find it hard to find projects where I can contribute meaningfully. Meaning specifically that they are projects that have problems that match my expertise, are actively maintained (my patches will be appreciated), and have unresolved tickets where assistance would be useful (they are looking for outside help).

I imagine there are at-least some OSS maintainers who would like to recruit more contributors as well, and a site that would help match both would be beneficial for everyone.

Someone has implemented a similar process in an iOS app called Velocity (http://velocityapp.com). I downloaded it a few weeks ago and have tried it off and on, I have trouble for the use case of reading feeds (it integrates mostly with rss feeds I think) in that I tend to do that reading in distraction-prone environments but it might work better for other mediums

Apple does at least allow download of the last compatible version for iOS apps.

Unfortunately this also puts developers in a really tough spot if they have a large number of iPad (or other users of obsolete devices) as they are unable to ship updates to that obsolete version and they are forced to either disable this download completely abandoning the customers or have it available and be unable to make any bugfixes or other updates