It can’t recognize duplicate posts. Every time I blog, I see my post five separate times from four separate Planets and my own blog, never marked as read.
Day: August 7, 2005
[Gentoo] Modular X slowly joining the tree
Using fun scripts like this, I’m checking and adding packages:
for i in *; do if [[ "$i" != "xcursorgen" ]] && [[ "$i" != "xkbcomp" ]] && [[ "$i" != "CVS" ]]; then cvs add $i ${i}/files; find $i -type f | grep -v CVS | xargs cvs add; pushd ${i}; echangelog "Initial commit for modular X."; cvs add ChangeLog; repoman scan; popd; fi; done
New RSS reader
Just switched over to Liferea from Blam. It has folders, so I can categorize my feeds by their priorities — on busy days, I can just read top-priority feeds, etc.