OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2024-01-10 01:20:31 +00:00
parent 15bd8f47cc
commit a16e16c056
14 changed files with 45 additions and 19 deletions

View File

@ -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
* <<WikipediaL "Program optimization">>
* [[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">>

View File

@ -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`

View File

@ -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

View File

@ -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}`

View File

@ -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
* <<YoutubeL XrieCn9-9GU "Can a $10 8-bit handheld game console be any good?">> (Sup Famiclone)
** <<YoutubeL ceI4CeIN1SQ "Improving the $10 8-bit handheld game console">> (better quality AV out)
* <<YoutubeL N7q-tiiTN1Q "SH108 - Hackeriamo un mini arcade">>
* [[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.//
* <<RedditL r/SBCGaming/comments/t8k09f/is_there_any_conceivable_way_to_replace_the_roms/ "Is there any conceivable way to replace the ROMs on 400-in-1 Handheld Console?">>
** [[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]]

View File

@ -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//
* <<httpsL Classic-Games.net>> --- //Your retro game headquarters//
* [[RetroBreak|https://retrobreak.co.uk/]] --- //Celebrating Video Game History//

View File

@ -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) --- <<MDNLink Web/JavaScript/Reference/Global_Objects/parseInt parseInt()>>
* [[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')`

View File

@ -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`
** <<RedditL r/PSP/comments/54tuxr/guide_remotejoy_on_linux_with_6xx_fw "[GUIDE] Remotejoy on linux with 6.xx fw">> --- //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//
** <<RedditL r/PSP/comments/gtid7b/how_do_you_disable_the_analog_stick_entirely "How do you disable the analog stick entirely?">>
* [[PPSSPP|https://www.ppsspp.org]] --- //PSP emulator for Android, Windows, Mac and Linux, written in C++.// --- <<[# Git "https://github.com/hrydgard/ppsspp">>

View File

@ -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

View File

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

View File

@ -1,6 +1,6 @@
created: 20240107113135578
created: 20240109115808230
creator: Octt
list:
modified: 20240108004254035
modified: 20240110011704852
modifier: Octt
title: $:/StoryList

View File

@ -1,6 +1,6 @@
created: 20230501095944427
creator: Octt
modified: 20240107223825086
modified: 20240108100838992
modifier: Octt
title: $:/state/search/currentTab

View File

@ -1,6 +1,6 @@
created: 20220920092307479
creator: Octt
modified: 20240108001338109
modified: 20240110011701265
modifier: Octt
title: $:/state/tab/sidebar--595412856

View File

@ -1,6 +1,6 @@
created: 20230501095944427
creator: Octt
modified: 20240107223825086
modified: 20240108100838993
modifier: Octt
title: $:/state/tab/search-results/sidebar