Friday, December 28, 2012
TeXnicle is a relatively new free Mac OS X TeX editor. I just had a go at it (for about an hour) to wheedle out some of its basic features and possible flaws. It is of course (i.e. conforms to current trend in LaTeX editors) one of that “all the things in a big window” [...]
Filed in apps, reviews, technology, tools and techniques
|
Also tagged apps, editors, LaTeX, mac, mac software, macintosh, personal technology, publishing, research tools, software, TeX, TeXnicle, writing, XeTex
|
I’m using Scrivener to organise my PhD research, and it will end up being used for the first draft of the actual PhD as well. But Scrivener does not have an iPad app, which make a bit of sense. So I have been looking for an editor that will work with Dropbox (even though its quite [...]
This is a genuine installation procedure which I wrote, but you might want to read it for its other values. Overview OSB installation in a development environment consists of a completely separate Weblogic instance and yet another ‘special installation’ of Eclipse. You can’t use existing Eclipse installations. Nor is it recommend to use one of [...]
I spent last Monday and Tuesday at the JAOO conference in Brisbane, and I have a couple of things which I want to say I thought interesting. (‘JAOO’ btw, because I see people asking about it on Twitter, is pronounced a bit like “yow” but with the “j” from German/Dutch like “jah”). Firstly, I found [...]
Filed in architecture, business, professional practice, programming, rants, tools and techniques
|
Also tagged agile, jaoo, methodology, profession, scrum, test first, xp
|
Wednesday, April 29, 2009
Ignoring all the hints (to use wizards and manual deployments) from the Oracle information as to how to go about creating JSR168 portlets for the Oracle 10g Portal server, we have successfully designed a continuous integration environment for the Oracle portal environment for a client. The Oracle 10g portal server is the old-school Oracle app-server [...]
Wednesday, March 25, 2009
Client has a vicious network policy installed with prevents access to the rest of the world’s internet, unless you use the web proxy. How to make Maven use this proxy? Well, the documentation for Maven is perfectly easy to search, and you’ll find that it says to add the following to your ~/.m2/settings.xml: <settings> … [...]
Recently I found a Maven plugin that wouldn’t run under Maven version 2.0.6, and I had to upgrade it on my Macintosh. I quickly discovered the usual *nix upgrade (unpack, then update ${PATH}) didn’t seem to work, as the Macintosh OS X 10.5 comes with Maven pre-installed in /usr/share/ directory. Tip – I found where [...]
Saturday, February 14, 2009
The Paranoid Engineer has declared ‘Screw All Gui Builders‘, with an excellent example of the genre of code that can be produced by one such tool, contrasted against the much nicer hand-written code. Now I can certainly sympathise with his pain. The thing that really gets my goat up, and the subject of this post, [...]
Filed in engineering, infrastructure and frameworks, rants, tools and techniques
|
Also tagged ajax, code, framework, IDE, java, methodology, oracle, weblogic, wizards considered harmful
|
Saturday, February 7, 2009
Well looks like Joel Spolsky’s ignorant rant about Test Driven Design (TDD) resulted in some good after all. Kent Beck posted a brief response to Joel, which was pointed out in a mailing list discussion about the issue. But that’s not what I wanted to talk about here. Anyway it turns out that Kent is [...]