Re: [Haskell-cafe] Haskell on-line judge for Programming Challenges / Contests ?

2011-04-14 Thread Mats Rauhala
http://codechef.com accepts Haskell entries. pgpa3li6zz0gF.pgp Description: PGP signature ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Painless parallelization.

2011-04-19 Thread Mats Rauhala
You could look into par and pseq combinators and parallel strategies[1]. Real world haskell[2] has some examples on the usage. 1. http://hackage.haskell.org/package/parallel 2. http://book.realworldhaskell.org/read/concurrent-and-multicore-programming.html -- Mats Rauhala pgpeZ4z9l0SI6.pgp

Re: [Haskell-cafe] Using cmake with haskell

2011-05-13 Thread Mats Rauhala
A little self-promotion, but I wrote this today: http://users.utu.fi/machra//posts/2011-05-13-environment.html A post about interfacing vim and cabal-dev. pgpE2vFrpuUPH.pgp Description: PGP signature ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] Distributing Haskell GUI apps for Windows/MacOS?

2011-06-07 Thread Mats Rauhala
] http://hackage.haskell.org/package/bamse -- Mats Rauhala MasseR pgpbVRfuirO3s.pgp Description: PGP signature ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Twidge and identi.ca

2011-06-08 Thread Mats Rauhala
Does twidge still support identi.ca? I was able to auth, but after that every single command returns 'twidge: user error (Bad response: 404)'. The commands work for twitter. -- Mats Rauhala MasseR pgpU14ltgvUZK.pgp Description: PGP signature

Re: [Haskell-cafe] Call for GUI examples - Functional Reactive Programming

2011-07-08 Thread Mats Rauhala
this is a good example as this shows converting String - Int, and handling values that might or might not exist. -- Mats Rauhala MasseR pgpUhBLAHtHQa.pgp Description: PGP signature ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: [Haskell-cafe] Call for GUI examples - Functional Reactive Programming

2011-07-08 Thread Mats Rauhala
, the 'patch file'. The progression is logged in the textview: file processed, strings replaced. In the status bar, a percentage bar grows. This provides another interest. wxHaskell has file dialogs, which are not events, but instead raw IO actions. -- Mats Rauhala MasseR pgpuaYFsyvY39.pgp

Re: [Haskell-cafe] HaskellDB DB Layout Description

2011-07-10 Thread Mats Rauhala
/haskelldb/2.1.1/doc/html/src/Database-HaskellDB-DBSpec-PPHelpers.html -- Mats Rauhala MasseR pgp4JOTyhvDIn.pgp Description: PGP signature ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] HaskellDB DB Layout Description

2011-07-15 Thread Mats Rauhala
a bit lengthy introduction to haskelldb at http://users.utu.fi/machra/posts/2011-07-15-haskelldb.html. Could you check it out, and maybe comment whether it was helpful, or if something is falsy/doesn't work for you? -- Mats Rauhala MasseR pgpIJJ6WlM8Nn.pgp Description: PGP signature

Re: [Haskell-cafe] ANNOUNCE: HaskellDB 2.0: Scrap your SQL strings

2012-02-21 Thread Mats Rauhala
You mentioned that haskelldb was the first library where you weren't forced to break the abstraction. Do you have a solution to a situation where you might want to retreive the last inserted id after an insert? -- Mats Rauhala MasseR pgp8ofM61Yw5k.pgp Description: PGP signature

Re: [Haskell-cafe] podcast?

2012-02-21 Thread Mats Rauhala
On 09:05 Wed 15 Feb , serialhex wrote: Does anybody know of any good haskell/fp podcasts out there? i dont know if my googling skillz are just failing me, but i can't seem to find anything. thanks all! hex Out of my head I can think of ThinkRelevance podcast at

Re: [Haskell-cafe] podcast?

2012-02-21 Thread Mats Rauhala
could use Gtalk or Mumble (both quite high quality audio) to conduct it and cut it up in audacity. I for one would be an interested listener -- Mats Rauhala MasseR pgpmnNX9qw0my.pgp Description: PGP signature ___ Haskell-Cafe mailing list Haskell-Cafe

[Haskell-cafe] New in haskell for old-timers?

2012-03-30 Thread Mats Rauhala
understanding of the time frame, and can think of something interesting new features, libraries, communities etc. that's since been emerged. I ask you to give me something interesting to give him and reinstate his interest. -- Mats Rauhala MasseR pgpz7LMhpsqUI.pgp Description: PGP signature

Re: [Haskell-cafe] New in haskell for old-timers?

2012-03-30 Thread Mats Rauhala
? -- Mats Rauhala MasseR pgpcc97i4vS4a.pgp Description: PGP signature ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] ANN: Nomyx 0.1 beta, the game where you can change the rules

2013-02-27 Thread Mats Rauhala
The user id is not necessarily the problem, but rather that you can impose as another user. For this, one solution is to keep track of a unique (changing) user token in the cookies and use that for verifying the user. -- Mats Rauhala MasseR signature.asc Description: Digital signature

Re: [Haskell-cafe] Haddock GSOC project progress

2013-07-31 Thread Mats Rauhala
Is Data.Text as an extra dependency really that bad? Remember that you are parsing comments, prose, human produced text, where Data.Text is way more useful than ByteString. -- Mats Rauhala MasseR ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org