Thread: cboard gadget

  1. #1
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297

    cboard gadget

    I'm sure some of you have google gadgets set up. Has anyone attempted a cboard google gadget?
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  2. #2
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    What would you expect from a cboard gadget other than the RSS feed? I supposed you can have a tabbed gadget that shows the RSS feed for each individual forum, but I haven't heard of anyone working on this. I'm sure there are tabbed RSS readers in Google Gadgets that provide this functionality.
    Last edited by SlyMaelstrom; 10-01-2008 at 10:17 AM.
    Sent from my iPadŽ

  3. #3
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    dunno. Just my random thought for the day.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  4. #4
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    well that was easy. Didn't actually know we had an RSS feed set up on here. Nice
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  5. #5
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by FillYourBrain View Post
    well that was easy. Didn't actually know we had an RSS feed set up on here. Nice
    Yep... now get yourself a good reader and set it up as you wish.

    Here is some food for thought... I would like to see a desktop gadget (perhaps like a Vista sidebar gadget) or even a web-based gadget that can read forums like this, look for code tags... do some basic parsing of the code in between the tags and decide if it is compilable code. Then, wrap the code tags in an extra layer that gives the viewer the option to compile the code in the tags using a compiler that the user defined when setting up the gadget. I suppose the compiler could be either local or web-based.

    So basically if I wrote this:
    Code:
    #include <iostream>
    
    int main(void) {
       std::cout << "Hello World";
       return 0;
    }
    It would identify that it is a complete program and give me the option to compile. Perhaps with a little blue "Compile this code" link in the top right of the code box. Obviously, there are a million complications in plain sight, but it'd be interesting to see how far someone could get with this.
    Last edited by SlyMaelstrom; 10-01-2008 at 10:40 AM.
    Sent from my iPadŽ

  6. #6
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    That would be possible with the RSS data... but I wonder if that wouldn't make compilation and execution too quick. Meaning that you might not inspect for malicious code before running.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  7. #7
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    Good luck with that one, Sly.

  8. #8
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by twomers View Post
    Good luck with that one, Sly.
    Feh... if I was going to do it, I wouldn't be trying to sell the idea to all of you. No, no... I'd say I'm far too lazy to take on that one.

    Quote Originally Posted by FillYourBrain View Post
    That would be possible with the RSS data... but I wonder if that wouldn't make compilation and execution too quick. Meaning that you might not inspect for malicious code before running.
    I'd say malicious code is just one of the millions of problems. However, I don't see the idea as impossible by any means... you just have to take it one obstacle at a time. Anyway, I guess that's the only unique feature I could see coming out of a programming forum gadget.
    Last edited by SlyMaelstrom; 10-01-2008 at 11:02 AM.
    Sent from my iPadŽ

  9. #9
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    There's something that's not so great about just using an rss reader gadget though. The interface I usually use to the cboard world is the "new posts" link. You get a good visual on the one's you haven't visited since last update. That's the sort of gadget that would make the most sense.
    Last edited by FillYourBrain; 10-01-2008 at 11:07 AM.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  10. #10
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by FillYourBrain View Post
    There's something thats so great about just using an rss reader gadget though. The interface I usually use to the cboard world is the "new posts" link. You get a good visual on the one's you haven't visited since last update. That's the sort of gadget that would make the most sense.
    Now you're talking about a gadget that is capable of authenticating itself as a specific user rather than just an RSS feed from the site. I guess that's a good idea, but you may get conflict between trying to sign in through your browser and keeping the gadget active. The gadget would have to manage its own cookie.
    Sent from my iPadŽ

  11. #11
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    yep. Truthfully I was just asking if anyone had done anything like that. I have no real motivation to work on it myself.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Haskell equivalent to cboard
    By Shakti in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 12-23-2008, 08:25 AM
  2. CBoard IRC Channel
    By MacGyver in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 04-21-2007, 06:36 PM
  3. Why not much cboard at google?
    By anonytmouse in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 08-16-2003, 03:17 PM
  4. A CBoard name database
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 04-01-2002, 05:15 PM
  5. When the CBoard lull hits....again....
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 12-31-2001, 01:30 AM