<freemangordon>
jonwil: it is faster than building it ;)
<freemangordon>
actually xprot is 2 functions from being complete
nox- has quit [Quit: Leaving]
astr has quit [Ping timeout: 264 seconds]
che11 has quit [Ping timeout: 250 seconds]
xes has quit [Quit: Going offline...]
norly has quit [Quit: Leaving.]
<jonwil>
BINGO
<jonwil>
I think I just found the closest Mozilla commit to microb-engine
<jonwil>
posted in the forum thread with the details :)
jonwil has quit [Remote host closed the connection]
kolp has quit [Disconnected by services]
kolp_ has joined #neo900
<Oksana>
:-)
Oxyd76 has quit [Remote host closed the connection]
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #neo900
MonkeyofDoom has joined #neo900
sparetire_ has quit [Quit: sparetire_]
<Oksana>
Heh... The battery chargers arrived, finally. But, I received it only one and a half days after post marked it as delivered. Why? The sender shortened the address, to make it fit the sticker. Instead of removing useless words, or turning my middle name into one-letter initial, it removed crucial piece of information, so I had to get it from Mail Centre, because otherwise the parcel would...
<Oksana>
...have gone entirely sideways. In the process, too much noise was generated. Looks like next time I will give a sender pre-shortened address, and initial instead of middle name, to avoid careless sticker-printers.
<Oksana>
The crowning piece of information: I cannot use the chargers, yet. Because they have arrived without wires. I knew, beforehand, that they use 2mm Nokia plugs, and I do not consider it annoying. But I expected the wires to be included. It's not like I have a 2mm Nokia plug readily available around here. :-/
<Oksana>
One consolation: now I have nearly universal Nokia battery chargers. Even if it will take me aeons to power them on.
nicksydney has quit [Quit: No Ping reply in 180 seconds.]
nicksydney has joined #neo900
j4s0nmchr1st0s has quit [Ping timeout: 265 seconds]
<jason___>
part of being free is having control over nuclear power
<jason___>
Sometimes you don't know what you've got until it is gone is true when it comes to code.
<freemangordon_>
jason___: seems I am missing the context
<jason___>
Oksana: mentioned that phones are a major form of communication but there is also wimax
<jason___>
freemangordon_: What phone are you using now?
<freemangordon_>
n900
<jason___>
Why did you choose the n900 freemangordon_ ?
<freemangordon_>
because of the fmtx :)
<jason___>
Isn't there a west german sold phone that is easily reversed to tx?
rZZZr is now known as RzR
<freemangordon_>
jason___: I am a bit busy right now, can't attend on a lengthy general discussion
<jason___>
freemangordon_: Can I buy an n900?
<bencoh>
check on ebay ... or on talk.maemo :)
Kabouik has joined #neo900
Kabouik_ has quit [Remote host closed the connection]
arcean has joined #neo900
<jason___>
replicant
jonwil has joined #neo900
* jonwil
is very happy to have finally found the right mozilla revision matching microb-engine
<freemangordon_>
:)
<jonwil>
and now I plan to use the geek coding fuel of a meatlovers pizza (with added jalapenos), garlic bread and bottle of Coke to figure out just how HEAD compares to microb-engine in terms of npapi :)
nicksydney has quit [Remote host closed the connection]
nicksydney has joined #neo900
<jason___>
jonwil: enjoy!
<jonwil>
and its GOOD pizza too, not that crap from that red place named after a type of building or that blue place named after a type of game piece :)
<bencoh>
:)
<jason___>
What a useless youtube video
<jason___>
not "GOOD" pizza
<jason___>
This phone comes from the russion Feds
Kabouik_ has joined #neo900
che1 has joined #neo900
Kabouik has quit [Ping timeout: 240 seconds]
<jason___>
Are you and drake familiar with "Din al-Haqq"?
chainsawbike has quit [Ping timeout: 264 seconds]
chainsawbike has joined #neo900
sixwheeledbeast has quit [Ping timeout: 265 seconds]
sixwheeledbeast has joined #neo900
kolp_ is now known as kolp
sparetire_ has joined #neo900
<DocScrutinizer05>
tentatively add to Neo900 feature list: "precise metering of RF transmitted power (for those with RF-allergy) aka 'monitor and ensure SAR'" and "detection of other RF sources in vicinity, theoretical frequency range 50MHz to 3500MHz (sensitivity not linear across complete range)"
<DocScrutinizer05>
^^^ is a synergetic effect we harvest from our already projected tight monitoring of modem, so basically no added cost for both features
<DocScrutinizer05>
:-)
<jonwil>
bah, why must this be hard. All I want is to say "take path a and path b, compare the 2 and ignore any files not named a,b,c,d or e" but I cant get any of the diffing tools (gnu diff being the main one I have tried) to do it
<jonwil>
and the gnu diffutils manual is totally useless
<DocScrutinizer05>
use find(1), profit :-)
<DocScrutinizer05>
you probably will want to use --exec grep...; parameter instead of using shell $( ) expansion for filenames to grep
<freemangordon_>
jonwil: git diff?
<DocScrutinizer05>
or that :-)
<jonwil>
git diff doesn't help since the stuff isn't in a git repo
<jonwil>
its actually a pair of pulls from 2 different but related hg repos
<freemangordon_>
put them in git repos :)
<jonwil>
they are too big to put into git repos easily :P
<bencoh>
+1 for git
<bencoh>
that's the only sane way to do that kind of thing
<bencoh>
and ... it'll be easier to patch/work with it anyway
<jonwil>
I got find to do what I want
<obsed>
yep find is good
<jonwil>
it will now list everything under <folder> but only if the name matches one of <filenames>
<DocScrutinizer05>
freemangordon_: how about HW-PWM in OMAP, does it keep the SoC in a power-greedy state or can it run on complete chip in an economic (idle/0-clocked) state as well?