Notices


Reply
Thread Tools
Posts: 138 | Thanked: 103 times | Joined on Jan 2010 @ Southern Germany
#241
Originally Posted by dwould View Post
so for avatars...how often should they be re-downloaded? daily? weekly? would monthly be enough?
or would it be preferable to have a specific button to clear out saved ones and force redownload?
Looking at Thwirl and Mauku it seems it reflects avatar changes immediately with the next tweet. However I would make it configurable:
Next tweet and per minute/hour/day/...
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#242
Originally Posted by ofels View Post
Looking at Thwirl and Mauku it seems it reflects avatar changes immediately with the next tweet. However I would make it configurable:
Next tweet and per minute/hour/day/...
The problem with 'configurable' is that it == more code which == more time required.

maybe I'm just over sensitive to the idea of pulling new images every time you do anything. I guess the cost isn't that much, but for someone roaming on 3g its a lot of needless data movement.
I'm thinking I might settle on weekly, but potentially update for anyone you @reply/mention on the basis that you are probably more interested in their stuff being up to date.

Ideally I'm looking for a strategy that will minimise wasted bandwidth, not require lots of code to implement, and keep people moderately up to date with avatars.

at the moment I just look for a file which is twitter_id.jpg and if it doesn't exist then download avatar pic and store it in file of twitter_id.jpg
this was nice and simple. I'm sure I can come up with something lightweight to compromise between the above factors.
__________________
----------
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
#243
Originally Posted by dwould View Post

Ideally I'm looking for a strategy that will minimise wasted bandwidth, not require lots of code to implement, and keep people moderately up to date with avatars.
I am wondering how other apps handle this issue. I actually havenīt coped with the Twitter API but could imagine that there is a mean of detecting an avatar change.
On the other hand it might be that all apps just download the avatar each time together with the tweet.
Could be worth checking.
 
sondjata's Avatar
Posts: 1,076 | Thanked: 176 times | Joined on Mar 2007
#244
Originally Posted by dwould View Post
sorry, in theory the code in svn is easier than ever for an enthusiastic person to port back for n8*0, but I have little enough time for development as it is.
Somebody? Anybody? Please.
__________________
---
N800
Diablo
Boot from MMC
Gpodder Cache on MMC
MTube Cache on MMC
Mugen 1800mAh Battery
Addesso USB rollup keyboard
Solio Solar Charger
Holux GPSlim GPS

N810
community SSU
Turbo Diablo
8GB external
Boot from Internal SD
Still no GPS Fix.

N900
Stock
32GB
Many Solar Chargers (Saved bacon during Sandy!)
Inland ProHT BT keyboard
What's this? A GPS Fix? Wowwwwwww
 
Posts: 10 | Thanked: 0 times | Joined on Feb 2010
#245
The witter has a bug. The one chinese word occupancy 3 word.
but in web twitter one chinese word only occupancy 1 word.
http://www.twitpic.com/19sisx this is website of twitter
http://www.twitpic.com/19sjmh witter
http://www.twitpic.com/19sjrk mukan
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#246
Originally Posted by tywtyw2002 View Post
The witter has a bug. The one chinese word occupancy 3 word.
but in web twitter one chinese word only occupancy 1 word.
http://www.twitpic.com/19sisx this is website of twitter
http://www.twitpic.com/19sjmh witter
http://www.twitpic.com/19sjrk mukan
weird, witter just asks for the length of the string in the entry box. presumably gtk thinks it*'s three characters.
i was considering switching from a hard limit to a warned limit which would let you send and just get truncated if twitter doesn't like it.

do you have any experience coding for chinese characters? any special calculation to get the o****ing 'right'?
__________________
----------
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
#247
whoa, okay i seem to have a bug.
my witter hasn't updated for quite a while. i still don't have avatars. I have 29 percent rootfs space, all my repositories are working fine, yet it won't update.

any idea guys??
__________________
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
 
Posts: 159 | Thanked: 27 times | Joined on Sep 2009 @ Toronto
#248
nevermind
i just skimmed and assumed there was sth wrong
my bad :P
__________________
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
 
Posts: 10 | Thanked: 0 times | Joined on Feb 2010
#249
Originally Posted by dwould View Post
weird, witter just asks for the length of the string in the entry box. presumably gtk thinks it*'s three characters.
i was considering switching from a hard limit to a warned limit which would let you send and just get truncated if twitter doesn't like it.

do you have any experience coding for chinese characters? any special calculation to get the o****ing 'right'?
sorry i'm not understand the code of n900.
chinese characters in linux we always use utf8,
In website we use utf8 unicode and other china criterion.
i just know php, i can give you some code of php

$str = "我sadasdas" // this must use utf8 code .
for ($i=0 ; $i<strlen($str);$i++)
{
if(ord( $str{$i} )> 127)
{
$length++;
i++;
}else{
$length++;
}

}
echo $str." length is ".$length; //我sadasdas length is 9
 
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#250
witter 0.3.1 is now available in extras-devel.
see http://danielwould.wordpress.com/witter for details

tywtyw2002, I've not figured out anything yet, but I have made 140 a 'soft' limit so it might mean you can just submit wiht something witter things is much longer but which twitter will be fine with.
__________________
----------
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.
 

The Following 2 Users Say Thank You to dwould For This Useful Post:
Reply

Tags
python, twitter

Thread Tools

 
Forum Jump


All times are GMT. The time now is 18:51.