![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Programming Talk This forum is for all programming questions. The questions do not have to be directly related to Ubuntu and any programming language is allowed. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
A Carafe of Ubuntu
![]() |
I've spent the last couple of days thinking up new projects that could be useful to Linux and other open source software. This idea is the one that I think could be the most useful, but I've never programmed anything to do with Jabber myself, so I thought I'd post here to see if you guys think it's possible.
Communication is one of the most important things for any piece of software. Giving users the ability to report bugs, find help easier and to work more as a team, brings big benefits for both developers and users alike. We have OpenGL for developers to implement graphics & OpenAL for the sound. We also have SDL to take care of audio, 2D video, controls etc. but what about communication? A cross platform Open Communications Library could make it a lot easier for developers to implement communication features into programs & games. The technology to make up the library is (mostly) already here in the form of the Jabber protocol (for text messaging & chat), the Speex codecs (for VOIP) & IRC (for continues text chat). All have proven themselves to be very good at what they were made to do & deserve to be used a hell of a lot more than they currently are. BASIC USAGE A user starts a program which automatically notifies the Open Communications Library (if it's installed) that it's developers have Jabber/VOIP/IRC services available for use and gives OpenCL the address of the server that they are hosted on. OpenCL then connects the user to the services when the program issues it the correct commands. EXAMPLE Bob's downloaded a new program for testing..
I've put together a quick PDF for the Gamers Example which contains quite a few mock up pictures that I made to try & get my idea across easier. You can download it by clicking here! BENEFITS OF USE A lot of the benefits of using something like OpenCL should be quite clear to most people, just by reading the examples provided. There are some less obvious benefits too though..
This has been a fairly quick post but I hope I've managed to convey the idea clearly enough. I can see it in my head fine, but found it very hard to put it to paper (erm.. forum). If anyone can think of a reason why something like this wouldn't work or has anything else at all to add, then please submit it to the comments Last edited by Tripmonkey_uk; August 8th, 2007 at 11:29 AM.. |
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() Join Date: Dec 2006
Location: Angers, France
Beans: 19
Ubuntu 7.10 Gutsy Gibbon
|
Re: OpenCL a good idea?
It exist and it's called DBus, no ?
For the voip and co, it's empathy/telepathy. Tell if I'm wrong |
|
|
|
|
|
#3 | |
|
Fresh Brewed Ubuntu
![]() |
Re: OpenCL a good idea?
Quote:
Telepathy is the text/audio/video chat API scheduled for some future version of Gnome. The Gnome developers are always raving on about it and it's already available in select apps. This is the site: http://telepathy.freedesktop.org/wiki/ Empathy provides Gtk+ widgets for use with Telepathy and DBus provides inter-program communication (so program X knows what program Y is doing). |
|
|
|
|
|
|
#4 | |
|
Day Old Decaf
![]() Join Date: Jun 2006
Location: CT, USA
Beans: 5,268
Ubuntu 6.10 Edgy
|
Re: OpenCL a good idea?
Quote:
I suggest you to learn programming, it is real fun. Then, join existing project to "learn the ropes". Then, chances are you will see real need for something which will have immediately use, and you will hack prototype over weekend or summer, and new project is born. Having solution and looking for a problem to solve is not gonna work. I might be wrong (honestly I did not spent much time reading details of your idea), but chances are I am not. Every week someone comes with another brilliant idea waiting for others to implement it, and I do not see it happening. Open source is build on "scratching your own itch". Designing good solution for something you foresee but it does not itch you yet has even own name as antipattern - YAGNI - You Ain't Gonna Need It. So don't worry, many people (including me, couple times Another rule of thumb is, don't try to generalize solution until you have 3 special cases, you ain't gonna guess it right. Really, learn programming. Python is easy and fun. |
|
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() |
Re: OpenCL a good idea?
Sorry.. I shouldn't have written that I'm not a programmer. I know well enough that anyone who writes that in a programmers forum will instantly be ignored & repeatedly told to learn programming themselves. I do code in C++ & Python, just never felt the need to write a complete programme myself yet.
It's a shame that you didn't read all of it. If you had you would have noticed that I never once asked for somebody else to do the work for me. I was just wondering if anyone who's coded Jabber servers etc. before could see any reason why this wouldn't work, that's all. It's called feedback on an idea. @ nicolas2b It seems to me that Telepathy & OpenCL are completely different ideas. Telepathy is a project to stop programmers wasting their time by separately codeing the exact same features into messaging/VOIP software & to all work on these features within a single framework. It's also not fully cross platform compatible. OpenCL is about giving the average computer user a way to use these programs & to be able to connect to the servers in a hassle free way, no matter what operating system they use. OpenCL can be written to take advantage of the presence of Telepathy & to work with it, but it's a completely different thing all together. |
|
|
|
|
|
#6 | |
|
Day Old Decaf
![]() Join Date: Jun 2006
Location: CT, USA
Beans: 5,268
Ubuntu 6.10 Edgy
|
Re: OpenCL a good idea?
Quote:
It is not about "posting in this forum". You cannot lead programming project if you cannot code - the only leadership pattern people recognize is, is "to follow a leader". If you cannot lead, you have to follow. > I do code in C++ & Python, just never felt the need to write a complete programme myself yet. You need to produce half-usable alpha version, which people can try and customize to own needs. Until then, it's vaporware. And nobody will do it for you. > It's a shame that you didn't read all of it. I spend all this time to write to you how free software projects work. Not like you would like them to work, but how they work in real life. If I thought you have no merit, I would not bother answering at all (like I did not bothered with another hare-brained project posted today). > If you had you would have noticed that I never once asked for somebody else to do the work for me. Sorry for missing something. You said you are not programmer, and yet don't expect anyone to code it for you, and don't expect learn programming? How do we get the code? > It's called feedback on an idea. You got as much feedback as my time allowed me. I have couple projects of myself > OpenCL is about giving the average computer user a way to use these programs & to be able to connect to the servers in a hassle free way, no matter what operating system they use. before you can automate something, you need to *fully* understand it. Don't assume people hacking telepathy are not as smart as you - what you want to do is probably harder that you expect. If you think your project improves on telepathy, learn telepathy first, and think if you can add your features to it, or in next version, or in fork, or reuse some code of it. As Linus says: "talk is cheap, where is the code?" |
|
|
|
|
|
|
#7 |
|
Day Old Decaf
![]() Join Date: Jun 2006
Location: CT, USA
Beans: 5,268
Ubuntu 6.10 Edgy
|
Re: OpenCL a good idea?
Just fount on Ubuntu Planet: How to start your own project
Money para: "The nerds will come to you but you’ve got to work your *** off first. No one, absolutely no one, who is any ... good will come near your project if its nothing more than a few airy ideas." |
|
|
|
|
|
#8 | ||||||
|
A Carafe of Ubuntu
![]() |
Re: OpenCL a good idea?
Quote:
Quote:
I had a lot of programmers (over 15) working under/with me & the project was a complete success. Most (if not all) of the finished work is currently being implemented into the Open2X project. Hence the reason that I'm looking for new project to work on. Quote:
I asked for feedback on an idea & that is all! Quote:
How do I not have real world knowledge?? Quote:
I've never fully learned programming because I've never needed to. I learn new things as I need them & I'm more than happy to learn programming, if I think that a projects worth it. I have the books on my shelf to prove it Quote:
My project has nothing to do with Telepathy & I certainly don't think I'm as smart as the people hacking that project. In fact I'm pretty damn certain that I'm not. What I said was that OpenCL could be written to take advantage of Telepathy if it's found to be installed on a system. I always appreciate it when people take the time out of their busy schedules to reply to my forum posts, but please don't misquote me or simply make stuff up just to try & make yourself look smarter. Trust me it doesn't work. |
||||||
|
|
|
|
|
#9 | |
|
Day Old Decaf
![]() Join Date: Jun 2006
Location: CT, USA
Beans: 5,268
Ubuntu 6.10 Edgy
|
Re: OpenCL a good idea?
Quote:
|
|
|
|
|
|
|
#10 |
|
Ubuntu Master Roaster
![]() Join Date: Jan 2006
My beans are hidden!
Ubuntu Jaunty Jackalope (testing)
|
Re: OpenCL a good idea?
basically, you want an expanded "help menu"
I guess my question is, when the user involkes that help 'thing', who is on the other end, a support person like what hp/dell/others have on their websites, or like an irc channel? because 1 would be much easier to do than another, imo. (with irc, you could tell pidgin to join the appropriate channel on the appropriate network, with the former, you'd need the support people
__________________
I am infallible, you should know that by now. "My favorite language is call STAR. It's extremely concise. It has exactly one verb '*', which does exactly what I want at the moment." --Larry Wall 42 lines of Perl - SHI |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|