User contributions for Woozle
Jump to navigation
Jump to search
7 July 2024
- 21:4821:48, 7 July 2024 diff hist 0 m Ferret File System/concept Woozle moved page Ferret File System/design to Ferret File System/concept without leaving a redirect: reorganizing
6 July 2024
- 13:4013:40, 6 July 2024 diff hist +1,203 N FinanceFerret/v3 Created page with "==SQL== ===Accounts=== <syntaxhighlight lang=SQL> CREATE TABLE `Account` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `ID_Parent` int(11) DEFAULT NULL, `ID_Owner` int(11) DEFAULT NULL, `Name` varchar(127) DEFAULT NULL, `isTxactable` tinyint(1) DEFAULT NULL, `Abbr` varchar(63) DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE = InnoDB </syntaxhighlight> ===Owners=== <syntaxhighlight lang=SQL> CREATE TABLE `Owner` ( `ID`..."
- 13:3613:36, 6 July 2024 diff hist +54 FinanceFerret →Technical current
- 12:1112:11, 6 July 2024 diff hist +87 Hoard No edit summary
5 July 2024
- 14:0914:09, 5 July 2024 diff hist +834 Hoard No edit summary
- 13:5113:51, 5 July 2024 diff hist +670 N Hoard Created page with "==About== All the things I need to track tie together in various ways. This is the database that ties them together. It also has a number of ''ad hoc'' uses. ==Schemae== ===Extern=== This tracks external data repositories. <syntaxhighlight lang=SQL> CREATE TABLE `extern` ( `ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `WhenNew` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'when this record was added', `SID_Type` varchar(255) DEFAULT NULL C..."
- 13:4613:46, 5 July 2024 diff hist +56 Projects No edit summary current
24 April 2024
- 21:1421:14, 24 April 2024 diff hist +97 Software Uprising →Obstacles current
- 21:1121:11, 24 April 2024 diff hist +173 Software Uprising →Obstacles
13 April 2024
- 13:5613:56, 13 April 2024 diff hist +121 Software Uprising No edit summary
29 February 2024
- 16:4916:49, 29 February 2024 diff hist +32 Ferret File System/app No edit summary current
26 February 2024
- 01:2601:26, 26 February 2024 diff hist +51 Ferret File System No edit summary
25 February 2024
- 14:3714:37, 25 February 2024 diff hist +350 Ferret File System/app No edit summary
- 14:2614:26, 25 February 2024 diff hist +25 Ferret File System/concept No edit summary
- 14:2614:26, 25 February 2024 diff hist −5,183 Ferret File System No edit summary
- 14:2514:25, 25 February 2024 diff hist +36 Ferret File System/app No edit summary
- 14:2114:21, 25 February 2024 diff hist +3,086 N Ferret File System/app Created page with "It seems like it should be doable to implement FFS as a userland/desktop application rather than a core filesystem feature. This should make it possible to gain the benefits of these services without investing as much development time, allowing them to be tested and refined before being attempted as a kernel-level service. ==Description== * There is a database of all files in a one or more folders (could be the entire filesystem, or just selected folders). I'll call thes..."
- 14:1914:19, 25 February 2024 diff hist +2,789 N Ferret File System/concept Created page with "The key concepts in FFS are storage agnosticism and semantic data. The latter can be used further as a way of "unwrapping" file formats. ==Storage Agnosticism== Traditional filesystems present "drives" or "volumes" that more or less correspond to physical devices, each with its own invariable maximum capacity. This is the metaphor used across all interfaces, including user (GUI, CLI) and application (API). FFS presents the user with a single storage space that unifies a..."
- 13:4213:42, 25 February 2024 diff hist +90 Ferret File System No edit summary
- 13:4013:40, 25 February 2024 diff hist +50 N FileFerret/terms/fideal Woozle moved page FileFerret/terms/fideal to Ferret File System/v0.1/terms/fideal: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/terms/fideal Woozle moved page FileFerret/terms/fideal to Ferret File System/v0.1/terms/fideal: obsolete current
- 13:4013:40, 25 February 2024 diff hist +43 N FileFerret/terms Woozle moved page FileFerret/terms to Ferret File System/v0.1/terms: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/terms Woozle moved page FileFerret/terms to Ferret File System/v0.1/terms: obsolete current
- 13:4013:40, 25 February 2024 diff hist +45 N FileFerret/process Woozle moved page FileFerret/process to Ferret File System/v0.1/process: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/process Woozle moved page FileFerret/process to Ferret File System/v0.1/process: obsolete current
- 13:4013:40, 25 February 2024 diff hist +45 N FileFerret/archive Woozle moved page FileFerret/archive to Ferret File System/v0.1/archive: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/archive Woozle moved page FileFerret/archive to Ferret File System/v0.1/archive: obsolete current
- 13:4013:40, 25 February 2024 diff hist +48 N FileFerret/SQL/volume Woozle moved page FileFerret/SQL/volume to Ferret File System/v0.1/SQL/volume: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/SQL/volume Woozle moved page FileFerret/SQL/volume to Ferret File System/v0.1/SQL/volume: obsolete current
- 13:4013:40, 25 February 2024 diff hist +54 N FileFerret/SQL/maps/archive Woozle moved page FileFerret/SQL/maps/archive to Ferret File System/v0.1/SQL/maps/archive: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/SQL/maps/archive Woozle moved page FileFerret/SQL/maps/archive to Ferret File System/v0.1/SQL/maps/archive: obsolete current
- 13:4013:40, 25 February 2024 diff hist +53 N FileFerret/SQL/map/archive Woozle moved page FileFerret/SQL/map/archive to Ferret File System/v0.1/SQL/map/archive: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/SQL/map/archive Woozle moved page FileFerret/SQL/map/archive to Ferret File System/v0.1/SQL/map/archive: obsolete current
- 13:4013:40, 25 February 2024 diff hist +45 N FileFerret/SQL/map Woozle moved page FileFerret/SQL/map to Ferret File System/v0.1/SQL/map: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/SQL/map Woozle moved page FileFerret/SQL/map to Ferret File System/v0.1/SQL/map: obsolete current
- 13:4013:40, 25 February 2024 diff hist +48 N FileFerret/SQL/folder Woozle moved page FileFerret/SQL/folder to Ferret File System/v0.1/SQL/folder: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/SQL/folder Woozle moved page FileFerret/SQL/folder to Ferret File System/v0.1/SQL/folder: obsolete current
- 13:4013:40, 25 February 2024 diff hist +47 N FileFerret/SQL/firev Woozle moved page FileFerret/SQL/firev to Ferret File System/v0.1/SQL/firev: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/SQL/firev Woozle moved page FileFerret/SQL/firev to Ferret File System/v0.1/SQL/firev: obsolete current
- 13:4013:40, 25 February 2024 diff hist +46 N FileFerret/SQL/file Woozle moved page FileFerret/SQL/file to Ferret File System/v0.1/SQL/file: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/SQL/file Woozle moved page FileFerret/SQL/file to Ferret File System/v0.1/SQL/file: obsolete current
- 13:4013:40, 25 February 2024 diff hist +48 N FileFerret/SQL/fideal Woozle moved page FileFerret/SQL/fideal to Ferret File System/v0.1/SQL/fideal: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/SQL/fideal Woozle moved page FileFerret/SQL/fideal to Ferret File System/v0.1/SQL/fideal: obsolete current
- 13:4013:40, 25 February 2024 diff hist +53 N FileFerret/SQL/event/entry Woozle moved page FileFerret/SQL/event/entry to Ferret File System/v0.1/SQL/event/entry: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/SQL/event/entry Woozle moved page FileFerret/SQL/event/entry to Ferret File System/v0.1/SQL/event/entry: obsolete current
- 13:4013:40, 25 February 2024 diff hist +47 N FileFerret/SQL/event Woozle moved page FileFerret/SQL/event to Ferret File System/v0.1/SQL/event: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/SQL/event Woozle moved page FileFerret/SQL/event to Ferret File System/v0.1/SQL/event: obsolete current
- 13:4013:40, 25 February 2024 diff hist +47 N FileFerret/SQL/entry Woozle moved page FileFerret/SQL/entry to Ferret File System/v0.1/SQL/entry: obsolete current Tag: New redirect
- 13:4013:40, 25 February 2024 diff hist 0 m Ferret File System/v0.1/SQL/entry Woozle moved page FileFerret/SQL/entry to Ferret File System/v0.1/SQL/entry: obsolete current
- 13:4013:40, 25 February 2024 diff hist +48 N FileFerret/SQL/client Woozle moved page FileFerret/SQL/client to Ferret File System/v0.1/SQL/client: obsolete current Tag: New redirect