Welcome to the Free Talk Live bulletin board system!
This board is closed to new users and new posts.  Thank you to all our great mods and users over the years.  Details here.
185859 Posts in 9829 Topics by 1371 Members
Latest Member: cjt26
Home Help
+  The Free Talk Live BBS
|-+  Profile of libman.org
| |-+  Show Posts
| | |-+  Messages

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - libman.org

Pages: 1 2 [3]
31
The Polling Pit / Re: Preferences
« on: December 04, 2013, 02:37:31 PM »
No one can hurt me more than I hurt myself...  (so #3 is out)

Might as well give people freedom (#1), which would foster an ideal environment for advancement of technology as well.  Technology without individual freedom is very dangerous.

32
I download FTL via a shell script...   :lol:


Code: [Select]
#!/bin/bash

[ -z "$1" ] && PODCASTS='*' || PODCASTS="$1"

DIR=/home/alex/pub/audio/rss
TMPSH=/tmp/rss-$$.sh
DOTSRC=.source
DOTRSS=.cache.rss

MAXDATE=`date --date='4 days ago' +%Y%m%d`

rm -f $TMPSH

for D in $DIR/$PODCASTS; do
[ -d $D ] || continue
cd $D
ID=${D/$DIR\//}
[ -f $DOTSRC ] || continue
echo Checking $ID ...
rm -f $DOTRSS
wget -q -O $DOTRSS "`cat $DOTSRC`"
if [ ! -f $DOTRSS ]; then
echo Failed $FETCHing RSS for $DIR!
continue
fi
for URL in `cat $DOTRSS | tr '"' '\n' | grep '^http.*mp3$'`; do
F=`echo $URL | sed 's/.*\///g'`
if [ "$ID" == "ftl" ]; then
F=`echo $F | sed -e s/.*-freetalklive-// -e s/ftl/FTL/`
if [ -z `echo $F | grep ^FTL20` ]; then
F="etc/$F"
else
DATE=`echo $F | sed -e 's/mp3$//' -e 's/[^0-9]//g'`
[ $DATE \< $MAXDATE ] && continue
fi
fi
[ -f $F ] && continue
echo wget -O "$D/$F" \""$URL"\" >> $TMPSH
done
done

if [ -f $TMPSH ]; then
sort -ur $TMPSH -o $TMPSH
bash $TMPSH
else
echo Nothing new!
fi

33
General / Re: The Second Coming Of Libman!
« on: December 04, 2013, 02:22:04 PM »

34
General / Re: Schiff vs Molyneux and Voorhees on Bitcoin
« on: December 04, 2013, 02:17:23 PM »
Epic awesomeness:

Quote
[The #Bitcoin] network is probably one of the most valuable and consequential technologies currently on the planet. Some of us realized this a few years ago. Others are realizing it now. Many more will realize it in the future. The Bitcoin network is, fundamentally, a ledger of title controlled by no man. Ponder that for a moment. The transmission of value and ownership has thus just been severed from the State, not by impotent voting, but by the technological achievement of man.

35
Photoshops / Re: Preggers Ian
« on: December 04, 2013, 02:11:05 PM »
My pro-natalist threads finally took effect!   :lol:

36
General / Re: The Second Coming Of Libman!
« on: December 02, 2013, 07:08:56 PM »
Why do you abuse me so?

37
General / Re: The Second Coming Of Libman!
« on: November 19, 2013, 02:47:49 AM »
So, it seems this forum's dead...  Shame...  It used to be the only home I've had...

Ian killed it...  Of course it was his forum to kill, but, as I've so rigorously expressed earlier, it (not just Ian's actions but the fact that no one else understood their significance) ended all possibility of trust...

I swear, by every cell in my body and every chemical reaction that ever occurred inside my skull, that I would have been in New Hampshire, with bells on, many years ago...  if not for all the anti-intellectual bullshit and all the crucifixions I've suffered on this forum (forget all others)...

And so I remain, alone...  and alone I will perish...

38
General / The Second Coming Of Libman!
« on: November 13, 2013, 03:20:57 PM »
Maybe.

Discusss.

39
General / Re: So.... whatever happened to the great Alex Libman?
« on: November 11, 2013, 12:04:09 PM »
I wasn't banned for being an asshole, I was banned for being right.

40
General / Re: So.... whatever happened to the great Alex Libman?
« on: November 09, 2013, 09:13:47 PM »
So...  Obviously, I'm Libman.   :shock:

Are you going to re-ban me or what?

42
General / Re: Any advice for stopping drinking?
« on: November 03, 2013, 07:37:30 PM »
Don't.

43
General / Re: So.... whatever happened to the great Alex Libman?
« on: November 03, 2013, 07:07:57 PM »
**BURP**

Pages: 1 2 [3]

Page created in 0.015 seconds with 31 queries.