Slashdot Mirror


User: ptaney

ptaney's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Winux isnt the future on Lindows Agreeing to Change Name · · Score: 1

    Let's hunt up an anagram for them. How about zWodnil. I think the judge will allow it: zWodnil's not no lindoWz. almost a palindrome there, too.

  2. Re:Flat files and full-text search on How Do You Organize Your Data? · · Score: 1

    Right. This is future proof. I just have a few dirs and a few oneliners for searching them. E.g. if it is in ~/how2 I use the "how" script: find ~/how2 -exec grep $1 {} \; or the "How" script for filenames only: find ~/how2 -exec grep -H $1 {} \; Keep It Simple, Stupid. But I will have a local wiki RSN. That's a great idea.