From a16e16c056a0222d4e2cfc116ad34c07c8f250de Mon Sep 17 00:00:00 2001 From: octospacc Date: Wed, 10 Jan 2024 01:20:31 +0000 Subject: [PATCH] OcttKB Cross-Repo Sync (HTML to Raw) --- .../tiddlers/Normal/{_Programming.tid => _Coding.tid} | 6 ++++-- Wiki-OcttKB/tiddlers/Normal/_Docker.tid | 6 +++++- Wiki-OcttKB/tiddlers/Normal/_File sharing.tid | 8 +++++++- Wiki-OcttKB/tiddlers/Normal/_File system.tid | 7 +++++-- Wiki-OcttKB/tiddlers/Normal/_Gaming console.tid | 9 +++++++-- Wiki-OcttKB/tiddlers/Normal/_Gaming.tid | 3 ++- Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid | 3 ++- Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid | 5 ++++- Wiki-OcttKB/tiddlers/Normal/_Strange things.tid | 3 ++- Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta | 4 ++-- Wiki-OcttKB/tiddlers/System/_StoryList.tid | 4 ++-- Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid | 2 +- .../tiddlers/System/state/tab/_sidebar--595412856.tid | 2 +- .../System/state/tab/search-results/_sidebar.tid | 2 +- 14 files changed, 45 insertions(+), 19 deletions(-) rename Wiki-OcttKB/tiddlers/Normal/{_Programming.tid => _Coding.tid} (73%) diff --git a/Wiki-OcttKB/tiddlers/Normal/_Programming.tid b/Wiki-OcttKB/tiddlers/Normal/_Coding.tid similarity index 73% rename from Wiki-OcttKB/tiddlers/Normal/_Programming.tid rename to Wiki-OcttKB/tiddlers/Normal/_Coding.tid index 30c9b6b..c28742f 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Programming.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Coding.tid @@ -1,8 +1,8 @@ created: 20230816230758244 creator: Octt -modified: 20231107223445327 +modified: 20240110004245125 modifier: Octt -title: Programming +title: Coding <<^wikipediaframe "Computer programming">> @@ -14,3 +14,5 @@ title: Programming * <> * [[How much abstraction is too much?|https://stackoverflow.com/questions/2668355/how-much-abstraction-is-too-much]] ; [[Can too much abstraction be bad?|https://softwareengineering.stackexchange.com/questions/202477/can-too-much-abstraction-be-bad]] + +* [[Wandbox|https://wandbox.org/]] --- //Social Compilation Service//, online multi-language code editing and sharing --- <<[# Git"https://github.com/melpon/wandbox">> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Docker.tid b/Wiki-OcttKB/tiddlers/Normal/_Docker.tid index adeabd3..19ec455 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Docker.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Docker.tid @@ -1,6 +1,6 @@ created: 20230722232624533 creator: Octt -modified: 20230823230503260 +modified: 20240110005619440 modifier: Octt tags: Server title: Docker @@ -14,3 +14,7 @@ title: Docker !!! Flags * Passing ports: `-p Host:Container`, eg `-p 8080:80` + +!!! Resources + +* [[ERROR: Pool overlaps with other one on this address space 'bridge'|https://stackoverflow.com/questions/56515128/error-pool-overlaps-with-other-one-on-this-address-space-when-starting-my-proje#60506716]] --- to destroy other networks and quickly fix, `docker network prune` diff --git a/Wiki-OcttKB/tiddlers/Normal/_File sharing.tid b/Wiki-OcttKB/tiddlers/Normal/_File sharing.tid index 552ba1b..835718f 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_File sharing.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_File sharing.tid @@ -1,6 +1,6 @@ created: 20231211232616716 creator: Octt -modified: 20231219002905810 +modified: 20240110011350515 modifier: Octt tags: title: File sharing @@ -10,3 +10,9 @@ title: File sharing * [[Filebin|https://filebin.net/]] --- //Filebin is a web application that facilitates convenient file sharing over the web.// --- <<[# Git"https://github.com/espebra/filebin2/">> * //''[[Pixeldrain|https://pixeldrain.com/]]'' is a file sharing website built for speed and ease of use.// --- <<[# "Frontend Git" "https://github.com/Fornaxian/pixeldrain_web">> * [[THE NULL POINTER (0x0.st)|https://0x0.st/]] --- //No-bullshit file hosting and URL shortening service// --- <<[# Git"https://git.0x0.st/mia/0x0">> + +!! Image sharing + +<<^WikipediaFrame "Image sharing">> + +* [[ImgBB|https://imgbb.com/]] --- //Free Image Hosting// for bulletin boards diff --git a/Wiki-OcttKB/tiddlers/Normal/_File system.tid b/Wiki-OcttKB/tiddlers/Normal/_File system.tid index 78b9930..0289436 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_File system.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_File system.tid @@ -1,6 +1,6 @@ created: 20230813102403596 creator: Octt -modified: 20231224173923486 +modified: 20240110005216239 modifier: Octt title: File system @@ -17,7 +17,9 @@ title: File system !! ''Fat32'' -* [[formatting a drive to FAT32 with mkdosfs, need some info|https://askubuntu.com/questions/190030/formatting-a-drive-to-fat32-with-mkdosfs-need-some-info]] (with cluster size and everything) +* [[formatting a drive to FAT32 with mkdosfs, need some info|https://askubuntu.com/questions/190030/formatting-a-drive-to-fat32-with-mkdosfs-need-some-info]] (with cluster size and everything) --- for example, FAT32 partition with 32KB clusters: `mkdosfs ${File} -F32 -s64` (512b*64=32kb) +* [[Formatting SD Cards for Speed and Lifetime|http://3gfp.com/wp/2014/07/formatting-sd-cards-for-speed-and-lifetime/]] (with formatting script for SDs < 32 GB) +* [[fdisk created fat32 partition, which type 0b or 0c?|https://www.linuxquestions.org/questions/linux-general-1/fdisk-created-fat32-partition-which-type-0b-or-0c-643261/]] (and how to do the opposite) !! ''Btrfs'' @@ -32,3 +34,4 @@ Note (2023-08-04): I tried Btrfs more than a year ago on [[Linux Lite]] (with ZS !! ''ext#'' (Linux) * Resizing: `resize2fs -f {Partition file} {Size}` +* [[mount(2) system call failed: Structure needs cleaning. - cannot mount partition|https://askubuntu.com/questions/910078/structure-needs-cleaning-error-cannot-mount-partition#967996]] --- #`e2fsck ${Partition}` diff --git a/Wiki-OcttKB/tiddlers/Normal/_Gaming console.tid b/Wiki-OcttKB/tiddlers/Normal/_Gaming console.tid index 57cf19f..1f5c1b1 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Gaming console.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Gaming console.tid @@ -1,6 +1,6 @@ created: 20231119004553704 creator: Octt -modified: 20240108001006325 +modified: 20240110011644718 modifier: Octt tags: Gaming title: Gaming console @@ -13,6 +13,11 @@ title: Gaming console * <> (Sup Famiclone) ** <> (better quality AV out) * <> +* [[Fun project -hack cheap handheld console- help with BGA NAND flash chip needed|https://www.eevblog.com/forum/beginners/fun-project-hack-cheap-handheld-console-help-with-bga-nand-flash-chip-needed/]] +* [[Dissecting a hand-held NOAC console|https://hackaday.io/project/175322-dissecting-a-hand-held-noac-console]] --- //This is an attempt to understand how these little things work, and what we can do on it.// * <> ** [[teardown: e-mods rs-1 handheld|https://flawed.net.nz/2017/09/11/teardown-e-mods-rs-1-handheld-game/]] -* [[Искусство кройки и шитья или возможность заменить игры в портативной игровой консоли SUP (The art of cutting and sewing or the ability to replace games in a portable SUP game console)|https://habr.com/ru/articles/718366/]] +** [[Искусство кройки и шитья или возможность заменить игры в портативной игровой консоли SUP (The art of cutting and sewing or the ability to replace games in a portable SUP game console)|https://habr.com/ru/articles/718366/]] + +* [[V.R. Technology IC Design|https://www.vrt.com.tw/]] (official site with manuals, datasheets, and downloads) +** [[VTxx|https://bootleggames.fandom.com/wiki/VTxx]] diff --git a/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid b/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid index f494516..817827a 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid @@ -1,6 +1,6 @@ created: 20230116202756249 creator: Octt -modified: 20240107225131526 +modified: 20240110010352237 modifier: Octt tags: $:/i18n:en title: Gaming @@ -21,6 +21,7 @@ Some gaming resources: * [[MobyGames Video Game Database|https://www.mobygames.com/]] --- //extremely ambitious project with the goal to meticulously catalog all relevant information about electronic games on a game-by-game basis// * [[The King of Grabs|https://thekingofgrabs.com/]] --- //Grabbing amazing video game screenshots one game at a time.// * [[VGMaps.com: The Video Game Atlas|https://www.vgmaps.com/]] --- //the largest source of screenshot maps on the Internet, with thousands of maps of your favourite video games!// +* [[Bootleg Games Wiki|https://bootleggames.fandom.com/]] --- //Wiki dedicated to unlicensed and bootleg video games// * <> --- //Your retro game headquarters// * [[RetroBreak|https://retrobreak.co.uk/]] --- //Celebrating Video Game History// diff --git a/Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid b/Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid index 99828f9..47a12d0 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid @@ -1,6 +1,6 @@ created: 20221110145611678 creator: Octt -modified: 20240107152759369 +modified: 20240110011936700 modifier: Octt tags: Development $:/i18n:en Web title: JavaScript @@ -38,6 +38,7 @@ title: JavaScript * [[What does ~~ ("double tilde") do in Javascript?|https://stackoverflow.com/questions/4055633/what-does-double-tilde-do-in-javascript]] ; [[What is the "double tilde" (~~) operator in JavaScript? [duplicate]|https://stackoverflow.com/questions/5971645/what-is-the-double-tilde-operator-in-javascript]] --- double NOT logical operator, useful shorter and faster alternative to `Math.floor` for small numbers * [[How to convert uint8 Array to base64 Encoded String?|https://stackoverflow.com/questions/12710001/how-to-convert-uint8-array-to-base64-encoded-string/66046176#66046176]] * [[What is the JavaScript version of sleep()?|https://stackoverflow.com/questions/951021/what-is-the-javascript-version-of-sleep#39914235]] --- `await new Promise(r => setTimeout(r, milliseconds));` +* [[Convert letter to number in JavaScript|https://stackoverflow.com/questions/27877197/convert-letter-to-number-in-javascript]] (or parse a String that contains a number and happens to contain letters as a Number) --- <> * [[How to get text from all descendents of an element (disregarding scripts)?|https://stackoverflow.com/questions/2532043/how-to-get-text-from-all-descendents-of-an-element-disregarding-scripts]] * [[Converting HTML string into DOM elements?|https://stackoverflow.com/questions/3103962/converting-html-string-into-dom-elements#3104237]] --- `doc = new DOMParser().parseFromString(htmlString, 'text/html')` diff --git a/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid b/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid index c06be44..ff308c8 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid @@ -1,6 +1,6 @@ created: 20230202110726082 creator: Octt -modified: 20231222113814366 +modified: 20240110004702177 modifier: Octt tags: Gaming Sony Console $:/i18n:en WIP title: PlayStation Portable @@ -12,4 +12,7 @@ title: PlayStation Portable * [[How to connect your PSP on Linux|https://gist.github.com/mhitza/81651f49b3a43e6f4554]] --- if it doesn't work automatically, do `sudo modprobe usb-storage` ** <> --- //The Guide to displaying your PSP screen on your PC over usb on linux// (... apparently not working for me but I'll save) +* [[joysens|https://github.com/albe/joysens]] --- //Infamous PSP Plugin for fixing broken Joysticks on the Playstation Portable// +** <> + * [[PPSSPP|https://www.ppsspp.org]] --- //PSP emulator for Android, Windows, Mac and Linux, written in C++.// --- <<[# Git "https://github.com/hrydgard/ppsspp">> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid b/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid index dfb0802..a9060e2 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid @@ -1,6 +1,6 @@ created: 20231105150445511 creator: Octt -modified: 20240103003442135 +modified: 20240110005819739 modifier: Octt tags: title: Strange things @@ -9,6 +9,7 @@ title: Strange things * [[StudyPlan.dev|https://www.studyplan.dev/]] --- strange C++ tutorials website with random, out-of-context (probably AI-generated?) cover pictures of random characters concept artworks... +* [[^^^^^~ ░ ui▀┳╲ ☺ .info|https://yyyyyyy.info/]] --- just a mess collage of images, and the content changes at every site visit * [[Smokepowered - 煙霧動力.com|https://smokepowered.com/]] --- strange site with weed background and video of Valve characters smoking ** [[Epic Blazed|https://epicblazed.com/]] --- same thing above, but for Epic Games, Unreal Engine, Fortnite diff --git a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta index 3c5739d..01008dc 100644 --- a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta +++ b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta @@ -1,5 +1,5 @@ -created: 20240108011604182 +created: 20240110012023899 current-tiddler: GettingStarted -modified: 20240108011604182 +modified: 20240110012023899 title: $:/HistoryList type: application/json \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/_StoryList.tid b/Wiki-OcttKB/tiddlers/System/_StoryList.tid index 2d688e2..a545e61 100644 --- a/Wiki-OcttKB/tiddlers/System/_StoryList.tid +++ b/Wiki-OcttKB/tiddlers/System/_StoryList.tid @@ -1,6 +1,6 @@ -created: 20240107113135578 +created: 20240109115808230 creator: Octt list: -modified: 20240108004254035 +modified: 20240110011704852 modifier: Octt title: $:/StoryList \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid b/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid index 5325220..db2ec7e 100644 --- a/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid +++ b/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid @@ -1,6 +1,6 @@ created: 20230501095944427 creator: Octt -modified: 20240107223825086 +modified: 20240108100838992 modifier: Octt title: $:/state/search/currentTab diff --git a/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid b/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid index 121c2f1..8ebca87 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid @@ -1,6 +1,6 @@ created: 20220920092307479 creator: Octt -modified: 20240108001338109 +modified: 20240110011701265 modifier: Octt title: $:/state/tab/sidebar--595412856 diff --git a/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid b/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid index d5ba57c..4d69781 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid @@ -1,6 +1,6 @@ created: 20230501095944427 creator: Octt -modified: 20240107223825086 +modified: 20240108100838993 modifier: Octt title: $:/state/tab/search-results/sidebar