Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pgas

Pages: [1] 2 3 ... 74
1
General Discussion / Renaming The Forum
« on: November 05, 2009, 05:23:13 am »
hmm, are you guys aware that there is another Open Embedded Software Foundation now?

https://www.oesf.jp/

some details there:

http://techon.nikkeibp.co.jp/english/NEWS_...0090325/167661/

or there:

http://ostatic.com/blog/the-oesf-quietly-w...ardware-devices
(though this article links to here...)

2
For Sale / Wanted / Wtb: Sl-c3100
« on: July 07, 2009, 07:13:56 am »
Not sure if things have change since then but...

https://www.oesf.org/forum/index.php?showto...hl=Cyberdoc1971

3
User Request for Applications / Alpine For Cacko
« on: May 22, 2008, 05:35:22 am »
Has someone tried/succeed to compile the Alpine mail client for cacko?

http://www.washington.edu/alpine/

4
Quote
d) not including OpenMoko here will be the beginning of the end of this forum which still appears to be dedicated to the Zaurus (although it has been renamed long time ago). Why not try to keep it alive?

This is more or less what some people in the openembedded community wants to see since the renaming, they  think that  "Open Embedded" creates confusion, and that the forum/association stole all the fame and name of the Open Embedded project.

Quote
SIMpad, Archos, iPaq and Nokia Tablets forums are already here

They are not very active though....and not having the support from the official vendor/developer will not help making the forum very successful.
 
Now I don't really care, and I don't think it will fragment anything to open a forum here.

5
General Discussion / I Mounted A 2 Gig Sd Card!
« on: July 19, 2007, 04:57:25 am »
Quote
If I recall correctly the pdaXrom module is just the official sharp module from the 3200, which luckily works just fine on the 3100 and 1000

SharpROM/pdaXrom beta3/pdaXii13 are all on 2.4.20 kernels for those models, so the module is compatible.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165134\"][{POST_SNAPBACK}][/a][/div]

IIRC at some point sashz had ported a driver from somewhere  module to the 2.4 kernel, and had upgraded the 2.4.18 kernel to 2.4.20 for the 760 and co (circa beta 3)

So there was another  driver....and unfortunately quite buggy, at least on 760 ..and not working so well for card >1G IIRC.

6
Zaurus - pdaXrom / Command Line Programming Editor?
« on: June 16, 2007, 06:42:56 am »
Maybe you know this but just in case:

note that vi != vim

There is a vi that comes from busybox, that doesn't do all the fancy
things vim does.

(emacs also runs in a terminal)

7
Software / Emacs For Zaurus
« on: June 07, 2007, 04:50:33 am »
I don't think there is something like that, maybe some extensions...
or use M-x ansi-term RET RET and the C-r from read-line ...

8
Software / Emacs For Zaurus
« on: June 06, 2007, 08:38:03 am »
either use M-p M-n
or put:
Code: [Select]
(add-hook 'shell-mode-hook
  (lambda ()
   (local-set-key '[up] 'comint-previous-input)
   (local-set-key '[down] 'comint-next-input)))
in your .emacs

9
General Discussion / How I Think Linux Will Succeed
« on: June 05, 2007, 01:48:03 am »
Quote
For the most part, oesf folks are quite atypical linux users in that they don't do that much MS bashing. Instead, they focus on what's important: Discussing and developing solutions to fellow user problems. Some also dedicate their time, money and effort into writing How-Tos, Install Guides etc for everyone else out of good-will.

What the heck are you talking about?
How can you say that there are more articles about windows bashing than documentation about Linux??

10
Linux Applications / C++ Question
« on: May 11, 2007, 04:21:17 am »
I wonder if pyqt and python + gtk-server ( http://www.gtk-server.org/ )
suffer from the same startup overhead

11
Linux Applications / C++ Question
« on: May 11, 2007, 01:54:06 am »
Depending on you background, you might want to try an easier
language first, say python, ruby....

C++ is probably the most complicated language out there (even if qt makes things easier, and probably gtkmm also).

Don't worry about performances, even the Zaurus is perfectly able to run python applications, and if your application is good or is something people are missing, they will use it anyway.

12
Software / Is There A Hex Editor For The Zaurus?
« on: May 10, 2007, 01:52:06 am »
emacs knows how to do this.
the editor in mc also has a hex mode
(F3  F4 then F2)

* edit: I don't know why I wrote in french previously

13
Cxx0 General discussions / Quick Question
« on: May 04, 2007, 05:28:34 am »

14
Software / Emacs For Zaurus
« on: April 02, 2007, 12:33:30 pm »
also try Esc / (M-/) it tries to complete the word, searching for possible completion in the opened buffers

15
Zaurus - pdaXrom / New Emacs 23 W/ Xft And Cjk Support!
« on: April 01, 2007, 12:14:08 pm »
I'm not sure if you are talking about the emacs-w3m main page, but there is an english version:
http://emacs-w3m.namazu.org/index-en.html

I've just seen in #emacs@freenode.net for emacs with v>23:
try to put in a file w3m-e23.el:

 '(require 'w3m-e21) (provide 'w3m-e23)'

Pages: [1] 2 3 ... 74