Live data from Hacker News

Viewing profile — michielvoo

michielvoo

HN member
Joined
Sat, Sep 15, 2012, 8:52 PM UTC
HN karma
176
Public activity
79 items

About michielvoo

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #9229098

    Yeah, I prefer not to use the built in Visual Studio project templates. Best to always use bin deployed binaries explicitly installed from NuGet packages. In the future (later this…

  3. comment
    Comment #9173140

    "we removed the row of LEDs and the light guide panel that distributed light throughout the keyboard and instead placed an individual LED under each key." I'm looking forward to se…

  4. comment
    Comment #9134322

    It supports both 16-bit and 8-bit mode. I find it quite annoying to have to keep track of which mode a register is in.

  5. story
  6. comment
    Comment #8809657

    The STM to DMA registers (using a single CPU instruction to trigger DMA) seems like a valid optimization, unrelated to piracy prevention.

  7. comment
    Comment #8760011

    The arguments used for contrained type parameters can be checked by the compiler, so no casting is necessary at runtime "... C# does strong type checking when you compile the gener…

  8. comment
    Comment #8759574

    Regarding the CLR, the document links to MSDN [1] where it says that "the runtime generates a specialized version". [1] http://msdn.microsoft.com/en-us/library/f4a6ta2h.aspx

  9. comment
    Comment #8731207

    > What is rendering that HTML if not a browser? The rendering engine (Gecko). I guess for it to make sense you must separate the drawing engine from the browser, which adds things …

  10. comment
    Comment #8636091

    I compared the Win32_Products that are installed before and after. Even with all checkboxes unchecked, the installer adds 100+ packages. Unfortunately most of these are not listed …

  11. comment
    Comment #8402781

    Windows Management Framework 5.0 Preview [1] contains early versions of Microsoft's OneGet and PowerShellGet. OneGet can install applications from repositories, using any number of…

  12. comment
    Comment #8382005

    I was under the impression that Sphinx cannot return documents, only IDs. (The implication is that you need to query your data source if you want to show the results.) Is that corr…

  13. comment
    Comment #8270032

    Always track interactions (1) with the carousel and evaluate with the client later. You could make a case for a different solution if the statistics show that interaction with 2nd,…

  14. comment
    Comment #7879265

    So powerful, it even supports scripted tweets

  15. comment
    Comment #7853273

    "In the Java space" meaning deployed in a Java servlet container. Both are stand-alone search servers, exposing their API for search and indexing through HTTP using XML and/or JSON…

  16. comment
    Comment #7273240

    Didn't you work at Microsoft for a while? That's about as "all-in" as one can go.

  17. comment
  18. comment
    Comment #6726750

    Besides his skills as a software developer, I am impressed with the fact that he has held on to his vision and led his company from Ximian, through Novell, then Attachmate and onto…

  19. comment
    Comment #6708361

    > but its type system is pretty broken Can you explain this? Thanks!

  20. comment
    Comment #6705931

    Nicer than "function *" I meant.

  21. comment
    Comment #6705930

    Question for the professional Python developers: do you (on a daily/weekly/monthly) basis switch between projects in Python 2 and Python 3? Is that hard to do (e.g. do you have to …

  22. comment
    Comment #6692340

    imho C# has a nicer syntax: yield return ; yield break; http://msdn.microsoft.com/en-us/library/vstudio/9k7k7cf0.asp...

  23. comment
    Comment #6591842

    Superset[1] [1] http://www.typescriptlang.org/

  24. comment
    Comment #6482978

    Do you factor in an increase of the price of your home when you sell it?

  25. comment
    Comment #6429727

    It's turtles all the way down.