T
Tom Anderson
An auto-correct you didn't notice?
Nah, that's just the typical sort of error you get when using screen.
tom
An auto-correct you didn't notice?
There is a thing called SPICE:
http://spice-space.org/
Which is basically a remote windowing protocol that plugs into a virtual
machine (as long as it's QEMU), rather than into a window server; that is,
it's sort of a virtual VGA cable
An auto-correct you didn't notice?
Nah, that's just the typical sort of error you get when using screen.
A joke that whooshed over my head?
A joke that whooshed over my head?
Oh, there was something elsethread about "crud like foo^]]E^]]D^Hquux"
which i thought might have explained the error.
(I think this time I'll let someone else attempt to convince the
person who posted that comment about "screen" of the [insult deleted]
of his/her/[implied insult deleted] ways.)
Why what? Why "not so much"? because that may be a bit of an
exaggeration -- but the HTML produced by the Java 7 "javadoc" tool
has a fairly different look from what was produced by previous
versions, and it explicitly complains if you use a browser that
doesn't support Javascript, and .... :
Generally I also prefer lynx, but it doesn't support frames, and
elinks does, and to me that makes a difference for this use case.
Anyway, try either one on on a Java 7 javadocs set -- both still
display the content, but IMO the formatting is noticeably less
satisfactory than for Java 6,
Of course, but with PostgreSQL installed and running, the effort needed
to add a new project/database/call it what you will is probably the same
as it would be with Derby - and I don't need to learn another database's
SQL syntax quirks to do it.
I'd almost say it was the other way round. PostgreSQL is pretty easy to
install - as root (paraphrasing what i actually just did):
So, not nearly as easy as installing Derby (which with a Sun JDK
involves precisely zero steps), but not at all difficult. Suitable for a
development machine.
Whereas i think the great strength of Derby is in production - if and
only if you are distributing code to run on desktop machines. There, the
less you need to install, the better, and the fact that Derby comes in
the JDK makes it a bit of a slam-dunk. It's not a particularly great
database, but you can't argue with the ease of installation.
True, but IIRC the initial install of PostgreSQL was pretty much a no-But that is because you have have PostgreSQL installed and running.
Martin said:True, but IIRC the initial install of PostgreSQL was pretty much a no-
brainer too.
The only non-straightforwardness I remember was due to me modifying the
installation to move the physical database from the /var tree to /home
for system management reasons. I've arranged my system so that /home is
in a separate partition and that /usr/local and /usr/java as well as all
PostgreSQL and Apache related user data are there as well. This means
that, for a clean Linux install I can reformat everything on disk except
the /home partition and know that nothing I care about will need to be
restored.
PostgreSQL itself can be shifted about fairly easily: the inflexibilityFor development purposes, the default installation of Postgres works
pretty well. For production purposes, as with any DBMS, the situation
can be more complicated.
Agreed. Does anything apart from MySQL insist on using auto-incrementingPostgres and Derby both tend to win in another important area -
standardness of the SQL dialect.
I'm still very impressed with it, not least for the way it keeps itsIf you're doing a lot of enterprise or web work you should consider
Postgres strong contender. Even during development, it mixes well with
the enterprise way of looking at things (layered and componentized).
The only major Postgres anomaly, that I've noticed anyway, is its use ofPorting a system from Postgres to, say, Oracle or DB2 turns out to be
not so bad. Of course no two RDBMSes speak the same dialect of SQL, but
the transformations between the big guns seem to be mostly mechanical -
Oracle uses VARCHAR2 for VARCHAR, for example. It's harder when a
system decides to reinvent the semantics of a keyword to something
rather different, as MySQL did with TIMESTAMP.
Derby is very much on my radar: I just haven't yet found a round tuit orFor desktop distribution Derby may well be the ideal solution. For a
desktop app needing more than desktop-scale data, perhaps a distributed
DBMS architecture - keep the local DB as a sort of edge cache for
wide-area data.
Derby is very much on my radar: I just haven't yet found a round tuit or
a good reason to use Derby in place of PostgreSQL.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.