User contributions for Woozle

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

18 November 2024

17 November 2024

15 November 2024

14 November 2024

9 November 2024

8 November 2024

4 November 2024

2 November 2024

  • 20:1420:14, 2 November 2024 diff hist +943 N Futilities/human/ftm/v0.6Created page with "==Notes== The original CLI help-text was: USAGE: ./ftm [<options>] <source folder> <target folder> Options: --comp-found -cf --config-file --do-delete -dd --finish-part --ign-date-chg -id --info-only -io --list-found -lf The "do.info" option (don't actually copy, just show information) was not supported because I'm not sure how it's useful here. Some old config code: <syntaxhighlight lan..." current
  • 19:3119:31, 2 November 2024 diff hist +43 Futilities/human/ftmNo edit summary current

24 October 2024

23 October 2024

16 October 2024

10 October 2024

2 October 2024

  • 12:5812:58, 2 October 2024 diff hist +89 SyncthingNo edit summary
  • 12:5512:55, 2 October 2024 diff hist +453 N SyncthingCreated page with "==Needed Features== * a way to include linked folders in the sync-set/share * ability to connect to specific folders ''within'' a share, and attach them to whichever local folders I want * ability to browse available shares without downloading them or setting them up ** (This would also make it possible/easier to start setting up a synk without having to wait for the invitation to arrive.) ** ability to download/upload specific files without synking"
  • 12:5112:51, 2 October 2024 diff hist +23 N SyncThingRedirected page to Syncthing current Tag: New redirect

17 September 2024

11 September 2024

12 August 2024

11 August 2024

  • 19:0219:02, 11 August 2024 diff hist +167 GenAINo edit summary
  • 15:1915:19, 11 August 2024 diff hist +565 N GenAICreated page with "notes on "Generative AI" (which I sometimes call Gen3AI, for Generation 3 AI, because there were at least two previous iterations of things called "AI" including expert systems and just computing in general) ==LLMs== Large Language Models -- which I often use for answering questions (usually technical, occasionally political) * [https://chatgpt.com/gpts ChatGPT] (by OpenAI, which is neither open nor AI) * [https://copilot.microsoft.com/ Copilot] (Microsoft) * [https://ww..."

3 August 2024

  • 19:1419:14, 3 August 2024 diff hist +3,157 N Hoard/DataCreated page with "=Data Schemae= ==Things== This yable keeps track of All The Things -- a branching {{l/wp|hierarchy}}. <syntaxhighlight lang=SQL> CREATE TABLE `things` ( `ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `WhenNew` timestamp NOT NULL DEFAULT current_timestamp(), `ID_Base` int(11) DEFAULT NULL COMMENT 'ID of parent record', `ID_Extern` int(11) DEFAULT NULL COMMENT 'external reference, if any', `Name` varchar(255) DEFAULT NULL COMMENT 'label,..."

30 July 2024

7 July 2024

  • 21:5721:57, 7 July 2024 diff hist +68 Ferret File SystemNo edit summary current
  • 21:5621:56, 7 July 2024 diff hist +1,775 N Ferret File System/designCreated page with "{{fmt/title|FFS: let's just make some tables and see what we can get working}} ==Tables== ===Content=== <syntaxhighlight lang=sql> CREATE TABLE `content` ( `ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `WhenFirst` timestamp NOT NULL DEFAULT current_timestamp(), `WhenFinal` timestamp NOT NULL, `HashType` varchar(255) NOT NULL, `HashData` varchar(255) NOT NULL, `Bytes` bigint(20) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE = InnoDB <..." current
  • 21:4821:48, 7 July 2024 diff hist +11 Ferret File System/conceptNo edit summary current
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)