Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
ubuntu.com
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Popular ideas Here are the last 6 months most popular ideas about ubuntu.com.

Magnet links should be supported in Ubuntu download page  
Written by oskarwarakomski the 13 Mar 12 at 21:35. New
Transmission, Utorrent and most torrent clients now have this feature because this is future ;) Torrent files is history now. Most popular torrent sites now support magnet links, for example ThePirateBay ;)
83
votes
up equal down
Solution #1: Support magnet link in all Ubuntu download pages
Written by oskarwarakomski the 13 Mar 12 at 21:35.
Please add support to magnet link in all Ubuntu download pages and possibly all Ubuntu derivatives.

See the 3 comments or propose a solution >>

How to improve performance of i/o file operations considerably.  
Written by alexus the 16 Apr 12 at 16:49. New
Operation system (OS) knows about current i/o file operation (like start of file operation (creating, copying, renaming and others), end of file operation). Why not have a separate database (like mlocate.db) for file (directory) structure, records which would reflect fully current file (directory) structure and updates at every file operation? This update could be realized in function called by the signal of OS at i/o operation. As a result we'll have all "beauties" of database using:
1) Very quick file search (by size, name etc., include regexp).
2) Very quick showing directories size.
3) Increasing file system (fs) reliability due to the actual duplication of it's structure.
4) Using various sums (like crc, md5, sha, ...), stored as a separate field of file properties in database.
5) Possibility of quick coping and backuping of all file (directory) structure.
6) No need to periodically directory scan (like it do mlocatedb).
7) And many many others benefits...
Using of this approach DON'T INCREASE processor loading. This "paralleling" of fs structure could be realized for existing fs.
By the author opinion, fs structure "paralleling" in separate database must be a standard for new versions of fs ("DB Linked FS").
-3
votes
up equal down
Solution #1: Daemon for existing fs and module for new versions of fs.
Written by alexus the 16 Apr 12 at 16:49.
Create daemon like mlocate.db for existing fs. And builtin module for new versions of developing fs.

See the 6 comments or propose a solution >>