Live data from Hacker News

Viewing profile — azim

azim

HN member
Joined
Thu, Oct 01, 2009, 4:32 PM UTC
HN karma
375
Public activity
98 items

About azim

No profile information was provided.

Recent public activity

  1. comment
    Comment #9359860

    One of the major fears every company faces today is patent trolls. Regardless of whether you are in the right or not, a patent infringement lawsuit will be an immense cost to fight…

  2. comment
    Comment #6188050

    I don't know anything about AOL specifically, but I've worked for a handful of BigCo's. All have required signing some sort of agreement at the start of employment which explicitly…

  3. comment
    Comment #4773574

    Windows internals are very different than Linux and 32bit DLL files are not SO files. 32bit DLLs are typically relocatable (as opposed to .so files being position independent), whi…

  4. comment
    Comment #4578220

    Before we get out the pitchforks, Google is still supporting the current Microsoft formats (.docx, .xlxs, .pptx). If you're still running Office 2003 or older, you can install a co…

  5. comment
    Comment #4485510

    I read the article. Out of 4 images shown, one was of the live demo and 3 were suspected doctored photos from Nokia's promotional materials. The article doesn't clarify whether the…

  6. comment
    Comment #3818274

    The acquisition was made 5 years ago. It's an old article.

  7. comment
    Comment #3762555

    I like the way you've phrased this, so let me give a contrived but quasi-realistic example: I have a network of nodes which calculates and returns some floating point value. I then…

  8. comment
    Comment #3560673

    Good question. I just googled this: http://en.wikipedia.org/wiki/RAID#RAID_10_versus_RAID_5_in_R... Summary: Slight benefit to read performance and greater resiliency in the case o…

  9. comment
    Comment #2808927

    What's likely going on is fairly complicated to delve in to in a comment thread like this. However one possibility is that Linux just has a terribly hard time scheduling with that …

  10. comment
    Comment #2692837

    FTA: "It's actually a hybrid that is largely built on Harmattan, the legacy Maemo 6 code base that Nokia shuttered when it committed to MeeGo. It seems sort of dubious on the surfa…

  11. comment
    Comment #2658635

    What's interesting is that in theory, assuming an appropriate scaling factor to divide the input by, the time and space complexity for Sleep sort are O(1). This is basically like h…

  12. comment
    Comment #2653756

    In some cases, yes depending on the state. If you buy an item in state Y and pay y% sales tax on it, then when you return to state X, sometimes you are required to pay the differen…

  13. comment
    Comment #2635157

    Part of the issue, a bit tangent to your point, is that when dealing with thick client software, once a version is released you can typically expect it to be in the field for quite…

  14. comment
    Comment #2360510

    Discontinuing a support for a product developers don't use isn't really telling at all. Most Itanium development is done using compilers from the operating system vendor, not with …

  15. comment
    Comment #2360469

    I did software development for NonStop Kernel on Itanium for a few years. 5 years ago, Itanium was FAST. Our software was twice as fast as competitors who used twice as many proces…

  16. comment
    Comment #2347177

    My Fall 2009 model overheats and locks up and crashes when playing games like Starcraft 2 or Left 4 Dead 2. That's not to say every notebook from 2009 had cooling problems, but som…

  17. comment
    Comment #2342114

    Senderbase has some interesting spam statistics which are reported from Cisco/IronPort security appliances around the world. After today is over and the stats are calculated, there…

  18. comment
    Comment #2341572

    It's unlikely AT&T is doing anything fancy at this point, but there's potentially much more to detection than TTL. NAT devices make an attempt to be transparent at layer 4 and try …

  19. comment
    Comment #2163415

    NASA has flown a few prototype solar powered UAVs. See wikipedia for more info: http://en.wikipedia.org/wiki/NASA_Pathfinder

  20. comment
    Comment #2139857

    Installing Linux in favor of Windows won't make computers cheaper. Microsoft sells OEM distributors their Windows 7 Home license for around $50. Then, the reason off the shelf comp…

  21. comment
    Comment #2012700

    I was curious too, so I looked it up. Wikipedia also quotes the 78% number, citing Coca-Cola Co's 2005 SEC filing [1]. However, a cursory read of their SEC filing reveals this: "In…

  22. comment
    Comment #1981261

    (Disclaimer: my assertions apply only to Linux, I'm not familiar with the vmm in other systems). I think you may be misunderstanding how the vmm works. When you allocate memory by …

  23. comment
    Comment #1980802

    One constraint I believe you may have missed is that an idle thread does actually consume a significant amount of memory. While most resources a thread consumes are fairly small, t…

  24. comment
    Comment #1976989

    In short, copyright infringement. Wikipedia has more information on specific laws: http://en.wikipedia.org/wiki/Copyright_infringement_of_softw... and http://en.wikipedia.org/wiki/…

  25. comment
    Comment #1911734

    Try Eclim for your java work. It's a set of vim plugins which run and communicate with a headless Eclipse instance in the background. This allows you use Vim as your editor and pul…