HN user

wunki

332 karma

Developer with paper and pencil.

@wunki on Twitter | https://petar.dev

Posts11
Comments42
View on HN

This was how I installed it (Mac):

  1) Install latest version of Rust found here: http://www.rust-lang.org
  2) git clone --recursive git@github.com:rust-lang/cargo.git
  3) make
  4) make install (could be that sudo is needed for you)

In my opinion, Django's CBV's are polarizing [..] I feel like inheritance is a poor way of modeling views and reusing code.

I share your opinion on CBV. Personally I like the old function-based views because everything happens in that little block of code and I know exactly the order in which something happens. CBV quickly get me lost in the chain of method calls across classes.

The power of Haskell is that it acknowledges the fact that it's a messy world and deals with it with the help of Monads.

You could turn it around and say that non-haskell programs live in an ivory tower and ignore the messy world below :)

No! It's of no interest to the sender when somebody has read their message. When building our invitation application we also had a feature that showed when somebody opened your invitation. But we quickly noticed that it was annoying because when you knew the sender would be notified, you wouldn't open the invitation to read it if you weren't sure you had the time to respond. It's the same with WhatsApp, the "social" pressure to respond because the other person knows you have read the message.

I would pick a framework Django (Python) and or Ruby on Rails (Ruby). Not because they are better, but because there is lots of documentation and howto's and and it's relative easy to get something on the screen. That keeps you motivated and you will pick up on the language along the way.

We bought our lottery ticket last week. After releasing our app we got picked up by some big blogs but when the buzz died down, we immediately saw a dip in sales. We don't have a budget for marketing but we did notice that when your app is of a sufficient quality and you tell passionately about it, reviewers are willing to write about you.

It's a roller coaster ride, but nothing beats seeing people enjoy your product.. America watch out, next week we will targeting you with our marketing :)

Plug: www.invyapp.com

Yes, we have thought really hard about this. We tried to get Google ads on the "invite" page for non-iphone users but were rejected multiple times because of a "lack of content". Because we are bootstrapping, we need to make money from the beginning, so that's why we choose to make it a payed app. on the app. store. We will see how it goes and maybe change our monetization plan along the way.

I switched two Dvorak two years ago and forced myself to touch type by buying a blank keyboard (HHKB2). The beginning was very frustrating, but it has payed of!

Thank you for your work and persistence Colin! I love using FreeBSD for my servers because of the consistency and great minds behind it. I love it so much that I have written a few posts how to setup a FreeBSD server [1].

Currently there are some other options for hosting your "virtual" FreeBSD server. Some good ones are RootBSD [2] (US), Brightbox [3] (UK) and TransIP [4] (NL). Quality wise that are equally good. I'm currently using TransIP because I'm located in the Netherlands.

Interesting to note is that the above providers make use of KVM virtualization technology. Phoronix did an interesting benchmark comparing Xen, Virtualbox and KVM. It showed that KVM was the winner on compute and disk performance [5]. Would be interesting to find out how FreeBSD performance on Amazon's XEN layer.

[1] https://www.wunki.org/ [2] https://www.rootbsd.net/ [3] http://brightbox.com/ [4] https://www.transip.nl/ [5] http://www.phoronix.com/scan.php?page=article&item=ubunt...