I'm using netwire to build a game; one of the things the player can do is
move around using WASD. I want to use key *events* as the 'basis' of my
wires, not the entire state vector of the keyboard so that, for example, a
press event on D increments the velocity by (200, 0) and a release event
decre
So why not use HTTPS?
Michael Walker
October 28, 2012
5:43 PM
You don't.
Somewhere, you just have to trust that nothing went awry.The best
thing to do is just to make it as difficult as possible for anattacker
to be successful - make the PGP keys widely known and have al
On Oct 28, 2012, at 4:38 PM, Changaco wrote:
> On Sun, 28 Oct 2012 17:46:10 +0100 Petr P wrote:
>> In this particular case, cabal can have the public part of the
>> certificate built-in (as it has the web address built in). So once one
>> has a verified installation of cabal, it can verify the s
On Oct 28, 2012, at 12:10 PM, Changaco wrote:
> On Sun, 28 Oct 2012 16:39:10 +0100 Iustin Pop wrote:
>> Sure, but I was talking about a proper certificate signed by a
>> well-known registrar, at which point the https client would default to
>> verify the signature against the system certificate
Speaking of which, I haven't been tracking this lately. Does it support having
multiple environments using a shared sandbox? For example, if I'm writing
multiple parser-based things, can I have a 'parsec' sandbox that lives in
someplace like ~/.cabalenv/parsec and have both project1 and project2
I'd also say that reading command-line flags inside a simple function like
amount is a pretty large code smell. The only case in which it isn't would
be when the codebase is so small that redesigning the Haskell to be in IO
(or switch between amountPlus and amountTimes) is negligible anyway.
On Ju
Is it just me, or is HXT slow? I noticed that both reading a document
from a file, as well as running computations, are exceedingly slow,
with simple stuff like 'get the contents of everything with a given
class' taking .3 seconds for a 400KB HTML file in Python using lxml
and 2 seconds using HXT w