**** BEGIN LOGGING AT Sat Jun 25 02:59:58 2016 Jun 25 03:58:56 oxoxoxoxo Jun 25 03:59:12 s/oxo/ÖxÖ/g Jun 25 03:59:12 DocScrutinizer05 meant: ÖxÖxÖxÖxo Jun 25 03:59:41 lol Jun 25 04:01:05 indeed, epic fail for las 'oxo' Jun 25 04:01:39 oxoxoxoxo Jun 25 04:01:53 s/oxo/oXo/g Jun 25 04:01:53 DocScrutinizer05 meant: oXoxoXoxo Jun 25 04:02:16 tzz Jun 25 04:05:26 try just ox instead Jun 25 04:07:24 Just curious, /who/ are you Jun 25 04:33:37 ~joerg Jun 25 04:33:39 rumour has it, joerg is a natural born EE, ex HW-developer and engineer of Openmoko. Usually known as DocScrutinizer. Initiator of http://neo900.org Jun 25 04:33:54 ~ DocScrutinizer Jun 25 04:33:55 it has been said that docscrutinizer is jOERG, a HW-developer and engineer of Openmoko Jun 25 04:34:42 Juest: I'm more interested in overlapping pattern matching in regex Jun 25 04:35:21 Interesting. Jun 25 04:35:50 123123 Jun 25 04:36:00 s/2/two/g Jun 25 04:36:01 DocScrutinizer05 meant: 1two31two3 Jun 25 04:36:10 s//TWO/g Jun 25 04:37:25 s/o/Ö/g Jun 25 04:37:37 s/2/Ö/g Jun 25 04:37:37 DocScrutinizer05 meant: 1Ö31Ö3 Jun 25 04:38:10 s\,2,Ö, Jun 25 04:38:28 s/2/Ö/g Jun 25 04:38:28 DocScrutinizer05 meant: s\,Ö,Ö, Jun 25 04:38:53 s#2#Ö#g Jun 25 04:39:08 s/#/\// Jun 25 04:39:30 s/#/§/ Jun 25 04:39:31 DocScrutinizer05 meant: s/§/\// Jun 25 04:39:44 meh Jun 25 05:04:53 [jr@lagrange ~]$ echo oXoXoXoYoXoXÖXoXo|tee >(sed 's/oX/ox/g')&&usleep 100000 Jun 25 05:04:55 oXoXoXoYoXoXÖXoXo Jun 25 05:04:56 oxoxoxoYoxoxÖXoxo Jun 25 05:05:25 lol Jun 25 05:05:38 I want *all* oXo replaced by oxo Jun 25 05:05:51 but *only* oxo Jun 25 05:06:26 err *only* oXo Jun 25 05:08:05 [jr@lagrange ~]$ echo oXoXoXoYoXoXÖXoXo|tee >(sed 's/oXo/oxo/g')&&usleep 100000 Jun 25 05:08:06 oXoXoXoYoXoXÖXoXo Jun 25 05:08:08 oxoXoxoYoxoXÖXoxo Jun 25 05:09:20 here a sed 's/oXo/oxo/g;s/oXo/oxo/g' would do, but that's rahter non-generic Jun 25 05:09:51 at least I guess it's not generic Jun 25 05:12:20 IOW is it valid solution for all arbitrary M, N of 's/M/N/g;s/M/N/g' ? Jun 25 05:13:13 Hmm Jun 25 05:16:43 prolly needs something like sed ': start; s/[Oø]XO/øxø/; t start' Jun 25 05:19:02 jr@saturn:~> echo OXOXOXOXOX|sed ': start; s/[Oø]XO/øxø/; t start' Jun 25 05:19:04 øxøxøxøxøX Jun 25 05:24:11 for performance reasons and possible nasty effects when substitution unexpectedly creates new valid matches in patternbuffer however I'd prefer a variation of g parameter to s// (e.g. G ?) that sets a marker at beginning of matched substring and in case of a match&substitution would restart at that marker rather than start of pattern buffer (which is what the ': start' version does) Jun 25 05:31:57 also sed sucks big time in that it doesn't obey $IFS Jun 25 05:34:50 o.o Jun 25 06:17:19 ooooo Jun 25 06:17:29 s/o/X/2 Jun 25 06:17:34 thought as much Jun 25 06:19:15 lol Jun 25 06:26:50 o.O 's'(ubstitute) command parameters: >> Jun 25 06:26:52 `e' Jun 25 06:26:53 This command allows one to pipe input from a shell command into pattern space. If a substitution was made, the command that is found in pattern space is executed and pattern space is replaced with its output. A trailing newline is suppressed; results are undefined if the command to be executed contains a NUL character. This is a GNU `sed' extension.<< Jun 25 06:29:25 http://paste.opensuse.org/37483588 Jun 25 06:44:28 >>... these commands can enable one to write quite convoluted scripts<< LOL Jun 25 06:47:01 mhm, improved version: sed 's/[Oø]XO/øxø/; t' Jun 25 07:21:48 manpages and particularly texinfo are funny reads Jun 25 07:38:57 Always Jun 25 07:39:07 The man book ;) Jun 25 08:14:39 info ed -- priceless Jun 25 08:15:10 I actually *used* that stuff 25some years ago Jun 25 08:16:15 on BS1000 or somesuch "OS" Jun 25 08:16:56 hmm BS2000? Jun 25 08:20:00 I guess it was 30 years ago and actually BS1000 Jun 25 17:48:44 why isn't there navit-graphics-opengl? Jun 25 18:31:31 Wizzup_: i've written an ebuild for maemo that can utilize gles; would be nice if you check out its performance on an n900 Jun 25 18:31:36 navit::booboo Jun 25 18:31:45 s/maemo/navit/ Jun 25 20:25:03 L29Ah: I don't have gles yet on gentoo Jun 25 20:25:07 can try that though Jun 25 22:27:59 incidentally compiled a fresh kernel for n900; i wonder how do i check if it works using only maemo Jun 25 22:47:16 L29Ah: tweak the u-boot menu to use the right args? Jun 25 22:48:34 so, will 'init=/bin/bash' work out of the box? Jun 25 22:49:03 * L29Ah forgot everything he tried last year Jun 25 22:51:11 I would suggest to see what is in the uboot entry/list Jun 25 23:13:14 k display doesn't work, although it seems like i successfully rebooted it with typing 'reboot' :] Jun 25 23:13:50 oh maybe i didn't do the dt stuff Jun 25 23:24:11 no slash in the console for me, somehow the blue arrow key doesn't do much **** ENDING LOGGING AT Sun Jun 26 02:59:58 2016