Live data from Hacker News

Viewing profile — joelverhagen

joelverhagen

HN member
Joined
Tue, Mar 29, 2011, 4:20 AM UTC
HN karma
83
Public activity
19 items

About joelverhagen

[ my public key: https://keybase.io/joelverhagen; my proof: https://keybase.io/joelverhagen/sigs/rMCKJSe0bDxe0V-f9gImuvZbLzERFTPmnsUyvFZbERU ]

Recent public activity

  1. comment
    Comment #48541192

    Yeah, I recognized that too. Probably the popular X27 :)

  2. comment
    Comment #40218272

    The NuGet.Client repo was used for version 3.x and later (a major algorithm and protocol overhaul happened then). But a lot of NuGet code existed before then, e.g. https://github.c…

  3. comment
    Comment #36934172

    Really happy to see this. This caused random NuGet package restore issues when the CNAME chain for api.nuget.org exceeded a certain length. https://github.com/NuGet/NuGetGallery/is…

  4. comment
    Comment #36349044

    I had a bunch of queue messages go missing in the past 36 hours without any explanation from my application traces. The thing has been working fine for months. I wonder if Azure St…

  5. comment
    Comment #36349031

    The queue technologies I know are: Azure Storage queues, Service Bus, Event Hub, Event Grid. It would be nice to know which one they are talking about.

  6. comment
    Comment #22176432

    This sounds like a request for the NuGet client experience and less for browsing nuget.org. My expertise is more on the nuget.org side and less on the client side (like .NET CLI or…

  7. comment
    Comment #22172596

    Hey folks, I'm on the NuGet team and I noticed this thread this morning. This is the first I've heard of Application Inspector (Microsoft is a big place!) but the tool looks awesom…

  8. comment
    Comment #15654542

    We didn't use Redis Streams, but NuGet.org is built on this concept. NuGet.org is the public repository for NuGet, the .NET package manager. We have a public unified log (JSON blob…

  9. comment
    Comment #7095408

    Neat website! Very clean, simple pricing. Thank you for batch geocoding to minimize network traffic... How does the accuracy (as well as address parsing capabilities) compare to th…

  10. comment
    Comment #4763878

    One of my biggest pet peeves about the original "cmd.exe" or PowerShell is that resizing the window is not pixel-precise. Thank you for making this a part of wish! The snapping to …

  11. comment
    Comment #4604354

    For those that are interesting, here is the original HN discussion: http://news.ycombinator.com/item?id=4571425

  12. comment
    Comment #4460084

    When images appear first in the page's source, the wrong link is chosen. I assume you are trying to go for the first link, as a human reader would see it. For example, the page on …

  13. comment
    Comment #4217966

    Are you on Android? I am on Win7, Chrome 20 and things work great and look in order.

  14. comment
    Comment #4217946

    Out of curiosity, where do you get your album and artist information ( http://tunesicles.com/autocomplete/daft%20punk , for example)? It looks like you are using MusicBrainz and La…

  15. comment
    Comment #4104074

    Recruiters don't come to my university (that I know of), so I applied on their recruiting website ( http://careers.microsoft.com/careers/en/us/tech-internships.... ) and got a posi…

  16. comment
    Comment #3948920

    Just what I need to make a little one-off JavaScript app. To be more DRY, shouldn't the "Autorun JavaScript" make use of selected JavaScript libraries (i.e. jQuery if possible)?

  17. comment
    Comment #2560023

    I was working on this very same problem a while back. I've never heard of simulated annealing, let alone its application to the 2D bin packing problem. Here's my implementation of …

  18. comment
    Comment #2479998

    Don't parse it all yourself. http://imdbpy.sourceforge.net/

  19. comment
    Comment #2382107

    The way I started on PHP was choose a basic project, like writing a simple CMS or forum. This will give you basic database and (if you do it right) OO experience. Also, don't buy I…