OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2024-02-26 16:17:26 +00:00
parent ecedc8af53
commit 33c87f8240
18 changed files with 56 additions and 21 deletions

View File

@ -1,13 +1,15 @@
created: 20240129005609875 created: 20240129005609875
creator: Octt creator: Octt
modified: 20240129005635056 modified: 20240226140501704
modifier: Octt modifier: Octt
tags: tags:
title: Saved/Sites/Blogs title: Saved/Sites/Blogs
* [[sitoctt]] * [[sitoctt]]
* [[Annas Blog|https://annas-blog.org/]] --- // Hi, Im Anna. I created Annas Archive, the worlds largest shadow library. This is my personal blog, in which I and my teammates write about piracy, digital preservation, and more.//
* [[Arcisito|https://arci.me]] --- <<[# Git "https://github.com/AuroraViola/arcisito">> * [[Arcisito|https://arci.me]] --- <<[# Git "https://github.com/AuroraViola/arcisito">>
* [[Akalanka Ekanayake Blog|https://blog.akalanka.uk/]] --- It's a curious blog, mainly deals with IT subject but the theme/style looks like a fashion blog lmao * [[Akalanka Ekanayake Blog|https://blog.akalanka.uk/]] --- It's a curious blog, mainly deals with IT subject but the theme/style looks like a fashion blog lmao
* [[Confessions of a Tech Junkie|https://davejmurphy.com/]]
* [[Ctrl blog by Daniel Aleksandersen|https://www.ctrl.blog/]] * [[Ctrl blog by Daniel Aleksandersen|https://www.ctrl.blog/]]
* [[Daring Fireball|https://daringfireball.net/]] * [[Daring Fireball|https://daringfireball.net/]]
* [[/dev/null|https://blog.benstein.nl]] --- //My name is Christian Benstein and I write about macOS based workflows, Obsidian and Things3. My philosophy is that your mind was not created to store information but to act on it and create.// --- <<[# Git"https://github.com/KingOfSpades/KingOfSpades">> * [[/dev/null|https://blog.benstein.nl]] --- //My name is Christian Benstein and I write about macOS based workflows, Obsidian and Things3. My philosophy is that your mind was not created to store information but to act on it and create.// --- <<[# Git"https://github.com/KingOfSpades/KingOfSpades">>

View File

@ -1,6 +1,6 @@
created: 20230429190335486 created: 20230429190335486
creator: Octt creator: Octt
modified: 20240213235353693 modified: 20240226140457906
modifier: Octt modifier: Octt
tags: tags:
title: Saved/Sites/Development title: Saved/Sites/Development
@ -47,6 +47,7 @@ Note: the most technically useful ones, or the non-too-personal ones, might be l
* [[Photon Storm|https://photonstorm.com/]] --- //HTML5 Game Development Services// * [[Photon Storm|https://photonstorm.com/]] --- //HTML5 Game Development Services//
* [[Ryan Gaudion|https://gaudion.dev/]] --- //Software Developer Portfolio &amp; Programming Blog// --- <<[# Git "https://github.com/RyanGaudion/GaudionDev">> * [[Ryan Gaudion|https://gaudion.dev/]] --- //Software Developer Portfolio &amp; Programming Blog// --- <<[# Git "https://github.com/RyanGaudion/GaudionDev">>
* [[Shiru's Stuff|https://shiru.untergrund.net/index.shtml]] * [[Shiru's Stuff|https://shiru.untergrund.net/index.shtml]]
* [[Smeas DevBlog|http://web.archive.org/web/20110628103457/http://smealum.net/]]
* <<linkdescgit SkyLyrac"https://www.skylyrac.net" "Hacking, software projects and my thoughts" "https://github.com/AntonioND/antoniond.github.io">> * <<linkdescgit SkyLyrac"https://www.skylyrac.net" "Hacking, software projects and my thoughts" "https://github.com/AntonioND/antoniond.github.io">>
* [[Tan Li Hau 陈立豪|https://lihautan.com/]] --- //Frontend Developer at Shopee Singapore// * [[Tan Li Hau 陈立豪|https://lihautan.com/]] --- //Frontend Developer at Shopee Singapore//
* <<httpsL tonsky.me>> --- //programming and UI design// * <<httpsL tonsky.me>> --- //programming and UI design//

View File

@ -0,0 +1,10 @@
created: 20240226114914783
creator: Octt
modified: 20240226115110464
modifier: Octt
tags:
title: Data
<<^wikipediaframe Data>>
* [[Diffchecker|https://www.diffchecker.com/]] --- //Compare text online to find the difference between two text files// (and and other document types)

View File

@ -1,6 +1,6 @@
created: 20230613185754543 created: 20230613185754543
creator: Octt creator: Octt
modified: 20240201231333586 modified: 20240226134113834
modifier: Octt modifier: Octt
tags: tags:
title: Development title: Development
@ -41,3 +41,5 @@ title: Development
* [[GPL and Linking Exceptions|https://opensource.stackexchange.com/questions/14122/gpl-and-linking-exceptions]] * [[GPL and Linking Exceptions|https://opensource.stackexchange.com/questions/14122/gpl-and-linking-exceptions]]
** //You can use LGPLv3 with the [[LGPL-3.0-linking-exception|https://spdx.org/licenses/LGPL-3.0-linking-exception.html]]// ** //You can use LGPLv3 with the [[LGPL-3.0-linking-exception|https://spdx.org/licenses/LGPL-3.0-linking-exception.html]]//
* [[What does "GPL with classpath exception" mean in practice?|https://softwareengineering.stackexchange.com/questions/119436/what-does-gpl-with-classpath-exception-mean-in-practice]] * [[What does "GPL with classpath exception" mean in practice?|https://softwareengineering.stackexchange.com/questions/119436/what-does-gpl-with-classpath-exception-mean-in-practice]]
* [[Mixed C and Assembly Programming|https://en.wikibooks.org/wiki/Embedded_Systems/Mixed_C_and_Assembly_Programming]]

View File

@ -1,6 +1,6 @@
created: 20230202231537773 created: 20230202231537773
creator: Octt creator: Octt
modified: 20240220124909800 modified: 20240226135235128
modifier: Octt modifier: Octt
tags: Libre tags: Libre
title: Git title: Git
@ -16,6 +16,7 @@ title: Git
** Amending the ''most recent commit message'': `git commit --amend` (with optionally `-m "commit message"`) ** Amending the ''most recent commit message'': `git commit --amend` (with optionally `-m "commit message"`)
* [[How to delete all commits in a Git repository and replace it with a single “initial commit”|https://lanedirt.tech/2022/05/how-to-delete-all-commits-in-a-git-repository-and-replace-it-with-a-single-initial-commit/]] * [[How to delete all commits in a Git repository and replace it with a single “initial commit”|https://lanedirt.tech/2022/05/how-to-delete-all-commits-in-a-git-repository-and-replace-it-with-a-single-initial-commit/]]
* [[Managing remote repositories with CLI (by GitHub)|https://github.com/github/docs/blob/main/content/get-started/getting-started-with-git/managing-remote-repositories.md]] * [[Managing remote repositories with CLI (by GitHub)|https://github.com/github/docs/blob/main/content/get-started/getting-started-with-git/managing-remote-repositories.md]]
* [[Able to push to all git remotes with the one command?|https://stackoverflow.com/questions/5785549/able-to-push-to-all-git-remotes-with-the-one-command#5785618]]
* <<httpsL raw.githack.com>> --- //CDN for your source code, serves files directly from your source code hosting with proper Content-Type headers// --- <<[# Git"https://github.com/neoascetic/rawgithack">> * <<httpsL raw.githack.com>> --- //CDN for your source code, serves files directly from your source code hosting with proper Content-Type headers// --- <<[# Git"https://github.com/neoascetic/rawgithack">>

View File

@ -1,6 +1,6 @@
created: 20230216193546517 created: 20230216193546517
creator: Octt creator: Octt
modified: 20240213225758349 modified: 20240226141654417
modifier: Octt modifier: Octt
tags: tags:
title: Language title: Language
@ -25,6 +25,8 @@ title: Language
; Tools ; Tools
: Machine translation: <<httpsL DeepL.com>> | <<httpsL Translate.Google.com>> | ... : Machine translation: <<httpsL DeepL.com>> | <<httpsL Translate.Google.com>> | ...
:* [[DeepLX|https://github.com/OwO-Network/DeepLX]] --- //DeepL Free API (No TOKEN required)//
:* [[Argos Translate|https://github.com/argosopentech/argos-translate]] --- //Open-source offline translation library written in Python// (is what powers LibreTranslate?) --- apparently supports document translation, even HTML
:* <<linkdescgit "Lingva Translate" "https://lingva.ml" "Self-hostable alternative front-end and API for Google Translate" "https://github.com/TheDavidDelta/lingva-translate">> <<[# "Scraper Git" "https://github.com/thedaviddelta/lingva-scraper">> --- note: the official instance appears broken, returning error for translations with specific characters, and also less metadata from the API, problems that some other public instances don't have (official may be running an older version?) :* <<linkdescgit "Lingva Translate" "https://lingva.ml" "Self-hostable alternative front-end and API for Google Translate" "https://github.com/TheDavidDelta/lingva-translate">> <<[# "Scraper Git" "https://github.com/thedaviddelta/lingva-scraper">> --- note: the official instance appears broken, returning error for translations with specific characters, and also less metadata from the API, problems that some other public instances don't have (official may be running an older version?)
:* <<linkdesc Mozhi"https://codeberg.org/aryak/mozhi" "alternative-frontend for many translation engines">> <<[# "Scraper Git" "https://codeberg.org/aryak/libmozhi">> (Google support broken as of 2023/11) :* <<linkdesc Mozhi"https://codeberg.org/aryak/mozhi" "alternative-frontend for many translation engines">> <<[# "Scraper Git" "https://codeberg.org/aryak/libmozhi">> (Google support broken as of 2023/11)
:* [[Yandex Translate|https://translate.yandex.com/]] --- had OCR on web before Google :* [[Yandex Translate|https://translate.yandex.com/]] --- had OCR on web before Google

View File

@ -1,6 +1,6 @@
created: 20220921110925268 created: 20220921110925268
creator: Octt creator: Octt
modified: 20231219000236306 modified: 20240226134713931
modifier: Octt modifier: Octt
title: Music title: Music
@ -9,6 +9,9 @@ title: Music
* [[Sonic Pi|https://sonic-pi.net/]] --- //Experience the sound of code// ... //your free code-based music creation and performance tool// --- <<[# Git "https://github.com/sonic-pi-net">> * [[Sonic Pi|https://sonic-pi.net/]] --- //Experience the sound of code// ... //your free code-based music creation and performance tool// --- <<[# Git "https://github.com/sonic-pi-net">>
** [[mehackit Creative programming workshop with Sonic Pi|https://sonic-pi.mehackit.org/]] ** [[mehackit Creative programming workshop with Sonic Pi|https://sonic-pi.mehackit.org/]]
* [[Chip Player JS|https://chiptune.app/]]
* [[signal|https://signal.vercel.app/]] --- //Fully Open-sourced Online MIDI Editor// --- <<[# Git "https://github.com/ryohey/signal/">>
The section immediately below doubles as a collection of my ''Favorite Artists + their Works'' The section immediately below doubles as a collection of my ''Favorite Artists + their Works''
<<{^ "Music Archiving Status">> <<{^ "Music Archiving Status">>

View File

@ -1,6 +1,6 @@
created: 20220923110724649 created: 20220923110724649
creator: Octt creator: Octt
modified: 20240107114401734 modified: 20240226140010084
modifier: Octt modifier: Octt
tags: Gaming Nintendo Console Handheld tags: Gaming Nintendo Console Handheld
title: Nintendo 3DS title: Nintendo 3DS
@ -10,6 +10,7 @@ title: Nintendo 3DS
<<^wikipediaframe "Nintendo 3DS">> <<^wikipediaframe "Nintendo 3DS">>
* [[Universal-Updater|https://universal-team.net/projects/universal-updater.html]] --- //An easy to use app for installing and updating 3DS homebrew// --- <<[# Git"https://github.com/Universal-Team/Universal-Updater">> * [[Universal-Updater|https://universal-team.net/projects/universal-updater.html]] --- //An easy to use app for installing and updating 3DS homebrew// --- <<[# Git"https://github.com/Universal-Team/Universal-Updater">>
* [[3DSlink|https://davejmurphy.com/3dslink/]] --- LAN homebrew loader
* <<l3db Gamecards>> * <<l3db Gamecards>>

View File

@ -1,6 +1,6 @@
created: 20220923110724649 created: 20220923110724649
creator: Octt creator: Octt
modified: 20240107152614906 modified: 20240226131036841
modifier: Octt modifier: Octt
tags: Gaming Nintendo NDS Console $:/i18n:en Handheld tags: Gaming Nintendo NDS Console $:/i18n:en Handheld
title: Nintendo DS title: Nintendo DS
@ -36,6 +36,7 @@ title: Nintendo DS
* (WIP) [[NDS-Homebrew-Development|https://github.com/jdriselvato/NDS-Homebrew-Development]] --- //research for developing on the Nintendo DS// * (WIP) [[NDS-Homebrew-Development|https://github.com/jdriselvato/NDS-Homebrew-Development]] --- //research for developing on the Nintendo DS//
* [[Nitro SDK in a Box|https://gbatemp.net/threads/nitro-sdk-in-a-box.622578/]] --- the idea for a VM setup with all kinds of useful software from official NITRO SDK (download not released, we might want to ask OP in private) * [[Nitro SDK in a Box|https://gbatemp.net/threads/nitro-sdk-in-a-box.622578/]] --- the idea for a VM setup with all kinds of useful software from official NITRO SDK (download not released, we might want to ask OP in private)
* [[MicroLua DS|https://sourceforge.net/projects/microlua/]] --- //MicroLua brings Lua on the Nintendo DS for easy programming// --- <<[# Forum "https://microlua.vraiforum.com/index.php">>
* [[devkitPro/nds-examples|https://github.com/devkitPro/nds-examples]] * [[devkitPro/nds-examples|https://github.com/devkitPro/nds-examples]]

View File

@ -1,10 +1,11 @@
created: 20231220005125463 created: 20231220005125463
creator: Octt creator: Octt
modified: 20231220005200282 modified: 20240226135619720
modifier: Octt modifier: Octt
tags: tags:
title: PHP title: PHP
<<^wikipediaframe PHP>> <<^wikipediaframe PHP>>
* [[PHP: Find all images in a HTML string|https://thisinterestsme.com/php-get-images-from-html/]] * [[How to get innerHTML of DOMNode?|https://stackoverflow.com/questions/2087103/how-to-get-innerhtml-of-domnode]]
* [[Find all images in a HTML string|https://thisinterestsme.com/php-get-images-from-html/]]

View File

@ -1,6 +1,6 @@
created: 20230205142158067 created: 20230205142158067
creator: Octt creator: Octt
modified: 20230531090610531 modified: 20240226132037874
modifier: Octt modifier: Octt
tags: TODO Protocol [[Astral projection]] tags: TODO Protocol [[Astral projection]]
title: VNC title: VNC
@ -9,3 +9,4 @@ title: VNC
* AVNC: [[Git|https://github.com/gujjwal00/avnc]] | <<FDroidLink com.gaurav.avnc>> | <<GPlayLink com.gaurav.avnc>> * AVNC: [[Git|https://github.com/gujjwal00/avnc]] | <<FDroidLink com.gaurav.avnc>> | <<GPlayLink com.gaurav.avnc>>
* [[noVNC|https://github.com/novnc/]] --- //VNC client web application// * [[noVNC|https://github.com/novnc/]] --- //VNC client web application//
* [[TightVNC|https://www.tightvnc.com/]] --- //VNC-Compatible Free Remote Desktop Software//

View File

@ -1,7 +1,7 @@
created: 20230203214532694 created: 20230203214532694
creator: Octt creator: Octt
icon: 🕸️ icon: 🕸️
modified: 20240213204912403 modified: 20240226131432920
modifier: Octt modifier: Octt
page-cover: https://source.unsplash.com/random?web page-cover: https://source.unsplash.com/random?web
tags: Internet tags: Internet
@ -44,6 +44,7 @@ title: Web
* [[Blogger|https://blogger.com]] (Google) --- //Create a unique and beautiful blog easily.// * [[Blogger|https://blogger.com]] (Google) --- //Create a unique and beautiful blog easily.//
** [[Dynamic Views: seven new ways to share your blog with the world|https://blogger.googleblog.com/2011/09/dynamic-views-seven-new-ways-to-share.html]] ** [[Dynamic Views: seven new ways to share your blog with the world|https://blogger.googleblog.com/2011/09/dynamic-views-seven-new-ways-to-share.html]]
*** [[How to customize Blogger's Dynamic Views templates|https://blog.mridey.com/2015/08/how-to-customize-bloggers-dynamic-views.html]] --- //Dynamic Views uses a token based template format...// *** [[How to customize Blogger's Dynamic Views templates|https://blog.mridey.com/2015/08/how-to-customize-bloggers-dynamic-views.html]] --- //Dynamic Views uses a token based template format...//
* [[Pico|https://picocms.org/]] --- //stupidly simple, blazing fast, flat file CMS// --- <<[# Git "https://github.com/picocms/Pico">>
* [[WordPress]] * [[WordPress]]
* [[werc - A sane web anti-framework|http://werc.cat-v.org/]] --- //Bringing minimalism and sanity to the web// --- Has interesting features with a fixed but style-customizable layout, + support for apps and extensions. * [[werc - A sane web anti-framework|http://werc.cat-v.org/]] --- //Bringing minimalism and sanity to the web// --- Has interesting features with a fixed but style-customizable layout, + support for apps and extensions.
* [[H5P|https://h5p.org/]] --- //Create, share and reuse interactive HTML5 content in your browser// * [[H5P|https://h5p.org/]] --- //Create, share and reuse interactive HTML5 content in your browser//

View File

@ -1,6 +1,6 @@
created: 20230207213320932 created: 20230207213320932
creator: Octt creator: Octt
modified: 20231213002131171 modified: 20240226143018737
modifier: Octt modifier: Octt
tags: Microsoft Proprietary OS tags: Microsoft Proprietary OS
title: Windows title: Windows
@ -11,7 +11,9 @@ title: Windows
* [[Convert an existing Windows 10 Installation from Legacy BIOS to UEFI|https://answers.microsoft.com/en-us/windows/forum/all/convert-an-existing-windows-10-installation-from/aa8c2de3-460b-4a8c-b30b-641405f800d7]] * [[Convert an existing Windows 10 Installation from Legacy BIOS to UEFI|https://answers.microsoft.com/en-us/windows/forum/all/convert-an-existing-windows-10-installation-from/aa8c2de3-460b-4a8c-b30b-641405f800d7]]
* <<RedditL r/windowsxp/comments/wwjy5j/windows_xp_web_activation_is_finally_dead/ilmr5s3/ "Windows XP web activation is finally dead…">> thanks to a program generating phone activation keys: [[xp_activate32.exe.zip|https://archive.org/download/xp_activate32_202305/xp_activate32.zip]] * <<RedditL r/windowsxp/comments/wwjy5j/windows_xp_web_activation_is_finally_dead/ilmr5s3/ "Windows XP web activation is finally dead…">> thanks to a program generating phone activation keys: [[xp_activate32.exe.zip|https://archive.org/download/xp_activate32_202305/xp_activate32.zip]]
** should be investigated if the program is based at least in part on this available [[open source code|https://github.com/TheMCHK/WindowsXPKg]] ([[Endermanch fixed and extended fork here|https://github.com/Endermanch/XPKeygen]]) and [[paper|https://www.licenturion.com/xp/fully-licensed-wpa.txt]] ** should be investigated if the program is based at least in part on this available [[open source code|https://github.com/TheMCHK/WindowsXPKg]] ([[Endermanch fixed and extended fork here|https://github.com/Endermanch/XPKeygen]]) and [[paper|https://www.licenturion.com/xp/fully-licensed-wpa.txt]]
* [[How To Extend Windows Server Evaluation|https://petri.com/how-to-extend-windows-server-evaluation/]] --- TLDR: a bit before the 180-day trial ends, run `slmgr -rearm` (it can be used a max of 6 times, so only to get a maximum of 3 extra trial years) * [[How To Extend Windows Server Evaluation|https://petri.com/how-to-extend-windows-server-evaluation/]] --- TLDR: a when the 180-day trial ends (apparently it works even after), run `slmgr -rearm` (it can be used a max of 6 times, so only to get a maximum of 3 extra trial years)
** [[Windows Server 2019 Datacenter what happen after 180 days trial?|https://learn.microsoft.com/en-us/answers/questions/133461/windows-server-2019-datacenter-what-happen-after-1]]
* [[How to disable CompatTelRunner.exe (Microsoft Compatibility Telemetry)?|https://superuser.com/questions/1613932/how-to-disable-compattelrunner-exe-microsoft-compatibility-telemetry]]
!! ''Resources'' for the platform !! ''Resources'' for the platform

View File

@ -1,5 +1,5 @@
created: 20240223004713141 created: 20240226161719823
current-tiddler: GettingStarted current-tiddler: GettingStarted
modified: 20240223004713141 modified: 20240226161719823
title: $:/HistoryList title: $:/HistoryList
type: application/json type: application/json

View File

@ -1,6 +1,6 @@
created: 20240222122107740 created: 20240226114905484
creator: Octt creator: Octt
list: list:
modified: 20240223004242784 modified: 20240226151331121
modifier: Octt modifier: Octt
title: $:/StoryList title: $:/StoryList

View File

@ -1,7 +1,7 @@
created: 20220920140732083 created: 20220920140732083
creator: Octt creator: Octt
modified: 20240213093304971 modified: 20240226124755064
modifier: Octt modifier: Octt
title: $:/state/showeditpreview title: $:/state/showeditpreview
yes no

View File

@ -1,6 +1,6 @@
created: 20220920174307633 created: 20220920174307633
creator: Octt creator: Octt
modified: 20240220123443929 modified: 20240226161646796
modifier: Octt modifier: Octt
title: $:/state/sidebar title: $:/state/sidebar

View File

@ -0,0 +1,7 @@
created: 20240226114855268
creator: Octt
modified: 20240226124713815
modifier: Octt
title: $:/state/search-list/selected-item--1546365138
Windows-primaryList