HN user

svnv

45 karma
Posts0
Comments23
View on HN
No posts found.

Dintero | Oslo, Norway | Onsite / Hybrid | Full-Time

Dintero is a Scandinavian fintech working on simplifying payments for merchants, marketplaces and other platforms that need payments. We are a small company with high ambitions, currently busy rolling out our new split payment feature. We are looking for developers to help us building our payments platform. Our tech-stack: AWS, Postgres, Node, React, Typescript.

Our mission: Seeking nerdy perfection within the payment journey.

https://dintero.com/careers (descriptions are in Norwegian but english speakers are also welcome to apply) or contact us at hello@dintero.com

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 10 euros a month for a subscription. Most of my friends use more money on music streaming services now than they ever did back when they where buying cd's, and these are people who have been "pirates" for the last 10 years or so.

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 they have enough data points.

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 had to check the url just to verify that I was still at mailchimp.com and not some generic design tutorial site.

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 the desired call to action when displaying your lists? Is there any way to guess what data the user is looking for so that you can sort the list showing the most important data first.

For contacts: Do you need to display all available contact information all at once, or can you just display the contact name (or picture) and have more details appear when the user clicks or hovers over the contact? Can the contacts be sorted after how frequently the user communicates with a contact? Can the user choose multiple contacts and then do some action with them, and how would this work when the list is spread over multiple pages?

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.

HTML5 Reset 16 years ago

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 animation is finished.

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 VS2010 instead of the azure-website.

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 just works I spend some time to make my code more redable and easy to maintain. Also, since we use TDD we end up writing a lot of tests for each pice of code that goes in to our product.

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]);
  }

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 definitively worth a try if you code in C#. Viemu is a set of vi-bindings for visual studio.

Worst part about using VS2008 is the intellisense for JavaScript, it's so bad it is actually a slight annoyance. Supposedly the JavaScript intellisense for Visual Studio 2010 is a lot better.