Notices


Reply
Thread Tools
Posts: 418 | Thanked: 174 times | Joined on Oct 2009
#201
Originally Posted by euanandrews View Post
Still would love to see avatars...nudge nudge
Interesting twitter app but can't see myself using it until it supports avtars as that's how I personally browse through my incoming tweets.
__________________
I luv Google
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#202
Originally Posted by Tintin View Post
Interesting twitter app but can't see myself using it until it supports avtars as that's how I personally browse through my incoming tweets.
fair enough.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
Posts: 10 | Thanked: 2 times | Joined on Dec 2009
#203
Originally Posted by Tintin View Post
Interesting twitter app but can't see myself using it until it supports avtars as that's how I personally browse through my incoming tweets.
Same here, as good as the app is I can't see me using it until it's got an avatar-based view.
 
euanandrews's Avatar
Posts: 105 | Thanked: 45 times | Joined on Nov 2009 @ Wellington, New Zealand
#204
Originally Posted by dwould View Post
fair enough.
I know ya don't want it, and at the end of the day this is your app and we are all grateful for what you have provided to date...but as ya know avatars is a very popular request, and neccessity for many...

How does Gravity implement it, as that has avatars and load tweets fast....can you cache avatars so they only need to be downloaded once or when updated?

Food for thought.
 
Posts: 159 | Thanked: 27 times | Joined on Sep 2009 @ Toronto
#205
yeah, the only problem i have is lack of avatars and bubbles. otherwise its a pretty app.

for avatars, i end up using www.hahlo.com
__________________
Habib Q
http://www.flickr.com/photos/evil_m0nkey/
http://habibqureshi.tumblr.com/

Everytime you don't click on my blog, I kill a kitten
 
El Amir's Avatar
Posts: 487 | Thanked: 152 times | Joined on Aug 2007 @ London, UK
#206
Originally Posted by Seraphic View Post
Same here, as good as the app is I can't see me using it until it's got an avatar-based view.
Sad to say but Im in the same situation. Im sticking to hahlo till witter (hopefully) gets avatar suport.
__________________
Follow me on twitter HERE!

Applications I've made:
- Vuvuzela
- LTM: London Tube Map
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#207
Originally Posted by euanandrews View Post
I know ya don't want it, and at the end of the day this is your app and we are all grateful for what you have provided to date...but as ya know avatars is a very popular request, and neccessity for many...

How does Gravity implement it, as that has avatars and load tweets fast....can you cache avatars so they only need to be downloaded once or when updated?

Food for thought.
I would imagine Gravity is a natively compiled C app for a start. Witter is python which is always going to be slower.
The problem isn't really a question of *how* to write the code, more a question of how much code it is to write.
I'm certainly not about to spend hours and hours coding up avatar support, just to find it drags the performance to unacceptable levels. There is no point investing that time until I can make the current capabilities work with smooth scrolling.
Anyone that has any ideas how to get faster performance out of python, I'd love to hear them. Currently I'm using GTK, a hildon.pannableArea with a gtkTreeView in it. It doesn't seem to matter whether I use my custom cell renderer or the default text one, neither runs particularly smoothly.
I don't have any real idea how to find out what is the performance issue, I'm assuming that the above combination is just not that fast, but maybe I've made mistakes elsewhere which are costing. Don't really know how to proceed.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
Posts: 159 | Thanked: 27 times | Joined on Sep 2009 @ Toronto
#208
Originally Posted by dwould View Post
I would imagine Gravity is a natively compiled C app for a start. Witter is python which is always going to be slower.
The problem isn't really a question of *how* to write the code, more a question of how much code it is to write.
I'm certainly not about to spend hours and hours coding up avatar support, just to find it drags the performance to unacceptable levels. There is no point investing that time until I can make the current capabilities work with smooth scrolling.
Anyone that has any ideas how to get faster performance out of python, I'd love to hear them. Currently I'm using GTK, a hildon.pannableArea with a gtkTreeView in it. It doesn't seem to matter whether I use my custom cell renderer or the default text one, neither runs particularly smoothly.
I don't have any real idea how to find out what is the performance issue, I'm assuming that the above combination is just not that fast, but maybe I've made mistakes elsewhere which are costing. Don't really know how to proceed.
heres a really noobish question, how come your didn't/don't write the software in QT. Isn't QT the messiah for the N900? The software through which we will be able to cure cancer through the N900
__________________
Habib Q
http://www.flickr.com/photos/evil_m0nkey/
http://habibqureshi.tumblr.com/

Everytime you don't click on my blog, I kill a kitten
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#209
Originally Posted by evil_m0nkey View Post
heres a really noobish question, how come your didn't/don't write the software in QT. Isn't QT the messiah for the N900? The software through which we will be able to cure cancer through the N900
I'm pretty sure at the time I started, QT wasn't available outside of extras-devel (or maybe I read it wrong) It seemed a bit limiting to develop in something that itself wasn't actually ready yet.

I am thinking I might try to learn QT now to write something completely different, and if I get the hang of it, and it seems in any way faster (I've not found anything that categorically states that is or will be the case) then I would consider converting.
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.
 
Posts: 138 | Thanked: 103 times | Joined on Jan 2010 @ Southern Germany
#210
Originally Posted by dwould View Post
I am thinking I might try to learn QT now to write something completely different, and if I get the hang of it, and it seems in any way faster (I've not found anything that categorically states that is or will be the case) then I would consider converting.
The benefit of QT is not performance. The benefit is its one-for-all-library concept which enables the developer to create platform independent programs. Basically if you stick with QT functionality without depending on further libs this is true. In that case you can easily provide your app for Maemo, Symbian, WindowsCE, etc. after rebuilding it. Even for the desktop. In theory, some issues will still remain.

For witter that would mean that you had to migrate all non-standard Python functionality to QT, like filesystem access, GUI, XML, etc.
 
Reply

Tags
python, twitter

Thread Tools

 
Forum Jump


All times are GMT. The time now is 14:35.