Stuff Michael Meeks is doing |
Older items: 2010: ( J F M ), 2009: ( J F M A M J J A S O N D ), 2008: ( J F M A M J J A S O N D ), 2006, 2006, 2005, 2004, 2003, 2002, 2001, 2000, 1999, legacy html
Our testimony like that of John Newton, (Amazing Grace), from a dysfunctional home, abandoned by his father, mother died when he was 6. Went to sea, no other way to survive, a life of debauchery. Would enjoy new sailors coming aboard, making fun of their faith, and encouraging them in drunkenness and all the rest. Age 22 he had witnessed, crossing the Atlantic with slaves; with 1/4 of them dying of dysentry and malnutrition - and was untouched by it, so hardned was his heart.
At a point age 22 on a similar voyage, in a great storm, the mast split, half the deck lifted up, the sails gone and all the sailors crying out for their lives. Newton suddenly confronting ultimate reality - had the gall to cry out May the Lord have mercy. As he said it, he began thinking of his whole life of blasphemy, that every ounce of his being was against God; didn't even know how to swim, would surely drown. 27 days later, as they were eating their last provision, drinking their last drops of fresh water, they hit land on the coast of Ireland. Newton got off that boat a new creature in Christ.
He left the slave trade, and spent the rest of his days fighting against slavery. He became a pastor, but instead of wearing robes, always wore his sailors uniform into the pulpit so he would never forget that once I was blind, but now I see
Dec 4 17:58:55 linux kernel: hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Dec 4 17:58:55 linux kernel: hda: read_intr: error=0x10 { SectorIdNotFound }, LBAsect=72506408, sector=47634008
messages; with DMA off, and 16bit I/O. Turned DMA & 32bit I/O
back on - and the errors went away temporarily, sync worked again;
concerning indeed - then something turned DMA off again, and it
went bad again - miraculous.
source *.Set.sh || exit 1;dies - but only on RH 7.3 - magic.
gkb_xmmap cz(eg.) eventually realized that people expecting LANG=zh_EN.UTF-8 style things to do something sensible are smoking crack.
| The world non-judgementalism | Jesus' |
|---|---|
| Whatever the other person has done, it cannot be wrong; No right or wrong; just different. | A genuine offence has been committed, we have to extend mercy & grace. |
| Assumption that there are no absolute standards, judgementalism is imposimg my standards on others. | Assumption is that there are eternal and fixed standards; and these have already been violated - to judge not is to reach out with forgiveness and forebearance. |
| Imagines it's getting an A+ in non-judgementalism | The world is getting a failing grade. |
| Reach for the stone pile | reach-out with non-judgemental love, trying to restore and bring to ammendment the brother, in love. |
|
|
|
|
javascript:(function(){var elements=document.forms[0].elements;for(var i=0;i<elements.length;i++){var el=elements[i];if(el.type=='radio'&&el.value=='3'){el.checked=true;}}})(), use it after loading the page;
binned another 30 duplicate spams.
./download ./configure make make install # you need to be a sudoer; don't delay, build OO.o today (if you have 4+Gb of spare space and a few long nights to leave it running). I'm most interested in bug reports.
..line 150, in check_environ
import pwd
ImportError: No module named pwd and of course sudden
death. What that really means is: make sure 'HOME' is set
(even to an empty string) before running this; sigh.
Managed to get the build back on an even keel.
/usr/share/gnome/ui/evolution.xmlto bin the C-w mis-feature whereby I get to constantly re-start evolution and re-type my passwords in; didn't work - most odd.
| The world's wisdom | God's wisdom |
|---|---|
| You have to believe in yourself | He who trusts in himself is a fool. Prov 28:26 |
| You need to forgive yourself | He who conceals his sins does not prosper, but whoever confesses and renounces them he is the one who finds mercy Prov 28:13 |
| The squeaky wheel gets the grease | Philippians 2:14 do everything without complaining and arguing |
| Buy now pay later | Romans 13:8 Owe no-one anything, except to love one-another |
| Get the other guy before he gets you | Romans 12:21 do not be overcome by evil, but overcome evil with good |
| If he hasn't changed by now, he never will; you can't teach an old dog new tricks | That may be true of old dogs; but it's not true of new creatures. If anyone is in Christ he is a new creature, the old has gone, the new has come. 2 Cor 5:17 |
rc installcommand takes regexp arguments: nice, and
rc lock-addfor things you don't want to update. You can also do
rc up -i urgentwhich is good.
| Gnome status | html | tar.gz |
| Quick tutorial | html | tar.gz |
make[7]: Entering directory `/home/gnome/cvs/gnome2/ORBit2/include/orbit/orb-core' make[7]: *** No rule to make target `<interne>', needed by `corba-defs.h'. Stop.hmm.
That makes it all worthwhile. We need more build volenteers though to loop build a vast source tree; people with a few GIPS/GB free for long term loop OO.o building should mail me.Tinderbox is probably the biggest help I have seen yet. Like most volunteer developers I do my builds on on one machine only (in my case PPC Linux) and would love to see how my code changes impact the main platforms without waiting/hoping others will have the time and volunteer to do the rebuild.
Using the tinderbox for Solaris via ooo.ximian.com I have been able to remotely diagnose and come up with fixes for two configure nitpicks that caused problems and now even a possible whitespace change in a patch that I never would have been able to know about or diagnose.
...It is simply the tool I have been waiting for.
class A {
public:
virtual void foo () = 0;
};
class B : A {
public:
/* virtual */ void foo ();
};
void B::foo ()
{
}
of course one still has to cut and paste the
signature data into the class down the hierarchy though,
(instead of doing a manual fn pointer assignment in the
'class' constructor) which is new. It's nice to be able
to use '= 0;' to avoid writing abstract base methods,
thanks.