Wikiwide | Nice :-) | 00:00 |
---|---|---|
*** Wikiwide has quit IRC | 00:09 | |
*** louisdk has joined #maemo | 00:21 | |
*** sunshavi has quit IRC | 00:28 | |
*** jonwil has joined #maemo | 00:33 | |
*** louisdk has quit IRC | 00:33 | |
*** pagurus has quit IRC | 00:56 | |
*** pagurus has joined #maemo | 00:57 | |
*** Maxdamantus has quit IRC | 00:58 | |
*** Maxdamantus has joined #maemo | 00:59 | |
*** luke-jr has quit IRC | 01:00 | |
*** Kilroo has joined #maemo | 01:09 | |
*** sunshavi has joined #maemo | 01:30 | |
*** luke-jr has joined #maemo | 02:02 | |
*** sunshavi has quit IRC | 02:06 | |
*** M4rtinK has quit IRC | 02:06 | |
*** Pali has quit IRC | 02:07 | |
*** lukedashjr has joined #maemo | 02:20 | |
*** luke-jr has quit IRC | 02:22 | |
*** lukedashjr is now known as luke-jr | 02:25 | |
* Oksana is exploring sawfish window manager on Linux laptop, currently; while idea of tiling is nice, I am not a fan of keyboard-based control. And highly customized window handling sounds... Very interesting. | 02:25 | |
*** florian has quit IRC | 02:26 | |
*** luke-jr has quit IRC | 02:33 | |
*** luke-jr has joined #maemo | 02:36 | |
*** louisdk has joined #maemo | 02:38 | |
*** Hurrian has joined #maemo | 02:49 | |
Oksana | jonwil : Do I need to felete filebuffer before exiting function getJourneyData ? | 02:58 |
Oksana | delete * filebuffer | 02:59 |
Oksana | getJourneyDetailsData sounds... complicated. | 03:10 |
*** sunshavi has joined #maemo | 03:11 | |
jonwil | Just copy whatever the Translink code is doing | 03:15 |
*** sunshavi has quit IRC | 03:16 | |
*** sunshavi has joined #maemo | 03:17 | |
*** infobot has quit IRC | 03:17 | |
*** infobot has joined #maemo | 03:19 | |
*** ChanServ sets mode: +v infobot | 03:19 | |
*** timeless has quit IRC | 03:36 | |
*** timeless has joined #maemo | 03:37 | |
Oksana | jonwil : What should getStationsByGPS do : turn longitude and latitude into format readable by trip planner, or retrieve bus/train stops closest to GPS location? | 04:00 |
jonwil | It gets the bus stop closest to the GPS location | 04:00 |
jonwil | If the nsw site has that function then use it | 04:00 |
jonwil | Otherwise set the flag to false so the system doesn't even try to use GPS with that backend | 04:00 |
* Oksana nods, and proceeds to use NSW site function. Unfortunately, with my chosen location, it doesn't return a bus stop, but either way it's going to work with GPS. | 04:01 | |
Oksana | When getting locations by name or GPS... When multiple results are returned... When user is asked to select one of the possible locations/stops... Where do these nice and readable names come from? Because StopID (required by trip finder) is one thing, and human-readable name of bus stop is another | 04:17 |
Oksana | thing. | 04:20 |
*** louisdk has quit IRC | 04:37 | |
Oksana | Is it like "NameAkaDescription@LocationId"? | 05:10 |
jonwil | Yeah that's what I did for Translink | 05:20 |
Oksana | How does arrivalStation.section('@',0,0) work? I understand destinationStation.section('@',1,1), https://doc.qt.io/archives/qt-4.8/qstring.html#section | 05:27 |
brolin_empey | jonwil: I know some about Python but I mostly use it only as a calculator in recent years. | 05:30 |
*** guerby_ has joined #maemo | 05:35 | |
*** guerby has quit IRC | 05:36 | |
*** tm has quit IRC | 05:42 | |
*** tm has joined #maemo | 05:45 | |
*** vahe has joined #maemo | 05:55 | |
*** Kilroo has quit IRC | 06:22 | |
*** povbot has joined #maemo | 06:33 | |
Oksana | Got section('@',1,1). The only function remaining is getJourneyDetailsData. Just where does the url come from - no idea. But I can write json handler in, regardless. | 06:41 |
brolin_empey | When using a spreadsheet as a database, in this case an .xls workbook in LibreOffice Calc, is it possible to get a list of rows in which a certain column has a certain value or even only in which a certain column has a non-blank value? In a real database, I can simply query something like “SELECT * FROM table_name WHERE column_name CONTAINS (?) keyword;” but can I do something similar with a spreadsheet? | 06:46 |
*** pagurus has quit IRC | 06:49 | |
*** pagurus has joined #maemo | 06:50 | |
brolin_empey | My use case: my credit union is changing their credit card provider, which means that my credit card is being replaced, which means that I have to manually update my payment information with all of the merchants who automatically bill this credit card account. I have a local spreadsheet file containing logins/credentials and other details for most of my accounts. This spreadsheet, which I use as a database, has a column/field for payment method. I enter | 06:53 |
brolin_empey | “MasterCard” in this column/field if I pay with my credit card account. I want to get a list of all of my accounts where I pay with my credit card account. | 06:53 |
jonwil | brolin_empey: I think this is the wrong channel for that question :) | 06:53 |
jonwil | I dont think LibreOffice can even RUN on an N900 :P | 06:54 |
Oksana | FreOffice can, and it supports spreadsheets | 06:57 |
brolin_empey | jonwil: I think LibreOffice can run on a Nokia N900, especially considering that OpenOffice.org/go-oo can run on an OpenMoko GTA02, which is slower and less capable than the N900. | 06:58 |
jonwil | Its still not the right place to ask about LibreOffice, the right place would be #libreoffice (which does exist) | 06:59 |
*** LauRoman has quit IRC | 07:08 | |
*** spiiroin has quit IRC | 07:44 | |
*** drrty has quit IRC | 07:46 | |
*** spiiroin has joined #maemo | 08:01 | |
Maxdamantus | brolin_empey: convert to CSV and grep? | 08:05 |
*** guerby_ is now known as guerby | 08:10 | |
*** guerby has joined #maemo | 08:10 | |
brolin_empey | Maxdamantus: I queried DuckDuckGo and found this Q&A: | 08:12 |
brolin_empey | https://ask.libreoffice.org/en/question/57507/calc-select-rows-which-contain-a-number-from-a-list-of-numbers-which-is-in-a-column-in-a-different-sheet/ | 08:12 |
brolin_empey | I spent a while trying to use a filter to copy the rows of interest to a different sheet until I realised that I can simply sort the worksheet by the “payment” column/field, same as I would do when editing a table in a real database. It took me a while to determine how to get the desired result by sorting but I finally got it. | 08:12 |
brolin_empey | Now the problem I have is that this table, effectively database, of accounts does not distinguish between merchants for whom I have a subscription and merchants from whom I bought something at least once even if it was years ago but do not have a subscription. | 08:15 |
brolin_empey | Maybe I should have the merchants for whom I have a subscription charge me via PayPal, if possible, instead of updating my credit card account information with the merchant because then, theoretically, I have to update my credit card account information only once, with PayPal, every time my credit card account information changes instead of having to update my payment information with every merchant for whom I have a subscription every time my credit card | 08:22 |
brolin_empey | account information changes. I considered this years ago but never actually did it because the burden with the current situation is not too bad if it has to be done only every few years. | 08:22 |
brolin_empey | The far greater burden will be manually updating all of the accounts that have my home address if I move again for the first time since 2010 January. | 08:25 |
brolin_empey | Or if my telephone number changes for the first time since 2008. | 08:26 |
*** sunshavi has quit IRC | 08:58 | |
*** M4rtinK has joined #maemo | 09:34 | |
*** Venemo has joined #maemo | 09:37 | |
*** chainsawbike has quit IRC | 09:53 | |
*** chainsawbike has joined #maemo | 09:59 | |
*** M4rtinK has quit IRC | 10:06 | |
*** louisdk has joined #maemo | 10:33 | |
*** geaaru has joined #maemo | 10:42 | |
*** xy2_ has joined #maemo | 10:53 | |
*** jskarvad has joined #maemo | 10:56 | |
Oksana | jonwil : What is getJourneyDetailsData expected to be? I don't understand route from TransLink [fromStation and toStation are self-explanatory], and I can hardly read MVV-Germany results [Tram 18 Destination SomeStreet is difficult to understand] | 10:58 |
Oksana | ana> {version, systemMessages, journeys: [{rating, isAdditional, interchanges, legs: [{duration, origin, destination, transportation, hints, stopSequence, infos, coords, properties},{}]},{}]} | 10:59 |
Oksana | And putting into "info" field [about leg of a journey] the text "Duration: 60" doesn't sound good [since it's 60 seconds] | 11:01 |
Oksana | What's the difference between toStation and toInfo for a leg of a journey? | 11:03 |
* Oksana goes outdoors | 11:05 | |
Oksana | And MVV-Germany sometimes gives "Error opening the details" | 11:05 |
ceene | i hate autotools | 11:27 |
ceene | i also hate cmake | 11:27 |
ceene | and i also hate scons | 11:27 |
ceene | hate them all | 11:27 |
ceene | it's all an undecipherable mess | 11:27 |
KotCzarny | how do you achieve portability then/ | 11:27 |
ceene | with lots of pain | 11:28 |
KotCzarny | so not much different | 11:28 |
ceene | i have a 100 line scons python script don't i don't ever touch again | 11:28 |
ceene | and then i can use small scons files | 11:28 |
ceene | but i still hate it all | 11:29 |
ceene | i hate that it's nonstandard and has no standard way of setting compilation options, cross compiler, etc, it's just a hack passing arguments after the call to scons | 11:29 |
ceene | i've tried at least 8 times to understand autotools and i just can't get it | 11:29 |
ceene | it's the most common thing out there, the most standard, but it's all just a gigantic hack of different macro languages with confusing macro names and weird syntax | 11:30 |
KotCzarny | i just use sh | 11:31 |
KotCzarny | in the end it's always needing manual touches, so why bother | 11:31 |
ceene | it's all a pain in the ass | 11:35 |
bencoh | you're absolutely right with the fact that they're just all a gigantic hack, but I still prefer this standard gigantic hack, than having to handle/patch every single package for crosscompilation | 11:37 |
ceene | i know, and that's why i wanted to autotoolize my software... yet i've failed once again, I get so frustrated that I never manage to do the simplest thing | 11:38 |
bencoh | since it appears that most handcrafted build "system" (ie makefile/script) fail with crosscompilation at some point (unless the authors tried to crossbuild it, and even then, they always miss some case) | 11:38 |
KotCzarny | bencoh, that's what i mean by manual touches | 11:39 |
*** florian has joined #maemo | 11:39 | |
bencoh | KotCzarny: I dont need "manual touches" when building a properly written autotools package | 11:39 |
KotCzarny | sure, and then one day it happens to fail on some system/new distro revision | 11:40 |
KotCzarny | especially if you rely on some external libs | 11:41 |
bencoh | then you properly fix what needs to be fixed, for "everyone" | 11:42 |
KotCzarny | in a perfect world, yeah | 11:42 |
bencoh | instead of adding another hacky bunch of lines to your handcrafted thing | 11:42 |
ceene | my problem is... i don't know how to begin writing an autotools package :( | 11:43 |
bencoh | not saying this whole stuff is "perfect" in any way, just that I still prefer it by far than having to read/understand/patch every single homebrew makefile when crosscompiling it | 11:43 |
ceene | i'm completely useless | 11:43 |
bencoh | ceene: lib or program? | 11:44 |
ceene | and i also think it's the best solution (not that i think it's good at all, but the best nonetheless) | 11:44 |
ceene | both | 11:44 |
bencoh | (not that it's too different, but I have a simple autotools base to build a program, if you want) | 11:44 |
ceene | i have several pieces of software that i want to autotoolize: libs and programs, and some repositories contain both a lib and a couple of programs that use them | 11:44 |
bencoh | (not that good, but working on maemo) | 11:44 |
bencoh | ah | 11:44 |
KotCzarny | https://github.com/msune/autotools-skeleton | 11:45 |
KotCzarny | :) | 11:45 |
KotCzarny | (just a random google) | 11:45 |
bencoh | :) | 11:45 |
ceene | i really hate it all | 11:47 |
bencoh | aww | 11:47 |
KotCzarny | Much chaos seems to persist in the documentation of the various autotools (part of the GNU Build System). I don't know how others sort it out. I am inclined to think that they just copy an example and ignore or don't check the warnings | 11:47 |
KotCzarny | hehe | 11:47 |
KotCzarny | nice quote | 11:47 |
ceene | i also hate that there have to be so many files around the directory | 11:48 |
ceene | i don't want them, they're just sitting there taking mental space | 11:48 |
KotCzarny | better to trim down, than desperately look for docs | 11:49 |
KotCzarny | [autoproject] - This tool creates a skeleton source package for a new program | 11:50 |
ceene | let's try that | 11:50 |
KotCzarny | https://directory.fsf.org/wiki/Autoproject | 11:51 |
KotCzarny | seems beta, version is 0.20 | 11:52 |
ceene | $ ls -1|wc -l | 11:52 |
ceene | 41 | 11:52 |
ceene | y don't really want a thing that creats 41 files | 11:52 |
ceene | and creates an xmalloc.c file | 11:53 |
ceene | what the hell | 11:53 |
ceene | if my system doesn't have an standard malloc i don't give a shit | 11:53 |
ceene | let's see the autotools-skeleton repo | 11:54 |
ceene | well, it seems simpler than the libabc repo | 11:57 |
ceene | a bit more comprehensible | 11:58 |
KotCzarny | http://inti.sourceforge.net/tutorial/libinti/autotoolsproject.html | 12:00 |
KotCzarny | this is also nice explanation of the files | 12:00 |
ceene | thanks! | 12:01 |
KotCzarny | the smallest autotools project is just makeile.am and configure.in | 12:02 |
*** Sigyn has quit IRC | 12:14 | |
*** Sigyn has joined #maemo | 12:14 | |
*** ChanServ sets mode: +v Sigyn | 12:14 | |
*** r00t|home has quit IRC | 12:42 | |
*** xy2_ has quit IRC | 12:44 | |
*** eMHa has quit IRC | 12:46 | |
*** r00t|home has joined #maemo | 12:50 | |
*** louisdk has quit IRC | 12:51 | |
*** xy2_ has joined #maemo | 12:55 | |
*** vahe has quit IRC | 13:07 | |
*** vahe has joined #maemo | 13:07 | |
*** trx has quit IRC | 13:10 | |
*** xorly has joined #maemo | 13:10 | |
*** vahe has quit IRC | 13:10 | |
*** vahe has joined #maemo | 13:11 | |
*** LinuxCode has joined #maemo | 13:13 | |
*** trx has joined #maemo | 13:13 | |
*** eMHa has joined #maemo | 13:16 | |
*** trx has quit IRC | 13:18 | |
*** LinuxCode_away has joined #maemo | 13:18 | |
*** LinuxCode_away has quit IRC | 13:18 | |
*** LinuxCode has quit IRC | 13:18 | |
*** LinuxCode has joined #maemo | 13:19 | |
jonwil | Oskana: The best way to see how things work would be to use a web browser that supports network transaction logging, visit www.translink.com.au and do a journey plan search and look at the JSON output to see for yourself how it looks. | 13:21 |
jonwil | You could put "Beenleigh Station" into one box and "Strathpine Station" in the other box to get some good output. | 13:22 |
*** trx has joined #maemo | 13:22 | |
*** trx has quit IRC | 13:22 | |
*** trx has joined #maemo | 13:22 | |
*** xy2_ has quit IRC | 13:23 | |
*** trx has quit IRC | 13:26 | |
*** LinuxCode has quit IRC | 13:28 | |
*** LinuxCode has joined #maemo | 13:28 | |
*** trx has joined #maemo | 13:32 | |
*** trx has quit IRC | 13:32 | |
*** trx has joined #maemo | 13:32 | |
*** LinuxCode is now known as L1inuxCode | 13:34 | |
*** trx has quit IRC | 13:37 | |
*** xy2_ has joined #maemo | 13:38 | |
*** trx has joined #maemo | 13:40 | |
*** trx has quit IRC | 13:40 | |
*** trx has joined #maemo | 13:40 | |
*** L1inuxCode is now known as LinuxCode | 13:52 | |
*** DocScrutinizer05 has quit IRC | 14:11 | |
*** vahe has quit IRC | 14:16 | |
*** vahe has joined #maemo | 14:18 | |
*** DocScrutinizer05 has joined #maemo | 14:28 | |
*** vahe has quit IRC | 14:32 | |
*** Trizt has quit IRC | 14:42 | |
*** Trizt has joined #maemo | 14:42 | |
*** DocScrutinizer05 has quit IRC | 14:46 | |
*** xy2_ has quit IRC | 14:47 | |
*** DocScrutinizer05 has joined #maemo | 14:52 | |
*** xy2_ has joined #maemo | 15:32 | |
*** Venemo has quit IRC | 15:48 | |
*** xy2_ has quit IRC | 16:05 | |
*** xy2_ has joined #maemo | 16:06 | |
*** jonwil has quit IRC | 16:28 | |
*** Nihlander has joined #maemo | 16:42 | |
Nihlander | Yo, anyone alive? | 16:43 |
bencoh | somehow :) | 16:43 |
Nihlander | Ayy - Success | 16:43 |
Nihlander | You wouldn't know what Fremantle repo to use, would you? | 16:44 |
Nihlander | I'm getting KEYEXPIRED on both Muarf and Linenoise mirrors | 16:44 |
Nihlander | as per https://wiki.maemo.org/Repository | 16:44 |
bencoh | they're only mirrors, so they just host the original files, which were signed by nokia with a now expired key | 16:45 |
bencoh | to avoid that, someone would need to resign packages with a trusted key | 16:45 |
Nihlander | Ah okay so, even with the keyexpired warning, updates, etc should still be working fine? | 16:46 |
bencoh | yeah | 16:46 |
Nihlander | Awesome - Having both the Linenoise and Muarf mirrors enabled in my catalogue list shouldn't cause any issues either, right? | 16:47 |
bencoh | the repositories for which you get KEYXPIRED errors haven't been updated since nokia stopped working on maemo, btw. only extras-* and cssu-* get updates nowaday | 16:48 |
bencoh | +s | 16:48 |
Nihlander | Yeah, I have repository.maemo.org/community in my catalogue list | 16:50 |
bencoh | :) | 16:50 |
Nihlander | Have only just started using my N900 again after a couple of years | 16:50 |
bencoh | yay :) | 16:50 |
Nihlander | So, trying to make sure it's actually got all the right repos, etc and is updated with whatever has been released in the last few years haha | 16:50 |
bencoh | welcome back then :) | 16:51 |
Nihlander | Community SSU Version I'm using is 21.2011.38-1Tmaemo12 -- Flavor: Testing | 16:52 |
*** louisdk has joined #maemo | 17:29 | |
*** sunshavi has joined #maemo | 17:38 | |
*** Maxdamantus has quit IRC | 17:39 | |
*** Maxdamantus has joined #maemo | 17:40 | |
*** sunshavi has quit IRC | 17:48 | |
*** vakkov_ has quit IRC | 18:04 | |
*** vakkov_ has joined #maemo | 18:22 | |
*** louisdk has quit IRC | 18:30 | |
*** Pali has joined #maemo | 18:32 | |
*** LauRoman has joined #maemo | 18:40 | |
*** __LauRoman has joined #maemo | 18:43 | |
*** LauRoman has quit IRC | 18:47 | |
*** xorly has quit IRC | 19:12 | |
*** vahe has joined #maemo | 19:30 | |
*** Oksana has quit IRC | 19:36 | |
*** Oksana has joined #maemo | 19:38 | |
*** florian has quit IRC | 19:52 | |
*** __LauRoman has quit IRC | 20:08 | |
*** eMHa has quit IRC | 20:12 | |
*** sunshavi has joined #maemo | 20:33 | |
*** vahe has quit IRC | 20:38 | |
*** drrty has joined #maemo | 20:47 | |
*** eMHa has joined #maemo | 20:52 | |
*** jskarvad has quit IRC | 21:01 | |
*** geaaru has quit IRC | 21:08 | |
*** __LauRoman has joined #maemo | 21:32 | |
*** florian has joined #maemo | 21:44 | |
*** sunshavi has quit IRC | 21:49 | |
*** xy2_ has quit IRC | 22:02 | |
*** kalin has quit IRC | 22:09 | |
*** ravelo has joined #maemo | 22:13 | |
*** kalin has joined #maemo | 22:13 | |
*** kalin has quit IRC | 22:18 | |
*** xy2_ has joined #maemo | 22:24 | |
*** Kabouik- has joined #maemo | 22:37 | |
*** Kabouik_ has joined #maemo | 22:40 | |
*** kalin has joined #maemo | 22:41 | |
*** Kabouik- has quit IRC | 22:43 | |
*** spiiroin has quit IRC | 22:46 | |
*** spiiroin has joined #maemo | 22:58 | |
*** louisdk has joined #maemo | 23:36 | |
*** Kabouik- has joined #maemo | 23:51 | |
*** Kabouik_ has quit IRC | 23:54 | |
*** sunshavi has joined #maemo | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!