[Haskell] Spitfire is hiring in Sydney

2018-08-08 Thread Patryk Zadarnowski
Spitfire, a fast-growing, well-funded fintech startup in the trading/portfolio 
management space, is seeking Haskellers to join an established team of three 
Haskell and two Scala developers. Most of our code base is in Haskell.

We are currently looking for three to five senior developers, with excellent 
problem solving/research skills and a GitHub account to prove it. Finance 
and/or trading experience is not necessary but nice to have. Love of a good 
challenge (we have heaps of hard problems to solve!) and an ability to work in 
a fast-paced startup environment is essential.

In return, we can offer attractive compensation and stock options package.

Our office is located in Sydney CBD, Australia, and we will consider visa 
sponsorship for the right candidates. At this stage, we are not able to offer 
remote work arrangements.

If this sounds like something you could be interested in, please contact me by 
email with your CV and your GitHub (or equivalent) user name.

Patryk Zadarnowski
Spitfire Pty Ltd

___
Haskell mailing list
Haskell@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell


[Haskell] IAG is hiring Haskell programmers

2015-07-16 Thread Patryk Zadarnowski
We are looking for two Haskell programmers to join the existing team of two at 
IAG, Australia's largest insurance group.

The positions are within a newly-formed engineering group within the 
Information & Analytics department. We are currently working on some very cool 
algorithmic projects, and are looking for people who can demonstrate ability to 
work with complex data structures and algorithms (both design and 
implementation.) You should also have a good working knowledge of Haskell 
(since this is our language of choice for all development), but we also value 
breadth of experience with a variety of technologies (since we don’t work in a 
vacuum.) Most importantly, however, we are looking for people who are 
passionate about programming, have a github account to prove it, and who prefer 
to seek out challenging problems rather than tick off requirement lists.

The positions are located in Sydney, Australia, so, to apply, you must have the 
right to work in Australia. Unfortunately, at this stage IAG is unable offer 
visa sponsorship, but, for the right candidate, we may be able to help with 
relocation costs.

We are looking to hire immediately, so if this sounds like you, please sent 
your CV to me by reply email.

--
Patryk Zadarnowski


___
Haskell mailing list
Haskell@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell


Re: [Haskell] Re: on starting Haskell-Edu, a new education-related Haskell-related mailing list

2008-07-15 Thread Patryk Zadarnowski

Ok, this is getting tedious guys.

How about the following course of action:

1. Start "[EMAIL PROTECTED]" now. There seems to be more-or-less a  
consensus on this name.


2. Take all further discussion about the list's charter, etc. to the  
new list.


3. If decision is made to rename the list, kill  
"[EMAIL PROTECTED]", create the new list

   and repeat with step 1.

Cheers,

Pat.


On 16/07/2008, at 7:38 AM, Ketil Malde wrote:


Benjamin L.Russell <[EMAIL PROTECTED]> writes:


In that case, how about the following, more detailed charter:



"Beginner-level discussion about primarily non-research-oriented
topics


This part is good.  Friendly and inviting - nothing scary here.


serving the needs of non-computer-science students of Haskell
wishing to focus on Haskell as a language for learning programming as
part of a well-rounded liberal arts education"


.. but I don't quite understand the rationale for this.  Why the
restrictions?  It seems strange to me to have a list named
"beginners", but disallow e.g. comp.sci. students or people learning
Haskell as a non-first language.

But perhaps I misunderstood the intended purpose?

-k
--
If I haven't seen further, it is by standing in the footprints of  
giants

___
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell


___
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell


Re: Announce: wxHaskell, a portable GUI library.

2003-07-23 Thread Patryk Zadarnowski
Oh, sourceforge is currently having a problem with their CVS box:

From: "Jeffrey 'hemos' Bates" <[EMAIL PROTECTED]>

The CVS server has *massive* load on it.  We're actually getting a CVS
proxy, courtesy of San Mehat, but do not have the hardware right now to
put into place.  That'll go in in the next few weeks.

But, yeah, most of the time, the CVS server is at astronomical loads,
and continuous disk access.  So, check back in a bit, and Uriah/someone
else will have it working again.

Just thought that people would like the reassurance that it's a known
problem and there's a solution around the corner ;-) In the meantime,
I guess just try again or, as Daan said, look for a mirror.

Pat.


On Wed, 23 Jul 2003, Daan Leijen wrote:

> > I can't seem to download any files for wxHaskell from 
> > sourceforge; this is probably a misconfiguration on their 
> > part, but I thought it best to let you know as well.
> 
> Thanks for the info. However, it downloads fine for most
> people here at the university. Maybe you should try a different
> mirror or click at the shown mirror URL directly.
> 
> All the best,
>   Daan.
> 
> ps. If it still doesn't work, send me a notice today and I'll put up
> some local copies at my home page. (and maybe you could just
> reply to me personally (and/or wxhaskell-users) to reduce traffic 
> at the main haskell list.)
> 
> 
> ___
> Haskell mailing list
> [EMAIL PROTECTED]
> http://www.haskell.org/mailman/listinfo/haskell

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Patryk ZadarnowskiUniversity of New South Wales
<[EMAIL PROTECTED]> School of Computer Science and Engineering
<[EMAIL PROTECTED]>   Programming Languages and Systems Group
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell


Typesetting literate scripts in TeX

2001-12-13 Thread Patryk Zadarnowski


Recently I've hacked up a (yet another) TeX package for typesetting
literate scripts in TeX, which, I think belongs in
http://haskell.org/libraries/#tex";. What's different about lambdaTeX
is that it is not a cumbersome preprocessor, but a full TeX program
(an almost-complete Haskell lexical analyzer written entirely in 
plain TeX ;-) which typesets Bird-style literate scripts _directly_.
The output looks much like the code from Chris Okasaki's book "Purely
Functional Data Structures", doing syntax highlighting and converting
ASCII art such as "->" or "alpha" to proper mathematical symbols.
It should work with both LaTeX and plain TeX, and it does its magic
without any annotations, directly on the source code (the only thing
that you will probably want to do is add \input lambdaTeX at the top
of your source file, and manually typeset your literate comments so they
look as good as the source code ;-)

I've got a rudimentary web page for it at http://www.jantar.org/lambdaTeX/
with examples and a summary of features. If you have any comments or
suggestions, I wouldn't mind hearing them.

Enjoy.

Pat.


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Patryk ZadarnowskiUniversity of New South Wales
<[EMAIL PROTECTED]> School of Computer Science and Engineering
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell