Live data from Hacker News

Viewing profile — svas

svas

HN member
Joined
Thu, Mar 27, 2014, 6:03 AM UTC
HN karma
28
Public activity
24 items

About svas

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #7608060

    This is what I don't get about Bing though. $10 billion dollars, 5 years of investment, and I don't know how many man hours. At BEST it's a mediocre imitation, and at worst, a disa…

  5. comment
    Comment #7579556

    Looking above (dllu's comment) a significant factor in success at these competitions is practice. There's a good chance a lot of these folks are just students trying this for kicks…

  6. comment
    Comment #7576014

    Here's the difference between urls: Posted: http://online.wsj.com/news/articles/SB1000142405270230387360... Google: http://online.wsj.com/article/BT-CO-20140411-711057.html Why not…

  7. comment
    Comment #7539589

    Curious how the author knew to seed the backdoor'ed Notepad++ before Bill clicked the link? I suppose you could just serve up a fake backdoor program for every *.exe\msi download, …

  8. comment
    Comment #7539549

    Even in the AJAX timeframe, there was still a way to do async push style interaction from server to client. See Comet: http://en.wikipedia.org/wiki/Comet_%28programming%29 Gmail us…

  9. comment
    Comment #7539361

    Isn't this just a trailing GET? This technique has been around since the 90's and has been used in lots of applications. The comparison to AJAX in 2005 is a little odd for me, as t…

  10. comment
    Comment #7537473

    I wonder if this will be the death of Hiku? Amazon's product is definitely going to be cheaper than $79 price for Hiku with (obvious) heavy ties into the Amazon ecosystem. I suppos…

  11. comment
    Comment #7537459

    This is awesome. Intellisense support will certainly beat using vim for my node projects :-) It also appears to work with the free version of VS (Visual Studio Express).

  12. comment
    Comment #7529039

    A significant subset of .NET had to exist anyway for Silverlight to run on the Mac. I'm sure the codebase is factored internally to have some sort of platform abstraction.

  13. comment
    Comment #7526533

    If imgur approaches Youtube's scale won't the comments on imgur also become toxic? This still appears to be an unsolved issue (although, one could argue whether it is really an "is…

  14. comment
    Comment #7524552

    That makes sense. I can certainly see how giving away freebies is not the way to attract serious developers, and can be distracting.

  15. comment
    Comment #7524410

    I was hoping there would be an announcement at Build that they had acquired Xamarin, but that didn't happen. All that was mentioned was that they were a partner that they were work…

  16. comment
    Comment #7523482

    That said, Apple's "return" compensation in terms of giveaway gifts and the like is a bit... stingy. Especially given how unbelievable Apple's profits have been of late. WWDC givea…

  17. comment
    Comment #7518442

    Has anyone tried to "port"/augment bootstrap CSS for this?

  18. comment
    Comment #7518383

    Not sure if you have tried doing this. In practice, it's quite painful as you need to have a separate visual studio project file for each platform (phone vs tablet). Further, the P…

  19. comment
    Comment #7517691

    Interesting move in the right direction. I wonder if they'll take it further and let you write iOS and Android apps using Xamarin / Mono? This would actually provide an easy path f…

  20. comment
    Comment #7517636

    The real key here is sharing business logic. Microsoft apps are written using the MVVM (Model View, View-Model) framework. The idea here is that you would share almost all of your …

  21. comment
    Comment #7481126

    The basic crux of how the app works is similar to how regular bitcoin miners work. As you run the app, the app runs compute jobs (known as Stynts) which generates proof-of-work (th…

  22. comment
    Comment #7481060

    Folding@Home, and the BOINC network over at Berkeley have done a great job at this already. http://boinc.berkeley.edu There's still an immense opportunity to tap unused cycles if y…

  23. comment
    Comment #7481030

    The app actually monitors the battery temperature (exposed on all Android phones) and throttles down when it exceeds a certain threshold. The charging circuitry on some phones (not…

  24. comment
    Comment #7479039

    I've been working on an idea similar to this for a few months. Instead of limiting this to crypto currency mining (a fair application, FWIW), why not approach this with the idea th…