Search found 22 matches
- 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...
- Wed Dec 13, 2006 7:59 pm
- Forum: Tech Show Discussion
- Topic: Bashpodder/Castpodder replacement development thread
- Replies: 77
- Views: 51002
- 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.
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.
- 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...
- 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...
- Mon Dec 04, 2006 11:47 pm
- Forum: Tech Show Discussion
- Topic: Bashpodder/Castpodder replacement development thread
- Replies: 77
- Views: 51002
- 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 ...
- 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...
- 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 ...
- 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...
- Tue Nov 28, 2006 12:02 am
- Forum: Tech Show Discussion
- Topic: Bashpodder/Castpodder replacement development thread
- Replies: 77
- Views: 51002
- 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...
- 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...
- 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...
- 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...