wunki's comments

wunki | 11 years ago | on: Cargo, Rust's Package Manager

This was how I installed it (Mac):

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

wunki | 12 years ago | on: Django Vanilla Views 1.0 released.

> 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.

wunki | 12 years ago | on: Why functional programming? Why Haskell?

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 :)

wunki | 14 years ago | on: Facebook now informs the sender if you've read their message

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.

wunki | 14 years ago | on: IOS app success is a lottery: 60% (or more) of developers don't break even

Yes, mostly outside of the US. We got picked up by majority of the Dutch blogs (we are a dutch company) and some German blogs. We also found that when you are on a blog, other blogs tend to read those and then they contact you.

We also tried connecting with old media, but there was almost no spin off from that.

page 1