2010-06-30

Ubuntu 10.04 on Fujitsu p1510d

[6.30:
. this is just a dump of a huge log
to show the shear size
of issues I dealt with
while tossing xp to save my laptop .
. xuw = uniX#Ubuntu on Walkable .
-- atleast for the drivers they had for
this Fujitsu p1510d,
the stability was a daily catastrophe .
. when it's not eating your work,
Ubuntu 10.04 is a lot of fun .]


6.1:

mis.addn/xuw/linux links from sd (fat-formatted) card:
. I thought they would work as needed,
but of course the default link-maker
is not making links across volumes?
[.. no, the problem not linking from a fat-formatted volume .]
127:
/media/CF977MB/BAK
/media/SD2GB/pim/2010

To make a soft symbolic link :
ln -s /original/file /new/link
ln -s /media/CF977MB/BAK /media/SD2GB/pim/2010/Bak2CF

addn@xuw:~$ ln -s /media/CF977MB/BAK /media/SD2GB/pim/2010/Bak2CF
ln: creating symbolic link
`/media/SD2GB/pim/2010/Bak2CF':
Operation not permitted

no?
cli rules:
http://manpages.ubuntu.com/manpages/lucid/man7/symlink.7.html
api rules:
http://manpages.ubuntu.com/manpages/lucid/en/man2/symlink.2.html
ln rules:
http://manpages.ubuntu.com/manpages/lucid/en/man1/ln.1.html

236: web search by error results,

You can't do symbolic links in FAT or NTFS.
http://forum.soft32.com/linux2/RH8-Creating-symbolic-link-Operation-permitted-ftopict46279.html


http://forums.rokulabs.com/viewtopic.php?f=2&t=5431&sid=b999b980470c833ee17c95e89defa3ea
ln -s ./bpf/net/bpf_filter.c bpf_filter.c
ln: bpf_filter.c: Operation not permitted
OK now I've learned something. I cannot set up
symbolic links if I'm in a directory on my smb share.
I can do it from within the local filesystem
on the ROKU to anywhere EXCEPT
a file on the SMB mounted filesystem.


http://www.virtualbox.org/ticket/818
Soft links are important on Linux system.
Using (/etc/fstab)
altera /opt/altera vboxsf defaults 0 0
I get the following error:
cd /opt/altera/install/
ln -s ../tars/90_quartus_linux.tar
. ln: creating symbolic link `./90_quartus_linux.tar':
Operation not permitted
vBox: 3.0.2 r49928 (linux 64 bits)
host: Linux rdt02 2.6.28-13-generic #45-Ubuntu SMP
Guest: Linux vdtf21 2.6.29.6-213.fc11.i686.PAE #1 SMP

Running VirtualBox 3.0.6 with guest Ubuntu 9.04 64-bit
on a Mac OS X 10.6.1 Snow Leopard host:

strace ln -s foo bar
Gives the following (edited to remove irrelavent stuff):

stat("bar", 0x7fffa0fdb250) = -1 ENOENT (No such file or directory)
symlink("foo", "bar") = -1 EPERM (Operation not permitted)
...
write(2, "ln: "..., 4) = 4
write(2, "creating symbolic link `bar'"..., 28) = 28
write(2, ": Operation not permitted"..., 25) = 25
write(2, "\n"..., 1) = 1
In the meantime, running dtrace -p
on the appropriate VirtualBoxVM process on the Mac side
shows no trace of the symlink call
being attempted against the host filesystem.
Presumably, it's just not implemented.

Next step is to look at the sources ...

2009-09-22 23:00:15 changed by jwhitley
Frank's note implied this,
but let's just be perfectly clear:
symbolic link support is not yet implemented in the vboxsf filesystem.
For folks who want to check out the current state
of the guest additions linux module,
have a look at the files
at following path in the VirtualBox source tree:
src/VBox/Additions/linux/sharedfolders/

Specifically, dirops.c should define
the symlink, readlink, and follow_link members
of struct inode_operations (see bottom of that file,
and linux/fs.h in the kernel headers).
I started looking at this the other day,
and have cloned the public SVN repo to github at:
git://github.com/jwhitley/VirtualBox.git .

2009-09-23 22:28:15 changed by frank
There is no other documentation than the source code
for the shared folders service
All shared folders operations will be forwarded
to the host where they will be handled in
src/VBox/HostServices/SharedFolders/service.cpp,
see the function svcCall().
The corresponding handlers are implemented
in vbsf.cpp in the same directory.


http://www.handhelds.org/hypermail/familiar/277/27720.html
root_at_h3900:/usr/X11R6/lib# ln -s
/usr/X11R6/lib/libXm.so.2.1
/media/cf/usr/j2re1.3.1/lib/armv4l/libXm.so
ln: /media/cf/usr/j2re1.3.1/lib/armv4l/libXm.so:
Operation not permitted

330:
I forgot my primary db is on a fat32 sd card
not the main hard disk .







6.1:


mis.addn/xuw.xfce4/lost folder after wake from hibernation:
1205:
last night I hibernated xfce and on a wa
awake the file manager's side bar
was missing links to my sd card's folders
. then I find a possible reason:
the targets of those links
no long exist!
1240:
but the chrome browser does see it:
earlier, the editor too was saying
the file didn't exist .
it's been very busy while I was away ,
maybe recovering from known mistakes?



sci.addn/xuw/openstep`desktop"(window maker):
. wow, what a mess .
. it should come with a welcome:
"(we're not really so diff'nt ...);
instead,
it has a help app that maxed my fan
-- and still didn't show anything! --
for "(tutorial window maker)
. it also max'd my lcd brightness;
and with no solution in sight,
I had to leave .

mis.addn/xuw.komodo/gui acting funny:
. tapping on editor's [recent files].list
didn't respond to what I thought was a double;
but a triple did work?
last time it did say file didn't exist .





6.1:


bk.addn/xuw/Linux newbe tips:

http://www.zdnet.com/blog/btl/10-mistakes-linux-newbies-make/34444?tag=footer
http://blogs.techrepublic.com.com/10things/?p=455

confirms a worry I had:
. mixing Ubuntu package management system
with script-installed indep' packages
(like komodo) .
. package management can't keep track of
things it wasn't told about
So what happens when package A (that you installed from source)
depends upon package B (that was installed from a .deb binary)
and package B is upgraded from the update manager?
Package A might still work or it might not.
But if both package A and B are installed from .debs,
the chances of them both working are far higher.
Also, updating packages is much easier when
all packages are from the same binary type. [??]
todo:
. so high priority is find another editor soon,
or study how to .deb-wrap your package .
. if that fails, know when you get updates,
and reinstall all indep's at that time .

I always back up /etc/X11/xorg.conf
in case the upgrade goes bad.
Sure, an X update tries to back up xorg.conf,
but it does so within the /etc/X11 directory.
I always back up xorg.conf to the /root directory
so I know only the root user can even access it.
This applies to other critical backups,
such as Samba, Apache, and MySQL, too.

your kernel update process
doesn't delete previous kernels.
every kernel upgrade fills up more memory .

stay with principle of least priv's:
. What often happens is that a new user
sees an error saying
they do not have permission to use a file,
so they hit the file with something akin to
chmod 777 filename
to avoid all possible permission problems .
. all same-digit combo's give a certain permission set
to all users (root, group, and other):
777 gives rwx
666 gives rw
555 gives rx
444 gives r
333 gives wx
222 gives w
111 gives x
000 gives no privileges to any users .

/var/log
is a single location for all log files.
This makes it simple to remember where you first need to look
when there is a problem.
Possible security issue? Check /var/log/secure.
/var/log/messages
where all generic errors,
networking, media changes, etc.
. admin can always use a third-party application
such as logwatch
that can create various reports for you
based on your /var/log files.

http://www.linux-mag.com/id/7789
Log rotation is highly configurable but most of us lazy administrators
just leave everything as is, where is.
As for the where part,
the /etc/logrotate.conf,
like other configuration files,
resides in the /etc directory.
I found the ubuntu
menu/system/log file viewer,


tools
http://blogs.techrepublic.com.com/10things/?p=452
Top is a real-time reporting system,
so as a process changes,
it will immediately be reflected in the terminal window.
Top does have some helpful arguments (such as the -p argument,
which will have top monitor only user-specified PIDs),
but running default,
top will give you all the information you need
on running tasks.



6.2: mis.addn/xuw/freeze needs hard reset:
while I was editing the above file,
[@] web.addn/dev.net/gae for linux?
the freeze happened;
it didn't respond to unplugging usb's and wifi .
nor various salutes (what where those
cntr-alt-backspace things for in ubuntu?)
. getting back in, komodo.editor asked
if it could restore from backup
but for the first time (but new version of editor too)
this editor told me the backup access
resulted in a media error .
. the only other (known) program running was chrome .


6.2:

proj.addn/xuw/downloads:
. download komposer,
view komp* finds in sw center .

mis.addn/xuw/bak:
. bugged (overworked by sw center's downloading?) .

proj.addn/xuw/modular desktops:
lubuntu:
. it will read pim
but won't click into it?
there's a [gnome/openbox] ? try that
(lubuntu is apparently a sort of [xfce/openbox] ).



news.addn/xuw.leafpad: (betaware) gnome editor, simpler than gedit,

sci.addn/xuw.abiword:
. being like ms`word, it does have a web editor mode;
I find it annoying that its default is not web mode .
. it's unable to open yester's log?
my usual editor komodo can still open it .
no unicode:
. after pulled out all the non-ascii char's
it did fine .


proj.addn/xuw.komodo/pref's:
. internationalization:
don't use the enviro's utf-8,
use ascii .






6.2:


sci.addn/xuw.menubar editor:
. the corner of my menu bar
is where I usually find a log-out menu
and a menu with my user name on it .
. now -- in gnome/openbox --
I find there's no log-out menu
and 2 menu's with my user name on it .
-- before this, there was recently a problem with
the menu bar's icon of battery and sound:
it was like one picture of that icon pair
was inserted in the middle of a copy of the same .
. the 2 menu's are differing however:
one is my online status,
while the other one is how I edit my menubar:
now it's busy with icon's for my text editor,
switch users, reboot or hibernate,
screen brightness,
cpu speed, rolling system monitor,
dictionary,
weather -- not available for this location
parcellite -- whoa, have I been missing this!
. it's a list of all cut&pastes,
so if you suspect data was lost from the
accidental cut&cut -- forgetting to paste
there's your log! it shows a list of your cuts' first line,
select a line to move that cut into the clipboard
(the contents of which determine what gets returned by a paste);
it also lets you edit the clipboard
. looking through app's (wondering
where I get the menubar editor
after having removed it from the menubar)
I found a taskmgt that was showing my percentage of cpu usage
but it wasn't in sync with the menubar's indicator?
that menu bar applet is called the
cpu frequency scaling monitor:
it changes the speed limit
or limit mode of your cpu:
it was set at on-demand,
so when cpu was use a lot,
the speed limit would be elevated
which would then show the %usage as
not changing much .
. I'm trying it capped at 600mhz;
it can go as high as 1.2 ghz .
. some of the original things in the menu bar
can be removed but they can't be moved?
that's because they are set at [lock to panel]?
no, they are must stay to the right of
optional things,
as if the menubar was divided into
user and system spaces .
I could try replacing them with similar options,
but I noticed the time&date addition
wasn't in 24-mode .


6.2: mis.addn/xuw.hg/new msg about a lock contention
. waiting for lock on repository /media/SD2GB_/pim held by 'xuw:1420'


news.addn/xuw.computer janitor:
. [computer janitor] helps you find and remove
software packages you might not need anymore.
It also suggests configuration changes
that might benefit you .

sci.addn/xuw.menubar.cpu`status:
I'm moving the cpu limit to performance
(apparently an alias for top speed)
because I'm getting too many waits .


sci.addn/xuw.menubar/openbox`config:
. provides the desktop themes and window param's
familiar to xp users .


mis.addn/xuw/hiberate seems endless:
. this thing is taking so long to hibernate,
I'm wondering if a virus is uploading my entire drive?
turn off wifi to see if that changes things .
. no? try suspending instead of hibernating: ok .
todo: [done]
maybe it needs a defrag? no;
does linux do that auto? yes .



6.7:


web.addn/xuw/defrag -- no need but ...:

http://ubuntuforums.org/showthread.php?t=169551

If you are curious about fragmentation
run fsck, or this:
/usr/sbin/defrag [-h] [-n passes] [--passes n] [-t threshold]
[--threshold n] [-a] [--analyze] [--help] path
When invoked, defrag will analyze the given path
recursively for file fragmentation
and print out a summary of its findings.
Next, it will ask you if you'd like to
run any defragmentation passes.
Fragtool also takes an optional passes argument,
which makes it perform fully non-interactively.
Positive number of passes will perform that many passes and exit,
while zero passes will just print out the summary and exit.
. its progress bar needs bzrlib

. unless you do something special that fragments up the disk
(torrenting, mythtv, large downloads),
you probably won't realize much,
but it's always good to know you're ready for something like this,
or if you're curious about fragmentation the analyze mode is great.

. I personally have to say that when a 300MB torrent
is split into 5000 fragments,
read speed is drastically affected.

. most torrent programs let you preallocate to avoid fragmentation,
that usually keeps fragmentation fairly low
especially if you d/l music and not just movies.

If you would like to get fragmentation statistics,
defrag is the perfect tool to get that.

why hasn't anyone else written a defragmenter for Linux?
A user at forums.gentoo.org wrote a perl fragmentation checker,
and Con Kolivas wrote a bash script defragger.
Fragtool was inspired by both of these efforts,
and aims to intelligently combine the two
to perform the task more intelligently
(i.e. do not try defragmenting defragmented files,
do not make fragmentation worse than before, etc).
. not a full defragmenter
(i.e. free space consolidation,
directory reorganization),
but just a file defragger.

http://www.debian-administration.org/articles/388
for the tested tasks, filesystems can be regrouped as
(a) quick and more CPU-intensive (ReiserFS and XFS) or
(b) slower but less CPU-intensive (ext3 and JFS).
XFS appears as a good compromise, with relatively quick results,
moderate usage of CPU and acceptable rate of page faults.
XFS appears to be the most appropriate
on a file server for home or small-business needs .
-- on mac, "(xfs) is doomed to mean X font server .

username@ubuntu:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda7 8.8G 3.2G 5.2G 39% /
varrun 221M 92K 221M 1% /var/run
varlock 221M 4.0K 221M 1% /var/lock
udev 221M 140K 221M 1% /dev
devshm 221M 0 221M 0% /dev/shm
lrm 221M 19M 202M 9% /lib/modules/2.6.15-25-386/volatile
/dev/hda5 123G 48G 70G 41% /documents

username@ubuntu:~$ sudo umount /documents

username@ubuntu:~$ sudo fsck /dev/hda5
fsck 1.38 (30-Jun-2005)
e2fsck 1.38 (30-Jun-2005)
/home: clean, 52156/16334848 files, 13090377/32658129 blocks

. fragmentation becomes a problem only if your disk is almost full.
On a nearly full disk,
Linux may have trouble locating a large enough block of free space
to fit a file without fragmenting it.
If you almost fill a disk and then delete files,
the remaining files may or may not be fragmented,
depending on which ones you deleted.
For this reason, keeping your partitions from filling up is best.
As a general rule, anything less than 80 to 90 percent full
is fine from a fragmentation perspective


6.10:

sci.addn/xuw/hc sd is usable:
. does xu read my 8gb sd card? yes,
the disk utility says it's partitioned as mac hfs+,
and the hex editor read a mac system file .
. replacing that with my usual fat32-formatted sd card
the file browser is having trouble:
it browns out, uses a lot of cpu, and becomes unresponsive,
but the rest of the system is ok .
. other app's can read the file system without the smoke:
chrome is using its homepage from there,
and the editor's file opener has a functioning
file system browser .
[6.11: maybe switching cards without also
switching the card drive confused it?]


mis.addn/xuw/update mgt:
. the updates fail because:
"(
E: Could not get lock /var/cache/apt/archives/lock
- open (11: Resource temporarily unavailable)
E: Unable to lock the download directory
)
. maybe I should close other app's and try again?
no, here is the problem:
"(
Lentz wrote on 2009-09-09: #2
It appears you have a stale lock file.
This can happen if the program that created the lock file
didn't terminate correctly.
If you're sure you don't have any
package management programs running
(Synaptic, apt-get, dpkg, etc.),
then remove the lock file.
)
--. I should have let the file browser finish;
[@] sci.addn/xuw/hc sd is usable
I'm doing that now, and it appears to be
picking up where it left off:
after coming back from busy,
the updates are able to be downloaded now .


6.11:


mis.addn/xuw.dictionary/doesn't fuzzy spell:
. xuw.dictionary is not very helpful,
I need google to help spell .

proj.addn/xuw.menubar/drag&drop:
. replacing firefox menubar icon with chrome,
at first when I tried to drop a drag&drop
a menu item onto the menubar,
it dropped into firefox
which opened this file:
usr/share/applications/chromium-browser.desktop
. then I first removed the firefox icon
so that the drag&drop would have some blank space
on the menubar to land on: ok .


6.12:


web.addn/xuw.komodo edit/ubuntu install:

bug"[needs-packaging] Open Komodo Edit
https://bugs.launchpad.net/ubuntu/+bug/183492
. the ok is in, but interested is frustrated (past 2 years now!)
http://community.activestate.com/forum/could-i-publish-komodo-edit-packages-ppa-repositoris-ubuntu
this says everything is ready:
http://community.activestate.com/forum/deb-package-komodo-edit
using a script here .
http://community.activestate.com/files/mkpkg-komodo-final.txt

. If you need to update using an installer,
completely uninstall the older version
before installing the new one,
or manually specify a different install directory
during the installation process.
Your Komodo preferences will be preserved
as they are installed in a different directory.
uninstall:
Delete the directory that Komodo created during installation.
(that would be )
If you wish to delete your Komodo preferences,
delete the ~/.komodo directory.
If you do not delete this directory,
subsequent installations of Komodo will use the same preferences.
Note: You cannot relocate an existing Komodo installation
to a new directory by simply moving it.
You must uninstall Komodo from the existing location
and reinstall it in the new location.
2300:
. trying that .
install: Installing ActiveState Komodo to '/home/addn/Komodo-Edit-5'...
relocate this Python to '/home/addn/Komodo-Edit-5/lib/python'
relocate '/home/addn/Komodo-Edit-5/lib/python/lib/libpython2.6.so.1.0'
relocate '/home/addn/Komodo-Edit-5/lib/python/lib/libpython2.6.so'
relocate '/home/addn/Komodo-Edit-5/lib/python/lib/python2.6/config/Makefile'
relocate '/home/addn/Komodo-Edit-5/lib/python/lib/python2.6/site-packages/activestate.py'
relocate '/home/addn/Komodo-Edit-5/lib/python/lib/python2.6/lib-dynload/_ssl.so'
relocate '/home/addn/Komodo-Edit-5/lib/python/lib/python2.6/lib-dynload/_hashlib.so'
relocate '/home/addn/Komodo-Edit-5/lib/python/bin/python2.6'
relocate '/home/addn/Komodo-Edit-5/lib/python/bin/python2.6-config'
relocate '/home/addn/Komodo-Edit-5/lib/python/bin/python-config'
relocate '/home/addn/Komodo-Edit-5/lib/python/bin/2to3'
install: 'Komodo Edit 5' desktop shortcut created at '/home/addn/Desktop/komodo-edit-5.desktop'
I checked the link it asked me to make,
ln -s "/home/addn/Komodo-Edit-5/bin/komodo" /usr/local/bin/komodo
that is still there from last install .
ls /usr/local/bin/komodo
-- returned /usr/local/bin/komodo (does exist)
. ever since my last system update,
the komodo edit has acted strangely,
temp'ly not displaying lines,
or display them as static swirl of bits
until the display needed updating .
. if that problem goes away,
it strengthen theory that
every time there is a system update,
then for each manually installed app,
you have to uninstall and reinstall that app .


proj.addn/xuw.synaptic package manager:
. isn't there some way to make this
reinstall things?
look around: sources/other:
The APT line includes the type, location
and components of a repository,
for example
'deb http://archive.ubuntu.com/ubuntu lucid main'.



proj.addn/xuw/ubuntu partners:
. why is the ubuntu partners ok not as a source?
mark it ok .
. install flash, skype, ultraedit, .


6.13:

mis.addn/xuw/long hd access:
. trouble with long hd reads,
what is the info on xu partners?
none given? not for any .
...
. long-reading hd too busy again?
how do you know whether this is rootkit
or just too busy?


proj.addn/xuw/restricted software:
. this page tells you that many proprietary formats
https://help.ubuntu.com/community/RestrictedFormats
can be played on ubuntu, but you need to ask for it
by activating this link:
apt:ubuntu-restricted-extras?section=universe?section=multiverse
. the browser understood this as running apt.app .

. you can either develope a launchpad.net package
https://help.launchpad.net/Packaging/PPA/InstallingSoftware
and then tell synaptic to include that package;
or you add the package to debian
(see the Debian maintainer's guide)
http://www.debian.org/doc/maint-guide/
and then when ubuntu synch's with debian
http://packages.ubuntu.com/lucid/
you can have access via [ubuntu software center].app .
. debian is ubuntu's primary "Upstream"
https://wiki.ubuntu.com/UbuntuDevelopment
(See freedesktop for some tips on working with upstream)
http://distributions.freedesktop.org/wiki/Packaging/WhyUpstream
. there are [fast-track groups]
https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages
eg, for gnome apps, and Multimedia .
http://wiki.debian.org/Teams/DebianGnome
http://wiki.debian.org/DebianMultimedia
. gnome is the std ubuntu gui kit .
http://library.gnome.org/devel/
. package it for ubuntu yourself;
https://wiki.ubuntu.com/PackagingGuide/Basic
it then waits for approval .
. see ubuntudevelopers at youtube .
http://www.youtube.com/user/ubuntudevelopers



6.13:


web.addn/xuw.chromium.flash/enable:
http://www.ubuntugeek.com/howto-enable-flash-support-for-google-chromium-browser.html
you need to copy libflashplayer.so file
into /usr/lib/chromium-browser/plugins directory
sudo cp /usr/lib/flashplugin-installer/libflashplayer.so
/usr/lib/chromium-browser/plugins
. check it's there by that name:
ls /usr/lib/flashplugin-installer/libflashplayer.so
-- it's not there ?
ah, a rebuttal:
. you don't need to copy anything over:
I just installed the flashplugin,
and ran the command
chromium-browser --enable-plugins,
and it automatically detected the plugin
in /usr/lib/mozilla/plugins.
my response:
. that worked .


proj.addn/xuw/startup folder:
. in xu#lucid there's menu/system/pref's/startup
I added skype but the menu item is launching skype-wrapper,
so what happens?
everything works great:
it even remembers my
[sign-me in when this starts].pref .

mis.addn/xuw/log-out scrambled menubar:
. when I logged out and back in again,
the menubar was a mess, with multiple images of the terminal icon,
and missing images of the log-out icon;
coincidentally, I had recently removed
a redundant log-out icon:
logging out was all it did,
the one I kept had a powerbutton sign,
and would offer a list:
log-out, restart, suspend, shut-down .
. why that was missing,
may have to do with confused identity ?
. fortunately I found some empty space in the menubar
and right-clicked for [add to panel..].app
when I was able to restore what was missing .



sci.addn/xuw/too-long drive reads:
. the long drive reads may have to do with gc;
if apps aren't playing nice and smart
with dynamically alloc'd mem .
news:
Michael MacDonald
Date: Sat, 12 Jun 2010 20:43:48 -0400
Subject: Re: [android-developers] Slow Eclipse on OS X
The default settings for Eclipse on OS/X
do not allocate enough memory for it.
Eclipse runs within a fixed amount of RAM,
and if it isn't allocated enough
it will spend all its time garbage collecting.
Unfortunately, I don't know how to change the settings on OS/X;
on Linux there is a configuration file
read by the startup script.


6.13:


sci.addn/xuw/long-time busy drive is skype:
. taking a long time may be
that hg plugin into gnome file man
[6.19: logger noticed I was
complaining about long drive accesses
only shortly after installing skype
and possibly other ubuntu partner coders .]

mis.addn/xuw/links can point at fat drive:
. it would bak to cf card;
but, that is not automounted!


mis.addn/xuw/high disk activity:
. how is it affected by using skype?
quiets down, skype is usable?
wonder if it's due to skype server .


6.14:

mis.addn/xuw.file browser/inattentive:
. I'm using a pre tag in html
with a text editor,
how does that look from a browser ?
. how can things look so diff'nt?!
oh!:
I'm not looking at the same file :),
somehow I got into 10.03 (mar)
instead of 10.06 (jun) .


mis.addn/xuw/screensaver crashed skyped:
. I would soon learn how turn that off ! .


web.addn/xuw/kill screensaver and idle-lockout:
. I went into menu/System/Preferences/ScreenSaver:
and unchecked Activate ScreenSaver When Computer is Idle,
and Lock screen when ScreenSaver active .

news.addn/xuw/auto-logout instead of lockout:
https://blueprints.launchpad.net/ubuntu/+spec/autologout
Often new users forget to logout,
Often people may think they are using there own account,
when in fact they're using someone else's.
There are some programs that address this issue for terminal sessions,
but I've found nothing Gnome.

mis.addn/xuw.skype/crash on close active call:
. it has 2 windows, the contact list,
and the active call window .
. after the the contact list window was in front
I did a ctrl-w for close window,
and then everything froze .


6.14:



web.addn/xuw/freezing with preemptive multitasking?:
http://ubuntuforums.org/archive/index.php/t-1199502.html
One issue I've had today though
was more reminiscent of the bad old days of Windows 98
I thought Ubuntu, being Linux based,
shouldn't let a malfunctioning programme
freeze or crash the whole system.
I would expect that on Win 9x or Mac OS 9
but Linux has modern things like protected memory
and preemptive multitasking,
so unless the actual driver cacks out....
June 29th, 2009, :
. at some point my Ubuntu was freezing very often..
after I disabled visual effects
it almost doesn't freeze at all
System -> Preferences -> appearance -> Visual Effects
and select "None"
. freezes happen only when I use the wifi
and the macbook pro's track pad
as opposed to having it connected to ethernet
and using an external mouse .
https://bugs.launchpad.net/ubuntu/+bug/27441
after I switched to using hard disk encryption
i think update-locatedb is the trigger in my case.

Achilles heel of Linux 9.6.29:
https://bugs.launchpad.net/ubuntu/+bug/27441
. buggy program can allocate enough memory
to push Linux into thrashing,
constant paging out to the disk.
This behaviour can continue a long time
Meanwhile the machine is unusable,
doesn't respond to input of any kind.
So the objective is to put in default safety guards
to prevent this from ever happening
by denying the faulty process more memory
or terminating it,
e.g. after having detected
that the past say x seconds were spent thrashing.
lucid 2010-05-27:
If a program misbehaves and thrashing starts,
I'd like to be able to kill that program
without rebooting and without waiting for hours
for the problem to resolve itself.
Could a developer please tell us more about
the technicalities involved?
For instance, what exactly happens during the thrashing?
I understand the hard drive is running like crazy
to move pages in and out of swap space,
but surely preemptive multitasking
should mean that the access to swap space
could be paused while other processes
get their share of CPU time, right?
Why, then, can the mouse hang completely for minutes?
Doesn't this mean that the process controlling
the display of the mouse
doesn't get to run for minutes at a time?
Why is that allowed at all?
If it is that that process (or memory associated with it)
has been paged out,
can't there be a list of priorities for paging,
that essentially prohibits the OS
from paging out essential UI elements?


http://en.wikipedia.org/wiki/Operating_system
Under versions of Windows before Vista
and versions of Linux before 2.6,
all driver execution was co-operative,
meaning that if a driver entered an infinite loop
it would freeze the system.
More recent revisions of these opearting systems
incorporate kernel preemption,
where the kernel interrupts the driver to give it tasks,
and then separates itself from the process
until it receives a response from the device driver,
or gives it more tasks to do.

http://www.linuxquestions.org/questions/linux-kernel-70/swap-thrashing-can-nothing-be-done-612945/
with the commonly-used default settings,
a Linux system can definitely be brought to its knees.
But that's basically because
the default settings are easy and generous,
assuming that serious overload is unlikely.
They do not have to be generous, however.
. in a paging system
all running programs feel the memory shortage equally.
When you get into a real tight memory situation
then the solution is to solve the underlying memory shortage.
Fiddling with the paging algorithm
generally makes the problem worse.
So the solution is to either buy more ram
or to reduce your peak memory demands.


6.14:


sci.addn/xuw.nautilus file browser/creating links:
. what does a drag with cut instead of copy
across volumes?
. the only modifier in {cntrl, alt, cmd}
to change the + sign to something else
was the alt, and that added a link to the
sidebar with the list of links .
. it was the shift+drag that did a cut .

. I tried alt-drag into sidebar link
from the voice recorder,
and it instead added the link to the sidebar .
. lets try that with the cf card:
instead of alt-drag leaving a link
it brings up a context menu
that as offering to leave a link
inside the folder that is targeted by
the link I'm on .

. it did make a link from a linux volume
to the cf volume;
can it do the reverse? no:
"(the target doesn't support symbolic links) .



mis.addn/xuw.nautilus file browser/slow:
. it takes a very long time for nautilus file browser
to open a folder that contains an hg repo .
. it also is taking forever to bring up
the context menu in that same folder
(I need to create a new folder for a paste) .


news.addn/xuw/wma reader included:
. wma's are being opened by default
with the totem movie player .
. wma (windows media audio) is the
native format of my voice record .

6.14:

mis.addn/xuw.hex editor/html export:
. I was excited to see what the
html export would do with a clarisworks file;
thinking that since it offered,
it might just know that code;
but, no, it's offered for every file type:
it uses an array of html to create a directory
to an array of the same images
that you'd see in the hex editor .


mis.addn/xuw.nautilus.hg/froze:
. bak: 0 -- the hg plugin's context.menu`item is unresponsive;
bak to cf .


6.17:


proj.addn/xuw/backup with old partition:
. erase other partition for use as
data store: can't finish .
. I was trying to use disk utility
then canceled because it works only on
whole disk's not partitions .
. then tried gparted;
but having problems
[@] mis.addn/xuw/out of memory



mis.addn/xuw/out of memory:
. gparted said it can't bring up dialog
that asks for password,
and editor complains it can't auto save .
. install prob':
"( the config defaults for gnome power mgr
have not been installed correctly;
call your admin) .
reboot in recovery mode
startx causes
"(
. cannot close temp file properly
(not eno' memory?)
)
. great: use the command line
to find and remove something heavy
like the au.recording bak's .
man rm . go into parent folder of
the folder to kill,
then do rm -fr au .
. when using cd.command,
if arg has spaces then use "" .
. now try startx again:
ok? use gui's synaptic pkg mgt
to remove unwanted software:
what are the dep's of mono run-time?
I don't need any of them .
. marking things for complete removal
made a bunch of !-marks on other packages?
sort list to get all !-marked's together:
for the ones that seem like general lib's
(not including name of a software)
mark those !'s for update .
. finally, use update mgr to check things:
it suggested a few more things be added,
including evolution ? ok .



6.18:

mis.addn/xuw/out of mem's symptoms and tools:
. I've lost ctrl-{home, end} keys,
and again it's complaining
it can't auto save,
it offers to bring up disk usage analyzer
which is helping me find stuff to kill;
it was helpful:
I had forgotten the editor's installer
was left in ~/music.folder .


proj.addn/xuw/out of mem/delete all bak's from main hd:
. trash doesn't work?
need to use rm at the cli ...
actually,
the disk usage analyzer has a
limited trash function;
if you instead use the file browser,
nautilus, it gives the option to
delete perm'ly .
. delete log's bak
-- that should go on a data partition;
after the space is here,
gparted will likely work,
and then I'll have 13gb for data .






proj.addn/xuw/getting permission to partition:
6.18:
. this thread helped me find the storage device mgr .
http://ubuntuforums.org/showthread.php?t=1403508
. using sto'device mgr,
looking around,


6.18:
mis.addn/xuw.chrome/high-cpu freeze:
. lost it right after I was clicking on
the .uk site for xen v3.0 users' man'l .


6.19:




proj.addn/xuw/reuse partition some other way?:
. after the mountManager fails,
[@] proj.addn/xuw/getting permission to partition/mountManager fails
I'm wondering if there's some other use for partition;
so, I try usb drive creator
which could put another os in
for dual-booting to .
. it needs a pre-downloaded iso of an os?
good night .


news.addn/xuw/list disks by uuid:
ls -l /dev/disk/by-uuid
lrwxrwxrwx 1 root root 10 2010-06-19 08:48 46b0de37-e40e-4bd0-8450-752d0fe26c3d -> ../../sda6
lrwxrwxrwx 1 root root 10 2010-06-19 08:48 4d467830-c2a9-4935-b555-e18ea0246d2a -> ../../sda7
lrwxrwxrwx 1 root root 10 2010-06-19 08:48 9cd08dad-1e53-4d4a-8ef7-3b15b32af4b3 -> ../../sda1
lrwxrwxrwx 1 root root 10 2010-06-19 08:48 AC56-47C8 -> ../../sdb1
lrwxrwxrwx 1 root root 10 2010-06-19 08:48 c8bf0f70-9043-4d5e-a9cb-e8823571029c -> ../../sda5
lrwxrwxrwx 1 root root 10 2010-06-19 08:48 D898-89F2 -> ../../sdc1





proj.addn/xuw/getting permission to partition:

mountManager fails:
. permissions denied despite use of mountManager?

success:

. following the psychocats tutorial
http://www.psychocats.net/ubuntu/mountlinux
but I didn't need to make changes to
the /etc/fstab file,
because the mountmanager had already built it correctly .

sudo gedit (open /etc/fstab):
UUID=9cd08dad-1e53-4d4a-8ef7-3b15b32af4b3 /media/sda1 ext4 users,noexec 0 0
UUID=c8bf0f70-9043-4d5e-a9cb-e8823571029c swap swap sw 0 0
UUID=46b0de37-e40e-4bd0-8450-752d0fe26c3d / ext4 defaults 0 1
UUID=4d467830-c2a9-4935-b555-e18ea0246d2a swap swap sw 0 0

. we need to have Ubuntu
acknowledge those changes:
sudo mount -a

Now I need to give it the proper permissions.
my username is [addn],
and the mount point is [/media/sda1]:

sudo chown -R addn:addn /media/sda1
sudo chmod -R 755 /media/sda1

Now the partition is mounted in
the /media/sda1 folder
and is ready for use!
[and it does work -- without restarting!!]







6.19: web.addn/xuw/partition mounted to home folder:

. [another tutorial] has the idea of
http://www.psychocats.net/ubuntu/separatehome
using the separate partition as your
home folder, so that reinstalling the os
will preserve all the settings from your old install;
however, some have complained of bugs
that psychocats couldn't help with .
. this includes notes from both psychocats.net
and from the forum containing
http://embraceubuntu.com/2006/01/29/move-home-to-its-own-partition/
the original instructions .

mount the new partition:
$mkdir /mnt/newhome
$sudo mount -t ext3 /dev/hda5 /mnt/newhome
(?hda5? is the new (ext3) partition.)
Now, Copy files over:
Since the ?/home? directory will have hardlinks, softlinks,
files and nested directories,
a regular copy (cp) may not do the job completely.
Therefore, we use something we learn from the
Debian archiving guide:
$cd /home/
$find . -depth -print0 | cpio --null --sparse -pvd /mnt/newhome/

--. "( Make sure everything copied over correctly.
You might have to do some tweaking and honing
to make sure you get it all right, just in case. )
. in other words,
the sure way to do this is to
reinstall with home mounted on a separate partition .

unmount the new partition:
$sudo umount /mnt/newhome

. rename /home to /old_home
$sudo mv /home /old_home
. and make new home:
$ sudo mkdir /home

Mount the new home:
$sudo mount /dev/hda5 /home

. in my example,
my original partition that I shrunk
was /dev/sda1,
and it created a new partition
called /dev/sda3,
and my /home folder at this point
still lives on /dev/sda1.
back in the terminal,
[.. still running from livecd, not sda1;
otherwise how could
sda1 be subject to a mount command?
]
I'm going to mount /dev/sda1 and /dev/sda3
by pasting in these commands:
sudo mkdir /old
sudo mount -t ext3 /dev/sda1 /old
sudo mkdir /new
sudo mount -t ext3 /dev/sda3 /new
Now we're going to back up the /home directory
on the old partition
and move it to the new partition:
cd /old/home
find . -depth -print0 | cpio --null --sparse -pvd /new/
sudo mv /old/home /old/home_backup
sudo mkdir /old/home

Note:
I have tested the second command myself,
and it works,
but some have pointed out
it might make sense to
preface the commands with sudo
in case one of the other users
has subdirectories manually marked as unreadable
to the user making the move.
Since I have not tested this out
and all directories
are readable to all by default,
I'm offering this as only an alternative in case
the command as given does not work:
sudo find . -depth -print0 | sudo cpio --null --sparse -pvd /new/
[6.25:
. another problem may have been that
as ubuntu was revised, the needed commands changed
(see near end) .]

. another user wrote this short explanation of
that command line:
find . -depth -print0 | cpio --null --sparse -pvd /mnt/newhome/
A word of explanation about the above line.
(find) is one of the most useful commands in linux;
One of its most useful features is, as above,
that it can execute programs based on the files it finds.
So here (find):
* walks through the current directory
* uses the -depth option to check file permissions.
(
From the 'find' manpage:
-depth can be useful when find is used with cpio(1)
to process directories with unusual permissions.
It ensures that you have
write permission while you are
placing files in a directory,
then sets the directory's permissions
as the last thing.
)
* -print0 prints the pathname of the found file
to standard output,
with an ASCII null character at the end
(which is used to terminate segments of text,
and is important for the next stage)
* cpio is used to create archives,
but here is used in pass-through mode
(specified by the use of the -p option)
to copy files to a new location,
bypassing the creation of an intermediate archive.
* null enables cpio to read a list of filenames
separated by an ASCII null character option
(which is here generated by
find's -print0 option)
* sparse is used to write files with
large blocks of zeros as sparse files.
A sparse file is a file that may contain
considerably less actual data
than its size might suggest:
i.e.
a file with a single byte of data
written at its millionth byte
will be a 1MB sparse file,
full of zeroes except for the last byte.
Archive commands such as cpio will
usually, for efficiency, ignore the zeroes.

Since we are aiming to copy exactly,
sparse here forces their recognition.
* -pvd specifies three individual options for cpio:
p (to make cpio run in pass-through mode);
v (verbose: list the files processed); and
d (to create leading directories where needed)
. Remember when you copy the cpio command
to replace the long dashes with
double dashes in the terminal.

Note that the cpio command given above
updates the file modification timestamp.
So all your /home files
now appear to have been
modified at roughly the same time.
This can foul things that depend on those timestamps
(like developer tools).
With GNU cpio, you can use the
preserve-modification-time flag
(cpio --null --sparse --preserve-modification-time -pvd)
Also, this procedure works for most PCs OK,
but on a multi-user or server system
you should go into single-user mode .

Next, we're going to specify to
use the new home partition as /home:
sudo cp /old/etc/fstab /old/etc/fstab_backup
gksudo gedit /old/etc/fstab
You'll then see the /etc/fstab file
opened in the Gedit text editor.
Add in this line at the end of the file:
/dev/sda3 /home ext3 nodev,nosuid 0 2
Save the file and exit Gedit.
After you reboot, you should be now using
your new /home partition.
If your old partition is running out of room
and you're pretty confident
everything is working as it should be,
then go ahead and delete
the backup of home:
sudo rm -rf /home_backup
--[ use cut & paste to avoid accidently typing:
sudo rm -rf / -- that removes you entire file system .]

I eventually figured out that /opt
is another great directory to have
as a separate partition.
Most of the stuff that gets installed in /opt
(Adobe Acrobat, Crossover Office, Cedega, etc)
is statically compiled
and should work with any version of any distro,
so when you upgrade or decide to try another distro,
these packages (that oh-by-the-way
probably aren't shipped with your distro)
will still be intact.
Since I have /opt handy for that purpose,
I also move the fake-windows directories
created by cxoffice and Cedega there,
and make symlinks in my home directory.
That way I don't have to reinstall my Windows software
when I upgrade either.

. Rob Yurkowski - November 14, 2007
This is a bit easier if you first do:
$ sudo -i
-- then execute the commands.
You won't have the issues with copying or mounting
that others have had.

At the end, verify that your users's home directories
are, in fact, owned by them:
$ ls -l /home
You should get output like this:
drwxr-xr-x 57 rob root 4096 2007-11-14 00:01 rob
Make sure that [^] matches the one on the end [^]
If it doesn?t, you can do the following
(if you're still in (sudo -i), you don't need the sudo here)
$ sudo chown -R /home/
eg,
. after rebooting the system,
Could not kstartupconfig.
it needed modify user acct -- set home dir;
sudo usermod -d /home/username username
.. and set permissions for user .
sudo chown -R username:users /home/username

Peter Whittaker - January 5, 2007
I did something similar recently,
see my [super simple md recipe]
https://wiki.ubuntu.com/Raid
. The most important thing you'll see there
is that (cp cpio find)
were unnecessary for me:
ext2 and ext3 (apparently)
support the mv operation across partitions.
So, after setting up /dev/hdXX appropriately,
my recipe for moving home would be:
$ cd /
$ su
# mv /home /home2
# mkdir /home
# cat >> /etc/fstab
/dev/hdXX /home ext3 defaults 0 0
^D
# mount -a
# mv /home2/* /home
# rmdir /home2
# exit
$ cd
Worked for me, everything appears solid.


Daniel Robbins at IBM has a very easy
step-by-step called
Partitioning in Action: Moving /home
http://www-128.ibm.com/developerworks/linux/library/l-partplan.html.
He uses the simpler cp -ax command
to copy the file structure of /home to /newhome
(or newpart as he names it).
. The link to that IBM-page he gave
for an alternative method doesn't seem to work anymore
. tried the other suggestion on the Debian Archive Guide.
This works for me:
cp -ax -sparse=auto . /mnt/newhome

. usually I use rsync
which also gets the copy done *and*
fully verifies the result .
. to copy /home using rsync instead
rsync -Sav /home /mnt/newhome
sudo rsync -havPHAWX /media/old_disk/ /media/new_disk/
. rsync is great for many reasons,
for one it continues from where it stopped,
even if the process breaks for any reason.
. to estimate directory usage (size):
sudo du -shc *

gustavo - May 12, 2009:

Ok this is what I HAD to do
to make it work for Jaunty Jackalope:

Create new partition to host new home directory.
Restart Ubuntu,
open a Terminal window and run blkid
to obtain device id and uuid.
Take note of those values.

Create temporary home directory:
sudo mkdir /mnt/newhome

Add the following entry at the end of fstab:
gksu gedit /etc/fstab
# /dev/sda6 home was added manually by
# username to make home its own partition
UUID=a6045679-28e9-4ce5-9843-01c65913f691 /mnt/newhome ext3 nodev,nosuid 0 2

commit fstab changes:
sudo mount -a

copy all files to /mnt/newhome:
cd /home
sudo find . -depth -print0 | sudo cpio --null --sparse -pvd /mnt/newhome/

. save home's original:
sudo mv /home /old_home
sudo mkdir /home

. Once in failsafe terminal session run,
Change mount point from /mnt/newhome to /home
gksu gedit /etc/fstab
sudo mount ?a

. fix /home permissions for every user.
. Do this by going into Recovery Mode.
chown -R username:username /home/username
chmod 644 /home/username/.dmrc
chmod 644 /home/username/.ICEauthority

realgt - July 25, 2009
@gustavo
thx, saved me from a blank desktop.
CTRL+ALT+F1 [and do the above]
[. to understand that see this:
Moving the /home
http://ubuntuforums.org/showthread.php?t=46866
. First we need to log out of gnome.
At the GDM (Gnome Login Screen) press:
Ctrl+Alt+F1
Then Login as your user and type (Without the #):
# sudo -s
To permanently become root. ]

ok!
https://help.ubuntu.com/community/Partitioning/Home/Moving
Copy /home to the New Partition
sudo rsync -axS --exclude='/*/.gvfs' /home/. /media/home/.
In Hardy, when a user has a
gnome session running,
the directory ~/.gvfs is a mountpoint for
some sort of filesystem involving fuse.
Since it is a mountpoint,
nothing is actually stored on disk
under ~/.gvfs
in the filesystem you are backing up,
so you can exclude it
with some filter rule like
"exclude /*/.gvfs".
It will be recreated if needed,
in my experience.
This is a common problem with fuse-mounted files systems
-- not even root can access them,
unless a configuration setting is changed somewhere
for the mount. rsync throws up that error
even if given the --one-file-system option
(so it doesn't descend past the mountpoint).




web.addn/xuw/backup:

backup with rsync
. I installed this rsync wrapper
http://www.rsnapshot.org/
or use rsync directly:
http://www.psychocats.net/ubuntu/backup


backup using tar cvpzf
http://ubuntuforums.org/showthread.php?t=35087&page=108

#!/bin/bash

set -e

# this script requires dialog
if ! which dialog 1>/dev/null 2>&1; then
read -p "Do you want to install dialog now? (y/n): " REPLY
case $REPLY in
y)
sudo apt-get update
sudo apt-get install dialog
;;
*)
echo "Cannot continue; this script uses dialog to generate menus" >&2
exit 1
;;
esac
fi

# detect mount point of a partition
detect_mountpt() {
mount | grep "^$1" | cut -d' ' -f3
}

# list devices mounted on folders inside a partition
list_mounted_under() {
mount | grep -v "^$1" | grep "$2" | cut -d' ' -f3
}

# list all mounted partitions
list_mounted_parts() {
CNT=0
mount | grep '^/dev' | cut -d' ' -f1 | while read line; do
CNT=$(( $CNT + 1 ))
echo "$CNT $line"
done
}

MNT_PARTS="$(list_mounted_parts)"
ANSWER=$(dialog --stdout --menu "Select the partition to back up" 0 0 0 $MNT_PARTS)
PART=$(echo "$MNT_PARTS" | grep "^$ANSWER" | cut -d' ' -f2)
MNTPT=$(detect_mountpt $PART)

# exclude folders with another device mounted on them
# this includes /proc, /sys, /media/disk, etc
for e in $(list_mounted_under $PART $MNTPT); do
EXCLUDES="$EXCLUDES --exclude=$e/*"
done

BACK_NAME="$(basename $PART)-$(date +%F).tar.gz"
BACK_FULL_PATH="$(dialog --stdout --inputbox "Where do you want to create the back up?" 0 0 "$(pwd)/$BACK_NAME")"

# also add backup to exclude list
EXCLUDES="$EXCLUDES --exclude=$BACK_FULL_PATH"

( cd $MNTPT
FILES="$(ls -A | tr '\n' ' ')"
sudo tar cvpzf $BACK_FULL_PATH $EXCLUDES $FILES
)

echo
echo "Backup $BACK_FULL_PATH created"

exit 0













6.19:

mis.addn/xuw.chrome/froze:
. froze on touching a google link in chrome again,
http://www.linux.com/news/enterprise/storage/8200-back-up-like-an-expert-with-rsync
[6.19:
-- the link is likely irrelevant however .]




proj.addn/xuw/backup:

back in time:
. using [back in time] to bak {home, usb drive}
every 10min with partial bak's in 14gb data partition .
. doing a snapshot now .

simple backup`config:
. this may be the better backup
because it does incrementals
unlike the [back in time]
which does only complete snapshots .



6.19:


mis.addn/xuw/freeze while in komodo:
. playing with komodo paren matching repeatedly
caused freeze? restart .

mis.addn/xuw.komodo edit/force convert non-ascii failed:
. saving komodo non-ascii wouldn't be forced,
lost save instead . had to reapply,
then pickout non ascii's .
. the problem I think came from the way I
fumbled the force-it dialog .
. I use the tab to switch the selected choice,
and then space bar to hit the selection;
but this time I hit the wrong sequence of keys .


6.20:



mis.addn/xuw/becomes frozen without user actions:
. it was working when I left,
but next morning it was frozen
-- with the fan blaring .
. I should think twice about beta.wares
like that linux.skype .


proj.addn/xuw.back in time/disable,

6.23:

mis.addn/xuw/unable to mount sd2gb:
. when I plugged in sd card "sd2gb,
it gave this warning:
"(
unable to mount sd2gb
dbus error:
org.gtk.Private.RemoteVolumeMonitor.NotFound:
the given volume was not found .
); but, then did mount and display
right afterward .



proj.addn/xuw.startup app's/clean:
. the drive is busy all the time ?
I have one tab each in chrome and komodo!
maybe skype is hogging the memory?
go into system/pref's/startup app's,
and uncheck unneeded daemons:
skype
gnome remote desktop server
print queue applet
visual assistance
bluetooth man applet .
. there were a lot of buttons for
add, remove, edit,
so I was wondering if it would work:
just unchecking these items
and then closing the dialog ?
a restart proved that's ok .



6.23:


mis.addn/xuw.nautilus/slow:
. file browser still taking a long time?:
may need to dump all version control systems
(including the one cananical supports)
since there is still some support from the browser
in the context menu .


6.25:



web.addn/xuw.nautilus/why is nautilus so slow? bazaar?:
. here's a hint that helped a lot ... sometimes:
http://ubuntu-tutorials.com/2007/03/05/how-to-speed-up-the-nautilus-file-browser/
nautilus file browser`menu/edit/pref's/preview:
folders:count number of items:
change it to never (from counting local files only)
. a guest of that blog also suggests
using thunar instead of nautilus?
I do have that installed,
but can't find it the menu's?
find all files by that name;
run thunarHelp: it opens a page .
file:///usr/share/doc/thunar/html//C/index.html
. it shows up when switching to
the Xfce Desktop Environment
... it was in menu's;
I just overlooked it in
menubar/app's/accessories .
. one reason I prefer nautilus over thunar
is that it has a subtree view
where you can click on an arrow next to folder
and its contents will be listed
within an indentation
rather than moving from current folder
to folder opened .
. the following hint doesn't apply to me
since I have pict's separate from text,
but if wanting speed in the Media folders,
also change thumbnails to never.
"(I knew it was a nautilus issue when
dolphin and thunar came up fast.)
. dolphin is one I don't have installed;
it comes with kde desktop environ .


mis.addn/xuw.nautilus/pref's dialog unusable on 600pixel height screen:
. the pref's dialog -- and presumable other
large gnome dialog windows --
are not resizable and extending beyond the
bottom edge of a 1024x 600 pixel screen .
. one work-around is to change the
screen orientation:
menubar/system/pref's/monitors/rotation
={left,right} .


mis.addn/xuw.gnome/screen orientation:
. a screen orientation is:
menubar/system/pref's/monitors/rotation
={left,right} .
. when you do a screen rotation while
having a lot of icons in the menubar,
the menubar's system menu
will no longer be reachable!?
simply remove uneeded icons .
[...: or copy the monitor icon
to the menubar! ]


6.26:

web.addn/xuw/bsd vs linux:
. bsd vs linux -- and freebsd nixes x11
http://www.over-yonder.net/~fullermd/rants/bsd4linux/bsd4linux8.php
. bsd is more stable due to
things are not included in next version
until unit -- and integration -- testing
is done .



proj.addn/xuw/file browser replacement:
. since the nautilus file browser is not reliable
(it takes so long to become ready for use
that I can't wait for it to do a bedtime backup)
the simpler, faster file browser, thunar,
needs to be made more easily available:
copy it from deep in menu
to the top of the menubar .
. the menubar is full (for rotation views)
so to make room for thunar,
remove something available by menu:
the logout can be found in
menubar/system/shutdown .

proj.addn/xuw/easy rotations:
. the ability to rotate screen is needed
because on a laptop with a short screen:
600 pixels instead of 800,
some of the gnome dialogs are
extending beyond the bottom edge of screen
and since dialog windows are not resizable
(because what programmer would make a dialog
larger than the screen without adding scrollbars?)
some of dialog items
are not reachable unless the screen is rotated .
. after the screen is rotated
there is much less room for menubar items;
and, when they overlap,
the menu's are no longer available;
so, if the rotation icon is to be added,
something else has to be removed:
the help can be found in
menubar/system/help and support .


6.26:


mis.addn/xuw/out of mem:
out of mem ? the trash (on the primary drive)
still contained all the bak's from [back in time] .



mis.addn/xuw/out of mem ... on bak-drive:
. the out of mem was coming from the bak drive, sda1,
my primary is like sda2, (the 2nd install of xuw
got put on a higher numbered partition)

proj.addn/xuw.simple backup/purge often:
. the simple backup is using most of the 14gb;
so, now I'm wondering how to tell it do something else .
now using purge at simple cut off (2days);
-- it was at logarithmic (1 bak at {day, week, month, year, start})

proj.addn/xuw.fs/xuw bak:
. finished organizing that drive by
making separate folders for { bak pim, downloads} .


6.27:


mis.addn/xuw/backup/ensuring buffers flush:
. need to make sure the card is flushing buffers:
when it's time for important saves,
also use the file manager to eject the card .
. it doesn't work from thunar;
on the desktop you can
right-click the card for eject .
. when you plug it back in,
it wants to run that hog, nautilus .

sci.addn/xuw/backup/flushing buffers:
. an easier way to ensure the
card buffers are flushed,
is to copy the card to another drive .
. I just tested this .


web.addn/xuw/chat with ichat:
xu to ichat 2007:
http://ubuntuforums.org/showthread.php?t=508635
you could interface ichat with jabber,
but then there will be voice and video,
one could use
yahoo messenger with voice beta for mac
while ubuntu can use two apps
to attain voice and video
first use a yahoo messaging client
that support webcam. kopete or gyachi
now for voice use gizmo project,
first submit your gf yahoo account name
http://www.gtalk2voip.com
and tell mac user to accept the buddy invitation
then simply type
username@yahoo.com
in gizmo to call .
... heck, just use skype(beta)*crash* !


6.29:

mis.addn/xuw.komodo/freeze:
. after unsuspending xuw I noticed
skype(beta) was still active;
will it help stability to kill?
no: I couldn't get 5minutes into an
editor session before freezing .
. I think it might be the base
since chrome randomly freezes too;
check for updates .


mis,web.addn/xuw.chrome/page keys fail:
. g'docs still has some issues: pagedn key fails
http://www.google.com/support/forum/p/Google+Docs/thread?tid=1b9ae69a63a3dfa8&hl=en
It seems to be a bug which has been introduced,
but only for Chrome
On Firefox it behaves as expected
i.e Page-Up and Page-Down scroll one page at a time.
-Abhi
AlexinOslo 6/8/10
I'm using Google Chrome on Ubuntu 10.04, and have the same problem.
Pressing "page down" skips to the end of the document,
and "page up" to the beginning.
sci:
. I confirmed the paging does work on xuw.firefox;
but firefox`layout doesn't make good use of a small screen .



mis.addn/xuw.chrome/can't copy snopes:
. while chrome can't copy snopes.com
firefox has no problem at all
(I had thought the problem was a no-copy trick
so I was going right-click for the code;
but, apparently, no-script is what works here.)


mis.addn/xuw/over-use of cpu mystery:
. the cpu is maxed for just editor?
no drive activity so not a backup problem ?
restart to see what's up .


proj.addn/xuw.sw center/uninstall unused:
. use ubuntu sw center to uninstall
things I likely won't use;
shutdown, startup .


6.30:


proj.addn/xuw.menubar/clarify time view:
. the time is confused with the temperature;
so, if they can't be separated,
then remove the temperature:
menubar`calender`menu/temperature:no .

proj.addn/xuw.menubar/hide battery icon:
menubar`battery.icon/power mgt pref's/general/notification area:
only display an icon when battery is low
-- not when [charging or discharging] .

proj.addn/xuw.brightness/in battery icon:
. the setting on menubar's brightness control
is not persistent; to find that,
look in the menubar`battery.icon,
or wherever the power mgt pref's
can be found .


proj.addn/xuw.menubar/its location can be changed:
. found in right-click menubar/panel properties
a menu bar orientation,
to put it on the side instead of the top .
. it writes the date sideways! (we won!!).
you can't see the app menu,
but if you start from the ones you can see,
you can flip through to the one you can't .



mis.addn/xuw/cpu always max'd:
. cpu seems hyperactive?
add the cpu monitor icon to menubar,
and set cpu speed to near-min speed {600..800}


6.30:


mis.addn/xuw/crash to terminal screen without data loss:
. I couldn't find a file I'd just written to
so I looked in komodo's recent list;
I make a change by copy, then save and close .
. this closing ^w closed the whole gui!
I see a black screen with boot-time log warnings,
then it cycles that screen every second
with another black screen
having only an underscore at the upper left
-- like at os install time,
when it's time for booting into new os .
. leave it alone for a while,
... after 10min, my was-gnome shows up with
a strange xfce-style msg:
"(
Ubuntu is running in low-graphics mode:
. your screen, graphics, card,
and input device settings
could not be detected correctly . you will need to
configure these yourself . ok?
)
next screen:
"(
What whoudl you like to do?
run ubun in low-graphics mode for just one session:ok
(other choices were:
reconfigure graphics, troubleshoot the error,
exit to console login, restart x
));
however,
the next session was then
not in low-graphics mode,
or was in the same mode as before,
1024x600, not a magnification .
. it was as if
when I selected (restart x)
and then moved it back,
the reverting move did not register .

2010-06-01

SOA-style security for linux

news.addn/security/soa for linux:

5.6:
OpenVZ is container-based virtualization for Linux
. this is what could make linux
more secure than mac ? 5.13:
another layer of security wouldn't hurt,
but openVZ is just the open engine for
for a closed product from Parallels .
. Qubes has a complete open betaware isolation solution .

5.13: web:
Qubes is an open source operating system
designed to provide strong security for desktop computing.
Qubes is based on Xen, X Window System, and Linux,
and can run most Linux applications
and utilize most of the Linux drivers.
qubes-os.org/trac/wiki/SourceCode
qubes-os.org/gitweb/
qubes-os.org/trac/wiki/InstallationGuide
In the future it might also run Windows apps.
. critique at threatpost.com .

5.13:
Secure Virtualization Using SELinux (sVirt):
"(Crackers have already broken though the xen hypervisor,
as I documented in one of my previous blogs.

Adventures with a certain Xen vulnerability (pdf)
was just published which contains a Xen vulnerability
which allows a process in a virtual machine
to attack the host machine,
and SELinux is pretty much a speed bump in his way.
3.4
What actions are available for an uid 0 process
running in thesystem u:system r:xend t:s0 context?
It turns out that default SELinux policy allows very few.
For instance, we cannot write to system configuration files,
nor load kernel modules.
However, qemu-dm processes also implement
virtual block devices for HVM guests,
and these devices can be backed by raw disk partitions.
In order to make it possible,
the default SELinux policy grants xend t domain
the read-write access to all disk partitions.
The relevant lines in the SELinux reference policy
(from the default selinux-policy-3.0.8-44.fc8.src.rpm)
are: storage_raw_read_fixed_disk(xend_t)
storage_raw_write_fixed_disk(xend_t)
Particularly, qemu-dm (so, the shell executed from it as well)
can write to the blocks on the root filesystem.
Through the use of fixed disk the attacker
is able to trick the host operating system
into loading kernel modules that can take over the machine.
If we had forced the users to label the physical disk partitions,
this vulnerability would not have been exploitable.
Lesson learned.
When it comes to virtualization going forward,
I plan on forcing the user to apply the correct labeling.
KVM/QEMU have nice process separation
and make confinement easier.
virt_manager and libvirt are being built with SELinux
understanding in them.
virt_manager will setup the labeling correctly
when virtual images are installed
and libvirt will make sure they run in the correct domain
when they are launched.
In the future we want to protect not only the host machine
from the virtual machines,
but the virtual machines from each other.
Watch for information on in the future

In conclusion,
as we move towards more widespread use of virtualization,
we should avoid making compromises in security
for the sake of usability,
but work toward making security usable.) .
Want to know how to make Linux really secure?
http://www.linuxsecurity.com/content/blogcategory/171/167/
Security Enhanced Linux (SE Linux),
a system of security policies developed by the NSA,
lets you secure Linux at every level from the kernel up.
Find out how EnGarde Secure Linux and others
build and maintain a truly secure server environment.

secure virtualization with MAC
selinuxproject.org/page/SVirt

2010-05-31

ubuntu lucid saves a fujitsu laptop

rev.addn/xuw/why linux on xpw didn't work:
5.10:
. I had linux on this laptop once before;
so, what were the problems that had me switching back?
. I couldn't get screen brightness down;
then I crippled the wifi trying to network with mac .
5.11:
. there are ubuntu pages for my new wifi card,
but that wasn't a problem if I didn't mess with networking .
http://ubuntuforums.org/showthread.php?t=1387483
http://www.backports.ubuntuforums.org/showthread.php?t=1353044

5.31: summary:

. ubuntu 10.04 (lucid) did find my laptop's wifi
and even the brightness -- a feat mac can't do
even with it's own monitors! (imac 24") .

. I first tried the netbook version
and couldn't figure out why the menu's icon's were so huge .
huge icons are great on an ipod touch,
but they were making me [/]scroll
through a tiny menu!
. I got obsessive about rearranging the submenu's
so that none of them would need scrolling .
. along the way I delete any icons I didn't need;
duh, it was as if I'd actually deleted app's .
. after that I lost control of the gui
and couldn't even find a way to reach a terminal!

. I finally got back in there
after installing a 2nd ubuntu
(try the desktop version this time);
when I went back in rescue mode
it would add a lightweight gui
where I could backup my bookmarks etc .

. the desktop edition with gnome windows
is really working well .
. there are several niceties that expect gnome:
mercurial distributed version control,
and a default login that was auto-starting my wifi
-- I lost the auto-start after switching
from gnome to xfce4 .
. the reason I switched is that when you do ctrl-tab
to switch between windows,
gnome does the huge flashy act
that gives me epileptic fits !
. I like the {mac, pc} style of just showing
an array of icons, not flipping through every window .
. but I'm definitely going back
for mercurial integration .

ubuntu's WYSIWYG web editors

web.addn/free html editors:
5.31: web:

>> Ubuntu >> Packages >> lucid >> web:

KompoZer WYSIWYG web page editing.
a complete Web Authoring System
that combines web file management
KompoZer is designed to be extremely easy to use,
making it ideal for non-technical computer users
who want to create an attractive, professional-looking web site
without needing to know HTML or web coding .

web based HTML WYSIWYG editor
TinyMCE is a platform independent web based
Javascript and HTML WYSIWYG editor control
released as Open Source under LGPL
by Moxiecode Systems AB.
It has the ability to convert HTML TEXTAREA fields
or other HTML elements to editor instances.
TinyMCE is very easy to integrate into
other Content Management Systems.
* Easy to integrate, takes only two lines of code.
* Customizable through themes and plugins.
* Customizable XHTML 1.0 output.
* Block invalid elements and force attributes.
* International language support (Language packs)
* Multiple browser support, Mozilla, MSIE, FireFox, Opera and Safari
. version 2 of tinymce is older version
the google web app way -- openware:
www.openwebware.com/
. a free cross-browser WYSIWYG editor
that's packed with every rich-text editing feature
you need to make your content management system
that much better.

Setting up openWYSIWYG is so easy,
you can quickly turn any html`textarea
into a powerful WYSIWYG editor
with just a few simple lines of code.

Packed with every rich text editing feature you need,
openWYSIWYG gives you total control over formatting your text.
The ultimate html`textarea replacement
for your content management system.
Coded Entirely in JavaScript
Regardless of what language you use to code your web applications,
openWYSIWYG will work.
openWYSIWYG is coded entirely in client side JavaScript,
so it will work with any web programming language .
other tools

Text-to-HTML conversion tool
Markdown is a text-to-HTML conversion tool for web writers. It allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

Macro processor for HTML documents
Mp4h is a core component of the Website Meta Language (WML).
Mp4h is a macro processor for HTML documents,
with powerful programming features.
It allows definition and expansion of new tags
with a syntax familiar to HTML authors.

off-line HTML generation toolkit
WML (Website META Language) is a
free and extensible Webdesigner's off-line
HTML generation toolkit for Unix.
WML consists of a control frontend
driving up to nine backends
in a sequential pass-oriented filtering scheme.
Each backend provides one particular core language.
For maximum power WML additionally ships with
a well-suited set of include files
which provide higher-level features
build on top of the backends core languages.
While not trivial and idiot proof
WML provides most of the core features
real hackers always wanted for HTML generation.
Homepage: www.thewml.org/

Content management platform to maintain complex web sites
WebGUI is a content management platform based on
Apache, mod_perl and MySQL,
built to allow average business users
to build and maintain complex web sites.
It is modular, pluggable, and platform independent.
. get some detail$ . no mention of wysiwyg .

pretty print html
hindent

error-tolerant HTML parser for Python
The BeautifulSoup class turns arbitrarily bad HTML
into a tree-like nested tag-soup list of Tag objects
and text snippets.
A Tag object corresponds to an HTML tag.
It knows about the HTML tag's attributes,
and contains a representation of everything contained
between the original tag and its closing tag (if any).
It's easy to extract Tags that meet certain criteria.

HTML syntax checker and reformatter
Corrects markup in a way compliant with the latest standards,
and optimal for the popular browsers.
It has a comprehensive knowledge of the attributes
defined in the HTML 4.0 recommendation from W3C,
and understands the US ASCII, ISO Latin-1, UTF-8
and the ISO 2022 family of 7-bit encodings.
In the output:
* HTML entity names for characters are used when appropriate.
* Missing attribute quotes are added, and mismatched quotes found.
* Tags lacking a terminating '>' are spotted.
* Proprietary elements are recognized and reported as such.
* The page is reformatted, from a choice of indentation styles.
Tidy is a product of the World Wide Web Consortium.

check websites and HTML documents for broken links
linkchecker-gui

Makes an HTML site map from meta tags from other HTML pages
This Python script reads the META DESCRIPTION tags
from all HTML files under a directory
and generates a site map from them.
It can be easily configured with a simple dotfile.

5.21: about.com's take:

Aptana Studio Community edition:
"( Instead of focusing on the HTML,
Aptana focuses on the JavaScript
and other elements that allow you to create Rich Internet Applications.
One of the things I really like
is the outline view that makes it really easy to visualize the DOM.
This makes for easier CSS and JavaScript development.
If you are a developer creating Web 2.0 applications,
Aptana Studio is a good choice.)
5.31: not easy to find:
. for linux as app or eclipse plugin;
but not installable by ubuntu .

Screem:
"( Screem is a versatile text Web page editor and XML editor.
It recognizes the Doctype you're using
and validates and completes tags based on that.)
5.31: Screem ubuntu lucid download is missing:
--. for hardy but not lucid (the current release)
"(Unlike most other web site / HTML editors
SCREEM does not provide a WYSIWYG display of pages.)

linux vs bsd security

5.20: web.addn/laptop`os selection:

. win'xp is just too bogged down with security issues,
so I'm going for a more secure os,
one that doesn't rely on disruptive anti-malware,
and won't run my laptop's fan so hard .
. as long as I'm making the move for security,
is bsd better than linux ?
review freebsd, vs openbsd, vs TrustedBSD .

. gui for openbsd?
openbsdsupport.org/desktopOBSD.html

. wiki for sec'focused os .
Security-focused_operating_system

. TrustedBSD -- cap'based sec
en.wikipedia.org/wiki/TrustedBSD
TrustedBSD is a sub-project of FreeBSD designed to add
trusted operating system extensions, targeting the
Common Criteria for Information Technology Security Evaluation
(see also Orange Book ).
fine-grained capabilities .
-- access control lists are known to be confronted with
the confused deputy problem,
capabilities are a different way to avoid this issue.
. ported the NSA's FLASK/TE implementation from SELinux
. OpenBSM, an open source implementation of Sun's
Basic Security Module (BSM) API and audit log file format,
supports an extensive security audit system.
While most components of the TrustedBSD project
are eventually folded into the main sources for FreeBSD,
many features, once fully matured,
find their way into other operating systems.
For example, OpenPAM and UFS2
have been adopted by NetBSD .
. the TrustedBSD MAC Framework
has been adopted by Apple for Mac OS X .
Much of this work was sponsored by DARPA .

Ubuntu security
Ubuntu is the most popular Linux distribution,
and is built with security and protection in mind.
While the desktop version of Ubuntu provides a GUI ,
the server version avoids that
added security vulnerability.
[todo: what's the diff?]
Ubuntu developers made a conscientious decision
to disable the administrative root account:
it's been given a password which
matches no possible encrypted value,
therefore may not log in directly by itself.
This makes the system very secure
as the only way to get root privilege
is to use the "sudo" command.
Moreover, AppArmor is installed and loaded by default.
It uses profiles of an application
to determine what files and permissions
the application requires.

an openbsd server admn goes to Ubuntu's
JeOS
(Just Enough Operating System):
. linux was more of security threat back then .
"( Ubuntu JeOS is a version of Ubuntu that has
an optimized VMWare kernel. (50MB or so)
. the packaging system didn't require me to install
X11, TCL, Ruby, PHP, or MySQL for my server setup.
I was able to get just the tools I needed.) .

2010-05-18

ms' xp malware prevention is worse than malware!

4.15: mis.addn/xpw.security essentials/so slow and rude!:
. annoyed at speed hit,
consider removing sec'essentials real-time process monitoring .

4.27: mis.add/xpw/lcd is slow to light up:
. lcd is slow to light up;
a coincidence with this problem was that
skype had to check for msg's
and found one to download .
. this may have given the anti-virus
a lot to think about .

4.30: mis.addn/xpw/ms'worse than the virus:
. the xpw is just wildly ignoring me
.. to run my hd into the ground!?
then it takes so long
and something I asked it to start 5min ago
it uses that request to suprise-interrupt my editor's input!
. ms is stupid or abused
-- what a nut house they are!

5.18:
. I keep recalling ms`ceo on the stage
jumping up and down, ranting:
"(developers, developers, developers!)
. ms was forced to throw security into the gutter
trying to remain backwards compatable
even for developers who
flagrantly cheated the interfaces -- the
boundaries that could have defended security .

komodo editor NoneType object has no attribute textLength

mis.addn/xpw.komodo/
shawn-cook's mindware) for dev.unix`security
4.10:. I was transferring a section of text
from a log-file to a subj-file,
-- see co.net/knol/
shawn-cook's mindware for dev.unix`security
below -- then komodo editor said
it could not save the subj-file:
error saving 'co.net 1004.txt'
it gave the following error report
for sending as bug report,
and then all the other open files
were starting to be listed as unkown .
5.18:
. I wonder if this could be caused by my buggy keyboard
injecting a random null or control code into a string?
AttributeError: 'NoneType' object has no attribute 'textLength'
Exception: AttributeError: 'NoneType' object has no attribute 'textLength'

Traceback:
save@vieweditor:957
anonymous@chrome://komodo/content/views.js:2014
anonymous@chrome://xtk/content/controller.js:91
anonymous@chrome://komodo/content/views.js:1385
[anonymous]@null:0
command_doCommand@chrome://komodo/content/library/commands.js:280
command_doCommandAsync@chrome://komodo/content/library/commands.js:234
anonymous@chrome://komodo/content/keybindings/keybindings.js:2068
anonymous@chrome://komodo/content/keybindings/keybindings.js:2068
anonymous@chrome://komodo/content/keybindings/keybindings.js:2224
anonymous@chrome://komodo/content/keybindings/keybindings.js:2122

Komodo Edit, version 5.2.3, build 4312.
Built on Wed Nov 18 19:49:30 2009.

bugs.activestate.com
komodo-feedback@activestate.com
4.10: aq.addn/activestate.com`komodo/
[AttributeError: 'NoneType' object has no attribute 'textLength']:
summary:
[AttributeError: 'NoneType' object has no attribute 'textLength']
description:
[!] '10.4.10: mis.addn/xpw.komodo/shawn-cook's mindware for dev.unix`security

Bug 86587 has been added to the database
Email sent to:
EricP@ActiveState.com, dev-komodo@activestate.com
Excluding:
dr.addn@gmail.com
http://bugs.activestate.com/post_bug.cgi
4.8: co.net/knol/shawn-cook's mindware for dev.unix`security:
(//knol.google.com/k/shawn-cook/
the-atomic-panacea/2bikvz4o16j7f/2#)

date Thu, Apr 8, 2010 at 6:08 PM
subject Shawn Cook has submitted a knol to the
moderated collection: dev.unix`security

Shawn Cook has submitted THE ATOMIC PANACEA
to the collection: dev.unix`security.
You can review some or all of the pending changes here:
. that knol is?

THE ATOMIC PANACEA SCRIPTING LANGUAGE
This is MINDWARE for serious programmers
THE ATOMIC PANACEA
Programming Language
Infinite anything. Super creative. Awesome forces. Prove miracles.
Cure anyone. Process logic. Atomic brain. Hero powers. Future
charts. Hack root ip. Smart science. Into mystery. Paragon crunch.
Actual truth. Trudge muck. Real dreams. Draw embryo. Cosmic anchor.
Realize dots. Learn words. Invent symbols. Self onslaught.

name: #attempt
usage: #attempt x
desc: try your very best to achieve x
desc: do all you can to solve x and hope it is enough
div: best try/important goal=optimal attempt
whois?
Programming, analog/digital electronics, writing text files,
recording music, artwork, making tutorials, science,
developing the panacea.
other knols?
SCARLET PANACEA
COMBAT SCRIPTING
The Scarlet Panacea Combat Scripting is a premium
programming language designed to shine a new light
on the mind and it's reasoning potential. When
we use our mind as a computer it may unleash
experiences and perceptions beyond understanding.
When we make programs for the great and mysterious
mind we are creating MINDWARE.


wrestling with facebook app's

4.2: proj.addn/net.facebook.familylink
mom and ellen:

. part of facebook is an app familylink
-- so I can link to fam wo calling them friends!
send familylin.com relative request to
any facebook friends that are also family .
. familylink does some completely monstrous scripting!
it has a dialog window that keeps minimizing
so I can't respond to it! ??
ask chrome to do it !!
ok .
. try to get more contacts;
strangely its search for facebook users
only works if they're already signed up to familylink
or if you give their email ? don't do that .

. maybe I should tell all my relatives
that it's available;
then I would need to waste time
seeing if it worked in their browser too (safari) .
. I got 2 of them linked up,
maybe they can help move the idea .

using links it knows:
. going back to clagget's page
where I first saw the family app,
I notice one facebook friend is using the service
and from there I can see
that if you know the person,
then their fam list acts like a friends list,
but it's unstable:
sometimes it takes you to their facebook page,
and other times -- even for the same person --
it just takes you to your own fam page .

gathering links:
. requested familylink additions by
familylinks related to a facebook friend
who are also my family: heidi, art .
. added familylinks to any family I could reach
via facebook {family, friends} of friends:
maya, monet, eliot, maria, edie, sarah,
and marge herself .
-- prev'ly done are: ellen, mom .

4.3: mis: what a clunker!:
. every fam member is listed as I suggested
except mom, now I don't see any way to
identify her relation;
it prefers to wait for her confirmation?
it accepted ellen's labeling as cousin .
. added dad as divorced to mom
but not as linked into facebook .
. when you add a relation by drag,
then if the gui stops working (cursor disappears),
then up at menu of page, try switching view;
then the redraw recoordinates everything .
. all the facebooks in familylink are treed now
adding some nodes that are not in facebook:
sally, mom's parents, art french .
[5.18: art french is on facebook a while now]

4.3: mis: gui mystery:
. how do I get a family-link box
on the side of my facebook page?
easy to remove most boxes ... .

4.3: proj: gathering links/miles french:
. added mom`miles french as cousin once removed .
4.3: proj: gathering links/megan strand:
. is there any way to update ellen's relation?
[her familylink shows no relation until she ok's it;
but she ignored the invite .]
. added mom`sister`megan strand as cousin once removed .

4.2: proj.addn/net.facebook.circlefriends:

Welcome to Circle of Friends! To: New Users! Thanks for signing up for Circle of Friends,
the best way to organize your friends based on
why they're important to you.
To help you get started,
we've created two ways to organize your friends.
Try them both and see which one works best for you.
Create a New Circle is pretty straightforward...
it lets you name a circle
and put your friends in it.
Suggested Circles searches through your friends' profiles
to find people with similar interests or backgrounds.
Browse through them to find the circles that are right for you!
To allow for easy access to your circles,
when you go back to your profile,
find the application and drag it
to the top of your profile page.
Enjoy!
Mike, Ephraim, and Ben
The Circle of Friends Team
If you like the application, click here to become a fan. It is easy!
If you have any suggestions on
how we can improve the application
(like what you want to add to each circle page
or things you would like to share with different circles),
feel free to start a discussion on it.

start a discussion#is this betaware?:
. some of the time when you choose an icon
the selection is ignored;
and other times it doesn't stick,
instead being replaced by the generic close-friends icon .
. I'm using chrome on mac .

I con icons!:
. used circle of friends app to org friends into contexts:
Magruder High School 1978
Norbeck Meadows, Rockville, Md, USA
Wash.DC, USA 1970's
Torrance-Winter family
. getting this circlefriends app to work was such a pain!
. half the time the icon's weren't as expected,
then you understand why when it warns you that what you upload
should be owned by you
and, not be a copy of trademarks like simpson cartoons .
. they're showing you a bunch of
what they already know is owned!
5.18:
. the stupidest thing about that app
is that the face icons look just like facebook friends
but they are not hypelinked to a popup
that would introduce the face's public info .

4.2: mis.addn/net.facebook/comments do stick:
. not sure why my comment to allen's didn't stick,
but I reposted it directly on his page .
. oh, now I'm seeing both posted on my page,
so, I'm deleting the first one,
since it had a syntax error .

4.3: mis.addn/facebook`profile.tab/
sidebar's [create a profilebadge
]

. I was hoping a "(profile badge)
would let me move my friends.tab to a sidebar box;
but it did offer a pleasant suprise:
it let me add a facebook splash to my blogger.com sites .

2010-03-28

Jon Justice sneers at sure justice

3.24: news.pol/jon justice sneers at sure justice:
. ironic how Jon Justice radio show
sneers at sure justice:
speeder-catching cam's are
"(the gov't watching you!)
. but perhaps the real point is that
speed limits are an obnoxious democracy
imposed where consensus could have worked:
eg, consensus would be where
your taxes pay for the roads with
the speed*mass you want:
. the most practical way is to
restructure our city planning
as gated communities that minimize commuting
by use of work-based residences .
. everything you need can be biked to
or trucked in with an internet sale .
. the shop docks are at the wall to minimize truck traffic,
the walls are composed of doughnut strip malls .
. then people can drive between these gated communities
at any speed they want .

The Big Short

3.23: news.pol/fin'reform/The Big Short:
Michael Lewis, author of
The Big Short: Inside the Doomsday Machine
says finance reform means they must be
allowed to fail
ie, by being smaller;
he listed some suggested rules that would
encourage them to seek
that smaller size .
. not being allowed to fail means
there is a strange cheating of capitalism
where the risk is absorbed by the public
while the profits remain privatized
-- leaving no incentive to be sensible .

3.23: bk.pol/fin reform/Big-Short-Inside-Doomsday-Machine/
product-reviews:

. this book got a lot of negative reviews,
but, I'm not sure if his critics
are really on the same page .

teach a man to ... "(oh, fish!)

3.22: pol/teach a man to ... "(oh, fish!):
windows7sins.org:
"(Give a man a fish
and you feed him for a day.
Teach him how to fish
and you feed him for a lifetime.)
. seeing this in the context of
protesting against proprietary software,
I realized that such secret.ware
is just another way of
controlling population by marginalizing it .
"(
. teach a man to fish,
and he reproduces until the pond is empty;
then he's clubbing to control the next pond .
. give the masses a right to
improve your product
and the masses will do your job
for mere beans .
) .

police are human beings

3.22: pol/drug war/police are human beings:

. what was that police officer thinking
when he said drug laws help catch
other criminals?
drug laws single-handedly create
so much heavy crime! [3.28: well, combined with
the use of anonymous cash and privacy rights ...]

. we need to legalize sales,
then have drug testing for
places where it matters .
. if your drugs violate your job,
you lose your job;
if your drugs are used while driving,
you get jailed .
. another option is going cashless:
use smartcards so that drug trades
are not anonymous .
. a problem then is bartering, eg,
human trafficking to support drug exchanges .

. robotic scanners in cars
can tell when driver is impaired .
. public scanning can keep drug use private .
. police are humans; they don't
stand a chance with that cowboy job
against militant drug gangs .
. if there's no reason to
inspect for drugs,
there's no reason to prevent drug use .

3.23: pol/surface oriented architecture:
. "(service) sounds like "(surface);
and the significance of that freudian slip
is esp'ly revealed by the term "(service member)
used in the context of service in war;
as in military policies that routinely use soldiers
like skin, where dead cells are used as shields .

how money is the root of evil

3.20: co.apt/pol/how money is the root of evil:

. unlike credit's circle of trust
through 3rd party accountability,
money as cash is anonymous
making it easy to cheat consumers
or hide illegal transactions (see drug war).

co.apt/pol/root of all evil:
. the root of all evil is
secrecy for the sake of some's security
or financial competitiveness .
. private-sourcing a voting machine?
what were they thinking?

[. to say root of evil is money
would be true only if identifying money
as being a mere symbol for what is actually power
which usually means not just absolute power
but relative power as measured against
what power the competition has .
. trade secrets and privacy rights
are the primary tools of staying in power;
but, they are also the root of the devil's power
-- in that they are the root of all evil .

. to say that money is the root
is to ask how money differs from
power and secrecy,
and to ask what the alt's to money are .

. people who work for a product
they'll use
may not make a better looking product
and it might even have
obsolescence built in,
but it surely won't be
insidiously poisonoius,
either to the consumer
or the producer's neighbors .

. if there was only bartering
rather than money ?

. money is a convenient way of
metering wealth,
which is important when
people tend to demand more
than the stores will supply .
. the bottlenecks include
the reproduction of too many consumers,
some perceived difficulty with
being a producer,
some reason for limiting precursors,
and when a fear of shortages
encourages hording or gluttony .

. when there is perfect knowledge
(no secrets) then,
if we are in control of ourselves,
we can likely reason with people
about sharing
both in production and consumption .
. unfortunately, it's no secret
we have no control over reproduction;
so, the only way to encourage
productivity
is to promise supplies to those who
save money,
even in a world of gluttons ...]
[3.28: where the capacity to save wealth
may simply be used to consume excessively .]

malpractice insurance reform

3.20: co.apt/pol/malpractice insurance reform:
. doctor's sky-high malpractice insurance rates are
simply a logical response to insane practices:
they brag it's part of their rigorous training
having to practice for 24hr with no sleep
-- if our truck drivers did that,
they'd lose their insurance and their license!

stopthebrainwash.com

3.18: pol/stopthebrainwash.com:

. when I heard this author (stopthebrainwash.com)
explain what was setting us back,
I didn't know he was talking about african slaves:
his description seemed to apply to everyone:
"(
. when we came to this country
[esp'ly for the industrial revolution]
we were stripped of our language, culture, family
-- everything !
)
. how many people can say they relate to
the european cultures of their forefathers?
all but the english lost their language too .
. we have nobody but the
boss and the state now;
and, of course,
the reason there's this ongoing
fight about getting too cozy
with the state (and welfare)
is that the boss in america
is typically not family
and has not one shred of loyalty .
. this would seem like a perfect reason for
mass imprisonment
but somehow the russian communists can match us .
(maybe it's the way
communism treats them like the homeless;
owning nothing but rights to a cot in a shelter?
-- nothing much to lose ... will often lose it;
then again,
they could be political activists
or unsharing types ) .

. stopthebrainwash.com has a guest who provided this link .

fair and balanced 2.0

3.16: co.apt/pol/fair and balanced 2.0:
. the featured guest of thedianerehmshow.org (3.16)
-- let's call him co.pol#fair and balanced 2.0 --
was a vegan and animal rights activist
when a caller had an interesting opposition:
. like the rest of god's jungle,
we can be a caring, humane hunter
one who takes only clean, painless shots;
and who serves a natural function
of controlling destructively growing populations .
. this vegan actually said
that if we can be such
naturally good pop'controllers
we should feel comfortable with
controlling our own population!
. is this not real "(fair and balanced) ?!
I then shouted to my co.apt's
in glee:
. the fat lady did sing!
so what's the problem?
even the truth socks!
[. as if mocking the typical amer':
the enviro'rights sock,
the civil rights sock,
the animal'rights sock,
-- now we have to admit: even the truth sucks! ]
. who is this guy? Johnathan Balcombe:
author of {second nature, pleasurable kingdom};
unfortunately, he's no saint:
. what does he feed his cats? is it meat?
they ask, trying to trap him;
actually,
they did trap him on something else:
. he points out that while cats do need meat
humans have a choice to be vegans;
but,
does he know what torture it is
for cats and dogs to be fed
the cereal-poisoned crap
we call their normal diet?
. at least he's an example of
how people can truly care about animal`feelings
yet torture them out of ignorance .

web.pol/fair and balanced 2.0/Enthologists:

. co.pol#[fair and balanced 2.0]
was also into enthology?
that is a little-used title, according to google;
here are some examples:

www.telegraphindia.com:
Q: What are the job opportunities in forestry and wildlife
Enthology is the scientific study of animal behaviour
in its natural environment.
An enthologist studies and analyses the
evolution, behaviour, biological functions of an organism
in its natural environment.

www.indiaeducation.net:
. a fresh graduate in forestry can expect less salary than
one who is in the research field
or working as Enthologists, ...

Modeling Top Performers -- A systems approach to interventions:
www.crisp-mcs.com/pdf/whitePapers/Modeling%20Top%20Performers.pdf
"Why it that some of our sales staff perform at a high level
while others do not?". As behavioral researchers,
like the enthologists,
we had to go to the environment
to see what the top performers were doing
that was different from the other sales people.

arizona will be literally green

3.15: pol/arizona will be literally green:
. arizona will be literally green
when we get that green tech going:
. with unlimited sun energy,
we will pump water from the oceans to the deserts .
. but earthquakes will crack our pipes ? ...
leave the pipes disconnected with waterfalls !

the true cost of "(death panels)

3.12: pol/health care/the cost of inaction:

. according to Obama's "(the cost of inaction):
"(
So how much higher do premiums have to rise
until we do something about it?
How many more Americans have to
lose their health insurance?
How many more businesses have to drop coverage?
How many more years
can the federal budget handle the crushing costs
of Medicare and Medicaid?
When is the right time
for health insurance reform?
Implications for States (pdf)
Failure to Enact Nixon, Carter, and Clinton Health Reforms
The Cost of Doing Nothing
If Reform Fails )
. people who don't want death panels are asserting
that their doctors are rational,
and therefore need not gov'guidance .
. what is really going on is that
people are not rational:
they want their doctor staying out of
their lifestyle choices,
and the only way the gov't
is going to save money
is by having the doctors draw
exactly those hard lines .
. your gov-mandated doctor will say:
"(
. the research shows that your
lifestyle obesity
is going to be this black hole
that first swallows up a bunch of
medications that only bandaid the symptoms
and then goes on to devour
major surgical interventions .
. I can start you on those feel-good med's
now,
or I can ask you to cooperate with a
dietician .) .
. who really has the death panels around here?
gov't control of doctors?
or corporate control of consumers?

cost of inaction is not so bad:

. I think what people are doing is this:
if the death panels are so great for us,
why don't you just apply them to medicaid?
. the medical system will never collapse;
instead,
the rich will pay for exactly the services
they use,
by using agents to negotiate fair prices
(vs the prices that are taxed to cover
what they spent on charity cases)
and those who do get driven to the poor house,
can then be fed to the death panels
on a per-lottery basis .
. actually that's not so random;
and this is why people feel safe
betting on it:
the one's who are most in need of medicals
are those who are driving small cars,
taking on the dangerous jobs,
and eating the cheap, poisonous foods .
. if eno' people get burned in medicaid,
then they may see the sense of
either higher taxes
or some sort of cap on services (death panels)
that apply only to the chronically ill:
the diabetics, the mentally ill,
and the other major sources of hormonal damage .

3.15: pol/health care/bluedog blues:
. right wing radio is right about
obama care is going to be more tax not less;
because, they know
amer's won't cooperate with preventive health;
instead,
they are going to take that universal health care
for one fat ride .
. one problem with a [let dumb be dumb].policy
is genocide:
the genetic strains that can't tolerate bad diet
are going to have all their child-rearing funds
diverted to managing diabetes, and disability ...
unless,
they can make a sure living from
disability insurance .
. whites tend to have most of the
anti-diabetic genes
since they have many generations tested against
cultures of tea, sugar, and grain-based diets .

3.21: news.pol/health care/spectator.org's obamacare:

. David Catron -- a health care revenue cycle expert, MBA,
with 20+ years working for and consulting with
hospitals and medical practices --
summarizes the situ' as Obama being your
typical promise breaker and flip-flopper;
and concludes that this is why
obamacare lost popularity .

. he doesn't even mention
the rage over death panels;
nor the fact that a good segment of the opposition
were seething about manditory health insur'
even when any unpaid economist will tell you
that one change
is the one that must happen
in order to stop the massive bleeding in our budget
and get fair rates out of insur'co's .

. he assumes that obama's election promises
should be applying in this situation;
his main job as pres' right now
is to play ball with congress;
how can agreeing with the majority of rep's
be a promise-breaker?
it just says he sees
that he can't have his way,
but the important promise to keep
is getting some health bill through .
. that was the big promise,
and both barrels are still blazing for that one .

. and as for public support,
are we really about democracy?
nazi's were all about democracy!
. if you just look at what death panels
really were,
it is the amer'public who are the
big flip-floppers:
. if you ask them if doctors have
sense eno' to run an abortion;
a good half will say no:
doctors don't have unlimited good sense .
if you ask these same people
if the doctor has the sense to
pull the plug on a corpse;
70% will say yes:
doctors do have unlimited good sense .
. this is what obama's empty patronizing
is fueled by .
. plus,
he has this ace up his sleeve:
he knows that if it
doesn't pass the way dem's deal it,
it's such an urgent issue that
there's always a next time
where they can then try those open meetings
with the republican ideas
that the dem's sneer is the same old
economics ideas proven wrong repeatedly .

. a comment points out Democrats have until April
for reconciliation to be used to push through the bill.

3.23:
. a review of Catron's argument may find
it's really a left-handed critque
(using a weak critique
to make critics look weak) .

3.21: pol/neutered by poverty-specific pollution conspiracy:
. dioxin is an estrogen mimic
and only the poor are affected
because primarily the wealthy are highly educated
and only the educated are properly motivated
to follow the health advice of a low fat diet
and to eat low on the food chain .
. being vegan is sissy in all but educated circles;
being a carnivore is where the dioxins are concentrated .
. the amer'middle class have high rates of infertility
and this has been attributed to dioxins .
. since this sort of pollution
could have been predicted to affect
only the lower classes,
couldn't knowledge of dioxin's effects
constitute a conspiracy ?
. did I really kill that rude ignoramus,
if I just let him die ?
. could hormone-imbalancing pollutants
be deliberately reducing violence among the poor ?
[3.28: well,
that wouldn't make sense because
they're not that peaceful!
also, the poor are not that infertile;
it's mostly the middle class, isn't it?
. the only real conspiracy
is perpetrated by the supernatural:
the devil's primary goal is to
evolve technology -- including medical --
and dioxins are costing us so much
in treatments for cancer, heart disease, ...]

3.21: co.pol/dem/Congress has passed
comprehensive health care reform:

Barack Obama
date Sun, Mar 21, 2010 at 9:02 PM
subj: Thank you, Philip
Philip --
For the first time in our nation's history,
Congress has passed comprehensive health care reform.
America waited a hundred years
and fought for decades to reach this moment.
Tonight, thanks to you, we are finally here.
Consider the staggering scope
of what you have just accomplished:
Because of you, every American
will finally be guaranteed
high quality, affordable health care coverage.
Every American will be covered under the
toughest patient protections in history.
Arbitrary premium hikes, insurance cancellations,
and discrimination against pre-existing conditions
will now be gone forever.
And we'll finally start
reducing the cost of care
-- creating millions of jobs,
preventing families and businesses
from plunging into bankruptcy,
and removing over a trillion dollars of debt
from the backs of our children.
But the victory that matters most tonight
goes beyond the laws and far past the numbers.
It is the peace of mind enjoyed by every American,
no longer one injury or illness away from catastrophe.
It is the workers and entrepreneurs
who are now freed to pursue
their slice of the American dream
without fear of losing coverage
or facing a crippling bill.
And it is the immeasurable joy
of families in every part of this great nation,
living happier, healthier lives
together because they can finally receive
the vital care they need.
This is what change looks like.
My gratitude tonight is profound.
I am thankful for those in past generations
whose heroic efforts brought this great goal
within reach for our times.
I am thankful for the members of Congress whose
months of effort and brave votes
made it possible to take this final step.
But most of all, I am thankful for you.
This day is not the end of this journey.
Much hard work remains,
and we have a solemn responsibility to do it right.
But we can face that work together
with the confidence of those who have
moved mountains.
Our journey began three years ago,
driven by a shared belief
that fundamental change
is indeed still possible.
We have worked hard together every day since
to deliver on that belief.
We have shared moments of tremendous hope,
and we've faced setbacks and doubt.
We have all been forced to ask if our politics
had simply become
too polarized and too short-sighted
to meet the pressing challenges of our time.
This struggle became a test of whether
the American people
could still rally together
when the cause was right
-- and actually create
the change we believe in.
Tonight, thanks to your mighty efforts,
the answer is indisputable: Yes we can.
Thank you,
President Barack Obama

real victory in war

3.10: news.pol/Armored Trucks Shield Marines From Taliban Bombs:
. here is the real victory in war:
when the technology evolves to save all lives .
npr:
. The M-ATV is one type in a class of MRAP's
— mine-resistant ambush-protected vehicles .
. base price is $437,000,
($1.4 million fully loaded with all its
electronics and safety options) .
"(
Initially when the blast went,
it was surprisingly quiet
"The vehicle inside — if you ever get in one —
it's very quiet.
Just the initial shock of the truck lifting up,
-- at least 70 pounds of homemade explosives --
... doing a knuckle bump with each other and laughing.
) .

crying about aliens we breed

3.9: pol/health care/crying about aliens we breed:

. isn't ironic ?
a foundation of american values is owning
and being responsible for property .
. this was one major reason that
the natives never fit in the picture:
being nomadic was tantamount to
abandoning your property .
. now why is it that minnesota
is just fine with obama care,
while arizona is crying about how many
healthcare clients will be illegal immigrants?
. basically, the industrial revolution
has meant that
people have abandoned their property,
no longer living with relatives
sharing housing and childrearing .
. and with that move,
there is only upward pressure
on population growth
as anybody can take a no-bene's job in usa
and turn into feeding a small army
down in the warm, cheap southern americas .
. what health care really needs,
is carrots and sticks for
population reduction .
. population is not just about
more voting power,
it's holding kids hostage .
. just as we promote owning a house,
we should promote
owning a piece of capitalism:
. the more you save,
the more voting power you have;
having more kids won't cut the power pie .
. conversely,
this nation was built on the backs of
insane laws that were repealed only recently:
welfare abuse and fatherless children
are just a symptom of
not making history right .
. the tax base needs to buy stocks or whole businesses,
and give businesses rather than jobs
to minorities .
. if they are good stewards and save a lot,
they can keep prestigious voting power .

. one problem with that idea is that
lack of political power is hardly the
main reason for high birth rates .

. american businesses need to be
treated with less privacy
both to insure safety reg's are really followed
and to insure that only citizens are hired .
. businesses should be protected from
global trade:
we only buy from places we can inspect,
and we have random inspections via
the entire public randomly viewing from
internet cameras placed on every site
that can do business .

. places for slave labor should be irradicated:
would legalized prostitution compete
at least for everything except child slavery ?
. if america would promote more communal living
like our forefathers did,
we could even put a serious damper on
child prostitution and captive nanny syndrome .

. too bad we can't internet-inspect the
brothels and hospitals
-- hell is just tenacious,
and the fig leaves will keep it that way .
. you always hear preachers warning about
wolves in sheeps clothing
and how
they know god from the devil .

free markets are freely misrepresented

3.9: rn.pol/the free markets are freely misrepresented:

. some talk radio is against changes in gov't
that are restricting the markets;
but this one is wildly deluded:
. villifying pharm's is causing them to go overseas?
the free markets themselves
are letting pharm's move their factories
to where costs are cheapest: in china,
with some major repackaging done in
nearby germany (closer than america) .
. and free markets for health insurance?
but it's not free:
we aren't free to ignore health needs
because we've been shamed into admitting
that would be immoral .
. we are not free to practice med without
cartel-priced licencing .
. people who want free market insur's
don't tell us we are free to ignore the sick
because then it would be obvious
they're not mainstream:
we are never going back to
telling the emergency wounded that
lack of an insur' card on their person
is going to put them in a body bag .

american manifest destiny

3.7: pol/american manifest destiny
(Show me Adam's will):


. suppose the typical way to
handle overpopulation
is to make harsh rules,
and then appy them only to the extras,
who then protest by making their own rules,
calling it a better religion;
hence,
the pioneering spirit was founded on
blatent extra's who couldn't just
politely negotiate renting from the natives
because the euro's were actually
pushing surplus population out of their nest .

3.9: web:

. Manifest Destiny is a 19th century term
for the belief that
europeans were destined, even divinely ordained,
to expand across the New World .

. the angel or spirit of Columbia
represents the euro'progress in north america;
the distinction was important to the brit's,
as the northern americas were where
their own had concentrated,
while other euro's invaded the southern continent .

Columbus's initial 1492 voyage came at a
critical time of growing national imperialism
and economic competition between
developing nation states seeking wealth from
the establishment of trade routes and colonies.

"Show me Adam's will!"
The Treaty of Tordesillas, signed 7 June 1494,
between Spain and Portugal,
divided the New World amongst themselves
. the line of demarcation was between
the Cape Verde Islands (already Portuguese)
and the Columbus islands (claimed for Spain),
named in the treaty as
Cipangu and Antilia (Cuba and Hispaniola).
The lands to the east would belong to Portugal
and the lands to the west to Spain.
. a few decades later,
the New World would be divided by
the Treaty of Zaragoza or Saragossa, 22 April 1529;
The treaty was historically important
in dividing Latin America,
as well as establishing Spain
in the western Pacific until 1898.
But it quickly became obsolete in North America,
and later in Asia and Africa.
It was ignored by other European nations,
whose attitude was expressed in a statement
attributed to France's King Francis I,
"Show me Adam's will!"

Amerigo (latin: Americus)
Amerigo Vespucci (1454-1512) was an Italian
merchant, explorer and cartographer .
. for Portugal's exploring of the
east coast of South America,
Amerigo participated as observer, 1499 and 1502.
In 1500,
Portugal discovered Brazil at latitude 16°52'S.
. Portugal claimed this land
by the Treaty of Tordesillas,
and the King wished to know
whether it was merely an island
or part of the continent that the
Spanish had encountered farther north.
. Amerigo was aboard the ship that discovered
South America extended much further south
than previously thought.
In 1507, Martin Waldseemüller produced a world map
on which he named the new continent America
after Vespucci's first name, Amerigo
(latin: Americus) .


3.9: co.apt/pol/zionism/manifest destiny is alive!

. prominent jews have lamented
that while zionism is laudable,
circumstances make it practically inhumane;
so, I've been wondering how to buy peace;
but, where to relocate millions?
. we should give zionists our national forests!

as if a sarcastic opponent:
. as long as they're now beating up the
environmentalists and animals rights advocates;
should we let them war with the natives too?
as if they were part of the wildlife?
I just love phil .
phil, you are the sexy many of the year!




3.9: web.pol/movie"avatar:

"Avatar" awarded Best Visual Effects and Best Cinematography
. concerning its lack of Oscars
(just 3 technical's),
critics suspected political trends that
frown on being "(anti-military);
-- [The Hurt Locker].movie was also "(anti-military)
and it became the lowest-grossing film
ever to win Best Picture .
. also, the judges have problems with accepting
avatar's cartoon drawing technology (mo-cap)
as being acting, despite it being defined by
the facial expressions of actors .
3.9:
. they thought Avatar had been criticized for being
anti-military?
and that's why "The Hurt Locker"
did better at the Oscars?
this surprised me,
as I heard from talk radio
that it was "The Hurt Locker" who appeared
too anti-military in the same way F911 was:
rubbing our nose in the job conditions .
. Avatar, on the other hand,
seemed a bit anti-american
rubbing our noses in the
Manifest Destiny politics
that cheated the American Natives .
. much of Avatar was
right out of american history:
a military machine is backing a company of
futuristic "(gold diggers)
and the best deposits happen to be
sitting on sacred burial sites .
. it was embarrassing
when the leader of the natives
starts a war against high tech machinery;
because, it occurred to me
that the leadership of american natives
may have known they didn't stand a chance,
and were actually pulling off a massive suicide
as a way of venting tribe-wide anguish .
. in the movie however,
they happily found ways for the natives
to take advantage of technical vulnerabilities
with the help of some turncoats
-- another deeply embarrassing truth:
the military is getting more technical,
with each piece getting more powerful;
and just a few turn-coating
muslim sympathizers
could do an incredible amount of
unexpected harm .
-- not to mention the shame of realizing
that if you really sympathized with
the american natives
you'd have to wish someone betrayed
your own blood .
. I wept a lot in that movie,
and not all of it was from the awesome scenery .]

3.14: pol/movie"avatar/a remake of custer's last stand:
. I'm waking up realizing
the avatar.movie's ending was hardly happy:
the movie was practically a remake of
custer's last stand
where the union of several tribes
were able to make a surprising victory
over superior technology .
. without a chapter where the natives are
capturing the technology,
the story's long-term outcome
is gloomily predictable .

3.15: pol/movie"avatar/the inoculation:
. the movie's happy ending was from
leaving seeds behind:
they would have the chance for
rapidly adopting tech .


3.12: co.pol/Ray Kurzweil`review of Avatar.movie:
Accelerating-Intelligence News > "Reflections on Avatar by Ray Kurzweil"
-- KurzweilAI.net, Mar. 8, 2010
"(
if this mineral is indeed worth a fortune,
they would presumably come back
with a more capable commander.
Yet we hear Jake's voice at the end saying
the mineral is no longer needed.
If that's true, then what was the point
of the entire battle?
) [3.28:
. reminds they'll be coming back for
no other reason than their pride
or more
dead "(be f* and multiply) storage .]


[3.28: it's the economy, sir]
3.12: co.apt/pol/dem's plan is what?:
. do dem's really have what the majority wants?
that majority is crying about jobs,
and it's only getting worse
since we are on the cusp
of a robotics revolution .
. the dem's have done much to lose jobs in the past
from finance dereg,
to free trade;
and, the only thing they've got going now
is admitting that the mideast war
is no way to keep us in jobs .
. the repub's may continue
shipping our jobs overseas,
but the dem's are talking about cap&trade,
championing moderate weather over jobs now .
[. I do have faith that conversion to solar
can both create jobs and reduce global warming
but I don't see a lot news about
how that's crystalizing .]
[3.28:
. and, it doesn't solve the relentless
overpopulation problem .
. it's only been solved before by crime and wars
--- hello?
is anyone getting tired of being taxed for prisons?
when does it end? ]

3.26: co.apt/pol/gold digger was the main menu, christian:

. I had just heard of another psychology experiment
showing how cruel people will be
when prompted by authority .
. some were going, "(no, not today);
and I was going, "(no,
they don't need authority to do that!)
I then joked about talking to the pilgrims:

. the gold diggers were just a side dish, right?
they were the main course, there, christian .

as if another:
. but phil, what if their response was "(so what?) ?

[what's it really about ?
a fine amer' being fruitful and multiplying
-- into your backyard!
lets call a gold digger a gold digger:
. the main course is convenience food,
not authority, or justice .]

christian soldiers

3.6: co.apt/pol/christian soldiers:
[after seeing the news portray usa soldiers as
having group prayers during battle:]
. why are they [usa news channels]
presenting the soldiers as christians?
they are there defending the amer'values
for the constitutional Great Smut!
[ref. to islam calling usa the Great Satan,
while pointing at our constitutional protections of
smut, and other immodesties or immoralities .]
. shouldn't it be the reverse?
reporting instead that we come
not to engage in religious wars,
and that we are going to clean up our citizens
in order to not offend modest sensibilities ??
. well,
I can understand this as excluding muslims
from fighting beside them,
and it may give them a morale booster to be
showing christian devotions for the news
to tease the muslims that are
giving them a hard time .
. conversely,
seeing soldiers showing religious pref's
reminds us that they're not just soldiers
but individuals from among citizens .

free capitalist's original sin

3.6: pol/free capitalist/original sin:
. to the Free Capitalists, I'd like to joke:
"( original sin is real, my friend ) .
. how do we create value
when people are creating more people
than we can really value ?
. our assumptions about being able to
freely exchange
falls from not being able to control
pop'growth:
parents get value from children often only by
reducing value of the world around them:
owning children insures that
more of the world is loyal to you,
and often also insures
a better chance of being employed .
. even if we let capitalism operate freely,
this collective overgrowth of the labor force
means that many of them will choose crime
or will unfairly lower the value
of the entire labor force,
as their numbers increase the group's desperation
to the point of "(willing) slavery .
. this growing sea of more desperate slaves
are at greater risk of turning to crime
opportunistically .
. this is not just about
something looming in the future:
it was this discontent
with being the child of poverty
that drove Europeans to colonize other lands .
. there's nothing free about
any capitalism that doesn't
control population somehow
-- either by lottery, democracy, meritocracy,
or by waging wars --
to create new owners among fewer people .

3.7: pol/wealth of rations:
. wealth through pop'control
is what we're already doing:
it's the magic of land owner-ship
any excess labor can pile up in city soup lines
and the families that manage to stay wealthy
don't see any over pop' at all .

Recovery Act with pork, love

co.pol/dem/Highway Hypocrite/my response:
. district Sen. Jon Kyl voted against
creating as many as 3.9 million jobs
when opposing the Recovery Act.
Will you write a letter now asking for immediate disclosure
of how much Recovery Act money has been requested for your area?
After all -- shouldn't members of Congress
be proud of fighting for jobs for their constituents?
(to my local repub senators):
. I don't think that's fair that dem's
call repub's Highway Hypocrites;
because, you could honestly say
none of us should be voting for it,
but if we did anyway,
then it only makes sense to have
your state get the most out of every bill
-- even bills the other side forced .
. I think the really hypocritical thing
is that the real reason Repub's are
against a porky jobs bill
is that the other side thought of it .
. they sure do believe in the military
and that untouchable medicare .
. what a bunch of porky jobs for pro's and soldiers .