Search found 22 matches

by Spankminister
Fri Dec 29, 2006 12:11 pm
Forum: Tech Show Discussion
Topic: Torrent question re: IcePodder
Replies: 2
Views: 3690

Torrent question re: IcePodder

Hey everyone, as you probably know, I'm working on making some improvements to the podcatcher that will hopefully rise from CastPodder's ashes =) Torrent support is a big feature that I want to have working, and it currently only works if there's no timeout to the tracker, and the user can't dynamic...
by Spankminister
Wed Dec 13, 2006 7:59 pm
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

IcePodder should now work with TLLTS and podcasts with things like .php?file=blah.mp3

If you guys know of any other podcasts with enclosure URLs like this, let me know or try them yourself with the latest source from SVN.
by Spankminister
Tue Dec 12, 2006 1:04 pm
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

The preferred homepage for IcePodder is:
http://icepodder.fryingoverajungle.net

I've tried to make it easier to navigate than the sourceforge page. So I hope you all are using it and testing it out for us. :)
by Spankminister
Tue Dec 12, 2006 10:45 am
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

Hey, I appreciate everyone's input, but can we close the poll? The name's basically set for now as IcePodder. If you'd like to help, go to the website and grab the code via SVN and find some bugs. Of course, if you'd like to fix them, write some code as well =) It semi works. From the feed it will d...
by Spankminister
Tue Dec 05, 2006 12:21 pm
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

It semi works. From the feed it will download the TLLTS episode and show it on the download tab, but if you go to the subscription tab, it wouldn't show the download as complete. Sure, I'll add that to the list of things to fix, and try to reproduce the bug tonight. IcePodder will be reversioned as...
by Spankminister
Mon Dec 04, 2006 11:47 pm
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

ne thing it doesn't currently do is work with the PHP mirror setup of TLLTS.
I couldn't find the link you're referring to, the TLLTS links I found all worked. Could you point me to it?
by Spankminister
Thu Nov 30, 2006 10:49 am
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

I'm actually going to be making the homepage for the project http://icepodder.fryingoverajungle.net . The reason for this is that I can never figure out my way around a SourceForge site because there are always 20 options and at least 3 menu bars at the top, and I can never seem to get where I want ...
by Spankminister
Tue Nov 28, 2006 11:38 pm
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

I went ahead and submitted the project to sourceforge as IcePodder, so let's say that's the tentative name. But if you're going to call it now, go with something other than IcePodder in my opinion. IcePodder brings to mind the bickering that has gone on between Mozilla and Debian. Isn't that the tru...
by Spankminister
Tue Nov 28, 2006 6:40 pm
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

Here's some more updates: -I've setup a wordpress account on my dreamhost hosting for the software, as well as a basic forum for when discussion outgrows this thread =) Unfortunately, dreamhost doesn't support bugzilla for their shared hosting. If we put this on sourceforge, we could just use their ...
by Spankminister
Tue Nov 28, 2006 10:42 am
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

Easy there. Lets leave it up for a couple of days. I'd like to see more than 4 votes either way. Sure, I'll give it until, let's say, the end of Friday. In the meantime, I'll see if I can get my dreamhost hosting to play nicely with Bugzilla, and experiment with phpbb to make a discussion forum for...
by Spankminister
Tue Nov 28, 2006 12:02 am
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

Uhh, when are we going to close the polls? I don't really care which one wins, but I already went ahead and made subdomains on my site for one of them ^^;; I can redo it, but I just want to know when we can say we know for sure.
by Spankminister
Mon Nov 27, 2006 4:10 pm
Forum: Tech Show Discussion
Topic: Rant about RMS
Replies: 80
Views: 58062

"Sticking to ideals and principles" I think is the correct description of what Stallman does, not being a zealot. We're getting into semantics here when I think we are basically in agreement. I called him a zealot because of his unwavering convictions and his unwillingness to compromise. We could s...
by Spankminister
Mon Nov 27, 2006 2:42 pm
Forum: Tech Show Discussion
Topic: Rant about RMS
Replies: 80
Views: 58062

Disclaimer: I haven't listened to the interview (and probably won't, since I've already read RMS' rants, and they're basically all the same) It seems like a lot of people disagree with RMS because they don't really understand why he's so adamant about closed source drivers and proprietary things mak...
by Spankminister
Mon Nov 27, 2006 1:51 pm
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

Looking at the code, didn't Linus say that if you use more than three levels of indentation, you're screwed and need to fix your program? lol, I hadn't heard that, but it's certainly true (nesting control flow statements like ifs too deeply get really hard to understand-- best to transplant that st...
by Spankminister
Mon Nov 27, 2006 12:06 pm
Forum: Tech Show Discussion
Topic: Bashpodder/Castpodder replacement development thread
Replies: 77
Views: 51002

Huh? Objects are instances of classes. Yes, I phrased that badly. What I meant was that a class should be a noun that represents an abstract concept. For example, "Schedule," or "Feed." Methods of those classes should be verbs/actions, like "Feed.download()" or whatever. A telltale sign that your h...