Slashdot Mirror


Ask Slashdot: What Does the FOSS Community Currently Need?

First time accepted submitter d33tah writes "In the summer term of my final year of IT's bachelor's course in my university, every student is obliged to develop his own project; the only requirement is that the application would use any kind of a database. While others are thinking of another useless system for an imaginary company that nobody would actually use, I'd rather hack up something the FL/OSS community actually needs. The problem is — how to figure out what it could be?"

64 of 356 comments (clear)

  1. Hmm... by LizardKing · · Score: 4, Insightful

    Better hygiene. Less beards. More women.

    1. Re:Hmm... by JaredOfEuropa · · Score: 5, Insightful

      Good set of requirements, but where's the database?

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    2. Re:Hmm... by ixarux · · Score: 5, Funny

      I second this. Hygienic unbearded ladies have always driven the motivations of men. (No offense to the bearded women...) We do need more of them.

    3. Re:Hmm... by Anonymous Coward · · Score: 5, Funny

      Fewer beards. Better grammar.

    4. Re:Hmm... by theVarangian · · Score: 3, Interesting

      Better hygiene. Less beards. More women.

      I'll wash off the stink and you can swamp me with women but you'll have to shave my manly beard off my pale dead face. There is no way you'll get us beardy weirdys to participate you strange metrosexual war on body hair, it's donwright unmanly.

    5. Re:Hmm... by Garridan · · Score: 5, Funny

      Idiot. Women are to be kept in binders, not databases.

    6. Re:Hmm... by jackharbringer · · Score: 3, Funny

      Fewer grammers. More spelling.

    7. Re:Hmm... by tehcyder · · Score: 3, Insightful

      The thing is, if you want to be swamped with women, you'll need to shave. My unscientific studies have lead me to believe that the only reason men shave is because the women in their lives (particularly girlfriends and wives, may they never meet!) require it of them.

      Sure there maybe some unmanly men who shave because they claim to dislike the scratching or itching or whatever, but they are just being silly. Let your facial hair grow for two weeks and it all goes away.

      Anyone who uses the word "unmanly" in an unironic way should probably seek counselling before offering advice on the internet.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    8. Re:Hmm... by houghi · · Score: 2

      For those that do not understand why this has +5 insightful, what FOSS really needs is marketing.
      The general public has no idea what FOSS is, so they are not looking for it. And even if they have the demands, they have no idea where to look.

      I have had a CEO who was fed up with the fact that he needed to pay each time when we wanted to change something on the Intranet website. He told me he wanted to own it himself. When I asked more, what he was saying that he wanted to move away from one company to another. Once that was formulated, it was clear that he was looking for a FOSS solution without ever having been aware that it existed.

      And yes, we were talking about free as in speech.

      If FOSS would have some marketing, some people will listen to it outside the nerds. It will probably start with Open Standards.

      --
      Don't fight for your country, if your country does not fight for you.
  2. What do YOU need. by djsmiley · · Score: 2

    What are we missing.... while its easy to ask what we need, what ever you've found lacking in the past is the best place for you to start.

    --
    - http://www.milkme.co.uk
    1. Re:What do YOU need. by jevring · · Score: 2

      This is such a cop-out. Yes, we know that this should be high on the list for a project you want to do, but that's not what was asked...

      --
      Move sig!
    2. Re:What do YOU need. by azalin · · Score: 4, Interesting

      What about an MP3 Database over removable drives, that lists duplicates and relatives (ie copies or same song - different sample rate, or same song live - studio version), allows mass renaming/updating (or even auto labeling from an online source) - Bonus feature: remember update for other copies of the file on external drives. Along with the option to label drives as "backup of x" (needs all songs in x), player (files may be removed if they exist elsewhere), storage or import (no changes to drive). Add a timestamp for last sync in the database for each drive.
      This might not be the holy grail, and may even exist(?), but it would be useful and is the first thing that came to mind.

    3. Re:What do YOU need. by metlin · · Score: 3, Insightful

      I do not know what the question is, but the answer is clearly more pr0n.

  3. An answer to smartphone apps by zakkie · · Score: 4, Insightful

    And for that matter, the big social networks and their apps or app-like interfaces. These are two sides to a common threat: the partitioning of the internet into a device- or social network-delineated series of ecosystems.

  4. Web framework by dan_barrett · · Score: 4, Funny

    Definitely need another web framework option

    1. Re:Web framework by Hognoxious · · Score: 3, Funny

      ... written in a new scripting language.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    2. Re:Web framework by jakimfett · · Score: 2

      ...with its own bugtracking system.

      --
      Bits of code, random ramblings: jakimfett.com
    3. Re:Web framework by Garridan · · Score: 4, Funny

      ...with separate revision control software

    4. Re:Web framework by Jane+Q.+Public · · Score: 2

      ... and a newer, better client-side language.

    5. Re:Web framework by hackula · · Score: 2

      C on Rails has been a long time coming.

  5. Statistics by jevring · · Score: 5, Interesting

    How about something fun, like filesystem statistics? Keep track of the most used files to make sure you spread the disk and your mental load equally. Quite possibly useless, but could be fun to do. The hooks into the FS might be the hardest part about this, though.

    Write a generic ETL app. Quite useful. Might be many out there, though. Probably few good free ones..

    Or something that converts a (well known) log format into database entries for the purpose of easier statistics than what grep can provide?.
    For instance, take a webserver log, dump it into the database and generate something like a visitation path..
    The database isn't technically needed for this, of course, but with a large dataset, you can't keep it all in memory, so it would be useful..

    --
    Move sig!
    1. Re:Statistics by bertok · · Score: 3, Insightful

      Write a generic ETL app. Quite useful. Might be many out there, though. Probably few good free ones..

      That's actually a very good idea, because I've found the exact opposite of your suspicion: there's few out there and they're all bad!

      The kind of insanity I see regularly:

      * Visual programming languages, which are known to be inefficient and just all-round bad. They promise a lot, but fail to deliver.
      * Poor re-use or re-factoring of common tasks, such as consistent handling of groups of columns from disparate sources.
      * Poor parallelism. I suspect that there's no ETL tool out there that can parse a CSV file in parallel. It's hard, because all but the first thread has to "hold" its results and potentially back-track. There are organizations out there that import multi-gigabyte text files!
      * Poor adherence to standards. For example, SQL Server 2008 R2 and earlier don't support the CSV standard. No joke!
      * Poor scaffolding or get-started-quick importing. Lots of ETL tools make you drag & drop at least each table once. Performing an "upsert" merge (or similar) between a database and a subset involving many tables is almost always months of fiddly work. God help you if you need to perform more complex merges...

      Essentially, writing an advanced ETL tool in a high-level and safe language like C# or Java wouldn't be too hard, and would be useful to a lot of people. There's also great tools out there now for developing new Domain Specific Languages (DSLs), which would allow a full-fledged ETL language to be developed quickly.

      Lots of good programming practice in a project like that: parallelism, databases, and parsers. Yet, it's easy to get started, and even a very simple version might be useful for some things!

    2. Re:Statistics by Anonymous Coward · · Score: 5, Insightful

      Wow! You've managed to make programming as much fun as...doing your taxes!

      Welcome to the world of real open source software development. It is real work trying to solve real problems of real users. Large projects that would provide real value are never 'fun' - they're a real commitment on the part of the contributors.

  6. The FSF has a page to answer this question by Anonymous Coward · · Score: 5, Informative
  7. What OSS really needs... by HEMI426 · · Score: 2

    It's not really any particular project...There's tons of them out there. There are some areas that are lacking, though...QA, RE and documentation practices suck. The major projects tend to be better at them, but most of the smaller projects are pretty terrible at all three.

    1. Re:What OSS really needs... by thegarbz · · Score: 3, Insightful

      I actually find the documentation of most projects to be quite good. And honestly it has to be because what the FOSS community really needs is some human interface design lessons.

      Many of the apps are currently spread between the realms of so configurable and customisable that anyone but the smartest of power users can understand how to run the settings, and then on the opposite end of the spectrum with the whole uber user friend unconfigurable touch garbage like Unity.

    2. Re:What OSS really needs... by Jane+Q.+Public · · Score: 3, Informative

      "And honestly it has to be because what the FOSS community really needs is some human interface design lessons."

      Hell, Apple needs interface lessons. And Canonical. And...

      It's almost like they have forgotten, or never learned, much of the human interface research of the past 40 years.

      Take Apple just for example, though I don't want to pick on them particularly. When they came out with Lion with an understandable desire to bring their mobile and desktop worlds somewhat more together, they did "mobile" things on the desktop that just didn't make any human interface sense! Like making narrower scrollbars that no longer have any color, and disappear. And sidebars that no longer have color icons; they're all gray. And so on. "Upgrading" to Lion was a huge "WTF?" experience for me.

      All of those "trends" are contrary to what we know about efficient human interfaces. Narrower scrollbars are harder to use. Greyed-out scrollbars are harder to see. And you have to wait for disappearing scrollbars to appear again before you can use them. Minus 3 usability points, for just one interface item. Removing the color from the scrollbars, and other similar things they did, are all definite steps backward in human interface.

      Let's get it straight, folks: the 3D look was not just a fad. There were real reasons for it. Colors are important in efficient eye-hand coordination. Smaller and narrower elements are harder to use. And so on.

      The sad fact is, Microsoft did a lot of, or paid for a lot of, research into many of the human-computer interface elements we use today. (A lot of it came from PARC, too, but Microsoft picked it up.) Then... apparently they threw away 20 years of it for Windows 8. Go figure.

    3. Re:What OSS really needs... by cusco · · Score: 2

      That's just what I was going to post (except for the Apple notes, since I never have to touch them). There are reasons that my 70-something year-old mom can sit down in front of a Windows app that she's never seen before and muddle her way through at least the basic usage; it's because MS has published interface design specifications, has held their own developers to those UI specs (mostly), and most of the rest of the industry has followed suit. I could never install something like Gimp for her, because the interface would make no sense to her. Doesn't matter that it's superior to a lot of the other free or inexpensive apps that do the same function, she would have trouble using it.

      And truly MS, what the frack were you thinking when you decided on the Win8 interface? There isn't enough LSD in Redmond to make that look like a good idea.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
    4. Re:What OSS really needs... by cusco · · Score: 2

      Several of our large customers, who do buy top of the line machines used for things like modeling energy distribution, designing power dams, publishing, etc. are considerably less happy. Mom says that for bookkeeping for her business she won't need to buy a new computer for, well, ever. They on the other hand need to buy adequate hardware to run AutoCAD, generate content, process medical records, and the like. They have absolutely no intention of retraining several hundred users and totally changing their work flow just to accommodate Ballmer's OS revenue goals. Unless there is an alternative to the Metro interface you'll see the Fortune 1000 companies staying with Windows 7 for the next decade.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
  8. A database of applications that the FL/OSS by Anonymous Coward · · Score: 2, Insightful

    You've identified a problem, the FL/OSS community need a database of applications that the FL/OSS needs.

  9. Re:No way to know... by unix_core · · Score: 2, Funny

    Also, writing such a 'useless' system might actually be what your professors are looking for, since it's what you are likely going to work on much of your time as a corporate code monkey. 'Useless' here meaning: in your perception, not to the corporate bottom line.

    Sounds highly unlikely, that would imply the professors are actually aware of the outside world.

  10. You should think of what your teachers expect by PSVMOrnot · · Score: 5, Insightful

    You should really be thinking of what your course teachers expect from this project. From their point of view they are likely after their students building a basic CRUD program (create, retrieve, update, delete) to show that they understand the basics of designing and implementing a system and have some basic database skills.

    The thing is, CRUD programs are not really that interesting or really, that difficult to make. There will be dozens of them available open source, and these will likely cover all the high impact general cases. What you could contribute relatively easily is a a program for a specific case.

    For example: I play around with 3D printing, and I have lots of various coloured filament in varying quantities. I want to know how much I have of each so that I can use up the scraps on little prints, and save the longer lengths of filament for bigger prints. At present this means a little guesswork and some time with a tape measure.

    This problem could lead to a nice simple project: build a simple database backed system to monitor filament stock levels, which allows putting in info, saying "I have used x much of this spool to print" and asking "which is the shortest spool with enough for this print?". If you kept it to the assumption that it would be a light weight program not requiring an existing database environment that would make it easy to demo as well - jsut use one of those lightweight DBMSs that dumps it's stuff in a single file. Nice and simple, but extensible.

    The extensible bit is important, since it means if you get the basics done you can add on some features for extra credit. I don't mean shiny to the user features, but rather shiny to the markers features.

    For example: you could make it pseudo distributed, so that I could have it running on two machines independently and synch them at will; this would mean you could look into transaction systems where you store what was done on each and synch them by applying in time order (something that is useful in big commercial database setups such as retail management systems).

    Another example: you could have it capable of generating QR code labels linked to the particular spools records, and have a mobile app. Scan the QR code and have the phone call a web service front end to the database and look up exactly how much is left, and offer the option to mark it as printed with.

    Basicly: pick something which is simple, but lets you show off your technical skills. If you can help the OSS movement now that's just icing, but you're better off looking after yourself at the moment so that later you can help with less constrained projects.

    1. Re:You should think of what your teachers expect by LSDelirious · · Score: 3, Interesting

      Instead of guessing or tape measuring remaining filament lengths, is there some reason you can't weigh the remaining materials? Seems like the filament would be a consistent diameter and density that with a scale of decent precision you could weigh a known length and have a fairly accurate idea of the remaining length.

      --
      Slavery is the legal fiction that a person is property; A Corporation is the legal fiction that property is a person.
    2. Re:You should think of what your teachers expect by michaelmalak · · Score: 2

      You should really be thinking of what your course teachers expect from this project.

      Good advice for getting A's. But if instead you do what is right instead of what the teacher wants, you will get a B. Which is more important to you?

      It's why I shy away from straight-A students when hiring.

    3. Re:You should think of what your teachers expect by ranton · · Score: 2

      You should really be thinking of what your course teachers expect from this project.

      Good advice for getting A's. But if instead you do what is right instead of what the teacher wants, you will get a B. Which is more important to you?

      It's why I shy away from straight-A students when hiring.

      When I am hiring, I definitely want an employee that will put company objectives above whatever they feel like doing. Being creative and innovative is great, but not at the expense of fulfilling your customer's or employer's requirements. If a student spent his school years thinking he was too good for every assignment, how is he going to feel about the projects I put him on?

      The only people who shy away from straight-A students are people who still have a chip on their shoulder from their own lazy youth, and still hold onto all kinds of excuses for their poor performance in school. And I say this as someone who didn't wise up about academics until my late 20s. There may be some rare exceptions, but I doubt there are many.

      --
      -- All that is necessary for the triumph of evil is that good men do nothing. -- Edmund Burke
  11. OpenStreetMap by Max_W · · Score: 3, Interesting

    Mapping tools for mobile devices. Like "OSMPad", but better, if it possible at all.

  12. Scope by gmuslera · · Score: 2

    Probably the target is something that can be done by you alone and resulting in something functional in short term, then kick it into open source (not sure if could be considered yours for the course if had major contributions from a community).

    A web app or a webservice to be used by a mobile app could be popular. Think in something in that categories that you could need (so you'll be your own client, knowing the requirements), and don't find in F/OSS (or what you found don't match your exact needs).

    Another alternative would be extending an existing open source program with a plugin or extension with a functionality that it don't have currently (it could be implemented already in alternative, maybe commercial, software) and you would like and understand (but must to be one that actually uses a database). CMSs and similar are good candidates for that.

  13. bioinformatics by tloh · · Score: 4, Interesting

    If your comfort zone can be stretched into biotechnology, there are many opportunities for analyzing huge volumes of data in genomics/proteomics. As one modest example: a select number of model organisms are commonly used for basic research. Is it feasible to build an app/tool that can gauge the suitability of an experiment subject for a particular scientific inquiry based on available genomic data? Recently, I heard a talk by a researcher in autism attempt to find a mouse model of the disorder based on observed behavior in cognitive experiments across many different laboratory strains that have been inbreed to very exacting parameters for other experiments. Given the level of detailed information on these particular strains, it is easy to see how convenient it would be to have a tool that can mine their genomes for a particular trait or set of traits or perhaps even do an in silico genetic engineering experiment before any resources are physically committed. Even if hardcore biology isn't your forte, you might maybe talk to someone who teaches the subject and ask what tools can be developed to help visualize or otherwise communicate conceptual information that derive from databases of the type kept by organizations like NCBI.

    --
    Stay sentient. Don't drink bad milk.
  14. copyright by shentino · · Score: 4, Interesting

    Double check your university's policy on copyright of student work.

  15. Peer Code Review Software by coryjamesfisher · · Score: 4, Interesting

    Write a cross platform easy to set up and use peer code review software (take hints from CodeCollaborator theirs is good but expensive). It should have hooks into Git/SVN and be easily extended in the future to include other version control systems. It would also be cool if it had the ability to have source code scanning plugins like phpcs (code sniffer) or phpmd(mess detector)... I'm a PHP guy you can tell, but I'm sure the guys from the java, c++, and other communities could use similar tools. Make sure it has an easy to set up web interface (you could package a webserver into the deal that listens on whatever port is configured during the setup process).

  16. Write some documentation by Makali · · Score: 5, Insightful

    If you want to learn a lot about code, really help out the community, and get a lot of love, write some documentation for other people's code.

    Now how you work the database requirement into that, I don't know. Perhaps you could write a documentation request tracker for ReadTheDocs.org - their site is on GitHub at https://github.com/rtfd/readthedocs.org so you can fork it, write something that lets people request and prioritise projects that need docs, then submit a pull request.

    If you're really ambitious, write a web-based environment for writing, editing, and submitting documentation to projects on GitHub, BitBucket, etc.

  17. video editing by mug+funky · · Score: 2

    the free software world needs a good video editor.

    a database would be very helpful in the editing workflow - strangely enough no edit suites have it but most photo programs do.

    to be able to assign tags to clips and subclips and all media, sort by timecode, sort by who is in it, sort by how good a take it is, right-click a shot in the sequence and be able to see a list of things relevant to that particular clip would be amazing.

    of course, there's way more than a bachelor's in a project like this.

    you could always just make an innovative xmms plugin that implements a database of the tags in your music library, and maybe helps you to choose what to play next...

  18. Re:OBD reader/logger by jevring · · Score: 2

    Actually, just the logger for this might not be a bad idea. The concept of a "good gui" goes infinitely further than "something with a database", but I think a lot of people would be interested in this. Ask people in the autocross/gymkhana communities. You'll want to correlated it to things like GPS and g-force sensors. Could be very interesting. I've seen real-time systems like this, but it might be VERY interesting to do this for a complete analysis after a run.

    --
    Move sig!
  19. OSM could need your help by tanveer1979 · · Score: 2

    OSM is now growing. There is tonnes of mapping data available,
    How about improving offline navigation capabilities.
    For example, currently OSM AND simply does offline navigation based on POIs. How about integrating an offline address search.

    --
    My Aurora : http://www.youtube.com/watch?v=o91ZsGwJYyg
    FB : https://www.facebook.com/TanveersPhotography
  20. Re:Database of database usage in FOSS projects? by DarwinSurvivor · · Score: 2

    Xzibit, is that you?

  21. Log Analyzer by DarwinSurvivor · · Score: 2

    There are a lot of utilities that convert log files (from Apache for instance) to databases and perform data mining on them but there are still a lot of services that do not yet have these tools. This would make for an interresting database project as you could do a lot of really complex queries and have it create human readable reports.

  22. Matching contributors to needs by Anonymous+Brave+Guy · · Score: 5, Interesting

    If the OP really means what the community as a whole needs rather than one useful thing for part of that community, then ironically I think you've just nailed it: more than anything else, the community needs a way to match up willing and able contributors with projects that could benefit from their contributions.

    To do that, the OP could develop a simple database that understands things like:

    • different kinds of contribution ("I want to help with programming")
    • technical skills ("I program C++ pretty well, and a bit of Ruby")
    • application domains ("I like graphics-related projects")
    • levels of difficulty ("this is a million-lines project" => it will take a while to get into and might need significant infrastructure installed to work on it)
    • availability ("I can spare an hour or two a week" => probably better to help with small things on smaller, more accessible projects).

    Provide some sort of keyword store (extension: recognise related entries/common aliases) or defined scale for each property, let projects say what they need and volunteers say what they're willing to contribute, and help people get matched up.

    This has the handy advantage for the OP of being readily scalable from a simple proof of concept with a simple native or web-based UI right up to a full-blown and genuinely useful service if you can find a way of getting it hosted properly. It might help particularly with contribution in areas other than programming, which in practice is often where OSS projects run by volunteers for free start to fall behind commercial projects run by businesses with cross-disciplinary teams.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    1. Re:Matching contributors to needs by jevring · · Score: 2, Interesting

      It's strange that such a site doesn't already exist. There are a bunch of hire-a-freelancer sites out there, but nothing for something like this. If you build it, I will come! :D

      --
      Move sig!
    2. Re:Matching contributors to needs by YttriumOxide · · Score: 2, Informative

      I'd love to have something like this.

      Many years ago I used to contribute to quite a few open source projects here and there; but now I'm married with a daughter and my job has become more demanding, I found the projects I was contributing to were taking up too much time that I'd rather spend with my family. I'd still really like to be able to contribute it some way, but finding things to do is the hardest part. With a system such as this, I could get matched up to projects that meet my time limitations, proficiencies and interests and then actually start making real contributions again.

      --
      My book about LSD and Self-Discovery
      Also on facebook as: DroppingAcidDaleBewan
    3. Re:Matching contributors to needs by BruceCage · · Score: 4, Informative

      It already exists: https://openhatch.org/

      I registered a while back but haven't really bother to use it.

      --
      Perfect is the enemy of done.
  23. How about a replacement for Slashdot? by water-and-sewer · · Score: 4, Interesting

    Semi-serious. I think Slashdot's got one of the best content/comment/moderation systems around - certainly better than Reddit, way better than the ashes of Digg, and more useful than Usenet.

    Build a FOSS database with whatever improvements you design, as the underpinnings for a new Slashdot not owned by some mega-corporation intent on shoveling crap articles at us, like "how to get employed by RedHat" or video interviews about random horse crap?

    --
    If this were Usenet, I'd killfile the lot of you.
  24. Idea storm platform for OS ideas by sschneebeli · · Score: 2

    I love what Ubuntu has done with the idea brainstorm (http://brainstorm.ubuntu.com/). But I would love to see a similar platform but in general for open source ideas. I'd be happy to offer web hosting for this. An additional feature could indeed be matching savvy people with projects, but we need to identify great ideas first.

  25. A database filesystem by pr0nbot · · Score: 3, Interesting

    Write a (Linux, BSD) filesystem driver that keeps its file metadata in a database.

    Use queries to construct the filesystem layout. E.g.

    • /bin -> files where executable=true and package=LSB (or whatever)
    • /sbin -> files where executable=true and package_owner=root (or whatever)
    • /usr/local/{name}/ -> files where package={name}
    • /etc/{name}/ -> files where package={name} and type=configuration

    ...and so on. Don't ask me what the exact queries should be - the idea is just that files are arranged in the filesystem because of their attributes rather than having a single home.

    Add a chattr command (or somesuch) to modify metadata for a particular file, or implement the inverse of the queries as attribute changes (i.e. mv /bin/ls /sbin/ls causes the owner=root attribute to be set on the file).

    I'm not saying it'd be useful to anyone in the FOSS world, but it would be great fun.

  26. OS/2 Clone by martiniturbide · · Score: 3, Interesting

    The OS/2 community is in need of open source clone for our beloved OS.
    We have partially open source components on all the layers, but some need to be finished and glue them together.

    We need:
    - Workplace Shell replacement (xWorkplace can be used)
    - SOM replacement (FreeSOM can be used)
    - OpenDOC (docshell)
    - PM (Presentation Manager) replacement (FreePM can be used but is missing a more)
    - OS/2 Kernel replacement
    - TCPIP replacement.
    - Drivers
    - OSFree project code can also be used.

  27. RTFS by Anonymous Coward · · Score: 5, Interesting

    How many people here can't read the fucking summary? here's a shot at it. How about a de-duplicator for music/photos that would (nicely) hunt for media, throw the metadata in the database, search for identical and almost-identical files, and then beautifully show the output. Bonus points if you beat the standard interface to these things which is just a list of duplicated files. I'd suggestb bubble diagrams that show how many files in which folders are duplicates of others.

    1. Re:RTFS by jedidiah · · Score: 2

      My take on the "hypothetical company" was to take a REAL company and see what they actually need. There's probably a vertical app that you could replicate. You could destroy yet another situation where Windows is used for no other reason than "everyone else uses it".

      Clone a legacy app today!

      --
      A Pirate and a Puritan look the same on a balance sheet.
  28. PostgreSQL todo list by leandrod · · Score: 4, Informative

    PostgreSQL has a wonderful wiki todo list. Just pick your task.

    My pet peeves are on domains, localisation, derived relations, and integrity constraints.

    --
    Leandro Guimarães Faria Corcete DUTRA
    DA, DBA, SysAdmin, Data Modeller
    GNU Project, Debian GNU/Lin
  29. I think you answered your own question ! by Celarent+Darii · · Score: 4, Insightful

    From the submitter:

    I'd rather hack up something the FL/OSS community actually needs. The problem is — how to figure out what it could be?"

    Well, there we go, you already have a problem that needs fixing! So how about this:

    A database that keeps track of FL/OSS community needs. Some possible features:

    1/ People go to your website/program and input their software needs. Could be a form with relative requirements on each need. You put the requirements and users in a database, with some sort of relationship between user and need.
    2/ People with projects can put their project in the database by stating its goals, as well as state of completion. The state of completion implies (negatively) what requirements still need to be fulfilled for each project.
    3/ Your fancy program tries by some algorithm to match 1+2, using some sort of database. Your program brings people's needs and the projects needs together in some form that allows the needs to be fulfilled. Bonus points for making it some sort of social site. Your software is not only open source, but even "community driven".

    Actually your question points out a need - how about fulfilling that need? You have already tried to find something that would help you, but couldn't find it - how about doing something about it? This is the best way to do software - not by taking an arbitrary list of stuff from others, but actually experiencing the need yourself. Since you know the requirements in some degree, you should put your energies in fulfilling them. Would make an interesting and useful project.

    Good luck with whatever you decide to do.

  30. A database for pick up lines ... by Taco+Cowboy · · Score: 3, Funny

    Other than the unkempt state of many nerds (I am one of them), the other big problem is pick up lines

    A database of excellent pick up lines, and examples, preferably video demos, would be a plus

    --
    Muchas Gracias, Señor Edward Snowden !
    1. Re:A database for pick up lines ... by tehcyder · · Score: 3, Funny

      Other than the unkempt state of many nerds (I am one of them), the other big problem is pick up lines

      A database of excellent pick up lines, and examples, preferably video demos, would be a plus

      I've always found "do I have to buy you a drink, or can we cut straight to the sex?" works a treat as a pick up line. In a brothel.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  31. Finishing school, what students want. Moodle modul by raymorris · · Score: 2

    Since you are finishing school, you know something about what students want, and could easily get feedback about what teachers want. Many schools do online classes using the Moodle framework, a modular learning management system. The Moodle forums and bugzilla have ideas for new modules. Someone above mentioned a fast, lightweight quiz system. That's something that Moodle users need - there have been multiple requests for it recently. Specifically, people have need for a quiz system which loads separately from Moodle, but talks to the Moodle database or webservice. Currently the existing quiz system is integrated into Moodle, so opening a quiz page drags in a MILLION lines of Moodle code. That's not scalable. People want a lightweight quiz so that 20,000 students can take the quiz at the same time, then send the data to Moodle, either directly to the database or import it from a file.

  32. A gaps I know of... by JShadow21 · · Score: 2

    A network mapping software with a modern UI. It should be able to use CDP, LLDP, MAC tables.. Bonus points for IPAM.

    Making the puppet for network devices more complete and / or providing an alternative.

  33. Big cash prizes and no wives or children by gestalt_n_pepper · · Score: 2

    Seriously, FOSS is a self limiting activity. For example, since I lack the patronage of a mother and a basement, and I'm not still at university, I have to make actual money to support my luxurious lifestyle, which includes eating every day and shoes. Being single is a big plus for FOSS, but against all odds, a few of us have managed to engage in actual reproductive activity with a single partner for a sustained period (We even got a license for it!). To really give a boost to FOSS, this sort of thing should be abolished.

    --
    Please do not read this sig. Thank you.
  34. IPAM by hombrito · · Score: 2

    Web based IP Address Management software. There are a few out there, most of them dead. Some are add-ons to bigger projects (NOC Project, Infoblox,) or doesn't work like I want (GestióIP), or cost too much for us (Solarwinds). DB backed with auto-discovery and a useable web interface. I use NOC, but most of it is wasted since I don't use any of it. Mostly just the IPAM stuff.