This procedure keeps security in mind. The idea is to turn on screen sharing while you need it, and then turn it off when you’re done
Continue Reading
How to Remotely Turn On (and off) OS X Screen Sharing VNC
Best of Vim Tips
Best of Vim Tips by zzapper 15 Years of Vi + 7+ years of Vim and still learning Continue Reading
Google Apps Calendar – Only Able To Share Free Busy Information
The only reason I am writing this is that I have spent many evening trying to fix it! Continue Reading
How to split one cable between two Ethernet PCs
Although the scheme below is not recommended for new installations and is not standards-compliant, sometimes it becomes necessary to share one 4-pair cable between two Ethernet computers. Continue Reading
Retrieving elements in a specific order in django
If you have a list of ordered ids and you want to turn them into an ordered result set you can use FIELD() in mysql:
SELECT * FROM addons
ORDER BY FIELD(id, 3, 5, 9, 1);
Simple CGI support for Nginx
Fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx (and other web servers that may need it). Continue Reading
Random shuffle in erlang
There are two basics algorithms for this both described by Knuth. The more well known Knuth/Fisher-Yates shuffle is O(n) but requires destructive updates. The shuffle listed is O(n log n) but works well for any functional language Continue Reading
Lamer News: A Redis-Sinatra-JQuery HN-like News Site
Salvatore antirez Sanfilippo has published on GitHub Lamer News a Hacker News like social site built on top of Redis, Sinatra, and jQuery—when writing this I’ve already checked out the code. For a long time Twitter-related and blog-related projects have been the favorite demos for NoSQL solutions, so its nice to see more serious applications featured.
The project is also running live at lamer news.com. It could benefit of a bit of UI liftup though.

Comments