Live data from Hacker News

Viewing profile — aguynamedrich

aguynamedrich

HN member
Joined
Tue, Apr 10, 2012, 3:13 PM UTC
HN karma
29
Public activity
18 items

About aguynamedrich

No profile information was provided.

Recent public activity

  1. comment
    Comment #7038865

    The first time I used bit manipulation in web apps was for declaring user roles and permissions. A single integer field in your database can be used to declare any combination of u…

  2. comment
    Comment #6577906

    I didn't see anything in there advocating overabundance on either side, simply the irony of selling an alternative to one overabundance to a mass of people willing to engage in an …

  3. comment
    Comment #6343894

    Their Android libraries and their involvement in the Android dev community are incredible.

  4. comment
    Comment #5997985

    I was checking the app out earlier and was curious to see what they're doing and what kind of data they're collecting, and they're really doing nothing out of the ordinary or worth…

  5. comment
    Comment #5960085

    That doesn't give you the phone number though, nor does it excuse them using the phone number (as I'm inferring from the wording in the article). TelephonyManager.getDeviceId() ret…

  6. comment
    Comment #5183660

    The first comment is a self promoting alternative (daPulse) whose website looks very similar and whose product, much like the one being promoted, just looks like a slightly differe…

  7. comment
    Comment #4646694

    Looks cool, but also looks just like it's aspiring to be Android Bootstrap which already exists. I don't use either, because application setup isn't really the big pain point of An…

  8. comment
    Comment #4455343

    The bit about building a web app in C is totally off-topic from your claim that 100 lines of python would equal 100 hrs of Java. If you can only write good software in a short amou…

  9. comment
    Comment #4455236

    So, you're suggesting the following analogy: The crime level of a region relates to the region itself the same way that the quality of software relates to the language the software…

  10. comment
    Comment #4454511

    So, the language choice of a piece of software determines the amount of time and money that is required to build the system?

  11. comment
    Comment #4020484

    That's not always the case. I have grown overwhelmingly comfortable writing all my utilities and demos in Visual Studio, but I no longer work for a Microsoft shop, which is where I…

  12. comment
    Comment #4020223

    http://techcrunch.com/2010/09/19/facebook-is-secretly-buildi... This article is from nearly two years ago and claims that Facebook was very secretively working on its own mobile OS…

  13. comment
    Comment #4008609

    Tricky, but not impossible. The same as you would have to learn the API's and general usage patterns of new features, you just have to learn how to use the compatibility package or…

  14. comment
    Comment #3920762

    I keep seeing these awkward auto-posts on Facebook from both Socialcam and Viddy, and as someone not seeking out a product like either of these, this is my only impression of these…

  15. comment
    Comment #3900966

    Reasons not to listen to this guy: 1. Not all CEO's work 20 hour days, and he probably doesn't either 2. Starting your own company can give you the ability to challenge the outdate…

  16. comment
    Comment #3884061

    I still disagree that your case is the average and that your situation can be used to model any young startup. Don't get me wrong, I admire what you're doing and the strong stateme…

  17. comment
    Comment #3863874

    There's a good video from a recent Google I/O on memory management where they explain the recycle method, their reason for requiring it, and that it won't be necessary in 2.3 and u…

  18. comment
    Comment #3858453

    The OutOfMemory issue is a pretty big problem, but I'd say it's quite lazy to just dismiss it as something the framework needs to fix so that you can effectively do your job. I ran…