Subscribe via RSS
Follow me on Twitter
Error: Please make sure the Twitter account is public.
-
Recent Posts
Archives
- September 2021
- March 2020
- December 2019
- August 2019
- February 2019
- December 2018
- November 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- December 2017
- August 2017
- August 2016
- June 2016
- September 2015
- January 2015
- December 2014
- December 2013
- August 2013
- July 2013
- June 2013
- April 2013
- November 2012
- July 2012
- June 2012
- February 2012
- January 2012
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
Links
- OCI*ML Oracle bindings for the OCaml language
Monthly Archives: October 2010
Oracle Enterprise Mangler
Much of last week was taken up with a new installation of Oracle Enterprise Manager. We had been told by someone from Oracle that even if you had done it before, it would be 3-4 days work. It turns out … Continue reading
Posted in Oracle, Random thoughts
Leave a comment
Stack Overflow
Been a bit quite on here of late as I have been discussing things on Stack Overflow: Saving my running toplevel for later What are the pros and cons of Batteries and Core? Which of these DLLs are the “right” … Continue reading
Posted in Haskell, Ocaml
2 Comments
Oracle Uninstallable Linux
Perhaps you have decided to try Oracle Unbreakable Linux. What could be better than an OS provided by the database vendor, running in a VM provided by the same vendor, an end to all the finger pointing, 100% supported end-to-end? … Continue reading
Posted in Linux, Oracle
4 Comments
Lost decade
This morning, and the latter half of last week, I have been “officially” working on a WebLogic deployment, probably most of next week too. This is so déja vu it’s almost surreal – as if the 00s never happened, server-side … Continue reading
Posted in Oracle, Random thoughts
Leave a comment
Seminar
That was a great seminar, full of practical applications of queueing theory to everyday problems. Not just Oracle, computation in general. I have already started implementing some of my own tools using various formulæ for use in our environment (using … Continue reading
Posted in Haskell, Linux, Oracle
Leave a comment
Meanwhile, back at the ranch
For the next couple of days I will be attending a seminar for work. The speaker comes highly recommended by a couple of my colleagues, one of whom saw him at OpenWorld and the other who is also attending. Performance … Continue reading
Posted in Oracle, Random thoughts
1 Comment
LDAP (3)
The Oracle LDAP implementation allows you to specify multiple directory servers in LDAP.ORA but this is for the sake of resilience only: it won’t try each one in turn when performing a lookup. This seems like it would be an … Continue reading
Posted in Ocaml, Oracle
Leave a comment
Komodo 6
As of version 6, ActiveState Komodo includes OCaml syntax highlighting. It appears to be only minimal (e.g. no completion, no hovering over something to get its type, no code folding, no integration with the toolchain) but it’s a start… Or … Continue reading
Posted in Emacs, Ocaml
Leave a comment
Finding the First
I often need to write programs that follow a simple pattern: For each of a list of objects (e.g. IP addresses, filesystems), try operation 1 On the first one that succeeds, perform operation 2 If none succeed, perform operation 3 … Continue reading
Posted in Ocaml
10 Comments
Books
Arrived today Pearls of Functional Algorithm Design by Richard Bird. I’ll enjoy working through it. I still haven’t finished The Haskell Alphabet tho’… So much to learn, so little time. My Haskell has fallen a bit behind my OCaml, in … Continue reading
Posted in Haskell, Ocaml, Random thoughts
1 Comment