« Older Entries

Adding Hyphenation to NSString

Khoi Vinh recently showed that the typesetting in Apple’s iBooks is quite horrendous. One obvious problem is that the text is layout with justification (which is probably an appropriate decision when typesetting books), but lacks hyphenation. John Gruber does not approve. The fact is, there are pretty good algorithms for hyphenation.  The Hunspell project has a library that [...]

Posted at Jun 21st | 7 comments | Filed Under: Code read on

MoProPro: a single command to add testers to iPhone provisioning profiles

Distributing iPhone applications to testers requires the developer to sign their code using a combination of a (ad hoc) distribution certificate and a mobile provisioning profile, which explicitly contains the device ids (UDIDs) of all your testers. Introducing MoProPro MoProPro automates as much as possible of a very specific, but for iPhone developers very common [...]

Posted at Sep 2nd | 4 comments | Filed Under: Code read on

Building commercial Haskell applications

About a month ago, one of our clients called. They needed to have a payment service, and they wanted it tomorrow. Or next week. Basically, they had two big requirements: it had to be done safe and soon. We were quite busy that week: one of us was on a holiday and the other had [...]

Posted at Apr 27th | 16 comments | Filed Under: Code read on

Running Happstack applications with FastCGI

This weekend  the 5th Haskell Hackathon happened.  It was hosted by Utrecht University and organized by people from the university and us. Together with Galois and Microsoft Research we sponsored the event. Between running around, listening to interesting presentations and talking to cool people we were able to code up a module enabling us to [...]

Posted at Apr 19th | 3 comments | Filed Under: Code read on

On unit testing and type checking

As most software developers know, it’s hard to create robust software. There is a lot of software out there that’s got bugs and a lot of time the developer doesn’t know about it and the users of the software run in to them. This is of course a very frustrating thing for both developers and [...]

Posted at Oct 23rd | 7 comments | Filed Under: Code read on

Grid Computing using Javascript

I recently had an idea that’s both really interesting and a bit disturbing. Authors of websites could use clients’ computers as a massive grid computer. If you have a problem that you can solve by using map-reduce, you could do the map step in the client’s web-browser, and let them send back the result. Most [...]

Posted at Sep 2nd | 18 comments | Filed Under: Code read on

Look ma, no callbacks!

In this article, we will see how we can use arrows in Javascript. Arrows are a concept from functional programming, and we’ll see how they can make our life in Javascript a lot easier. Our code uses the excellent Arrowlets library. It’s still alpha code, but it’s already quite useful. We’re going to build a [...]

Posted at Aug 25th | 6 comments | Filed Under: Code read on

Formlets in Haskell

One of the most low-level parts of web development is building forms. You need to code to both build forms and handle them, and manually sync that code to make sure the names match up. In this post, we will use formlets and HAppS-Server to solve those problems. Formlets are a way to compose parts [...]

Posted at Jul 30th | 9 comments | Filed Under: Code read on

Stemming with Haskell reloaded

Thanks to the nice discussion with Reinier Lamers of the previous post, I’ve updated and released the stemmer library with a more Haskell-like interface.

Posted at Jul 19th | 5 comments | Filed Under: Code read on

Stemming with Haskell

Last week we worked on building a small search engine with Haskell. As you might know, when searching you’ll need some index you’ll search and possibly stemming to allow people to search for variants of a word and still come up with accurate results. Fortunately for us, there are already good libraries and tools out [...]

Posted at Jul 14th | 12 comments | Filed Under: Code read on

About

Tupil creates native iOS apps for iPhone and iPad. See tupil.com for everything about us.

Recently

  • 06.21 Adding Hyphenation to NSString
  • 09.2 MoProPro: a single command to add testers to iPhone provisioning profiles
  • 04.27 Building commercial Haskell applications
  • 04.19 Running Happstack applications with FastCGI
  • 10.23 On unit testing and type checking
  • 09.2 Grid Computing using Javascript
  • 08.25 Look ma, no callbacks!
  • 07.30 Formlets in Haskell
  • 07.19 Stemming with Haskell reloaded
  • 07.14 Stemming with Haskell

@tupil on Twitter

  • @jvtjvt Goed om te horen! De features die je noemt staan ook in ons vizier. Stay tuned.
  • RT @beamer_app: Just released: Beamer 1.2, adding support for multiple Apple TVs and password protected AirPlay. Upgrade now! t.c ...
  • RT @beamer_app: Just released: Beamer 1.1. Adds support for Snow Leopard, a couple more file extensions and a nice way to enter and view ...
  • @AlexanderNL We zetten je op de lijst!
  • @AlexanderNL Graag gedaan! :) Leuk om te horen.

Tags

abstraction Apache AppleScript applicative arrows cloud computing Cocoa FastCGI formlets functional programming game github grid computing gui hackathon HAppS Happstack Haskell haskell commercial happstack Hunspell Hyphenation iPhone Javascript Justification lastfm library mailfile mashup Objective-C OS X Ruby Snowball stemmer TDD Testing TouchXML Types Typesetting upcoming

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.