On Mon, Mar 7, 2011 at 12:39 AM, Bas van Dijk wrote:
> Sterling, Gregory, Brandon and David thanks for your suggestions.
>
> On 6 March 2011 05:38, David Anderson wrote:
> > I humbly recommend doing such daemonizations from outside your program.
> > Programs that daemoni
I humbly recommend doing such daemonizations from outside your program.
Programs that daemonize on startup make it very difficult to monitor them by
direct means, instead forcing you to rely on PID files and other mechanisms
which may not always be available or fresh.
For reference, Upstart, the n
On Wed, Sep 8, 2010 at 1:05 PM, Mads Lindstrøm wrote:
> Hi David
>
> On Mon, 2010-09-06 at 13:50 -0700, David Anderson wrote:
>
> >
> >
> > - Simple timing attacks: If code path A takes longer than code path B
> > to execute, an attacker can use that inf
On Mon, Sep 6, 2010 at 2:08 PM, Thomas DuBuisson wrote:
> >> You could have gone to Hackage and checked your protocols correctness
> >> using CPSA, not that the side-channel attacks would be discovered by
> >> such a tool.
> >
> > Interesting. I had seen CPSA announced at one point, but there app
On Mon, Sep 6, 2010 at 12:45 PM, Thomas DuBuisson <
thomas.dubuis...@gmail.com> wrote:
> David said:
> > I'd be interested with breaking the dependency on OpenSSL, for various
> > reasons:
> > [snip]
>
> Can't say I'm surprised by these. Its unfortunate the situation
> hasn't improved. I recall
e to be proven wrong through!
> Anyone impatient for the midnight haddocking can see the docs here:
> http://web.cecs.pdx.edu/~dubuisst/secure-sockets-1.0/html/
Or if you prefer the shiny new templates (upgrade your haddock!),
http://natulte.net/random/secure-sockets/ .
- Dave
>
Hi,
I'm happy to announce the first release of secure-sockets, a library which
aims to simplify the task of communicating securely between two
authenticated peers.
-- What it is
The API mimicks that of Netw
Congrats on the release.
Just one humble suggestion: your email assumes that the reader already
knows what Takusen is. Reading the email, all I can infer is that it
has something to do with databases, because of the ODBC reference. The
only link in the email also does nothing to explain, since it
2010/6/17 Günther Schmidt :
> Hi list,
>
> I'm facing a really tough problem. About 3 years ago I stopped doing
> freelance and quite nicely paid projects in Java, PHP and C#.
>
> Now I'm dire straits, again, and need to get back into the project market
> which seems to have picked up again, quite
On Sun, May 30, 2010 at 11:26 PM, Aaron Tomb wrote:
>
> On May 30, 2010, at 7:01 AM, Tom Hawkins wrote:
>
>> Is there any work being done to read LLVM object code into Haskell?
>> I've looked through the llvm library [1], but it appears focused on
>> code generation.
>>
>> -Tom
>
> I was just look
On Sun, Apr 25, 2010 at 6:34 AM, wrote:
> Hi,
>
>
>
> I’m just starting to learn, or trying to learn Haskell. I want to write a
> function to tell me if a number’s prime. This is what I’ve got:
>
>
>
> f x n y = if n>=y
>
> then True
>
> else
>
> if gcd x n == 1
>
[-haskell]
On Wed, Apr 21, 2010 at 5:54 PM, Heinrich Apfelmus
wrote:
> David Anderson wrote:
>> Dear Haskellers,
>>
>> I'm happy, and only slightly intimidated, to announce the initial
>> release of forkable-monad.
>>
>> The short version is that
ere
> forkIO act = lift $ forkIO (runContT act (const $ return undefined))
>
> I don't know if that's useful and/or correct, though.
Hmm. Good question. I haven't quite wrapped my head around ContT yet,
but I'll make a note to meditate over your implementation. If it
me.
Am I missing something?
Cheers,
- Dave
>
>
>>
>> 2010/4/21 David Anderson
>>>
>>> Dear Haskellers,
>>>
>>> I'm happy, and only slightly intimidated, to announce the initial
>>> release of forkable-monad.
>>>
>>&
Dear Haskellers,
I'm happy, and only slightly intimidated, to announce the initial
release of forkable-monad.
The short version is that forkable-monad exports a replacement forkIO
that lets you do this:
type MyMonad = ReaderT Config (StateT Ctx IO)
startThread :: MyMonad ThreadId
startThread =
15 matches
Mail list logo