*** xy2_ has quit IRC | 00:35 | |
*** xorly has quit IRC | 01:33 | |
*** Kabouik- has joined #maemo | 01:52 | |
*** Kabouik_ has quit IRC | 01:54 | |
*** florian has quit IRC | 02:06 | |
*** pagurus has quit IRC | 02:32 | |
*** pagurus has joined #maemo | 02:33 | |
*** dafox has quit IRC | 03:17 | |
*** DocScrutinizer05 has quit IRC | 05:38 | |
*** DocScrutinizer05 has joined #maemo | 05:38 | |
*** DocScrutinizer05 has quit IRC | 06:04 | |
*** DocScrutinizer05 has joined #maemo | 06:04 | |
*** drcode has quit IRC | 06:23 | |
*** povbot has joined #maemo | 10:45 | |
*** ecloud_wfh is now known as ecloud | 10:45 | |
*** jkepler has joined #maemo | 11:06 | |
*** jkepler1 has joined #maemo | 11:29 | |
*** jkepler has quit IRC | 11:31 | |
*** jkepler1 is now known as jkepler | 11:31 | |
*** eMHa has quit IRC | 11:31 | |
*** spiiroin has quit IRC | 11:38 | |
*** xorly has quit IRC | 11:41 | |
*** spiiroin has joined #maemo | 11:51 | |
*** jonwil has joined #maemo | 11:54 | |
*** eMHa has joined #maemo | 11:59 | |
*** khertan is now known as Khertan_ | 12:04 | |
*** jskarvad has joined #maemo | 12:15 | |
blap | still using my n900 in 2017 :) | 13:23 |
---|---|---|
Wizzup | not just you | 13:23 |
blap | nokia should have stuck with maemo | 13:24 |
KotCzarny | maybe they would, if they werent molded by that elop guy | 13:24 |
sicelo | elop came when decision were already taken though | 13:37 |
Wizzup | http://talk.maemo.org/showthread.php?p=1534707#post1534707 | 13:44 |
*** dafox has joined #maemo | 13:53 | |
blap | congrats Wizzup ! | 13:59 |
sicelo | yay | 14:00 |
blap | stupid question, will I someday be able to run maemo apps on other devices? | 14:02 |
Wizzup | if they are open source you can recompile them for the other devices | 14:03 |
*** spiiroin has quit IRC | 14:26 | |
Vajb | what would be the sane way to run program written in javascript at n900? | 14:40 |
KotCzarny | firefox? | 14:40 |
Vajb | oh yeah! | 14:41 |
Vajb | i guess opera would suffice too? | 14:41 |
sicelo | :) | 14:41 |
KotCzarny | never touched opera on n900 | 14:41 |
Vajb | i barely use anything else | 14:42 |
sicelo | yes any browser should work .. unless your JS is too fancy | 14:43 |
Vajb | well opere just shows it as text | 14:48 |
sicelo | maybe it's newer JS :-) | 14:49 |
sicelo | try Opera 12 | 14:49 |
sicelo | and fennec, chromium | 14:49 |
KotCzarny | i think opera mobile runs things on server ;) | 14:49 |
sicelo | it only does that if you enable Turbo mode | 14:49 |
KotCzarny | oh | 14:49 |
sicelo | only Opera Mini runs everything on server | 14:50 |
Vajb | hmm or i don't get something | 14:53 |
KotCzarny | you have to put it in <script> tag | 14:54 |
Vajb | didn't work in microb either | 14:54 |
Vajb | maybe this is some special format or some other magic is needed | 14:58 |
Vajb | i wrote a program in typescript | 14:59 |
KotCzarny | did you put it in <script> tag? | 14:59 |
Vajb | be more specifig please? | 15:00 |
Vajb | i need to add script in start of the file? | 15:00 |
KotCzarny | 1/ create file named vajb.html, 2/ edit it putting <script> on the top, 3/ paste rest of your javascript, 4/ load vajb.html into browser | 15:00 |
KotCzarny | you can also load it as a include, but that's more html | 15:01 |
Vajb | ah lemme try | 15:01 |
KotCzarny | but i shall tell you, if script has errors, you wont see them | 15:01 |
KotCzarny | install webdeveloper extension | 15:02 |
KotCzarny | it has indicators if there are js errors | 15:02 |
KotCzarny | but since firefox on n900 is a bit limited, make sure this vajb.html works on desktop pc first | 15:02 |
Vajb | script works in pc at node.js | 15:04 |
Vajb | i guess n900things r just too dated | 15:04 |
KotCzarny | nah, firefox should do quite a lot of js | 15:04 |
Vajb | guess i'll have to install it then | 15:05 |
Vajb | since opera shows just blank page | 15:05 |
KotCzarny | add some debug in js? | 15:05 |
KotCzarny | to see if simple prints or alerts work | 15:05 |
Vajb | i guess i was supposed to add </script> in the end also | 15:05 |
KotCzarny | not really, but for correctness yeah | 15:06 |
Vajb | nope don't work | 15:08 |
Vajb | tried opera, fennec, microb and qml browser | 15:08 |
KotCzarny | care to share the file? | 15:09 |
KotCzarny | or its private? | 15:09 |
Vajb | https://pastebin.com/raw/rX1rKj2v | 15:11 |
Vajb | my first real program i wrote from scratch | 15:11 |
Vajb | or well script | 15:11 |
KotCzarny | hmm, page didnt load | 15:11 |
KotCzarny | (redirected to main page | 15:11 |
Vajb | oh | 15:11 |
KotCzarny | loaded without raw | 15:12 |
Vajb | works for me just like that | 15:12 |
KotCzarny | yeah, sometimes pastebin craps like that | 15:13 |
Vajb | this is the result of 15 practise drills over two weeks of typescript course :) | 15:16 |
KotCzarny | i think you dont have input module in web js | 15:16 |
Vajb | on n900? | 15:17 |
KotCzarny | on firefox on pc | 15:19 |
Vajb | curious to hear comments about my code too :) Obvious flaws, things u would have done differently? | 15:20 |
KotCzarny | probably you are using some extensions of the language implementation from your course | 15:20 |
Vajb | i guess | 15:21 |
Vajb | we use node.js | 15:21 |
Vajb | program in typescript then do translate to .js and that's it | 15:22 |
KotCzarny | then yeah, it needs to be run inside node.js env | 15:29 |
KotCzarny | either via console client or inside a page which includes that framework | 15:29 |
Vajb | i googled a bit and it is doable, but i wont dive in to it yet | 15:30 |
Vajb | it needs modeles etc | 15:30 |
KotCzarny | yeah, then your best bet is some console app/interpreter | 15:30 |
Vajb | thanks for ur time :) | 15:30 |
*** Kabouik- has quit IRC | 15:33 | |
*** jonwil has quit IRC | 15:41 | |
*** Kabouik has joined #maemo | 15:47 | |
*** dmth|intevation has quit IRC | 15:57 | |
*** jskarvad has quit IRC | 16:08 | |
*** cyteen has quit IRC | 16:10 | |
*** jskarvad has joined #maemo | 16:15 | |
*** jskarvad has quit IRC | 16:15 | |
*** jskarvad has joined #maemo | 16:15 | |
*** cyteen has joined #maemo | 16:16 | |
*** spiiroin has joined #maemo | 16:36 | |
*** xorly has joined #maemo | 16:57 | |
*** freemangordon_ has joined #maemo | 17:48 | |
*** jskarvad has quit IRC | 17:53 | |
*** jskarvad has joined #maemo | 18:05 | |
*** Khertan_ has quit IRC | 18:06 | |
*** xorly has quit IRC | 18:15 | |
*** err0r3o3_ has joined #maemo | 18:16 | |
*** Khertan_ has joined #maemo | 18:52 | |
Khertan_ | bye | 18:54 |
*** Khertan_ has left #maemo | 18:54 | |
*** eMHa has quit IRC | 18:57 | |
*** xy2_ has joined #maemo | 18:59 | |
DocScrutinizer05 | ((<blap> stupid question, will I someday be able to run maemo apps on other devices?)) That's the idea of Neo900 | 19:00 |
DocScrutinizer05 | without recompiling anything | 19:01 |
DocScrutinizer05 | and of FPTF original approach | 19:01 |
*** freemangordon_ has quit IRC | 19:03 | |
NeKit | blap, in theory you can try using chroot + fremantle-gtk2 | 19:06 |
NeKit | depends on device and what you want to run though | 19:06 |
sixwheeledbeast | Oh Khertan, I didn't notice. | 19:08 |
DocScrutinizer05 | well, he only said "bye" | 19:10 |
DocScrutinizer05 | terse for first visit after... looong time | 19:10 |
DocScrutinizer05 | http://susepaste.org/39190665 | 19:12 |
*** rhn has joined #maemo | 19:14 | |
*** florian_kc has joined #maemo | 19:25 | |
sixwheeledbeast | Logs seem to be missing information then | 19:36 |
sixwheeledbeast | Or search query failed. | 19:37 |
*** drcode has quit IRC | 19:37 | |
*** err0r3o3_ has quit IRC | 19:45 | |
*** err0r3o3_ has joined #maemo | 19:52 | |
*** eMHa has joined #maemo | 19:58 | |
*** xorly has joined #maemo | 20:15 | |
*** jskarvad has quit IRC | 20:23 | |
*** err0r3o3_ has quit IRC | 20:28 | |
DocScrutinizer05 | hm? | 20:45 |
DocScrutinizer05 | ooh I searched for khertan_ | 20:46 |
*** err0r3o3 has joined #maemo | 20:47 | |
DocScrutinizer05 | and yes, seems the biot missed logging some 14h afo | 20:48 |
DocScrutinizer05 | weird | 20:51 |
*** xy2_ has quit IRC | 21:04 | |
*** geaaru has quit IRC | 21:14 | |
*** xy2_ has joined #maemo | 21:25 | |
*** Cor-Ai has joined #maemo | 21:30 | |
*** Kabouik_ has joined #maemo | 21:53 | |
*** Kabouik has quit IRC | 21:56 | |
*** Venemo has joined #maemo | 22:14 | |
*** clopez has quit IRC | 22:20 | |
*** clopez has joined #maemo | 22:24 | |
*** xy2_ has quit IRC | 22:28 | |
*** xy2_ has joined #maemo | 22:30 | |
*** Venemo has quit IRC | 23:39 | |
*** nslu2-log has quit IRC | 23:55 | |
*** nslu2-log has joined #maemo | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!