Live data from Hacker News

Viewing profile — svnv

svnv

HN member
Joined
Tue, May 11, 2010, 6:58 AM UTC
HN karma
45
Public activity
23 items

About svnv

No profile information was provided.

Recent public activity

  1. comment
    Comment #31592800

    Dintero | Oslo, Norway | Onsite / Hybrid | Full-Time Dintero is a Scandinavian fintech working on simplifying payments for merchants, marketplaces and other platforms that need pay…

  2. comment
    Comment #14795543

    I created http://www.recipastely.com/ to simplify recipe conversion between us and iso units a few years back. It's not perfect but it seems to work fine for me.

  3. comment
    Comment #7658652

    I think there is a small typo in the example on the page, there is a missing comma after the closing "watch"-bracket.

  4. comment
    Comment #4732692

    "I once attended a one-day course by the renowned Information Visualization educator, Edward Tufte." And still they used doughnut charts.

  5. comment
    Comment #3328303

    This just opens the market up to build a carseat that solves this problem. How about a regular seat that can be folded out or transformed into a seat suitable for children?

  6. comment
    Comment #3047797

    Yes, let's blame the people that are trying to solve illegal file-sharing issues. Spotify is competing with free and they offer such a great service that people are willing to pay …

  7. comment
    Comment #2737780

    Yes, I'm currently doing some consulting on a lotus notes application and the help contents in the Domino Designer IDE has a lot of useful documentation.

  8. comment
    Comment #2166997

    They do have multiple designs right now, just try to refresh the site. I'm guessing they are keeping track of the conversion rate on each of the designs and will change them once t…

  9. comment
    Comment #2166923

    There seems to be multiple designs, try refreshing the site to see some of the other ones. I don't like the new designs, when i first saw the "Designer templates" one I actually ha…

  10. comment
    Comment #2071107

    Please don't submit spam to HN.

  11. comment
    Comment #1905965

    Their layout instantly made me think of OhLife: http://ohlife.com

  12. comment
    Comment #1893578

    I would say it depends on what kind of data you are displaying, how much of it you need to actually have to display, and what you want the user to achieve with the data. What is th…

  13. comment
    Comment #1890970

    Our product is mostly ready for launch but we're waiting for a partner to finish integration with our API so we have some actual data to present present to our users.

  14. comment
    Comment #1769102

    I like the books "Don't make me think" and "Designing the obvious" for some basic web UX knowledge. They are short and to the point.

  15. comment
    Comment #1590889

    Hmm, something funky is happening when I zoom in or out using Chrome. Some of the fonts change font-family when zooming and then changes back to the correct font when the zooming a…

  16. comment
    Comment #1565219

    We use azure for our webapp. Works great so far, although the azure-website for managing server deployments is not very good. Also, you can use powershell and the azure tools for V…

  17. comment
    Comment #1554220

    Actually, I just realized this does not work, there is an off by 1 error here. jacksoncarter's piece of code works though.

  18. comment
    Comment #1544471

    Not that fast, but that is mainly because I am a noob, and I take pride in trying to avoid writing shitty code. Insted of just hammering away at the keyboard and using whatever jus…

  19. comment
    Comment #1544223

    Isn't this faster for iterating over the elements: var a = ["banana", Math.min, 4, "apple"]; for (var i=a.length; i; i--) { console.log(a[i]); }

  20. comment
    Comment #1523721

    Tip 11: don't use flash to display headlines.

  21. comment
    Comment #1432031

    We use thawte.

  22. comment
    Comment #1424419

    I got my job through facebook, a friend from university was looking for developers for his startup.

  23. comment
    Comment #1376691

    We do most of our stuff in C# and JavaScript, so I use Visual Studio 2008 with Resharper and Viemu plugins. Reshaper really does make visual studio a whole lot better, it's definit…