<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Brightness</title>
	<atom:link href="http://mrpogson.com/2012/08/05/brightness/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrpogson.com/2012/08/05/brightness/</link>
	<description>One man, closing all the windows.</description>
	<lastBuildDate>Thu, 20 Jun 2013 02:29:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Dr Loser</title>
		<link>http://mrpogson.com/2012/08/05/brightness/#comment-93336</link>
		<dc:creator>Dr Loser</dc:creator>
		<pubDate>Sat, 11 Aug 2012 18:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=13562#comment-93336</guid>
		<description><![CDATA[Who says Oiaohm has sketchy knowledge of generics?

That&#039;s most unfair.

He has no clue whatsoever in terms of the bytecode, but he might very well be a whizz when it comes to building his own Java compiler.

I mean, seriously, let&#039;s get real here.  This is not a blog where ad hominems are welcome.]]></description>
		<content:encoded><![CDATA[<p>Who says Oiaohm has sketchy knowledge of generics?</p>
<p>That&#8217;s most unfair.</p>
<p>He has no clue whatsoever in terms of the bytecode, but he might very well be a whizz when it comes to building his own Java compiler.</p>
<p>I mean, seriously, let&#8217;s get real here.  This is not a blog where ad hominems are welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brillo</title>
		<link>http://mrpogson.com/2012/08/05/brightness/#comment-93132</link>
		<dc:creator>Brillo</dc:creator>
		<pubDate>Wed, 08 Aug 2012 12:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=13562#comment-93132</guid>
		<description><![CDATA[&lt;b&gt;What will big iron be handling. Huge data sets at times. You do not wish to transfer these back to the desktop just to generate reports so you generate mainframe side.&lt;/b&gt;

The key purpose of mainframes is not to handle volumous batch processes - that&#039;s the job of commodity machine clusters - but complex DBMS transactions:

http://www-01.ibm.com/software/htp/cics/tserver/

Of course, why use cheap, off-the-shelf machine clusters for batch processing documents when you can waste extra millions of dollars on big irons with no obvious benefits whatever? That doesn&#039;t sound utterly absurd to anyone at all!

&lt;b&gt;Of course if the documents you are produced on the mainframe cannot be opened by where they are being sent you have wasted time.&lt;/b&gt;

Given your sketchy knowledge in something as simple as generics, I am not surprised at all that you are displaying such feeble grasp in parallel computing.

You stitch together your cluster, feed your documents to the server node and then let the server node return the results back to you or send them off to where they are supposed to go. That&#039;s just one way of getting this done without needing anything more than commodity Xeon-based machines.

Seriously, even an average CS student can easily figure out something this simple.]]></description>
		<content:encoded><![CDATA[<p><b>What will big iron be handling. Huge data sets at times. You do not wish to transfer these back to the desktop just to generate reports so you generate mainframe side.</b></p>
<p>The key purpose of mainframes is not to handle volumous batch processes &#8211; that&#8217;s the job of commodity machine clusters &#8211; but complex DBMS transactions:</p>
<p><a href="http://www-01.ibm.com/software/htp/cics/tserver/" rel="nofollow">http://www-01.ibm.com/software/htp/cics/tserver/</a></p>
<p>Of course, why use cheap, off-the-shelf machine clusters for batch processing documents when you can waste extra millions of dollars on big irons with no obvious benefits whatever? That doesn&#8217;t sound utterly absurd to anyone at all!</p>
<p><b>Of course if the documents you are produced on the mainframe cannot be opened by where they are being sent you have wasted time.</b></p>
<p>Given your sketchy knowledge in something as simple as generics, I am not surprised at all that you are displaying such feeble grasp in parallel computing.</p>
<p>You stitch together your cluster, feed your documents to the server node and then let the server node return the results back to you or send them off to where they are supposed to go. That&#8217;s just one way of getting this done without needing anything more than commodity Xeon-based machines.</p>
<p>Seriously, even an average CS student can easily figure out something this simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oiaohm</title>
		<link>http://mrpogson.com/2012/08/05/brightness/#comment-93122</link>
		<dc:creator>oiaohm</dc:creator>
		<pubDate>Wed, 08 Aug 2012 06:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=13562#comment-93122</guid>
		<description><![CDATA[oldman
&quot;I’m willing to bet there are far fewer who leverage this geek crap.&quot;

This your problem.  There are quite a few that have no other option.  Turns out Libreoffice UNO interface is the same as StarOffice 5.2.  So is very well documented the interface as only been extended.  So what you wrote for 5.2 works today.

oldman no everyone is using vCenter or even big systems that contain windows.  Its call the next best thing.  If you could not have MS Office and it was not an option what would you use Oldman.  I think you would find yourself using Libreoffice like everyone else.

The reality not everyone has you option of even using MS Office to generate reports.

By the way oldman you only need two basic command line.
Network
soffice &quot;--accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager&quot; -nologo -headless
Named pipe
soffice &quot;--accept=pipe,name=foo;urp;StarOffice.ServiceManager&quot;  -nologo -headless

Fun part there is a --unaccept so you can close links 1 by 1.

Something like that.  To tell it to start in service mode after that you talk to it and control it by UNO.

Those command lines is valid on StarOffice, Apache Open Office and Libreoffice.

Reality here oldman what you do by COM is replaced by UNO operations.  UNO is network aware so you can have many different computers in a cluster send results directly back to a single instance exposed on the internal network or by encrypted tunnels.

I am sorry oldman when it comes doing some-things dcom with MS Office does out cut it.

oldman the serous fact is LibreOffice and what it descended from are server products.  Able to cope with editing from many sources at the same time.

There are times that MS Office is trying to put a round peg into a square hole.  Yes the square hole that libreoffice fits perfectly todo.

Even more scary is the fact that you can have the Libreoffice interface open while its receiving data by the network interface updating in real time.  The headless flag is so it does not render the interface.

Oldman how do you debug yours when you have a error.  I can simply remove a flag and watch mine.

You will find yours does not exactly scale.  But you have to admit at times excel documents or ods documents or other office documents are highly useful.

Oldman the simple reality you are too stubborn to try out the other path.  If you do you will find out there are some-things Libreoffice is particularly good for.  As a desktop office suite still has a distance to go.  As a server to generate documents is very powerful.

Going by powershell is possible by the CLI-UNO interface.  Really since that is windows only I mostly would not bother with the powershell route.

vcenter python bindings plus python uno bindings is basically perfect.  Of course in some cases throw in pyssh to allow port tunnelling.

oldman you reach for powershell and MS Office I reach for python and libreoffice.  Both generate the same results in the end other than the fact I can run mine on cloud servers or where ever I need without worrying about if MS Office is there or not.  Heck I don&#039;t even have to worry about Libreoffice being there since I can tunnel over network if required to where ever libreoffice is.

Libreoffice as server is not that much different to a mysql server or some other server.  1 instance can service many servers at times.

Powershell tunnelling is not particularly fun.

There is some advantage to a network controllable  office suite.

Oldman sometime you need to step past Libreoffice GUI and just control the backend for a bit and start to understand how the beast fits in.]]></description>
		<content:encoded><![CDATA[<p>oldman<br />
&#8220;I’m willing to bet there are far fewer who leverage this geek crap.&#8221;</p>
<p>This your problem.  There are quite a few that have no other option.  Turns out Libreoffice UNO interface is the same as StarOffice 5.2.  So is very well documented the interface as only been extended.  So what you wrote for 5.2 works today.</p>
<p>oldman no everyone is using vCenter or even big systems that contain windows.  Its call the next best thing.  If you could not have MS Office and it was not an option what would you use Oldman.  I think you would find yourself using Libreoffice like everyone else.</p>
<p>The reality not everyone has you option of even using MS Office to generate reports.</p>
<p>By the way oldman you only need two basic command line.<br />
Network<br />
soffice &#8220;&#8211;accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager&#8221; -nologo -headless<br />
Named pipe<br />
soffice &#8220;&#8211;accept=pipe,name=foo;urp;StarOffice.ServiceManager&#8221;  -nologo -headless</p>
<p>Fun part there is a &#8211;unaccept so you can close links 1 by 1.</p>
<p>Something like that.  To tell it to start in service mode after that you talk to it and control it by UNO.</p>
<p>Those command lines is valid on StarOffice, Apache Open Office and Libreoffice.</p>
<p>Reality here oldman what you do by COM is replaced by UNO operations.  UNO is network aware so you can have many different computers in a cluster send results directly back to a single instance exposed on the internal network or by encrypted tunnels.</p>
<p>I am sorry oldman when it comes doing some-things dcom with MS Office does out cut it.</p>
<p>oldman the serous fact is LibreOffice and what it descended from are server products.  Able to cope with editing from many sources at the same time.</p>
<p>There are times that MS Office is trying to put a round peg into a square hole.  Yes the square hole that libreoffice fits perfectly todo.</p>
<p>Even more scary is the fact that you can have the Libreoffice interface open while its receiving data by the network interface updating in real time.  The headless flag is so it does not render the interface.</p>
<p>Oldman how do you debug yours when you have a error.  I can simply remove a flag and watch mine.</p>
<p>You will find yours does not exactly scale.  But you have to admit at times excel documents or ods documents or other office documents are highly useful.</p>
<p>Oldman the simple reality you are too stubborn to try out the other path.  If you do you will find out there are some-things Libreoffice is particularly good for.  As a desktop office suite still has a distance to go.  As a server to generate documents is very powerful.</p>
<p>Going by powershell is possible by the CLI-UNO interface.  Really since that is windows only I mostly would not bother with the powershell route.</p>
<p>vcenter python bindings plus python uno bindings is basically perfect.  Of course in some cases throw in pyssh to allow port tunnelling.</p>
<p>oldman you reach for powershell and MS Office I reach for python and libreoffice.  Both generate the same results in the end other than the fact I can run mine on cloud servers or where ever I need without worrying about if MS Office is there or not.  Heck I don&#8217;t even have to worry about Libreoffice being there since I can tunnel over network if required to where ever libreoffice is.</p>
<p>Libreoffice as server is not that much different to a mysql server or some other server.  1 instance can service many servers at times.</p>
<p>Powershell tunnelling is not particularly fun.</p>
<p>There is some advantage to a network controllable  office suite.</p>
<p>Oldman sometime you need to step past Libreoffice GUI and just control the backend for a bit and start to understand how the beast fits in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clarence Moon</title>
		<link>http://mrpogson.com/2012/08/05/brightness/#comment-93082</link>
		<dc:creator>Clarence Moon</dc:creator>
		<pubDate>Tue, 07 Aug 2012 13:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=13562#comment-93082</guid>
		<description><![CDATA[&lt;b&gt;Forrester mostly talked to big companies. 3% is not none.&lt;/b&gt;

There were 152 people responding to the survey, according to the cite, so 4.5 people said that at their company it was &quot;supported&quot;, apparently meaning that someone, somewhere was using it for business.  I guess one person was not so sure or else there is a round off error.

A couple of things come to mind here, one being that Star Office is on a par with both Lotus and Google&#039;s SaaS efforts in terms of results, with is a sort of shameful condition for Lotus and Google.  Another is that this is a rather abysmal showing for the FLOSS entries, particularly with the realization that the people surveyed were IT managers who could be expected to be much more amenable to using open source products.

It is like your relying on W3Schools statistics wherein Linux shows marginally better than on other, less techie biased samples.  You suggest that shows Linux is more common than the conventional thinking but I think that it only shows that it cannot show well even on its home ground.]]></description>
		<content:encoded><![CDATA[<p><b>Forrester mostly talked to big companies. 3% is not none.</b></p>
<p>There were 152 people responding to the survey, according to the cite, so 4.5 people said that at their company it was &#8220;supported&#8221;, apparently meaning that someone, somewhere was using it for business.  I guess one person was not so sure or else there is a round off error.</p>
<p>A couple of things come to mind here, one being that Star Office is on a par with both Lotus and Google&#8217;s SaaS efforts in terms of results, with is a sort of shameful condition for Lotus and Google.  Another is that this is a rather abysmal showing for the FLOSS entries, particularly with the realization that the people surveyed were IT managers who could be expected to be much more amenable to using open source products.</p>
<p>It is like your relying on W3Schools statistics wherein Linux shows marginally better than on other, less techie biased samples.  You suggest that shows Linux is more common than the conventional thinking but I think that it only shows that it cannot show well even on its home ground.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oiaohm</title>
		<link>http://mrpogson.com/2012/08/05/brightness/#comment-93062</link>
		<dc:creator>oiaohm</dc:creator>
		<pubDate>Mon, 06 Aug 2012 23:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=13562#comment-93062</guid>
		<description><![CDATA[Brillo
&quot;Still a batch process. Still a waste of a big iron. I am sorry but you just aren’t fit for the adjective “competent”.

Drop your delusion of grandeur – if any at all, it makes you look even more stupid than you already are.&quot;

In fact Brillo this shows your lack of competence.

What will big iron be handling.  Huge data sets at times.  You do not wish to transfer these back to the desktop just to generate reports so you generate mainframe side.

Mainframes do a lot of batch processing mostly because it makes sense to.  User interaction is highly lacking effectiveness.

The reality here is neither of you have worked with Mainframes so you think the idea of a Office suite on a Mainframe is stupid.  A graphical Office suite you are correct.  A office suite that can be controlled for batch production of results so avoiding having to send the dataset out of the mainframe has many advantages.

Of course if the documents you are produced on the mainframe cannot be opened by where they are being sent you have wasted time.  This is why the means to have the same office suite on mainframe and desktop is so useful.

Not every mainframe workload is going to use this.  You have spent big money to have a mainframe you want it todo as much as possible.

You need to produce documents people can open of results from processing on mainframes.  Sending that data back to the client machines not a good option.  Particularly when that data is quite a few G in size.

ODF and MS formats do have an advantage over html.  They are single files even when containing images.

Office suite on mainframe that can batch process producing new documents and convert documents to multi format for sent out can be useful.  Ie convert result to PDF and email auto to client send ODF source document internal to staff.

The mainframe does not have to send data back to desktop to email, im or place on web results.

Limiting office suite to desktop adds extra step in process.

Brillo the common mistake is we can run a windows machine todo this.  Big datasets equals large amounts of ram.  So now you end up having to use a middle ground format.  Every extra step is a extra risk something will screw up.

Brillo and Clarence Moon you would have stayed well clear.  Oldman knows this topic as well.  He is not going to jump in here because he knows the reality.  Since he does some of it.  Reports have to be generated this is part of business.  Don&#039;t break the network moving around data to make reports.]]></description>
		<content:encoded><![CDATA[<p>Brillo<br />
&#8220;Still a batch process. Still a waste of a big iron. I am sorry but you just aren’t fit for the adjective “competent”.</p>
<p>Drop your delusion of grandeur – if any at all, it makes you look even more stupid than you already are.&#8221;</p>
<p>In fact Brillo this shows your lack of competence.</p>
<p>What will big iron be handling.  Huge data sets at times.  You do not wish to transfer these back to the desktop just to generate reports so you generate mainframe side.</p>
<p>Mainframes do a lot of batch processing mostly because it makes sense to.  User interaction is highly lacking effectiveness.</p>
<p>The reality here is neither of you have worked with Mainframes so you think the idea of a Office suite on a Mainframe is stupid.  A graphical Office suite you are correct.  A office suite that can be controlled for batch production of results so avoiding having to send the dataset out of the mainframe has many advantages.</p>
<p>Of course if the documents you are produced on the mainframe cannot be opened by where they are being sent you have wasted time.  This is why the means to have the same office suite on mainframe and desktop is so useful.</p>
<p>Not every mainframe workload is going to use this.  You have spent big money to have a mainframe you want it todo as much as possible.</p>
<p>You need to produce documents people can open of results from processing on mainframes.  Sending that data back to the client machines not a good option.  Particularly when that data is quite a few G in size.</p>
<p>ODF and MS formats do have an advantage over html.  They are single files even when containing images.</p>
<p>Office suite on mainframe that can batch process producing new documents and convert documents to multi format for sent out can be useful.  Ie convert result to PDF and email auto to client send ODF source document internal to staff.</p>
<p>The mainframe does not have to send data back to desktop to email, im or place on web results.</p>
<p>Limiting office suite to desktop adds extra step in process.</p>
<p>Brillo the common mistake is we can run a windows machine todo this.  Big datasets equals large amounts of ram.  So now you end up having to use a middle ground format.  Every extra step is a extra risk something will screw up.</p>
<p>Brillo and Clarence Moon you would have stayed well clear.  Oldman knows this topic as well.  He is not going to jump in here because he knows the reality.  Since he does some of it.  Reports have to be generated this is part of business.  Don&#8217;t break the network moving around data to make reports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clarence Moon</title>
		<link>http://mrpogson.com/2012/08/05/brightness/#comment-93057</link>
		<dc:creator>Clarence Moon</dc:creator>
		<pubDate>Mon, 06 Aug 2012 21:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=13562#comment-93057</guid>
		<description><![CDATA[&lt;b&gt;it makes you look even more stupid than you already are.&lt;/b&gt;

Mr. O doesn&#039;t know the meaning of &quot;stupid&quot;.  Try &quot;bogan&quot; instead.  According to Google, that would be in his claimed native language.]]></description>
		<content:encoded><![CDATA[<p><b>it makes you look even more stupid than you already are.</b></p>
<p>Mr. O doesn&#8217;t know the meaning of &#8220;stupid&#8221;.  Try &#8220;bogan&#8221; instead.  According to Google, that would be in his claimed native language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oldman</title>
		<link>http://mrpogson.com/2012/08/05/brightness/#comment-93052</link>
		<dc:creator>oldman</dc:creator>
		<pubDate>Mon, 06 Aug 2012 19:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=13562#comment-93052</guid>
		<description><![CDATA[&quot; Basically Libreoffice can be used the same way Oldman does with MS Office to auto-create operational reports.&quot;

Nope. I use COM object automation and Powershell/PowerCLI to drive excel to create personal ad-hoc reports out of vCenter.

What The Hamster has described is a set of esoteric  IMHO poorly documented command line switches that apparently allow libermanoffice to batch process files.

There are plenty of vCenter administrators who use my technique.

I&#039;m willing to bet there are far fewer who leverage this geek crap.]]></description>
		<content:encoded><![CDATA[<p>&#8221; Basically Libreoffice can be used the same way Oldman does with MS Office to auto-create operational reports.&#8221;</p>
<p>Nope. I use COM object automation and Powershell/PowerCLI to drive excel to create personal ad-hoc reports out of vCenter.</p>
<p>What The Hamster has described is a set of esoteric  IMHO poorly documented command line switches that apparently allow libermanoffice to batch process files.</p>
<p>There are plenty of vCenter administrators who use my technique.</p>
<p>I&#8217;m willing to bet there are far fewer who leverage this geek crap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brillo</title>
		<link>http://mrpogson.com/2012/08/05/brightness/#comment-93051</link>
		<dc:creator>Brillo</dc:creator>
		<pubDate>Mon, 06 Aug 2012 19:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=13562#comment-93051</guid>
		<description><![CDATA[&lt;b&gt;You can create complex documents from basically nothing as part of back-end.&lt;/b&gt;

Still a batch process. Still a waste of a big iron. I am sorry but you just aren&#039;t fit for the adjective &quot;competent&quot;.

Drop your delusion of grandeur - if any at all, it makes you look even more stupid than you already are.]]></description>
		<content:encoded><![CDATA[<p><b>You can create complex documents from basically nothing as part of back-end.</b></p>
<p>Still a batch process. Still a waste of a big iron. I am sorry but you just aren&#8217;t fit for the adjective &#8220;competent&#8221;.</p>
<p>Drop your delusion of grandeur &#8211; if any at all, it makes you look even more stupid than you already are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oldman</title>
		<link>http://mrpogson.com/2012/08/05/brightness/#comment-93048</link>
		<dc:creator>oldman</dc:creator>
		<pubDate>Mon, 06 Aug 2012 18:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=13562#comment-93048</guid>
		<description><![CDATA[&quot;I did not say bedrock runs Android yet. But it is treating other distributions the same kind of way. Run them contained. There will become a point when you will be able to run Android contained no problems. Each kernel.org release brings that closer.&quot;  

There is ZERO guarantee that this particular but of alpha code will go anywhere. Assuming the project survives infant mortality(more debugging), it then has to be deemed useful enough to be picked and fully supported by one of the major distributions(mode debugging), THEN it has to make it into one for the commercial distributions(more debugging), AND THEN it has to be vetted by individual business. SO what we have here Mr. Hamster, is another of your flights of idle speculation expressed as if it were a certainty.

Which it most certainly is not.



&quot;In fact you have failed todo your homework on what the server mode of Libreoffice allows.&quot;

It seems to me that there is not homework to do here Hamster. Once again you point to some bit of badly documented (it is referred to in one of the references as a &quot;hidden feature&quot;) geek esoterica. How many people use this feature sir? Few if any (beyond possibly yourself) I&#039;ll bet! 

Regardless, the presence of so called batch processing functions does not even begin to make up for the missing standard function and feature in LiebermanOffice, functions that people are more likely to use than they are this.]]></description>
		<content:encoded><![CDATA[<p>&#8220;I did not say bedrock runs Android yet. But it is treating other distributions the same kind of way. Run them contained. There will become a point when you will be able to run Android contained no problems. Each kernel.org release brings that closer.&#8221;  </p>
<p>There is ZERO guarantee that this particular but of alpha code will go anywhere. Assuming the project survives infant mortality(more debugging), it then has to be deemed useful enough to be picked and fully supported by one of the major distributions(mode debugging), THEN it has to make it into one for the commercial distributions(more debugging), AND THEN it has to be vetted by individual business. SO what we have here Mr. Hamster, is another of your flights of idle speculation expressed as if it were a certainty.</p>
<p>Which it most certainly is not.</p>
<p>&#8220;In fact you have failed todo your homework on what the server mode of Libreoffice allows.&#8221;</p>
<p>It seems to me that there is not homework to do here Hamster. Once again you point to some bit of badly documented (it is referred to in one of the references as a &#8220;hidden feature&#8221;) geek esoterica. How many people use this feature sir? Few if any (beyond possibly yourself) I&#8217;ll bet! </p>
<p>Regardless, the presence of so called batch processing functions does not even begin to make up for the missing standard function and feature in LiebermanOffice, functions that people are more likely to use than they are this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oiaohm</title>
		<link>http://mrpogson.com/2012/08/05/brightness/#comment-93022</link>
		<dc:creator>oiaohm</dc:creator>
		<pubDate>Mon, 06 Aug 2012 07:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=13562#comment-93022</guid>
		<description><![CDATA[Brillo
&quot;LOL. Batch PDF conversion on a mainframe? I did do my homework, in case you are wondering.&quot;
Incompetent at doing homework.  In my prior comment I told you it does more than that.  Apparently you cannot read.

In fact using the UNO interface can do more than batch conversion.   You can create complex documents from basically nothing as part of back-end.

In fact you have failed todo your homework on what the server mode of Libreoffice allows.  Batch conversion is only one part.  Creating of excel word powerpoint straight from data sets.  The list goes on.  So all the charting of Libreoffice can be exploited by UNO interface in fact.  Yes you can have it drop a chart as a image.

Read what I said more carefully Brillo.
&quot;documentation conversion and production&quot;

Documentation conversion is batch conversion.  

Production is creating a document from nothing other than template, data, scripts.  You do not need a GUI to create documents.  Basically Libreoffice can be used the same way Oldman does with MS Office to auto-create operational reports.

Having an office suite on the mainframe allows you it spit out conventional desktop formats.  Even better have the same office suite on the desktop to read them.]]></description>
		<content:encoded><![CDATA[<p>Brillo<br />
&#8220;LOL. Batch PDF conversion on a mainframe? I did do my homework, in case you are wondering.&#8221;<br />
Incompetent at doing homework.  In my prior comment I told you it does more than that.  Apparently you cannot read.</p>
<p>In fact using the UNO interface can do more than batch conversion.   You can create complex documents from basically nothing as part of back-end.</p>
<p>In fact you have failed todo your homework on what the server mode of Libreoffice allows.  Batch conversion is only one part.  Creating of excel word powerpoint straight from data sets.  The list goes on.  So all the charting of Libreoffice can be exploited by UNO interface in fact.  Yes you can have it drop a chart as a image.</p>
<p>Read what I said more carefully Brillo.<br />
&#8220;documentation conversion and production&#8221;</p>
<p>Documentation conversion is batch conversion.  </p>
<p>Production is creating a document from nothing other than template, data, scripts.  You do not need a GUI to create documents.  Basically Libreoffice can be used the same way Oldman does with MS Office to auto-create operational reports.</p>
<p>Having an office suite on the mainframe allows you it spit out conventional desktop formats.  Even better have the same office suite on the desktop to read them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
