Increase the Buffer In VLC
Recently I have been watching a lot of streaming video streamed by the CDN Bitgravity. I however have been having an issue with the video shuddering every few minutes. Whether this is caused by my computer, my internal network, or more likely Comcast, it tends to get annoying.
After some searching a found an option in the VLC preference pane to increase the streaming cache (buffer).
Steps
- Open the VLC preferences and select the “All” radio button. This will give you the advanced options.
- Drill down the “Input/Codecs” > “Access Modules” menu and select “HTTP(S)”.
- Now raise the cache value to a higher number. I am currently using 8000 (8 secs) but you my want to find a different value that is best for you.

TWiT Army ~ Ping.fm Bridge
Bridge documentation has moved to the wiki.
Here is a PHP script which will need to be hosted on your own server that will allow you to post to the TWiT Army using the Ping.fm Custom URL feature. This bridge is needed because Ping.fm Custom URL doesn’t support passing authentication.
Make sure your posts are not over 140 characters because unlike Twitter, TWiT Army will not truncate the post but rather reject the entire thing.
Installation:
- Edit your username and password to TWiT Army in the script.
- Upload to a host that supports PHP and cURL (Most already do).
- Rename the file to something secret because the script doesn’t do any authentication.
- Point the Custom URL to the address for the script.
- Enjoy Ping.fm integration to the TWiT Army.
- Add the Custom URL of
- Replace USERNAME and PASSWORD to the appropriate values.
http://www.bashtech.net/twit/post.php?u=USERNAME&p=PASSWORD
If you have any trouble I’m “@bgeorge” on TWiT Army (and almost everywhere else).
Please note that I have returned to school so it my be several days before you receive a response.
UPDATE TWiT Army API end point has changed to “http://army.twit.tv/api”.
UPDATE [10-9] Added support for usernames and passwords with symbols.
UPDATE [10-12] Fixed an encoding issue with posts that contain symbols.
Twitter Pseudotrack
From Georgology:
I have been a Twitter user since earlier this year but I have been aware of the service since about a year before. I initially didn’t get the concept of Twitter and the idea of following people and posting your own 140 character tweets. I soon noticed that I would regularly visit certain people’s Twitter profile to see what they were up to. I then realized it was time to join. Irish techie Datalore gave me the tip to use Google Talk, or more broadly XMPP (Jabber) , to post and received updates from Twitter. Another user Bwana posted a video about this Twitter usage strategy. This is where I learned about “track”. Track essentially allows you to receive updates whenever a particular word is mentioned.
Twitter was great in the first few months of my use however Twitter soon started to see scalability issues after the large influx of users. Downtime of services and Twitter as a whole began to increase and the infamous fail whale began popping up more often. In a response Twitter disabled many of its services including track and some XMPP functionality.
I then decided to reimplement track over XMPP with a little PHP and a cron job. The basic concept of the script is to import the RSS from the Summize API, check for new tweets (since_id comes in handy for that) then send them to the XMPPHP class which send the tweets to my XMPP server every five or so minutes. Along with the service Ping.fm to post, this is how I now use Twitter until everything is working again.
Update Literally one hour after I finished writing the script a came across an articleabout a service called Twitterspy that now does the same thing. Twitterspy is a great way to bring back the much loved “track” in XMPP and if anyone is interested I suggest you check it out. However, I still will probably still use my script because I my tests it has the advantage in speed, which is a necessity for me and the reason I wrote the script instead of using the web interface.
I also added a script that uses Twitter’s API to poll for updates from people that I am following. Twitter’s only remaining XMPP feature available to the general user base “disappeared” after the iPhone 3G launch.

