**** BEGIN LOGGING AT Mon May 25 02:59:59 2015 May 25 06:17:42 hi there May 25 06:18:18 can someone point me to sim toolkit .install file or .deb ? May 25 06:18:33 there is no such thing May 25 07:14:13 hello. need a lil help. May 25 07:14:52 need your clothes, your boots and your motorcycle May 25 07:15:00 I have exported my N900 contacts to vcf files. I need to combine them all into one .vcf file May 25 07:15:21 L29Ah: lol May 25 07:15:27 cat *.vcf > 00.vcf May 25 07:15:55 ohkay! thanks. KotCzarny May 25 07:15:58 btw, in what directory n900 store phone contact list and\or maybe skype contact-list? May 25 07:16:38 somewhere in /home/user/ I guess May 25 07:17:01 I guess too, I want know right May 25 07:17:37 `grep -r` is your friend May 25 07:18:23 I did it by phone number and get many trash. May 25 07:18:45 try contact name May 25 07:19:06 phone number must have pulled history entries May 25 07:19:35 or just make clear all address book? May 25 07:20:03 clean this out* May 25 07:20:18 uh!! May 25 07:20:20 END:VCARDcat: can't open '00.vcf': No such file or director May 25 07:21:07 princefakhan you never use sim menu on yours n900? May 25 07:23:19 princefakhen: did you put space after > ? May 25 07:25:04 my bad. I didn't put > May 25 07:26:18 it worked. thanks again. May 25 07:26:40 mind you, i dont know the vcard format for multiple entries May 25 07:26:40 Now. any idea to export my contacts to SIM May 25 07:27:24 KotCzarny what button to use '>' ? on my russian version I can't found it. May 25 07:27:29 go to contacts and click on the menu, then look if there is anything sim management related? May 25 07:27:45 pentanol: virtual keyboard, or change key mappings May 25 07:28:03 pentanol: ↗+Ctrl May 25 07:28:38 there is nothing like that on N900 atleast. May 25 07:29:58 L29Ah thanks May 25 07:31:05 princefakhen, best you can do is to use another device and bluetooth May 25 07:32:06 well I have an Asha 309 which I'm using for telephony right now. May 25 07:32:20 select all contacts and send via bt May 25 07:32:23 I wanted to transfer my contacts to it. May 25 07:32:30 easiest to do May 25 07:32:39 then I can copy to simcard too. May 25 07:32:47 okay. let me try. May 25 07:50:51 works great. thanks Kotczarny. May 25 07:51:24 guess there should be a wiki for "Managing Contacts" May 25 07:56:19 {-0-}: just remember to take regular backups, and make a note of the kernel version used for that backup. it is understood that you should only restore when the kernel is the same. May 25 08:24:08 okay, compiling the system in qemu turned out to be a bad idea May 25 08:24:15 :> May 25 08:24:27 feels like n900 would do it faster May 25 08:24:28 too fast too furious? May 25 08:25:19 grab some octacore arm machine for a compilation station? May 25 08:26:35 nah, a careful building of a crosscompiler is cheaper May 25 08:26:54 wishfull thinking May 25 08:28:13 the problem is that scratchbox is awful May 25 08:28:22 Sicelo: nah, but you need the modules for that kernel May 25 08:28:24 in the backup May 25 08:28:32 the problem is that we have nothing else comparably stable and useful May 25 08:28:42 wtf no mtd in /proc/partitions May 25 08:28:48 if you're worried about it, leave `kernel-modules` installed May 25 08:28:54 so the nokia kernel will always work May 25 08:28:56 l29ah: forgot to add the options? May 25 08:28:58 L29Ah: /proc/mtd May 25 08:29:01 surely May 25 08:29:08 kerio: :* May 25 08:29:18 you should still be seeing mtdblock* tho May 25 08:31:07 musl seems to be working btw May 25 08:31:23 musl? May 25 08:31:32 guess i can set up a gentoo chroot to build fresh stuff statically for maemo users :> May 25 08:31:42 KotCzarny: a sane libc May 25 08:32:07 *statically and automatically May 25 08:32:09 dont build statically, create libs in /opt/musl or something May 25 08:33:27 btw i strongly recommend using openssh 6.8 May 25 08:33:29 the thumby one May 25 08:33:46 is it in extras-devel? May 25 08:34:09 thumby one needs thumby libs and system May 25 08:34:31 nope May 25 08:34:36 it's a tarball May 25 08:34:40 with ssh installed in /usr/local May 25 08:34:53 i've got so many fucking dpkg-diverts in place now May 25 08:36:14 the other problem is that the latest openssl is not thumby May 25 08:36:19 but it shouldn't matter if you're using the correct ciphers May 25 08:36:28 and keys May 25 08:36:55 have anyone measured the space efficiency of thumb vs regular code? May 25 08:37:21 aka ssh-ed25519 keys, curve25519-sha256 key exchange, chacha20-poly1305 cipher May 25 10:27:38 imo, nix is cool. May 25 10:28:43 in that, everything sits in /nix. May 25 10:29:41 * Maxdamantus made a nixpkgs fork recently that was at least able to build nix and git for N900 (had to roll back glibc because of old kernel etc) May 25 10:35:16 wtf is nix May 25 10:35:56 a purely functional package manager. May 25 10:36:57 when you build a package, it's stored in a directory in /nix/store/, with a name containing a hash of the build instructions and the hashes of the build dependencies. May 25 10:38:19 and things refer absolutely to libraries within those build directories. May 25 10:38:38 so each program will know exactly where in /nix/store the libc it uses is. May 25 10:38:56 (and so on for other libraries) May 25 10:40:16 and the database keeps track of runtime dependencies by scanning files for filenames beginning with /nix/store, so you can efficiently copy closures of packages between systems. May 25 10:41:25 packages can never interfere with other installed packages (when it comes to loading libraries etc from other packages) May 25 10:50:39 isnt it a bit against libraries idea? May 25 10:51:04 that way you could simply compile everything statically May 25 10:52:08 but May 25 10:52:11 muh replication May 25 10:59:09 Yes, it's sort of like everything's compiled statically in some sense (in the sense that the behaviour doesn't change), but if there's some memory sharing advantage to shared objects, then you still have that. May 25 11:00:10 memory/storage May 25 11:03:56 between processes of the same "container" only, though May 25 11:04:08 cross-compilation is still unfortunately lame (if they had designed nixpkgs differently, it could've been basically the best cross-compilation system ever for unix), but it's quite easy running builds using qemu user emulation, since you just build qemu natively and point binfmt to the corrent /nix/store path. May 25 11:06:12 (then if you want to run ARM binaries in any chroot on the system you just need to make sure /nix is bind-mounted there, no messing with putting static qemus in the right place or copy libcs around) May 25 11:06:40 putting /nix there is literally messing with static qemus in the right place May 25 11:07:42 Kind of, but it's a standard location, rather than something like /x86_64-to-arm-qemu May 25 11:08:47 which you can set through /proc May 25 11:08:49 of course May 25 11:10:22 Yes. That's how you normally configure binfmt. May 25 11:11:01 does it have to be in the same place in all the chroot jails then? May 25 11:11:28 it's not specific to each jail May 25 11:11:40 Yes, but that's easy if you're just bind-mounting /nix May 25 11:11:46 Maxdamantus: how does nix do with 'reproducible builds' May 25 11:12:05 Wizzup: it does that by referring to build dependencies precisely. May 25 11:12:18 Wizzup: it doesn't refer to /usr/bin/gcc May 25 11:12:25 so it can reproduce binaries exactly? bit by bit? May 25 11:12:38 I'm doing research in this currently, and I'd be very interested May 25 11:12:52 I think it should almost do it bit-by-bit, but they don't enforce it. May 25 11:14:15 (eg, they don't necessarily remove possible build timestamps from programs) May 25 11:15:36 but since ultimately all build instructions refer to all the source code and build instructions for other programs used in the build process (until a bootstrapped gcc, which is a specific binary for each architecture), it should be fairly deterministic. May 25 11:18:37 The guy that made it has a decent paper on a build system (alternative to `make`) that he made a while ago, called `maak`. May 25 11:19:51 http://nixos.org/~eelco/pubs/iscsd-scm11-submitted.pdf May 25 11:24:01 oh boy, thats what we always need, another breakthrough 'standard' May 25 11:25:12 standard across your system. May 25 11:25:27 if you were referring to the qemu path. May 25 11:26:20 it's not standard across everyone's system .. I myself use /nix/store/czmip8abq077ma1x2ksb79613z2g6jig-qemu-2.2.1/bin/qemu-arm , but other people likely have different paths. May 25 11:27:55 The point is that as long as /nix is visible in the chroot, you can just run ARM binaries. May 25 11:28:01 im talking about make, qmake, cmake, maak and f*cktituded of others May 25 11:28:06 Ah. May 25 11:28:25 don't forget plan9's awesome "mk" May 25 11:28:31 yeah, and imake May 25 11:28:57 and sometimes they get installed to build single useful package, then forgotten May 25 11:29:40 I don't think that's bad, as long as they themselves are easy to install (maak wasn't, because it was implemented in Haskell, but he didn't really expect everyone to use it) May 25 11:30:01 if he did want it to be popular, he'd've probably made a portable implementation in C. May 25 11:30:15 which isn't what cmake, qmake and scons are, at least. May 25 11:30:23 dunno about anything else. May 25 11:30:31 its okay, im just ranting, same would apply to gtk, qt, xaw etc May 25 11:36:51 imo, you should be able to compile most programs by doing something like: cc -o foo linux-main.c common/*.c -lX11 May 25 11:37:51 but, people seem happy enough to make everything complicated. May 25 11:46:15 nothing like a good compilation script May 25 18:00:33 <_1_Melvin> hello May 25 18:30:42 Maxdamantus: can i screw systemd in favour of openrc easily in nixos? May 25 18:32:13 sysvinit :P May 25 18:36:12 openrc is compatible with sysvinit stuff :þ May 25 18:40:20 ood :P May 25 18:40:48 so is systemd May 25 18:40:49 but to be honest i prefer simple /etc/rcS May 25 21:05:21 hmm, debian chroot complaining: WARNING: this version of the GNU libc requires kernel version May 25 21:05:24 2.6.26 or later. Please upgrade your kernel before installing May 25 21:05:26 glibc. May 25 21:05:33 so is there a way to run a recent kernel on n810? May 25 22:07:44 <{-0-}> woot! bluetooth-dun-client works :) May 25 22:41:12 L29Ah: dunno. I don't really like the idea of nixos. May 25 22:41:14 just nix. May 25 22:49:43 {-0-}: \m/ May 25 23:46:53 are there open source touch-friendly desktops? May 25 23:46:57 illume looks dead May 25 23:47:55 android on desktop :p May 25 23:48:53 ;[ May 25 23:56:00 mouse and touchscreen are so different interfaces... May 25 23:57:30 was trying gnome3 with touchpadscreen ... pretty awful May 25 23:57:58 dont know if there are any better May 25 23:58:26 kde touch? dunno... May 26 00:37:23 maybe i need to get some dmenu for touch May 26 00:37:37 and hook it into xmonad that already has gesture control May 26 00:42:53 n900 has some useless buttons like poweroff and camera that can be used as modkeys for gestures May 26 00:43:40 gah, i'm running out of 16GB microsd, wtf May 26 00:57:37 hmm... what are the symptoms of a bad flex cable... May 26 00:57:44 i think i may need one ... :( May 26 01:00:24 problem is, the LCD is fine, my earphone seems to not work all the time anymore May 26 01:06:08 actually this would be the secondary not main flex cable? Hmmm... May 26 01:34:07 02:37 < L29Ah> maybe i need to get some dmenu for touch May 26 01:34:08 <3 May 26 01:34:47 (I guess dwm/wmii arent so great with a touchscreen and no keyboard ^^) May 26 01:35:43 there are really no GNU touch screen friendly DE's... hence android was made... May 26 01:36:24 failed to google that out, strange May 26 01:36:32 it must be simple to write May 26 01:36:49 the issue is that apps need to be rewritten for touch May 26 01:36:50 and generate some funny icons from names :] May 26 01:36:54 what apps? May 26 01:37:11 everything that you'd use that's not the DE itself May 26 01:37:21 firefox sucks with touch... May 26 01:38:16 navit, oscp, xterm, fennec May 26 01:38:31 need some phone and sip app, haven't looked into them yet May 26 01:39:06 the soft keyboard interface is clunky, still using traditional X interface May 26 01:39:25 soft what? May 26 01:39:33 i'm targeting at n900 May 26 01:39:56 i thought you said desktop pc **** ENDING LOGGING AT Tue May 26 02:59:58 2015