OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2024-01-08 01:16:11 +00:00
parent 83d4d57ccd
commit 15bd8f47cc
25 changed files with 99 additions and 35 deletions

View File

@ -1,6 +1,6 @@
created: 20230429182925276
creator: Octt
modified: 20240102003748569
modified: 20240107164336993
modifier: Octt
tags:
title: JavaScript/Libraries
@ -12,6 +12,7 @@ Note: some are still in [[Web/Development]]
* [[FileSaver.js|https://github.com/eligrey/FileSaver.js]] --- //An HTML5 saveAs() FileSaver implementation//
* `jsdom`: //JavaScript implementation of various web standards, for use with Node.js// --- <<[# Git "https://github.com/jsdom/jsdom">>
* [[Axios|https://axios-http.com/]] --- //Promise based HTTP client for the browser and node.js// --- <<[# Git"https://github.com/axios">>
** [[How to display response error message with axios|https://stackoverflow.com/questions/44385872/how-to-display-response-error-message-with-axios]] --- `try { ... } catch(err) { console.log(err.response.data.message) }`
!!! ''Do-all''

View File

@ -1,6 +1,6 @@
created: 20230223222804008
creator: Octt
modified: 20231224174415722
modified: 20240107161030045
modifier: Octt
tags:
title: Saved/Sites
@ -26,6 +26,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the
* [[iliana etaoin|https://iliana.fyi/]] --- //systems engineer at oxide computer company//
* [[Il Disinformatico|https://attivissimo.blogspot.com/]] --- //Un blog di Paolo Attivissimo, giornalista informatico e cacciatore di bufale//
* <<httpL iter.ca>>
* [[Jeff Geerling|https://www.jeffgeerling.com/]]
* [[koyu's personal website|https://web.koyu.space/]]
* [[l33t.codes|https://l33t.codes]] --- Nice emulated retro-style with CRT effects and monospace text of many colors.
* [[LarrySanger.org|https://larrysanger.org/]] --- "//Technology, philosophy, and more//"

View File

@ -1,8 +0,0 @@
created: 20230202232653119
creator: Octt
modified: 20230207221713804
modifier: Octt
tags: Nintendo $:/i18n:en Game Proprietary
title: Super Mario 64:en
<<WikipediaFrame Super_Mario_64 en>>

View File

@ -1,7 +1,7 @@
created: 20230202230035698
creator: Octt
icon: 🤖
modified: 20240103001057678
modified: 20240108001321956
modifier: Octt
page-cover: https://source.unsplash.com/random?android
tags: OS Google Linux
@ -27,6 +27,9 @@ title: Android
* //''<<FDroidLink com.github.tmo1.sms_ie "SMS Import / Export">>'' is a simple Android app that imports and exports SMS and MMS messages, call logs, and contacts from and to JSON / NDJSON files.// --- <<[# Git"https://github.com/tmo1/sms-ie">>
* <<FDroidLink org.sufficientlysecure.ical "Calendar Import-Export">> --- //Import/export your Android calendars as ics files without using the Google cloud// --- <<[# Git"https://github.com/SufficientlySecure/calendar-import-export">>
** This seems to work better, but UX is worse: [[iCal Import/Export CalDAV|https://apkpure.com/ical-import-export-caldav/tk.drlue.icalimportexport]]
* <<FDroidLink ryey.easer Easer>> --- //User-defined explicit automation for Android// --- <<[# Git"https://github.com/renyuneyun/Easer">>
* [[Automate|https://llamalab.com/automate/]] (freemium) --- //Make your phone or tablet smarter with automation// --- [<<GPlayLink com.llamalab.automate>>]
* [[MacroDroid|https://www.macrodroid.com/]] --- //Make your phone truly smart with the number one automation app on Android// --- <<GPlayLink com.arlosoft.macrodroid>>
* [[All you need to know about LOST.DIR folder on Android devices|http://thesundaycoder.blogspot.com/2014/06/all-you-need-to-know-about-lostdir.html]]
* [[What Is a NOMEDIA File?|https://androidforums.com/threads/whats-a-nomedia-file.307529/]] --- An empty file called `.nomedia` is used to hide the media content of the directory (and subdirectories) it's placed in from gallery apps and such.

View File

@ -1,12 +1,14 @@
created: 20230927061001942
creator: Octt
modified: 20230927063845359
modified: 20240108004450287
modifier: Octt
tags:
title: Barcode
<<^wikipediaframe Barcode>>
* <<WikipediaLink "QR Code">>
* <<WikipediaLink "High Capacity Color Barcode">> --- Defunct technology by Microsoft, I couldn't find any working encoder and decoder implementation, proprietary or third-party (escluding Microsoft Tag, which I couldn't try).
* <<linkdescgit "JAB Code" "https://jabcode.org" "Just Another Bar Code" "https://github.com/jabcode/jabcode">>
* <<linkdesc cimbar "https://github.com/sz3/cimbar" "color-icon-matrix barcodes">> --- <<#[ "libcimbar Git" "https://github.com/sz3/libcimbar">> <<[# "CameraFileCopy" "https://github.com/sz3/cfc">>
* [[Twibright Optar|http://ronja.twibright.com/optar/]] --- //stands for OPTical ARchiver. It's a codec for encoding data on paper or free software 2D barcode in other words. Optar fits 200kB on an A4 page, then you print it with a laser printer.//

View File

@ -1,7 +1,7 @@
created: 20230209150101862
creator: Octt
icon: 💅
modified: 20240103005529115
modified: 20240107152919931
modifier: Octt
page-cover: https://images.unsplash.com/photo-1523437113738-bbd3cc89fb19
tags: Web Frontend
@ -19,6 +19,7 @@ title: CSS
* [[Bulma|https://bulma.io/]] --- //modern CSS framework that just works//
* [[PaperCSS|https://www.getpapercss.com/]] --- //the less formal CSS framework//
* [[W3.CSS|https://www.w3schools.com/w3css/default.asp]] --- //A Quality Alternative to Bootstrap, is Smaller, Faster and Easier to Use.//
!!! ''Amazing''
@ -27,3 +28,4 @@ title: CSS
* [[Spinning Diagrams with CSS|https://x.st/spinning-diagrams-with-css]]
* [[Bubble Sort...in PURE CSS? [No JS] 😱|https://dev.to/grahamthedev/bubble-sortin-pure-css-no-js-3bb1]]
* [[25 CSS Paper Effects|https://freefrontend.com/css-paper-effects/]]
* [[Reusable CSS "Sticker" Effect|https://dev.to/5t3ph/reusable-css-sticker-effect-44lc]]

View File

@ -1,6 +1,6 @@
created: 20231119004553704
creator: Octt
modified: 20231211233858282
modified: 20240108001006325
modifier: Octt
tags: Gaming
title: Gaming console
@ -9,3 +9,10 @@ title: Gaming console
* [[Console Protocols|https://sites.google.com/site/consoleprotocols/]] --- //site dedicated to the accurate documentation of protocols used to communicate with and inside of game consoles//
* [[ConsoleMods.org|https://consolemods.org/wiki/Main_Page]] --- //collaborative community focused on collecting and preserving the ephemeral knowledge of console modifications, repairs, and restoration methods//
* <<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">>
* <<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/]]

View File

@ -1,20 +1,23 @@
created: 20230116202756249
creator: Octt
modified: 20231224164833125
modified: 20240107225131526
modifier: Octt
tags: $:/i18n:en
title: Gaming
<<^wikipediaframe Video_game en>>
Some games:
* [[Dwarf Fortress|https://bay12games.com/dwarves]] --- very old game that recently got modernized, I like the original ASCII-graphics-based version ("Classic") which is also gratis
* [[Rising Up|https://twitwi.itch.io/risingup]] --- //Climb the Corporate Ladder... with Your Fists!//
* All other games I mentioned on this KB: <<tag Game>>
...
Some gaming resources:
* [[Video Game History Foundation|https://gamehistory.org/]] --- //non-profit organization dedicated to preserving, celebrating, and teaching the history of video games//
* [[The Cutting Room Floor|https://tcrf.net/]] is a site dedicated to unearthing and researching unused and cut content from video games
* [[Video Game Music Preservation Foundation|https://www.vgmpf.com/Wiki/index.php]] --- //the Wikipedia of video game music!//
* [[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!//

View File

@ -1,6 +1,6 @@
created: 20231102231258441
creator: Octt
modified: 20231218234613022
modified: 20240107114852326
modifier: Octt
tags:
title: Homebrew
@ -11,3 +11,4 @@ title: Homebrew
** [[Retro Veteran|https://www.retroveteran.com/]] --- //Retro is our thing!// --- continuation for the above site
* ''[[Homebrew Hub|https://hh.gbdev.io/]]'' is a community-led initiative to collect, archive and preserve homebrew software developed for Game Boy (Color) and the Game Boy Advance. --- <<[# Git"https://github.com/gbdev/homebrewhub">>
* [[Universal-Team|https://universal-team.net/]] --- //We make homebrew apps for the DS(i) and 3DS. We hope you find them useful! 😄// --- <<[# Git"https://github.com/Universal-Team">>

View File

@ -1,6 +1,6 @@
created: 20221110145611678
creator: Octt
modified: 20240107012957516
modified: 20240107152759369
modifier: Octt
tags: Development $:/i18n:en Web
title: JavaScript
@ -23,6 +23,7 @@ title: JavaScript
* [[Which equals operator (== vs ===) should be used in JavaScript comparisons?|https://stackoverflow.com/questions/359494/which-equals-operator-vs-should-be-used-in-javascript-comparisons]] ("Good and bad twins") --- `==` is bad unless explicitly needed, since it does type-coercion.
** [[In theory === is faster, no type conversion takes place. Practically there's no performance difference.|https://stackoverflow.com/questions/12332855/which-javascript-equality-operator-or-is-faster]]
** [[JavaScript-Equality-Table|https://dorey.github.io/JavaScript-Equality-Table/unified/]] - <<[ "[[Git|https://github.com/dorey/JavaScript-Equality-Table]]">>
* [[Environment detection: node.js or browser|https://stackoverflow.com/a/57774317]]
* [[Superpacking JS Demos|https://web.archive.org/web/20120919185414/http://daeken.com/superpacking-js-demos]]
* [["Illegal invocation" errors in JavaScript|https://mtsknn.fi/blog/illegal-invocations-in-js/]] --- //The error is thrown when calling a function whose `this` keyword isn't referring to the object where it originally did (when the context of the function is lost)//
@ -36,6 +37,7 @@ title: JavaScript
** see [[https://eslint.org/docs/latest/rules/no-extend-native]]
* [[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));`
* [[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: 20230429221135750
creator: Octt
modified: 20230429223626598
modified: 20240107120240647
modifier: Octt
tags:
title: Newsgroup
@ -10,7 +10,7 @@ title: Newsgroup
Browse newsgroup archives online:
* [[Google Groups|https://www.google.com/search?q=site%3Agroups.google.com]]
* [[Narkive|https://narkive.com/]]
* [[Narkive|https://narkive.com/]] (Newsgroup Archive) --- apparently recently started indexing Stackexchange threads, automatically translated on the server side
* [[UsenetArchives.com|https://www.usenetarchives.com/]] - [<<RedditLink r/usenet/comments/in6u06/free_usenet_text_archive_goes_online_300_million/ Info>>]
** [[2.1 Million of the Oldest Internet Posts Are Now Online for Anyone to Read|https://www.vice.com/en/article/pky7km/usenet-archive-utzoo-online]]

View File

@ -1,6 +1,6 @@
created: 20220923110724649
creator: Octt
modified: 20231221155246624
modified: 20240107114401734
modifier: Octt
tags: Gaming Nintendo Console Handheld
title: Nintendo 3DS
@ -9,6 +9,8 @@ title: 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">>
* <<l3db Gamecards>>
* [[Install FBI on CTRNAND|https://gbatemp.net/threads/install-fbi-on-ctrnand.616119/]] (or any title, manual procedure)

View File

@ -1,6 +1,6 @@
created: 20220923110724649
creator: Octt
modified: 20231221160337356
modified: 20240107152614906
modifier: Octt
tags: Gaming Nintendo NDS Console $:/i18n:en Handheld
title: Nintendo DS
@ -16,6 +16,10 @@ title: Nintendo DS
* [[Some NDS ROM File Format Discoveries|https://gbatemp.net/threads/some-nds-rom-file-format-discoveries.624725/]]
* [[DS Game Card [HwB]|http://www.hardwarebook.info/DS_Game_Card]]
* [[DS-Homebrew|https://ds-homebrew.com/]] (+ wiki) --- <<[# Git"https://github.com/DS-Homebrew">>
** //''[[nds-bootstrap|https://github.com/DS-Homebrew/nds-bootstrap]]'' is an open-source application that allows Nintendo DS/DSi ROMs and homebrew to be natively utilised rather than using an emulator.//
*** //''[[TWiLight Menu++|https://github.com/DS-Homebrew/TWiLightMenu]]'' is an open-source DSi Menu upgrade/replacement for the Nintendo DSi, the Nintendo 3DS, and Nintendo DS flashcards.//
!!! Emulators
...WIP

View File

@ -1,6 +1,6 @@
created: 20230112104013755
creator: Octt
modified: 20231221183021943
modified: 20240107160445013
modifier: Octt
tags: Platformer TPS $:/i18n:en Game Nintendo Proprietary
title: Splatoon
@ -11,3 +11,6 @@ title: Splatoon
* [[Inkopolis Walker (Haikara Walker, Octo Expansion artbook)|https://imgur.com/a/LOLazfi]]
** [[Haikara Walker/ 3rd Splatoon art book (rough) translation thread!|https://threadreaderapp.com/thread/1087606696015364096]]
** [[Haikara Walker Translation Masterdoc|https://docs.google.com/document/d/10E9v0-oTyNyBYD81r-pdgBigeDdwRzj6JvMJAOvh958/edit]]
* <<YoutubeL Js0jyvvJAgc "(NES style) 8-Bit Splatoon!">> (concept video)
* <<YoutubeL zLBxGtPzvjw "Demaking Splatoon - Splattack! (N64 Version) Music">>

View File

@ -0,0 +1,12 @@
created: 20230202232653119
creator: Octt
modified: 20240107164644508
modifier: Octt
tags: Nintendo $:/i18n:en Game Proprietary
title: Super Mario 64
<<^WikipediaFrame "Super Mario 64">>
!!! Mods
* [[Shotgun Mario 64|https://romhacking.com/hack/shotgun-mario-64]] --- [<<YoutubeL YHdUHSv2lPc>>]

View File

@ -1,6 +1,6 @@
created: 20230504095843099
creator: Octt
modified: 20231122001633046
modified: 20240107223045631
modifier: Octt
tags: Art
title: Tech Art
@ -9,6 +9,12 @@ title: Tech Art
* <<linkdescgit dwitter "https://www.dwitter.net/" "Social network for short js demos" "https://github.com/lionleaf/dwitter">> --- <<[# "Frontend Git" "https://github.com/dwitter-net/dwitter-frontend">>
!!! Fractal
<<^WikipediaFrame "Fractal">>
* [[Fractus|https://fractus.whiskers.dev/]] --- //Fractal Explorer//
Some interesting tech art pieces follow.
!! Web

View File

@ -1,6 +1,6 @@
created: 20230206204937437
creator: Octt
modified: 20240107005514984
modified: 20240107151948737
modifier: Octt
tags:
title: Telegram
@ -17,9 +17,14 @@ title: Telegram
* <<linkdescgit "Telegram X" "https://t.me/tgx_log" "official alternative Telegram client for Android" "https://github.com/TGX-Android">>
* [[Teledrive|https://github.com/mgilangjanuar/teledrive]] --- //The cloud drive alternative using Telegram API//
* [[Telegram Index (Fork)|https://github.com/octospacc/TelegramIndex-Fork]] - //Python web app to index telegram chats and serve its files for download over HTTP//
* [[tg-index|https://github.com/odysseusmax/tg-index]] --- //Python web app to index telegram chats and serve its files for download over HTTP//
** My (kind of) updated fork: [[Telegram Index Fork|https://github.com/octospacc/TelegramIndex-Fork]]
* [[RSS to Telegram Bot|https://t.me/RSStT_Bot]] (`@`) --- //A Telegram RSS bot that cares about your reading experience// --- <<[# Git"https://github.com/Rongronggg9/RSS-to-Telegram-Bot">>
* [[GramJS|https://gram.js.org/]] --- //NodeJS/Browser MTProto API Telegram client library// --- <<[# Git"https://github.com/gram-js">> <<[# GitBook"https://painor.gitbook.io/gramjs/">>
* [[Pyrogram|https://pyrogram.org/]] --- //Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots// --- <<[# Git"https://github.com/pyrogram">>
* [[Telethon|https://docs.telethon.dev/]] --- //Pure Python 3 MTProto API Telegram client library, for bots too!// --- <<[# Git"https://github.com/LonamiWebs/Telethon">>
!!! Misc
* How Telegram banned me, I lost everything: [[https://bbs.spacc.eu.org/viewtopic.php?t=160]]

View File

@ -1,6 +1,6 @@
created: 20230217100639349
creator: Octt
modified: 20240107013758531
modified: 20240107125655740
modifier: Octt
tags: Web
title: Web Browser
@ -33,6 +33,7 @@ title: Web Browser
: [[CENO Browser|https://censorship.no/en/index.html]] (Android) --- //Short for censorship.no!, is the worlds first mobile browser that side-steps current Internet censorship methods. Its peer-to-peer backbone allows people to access and share web information in and across regions where connectivity has been interrupted or compromised.// --- <<[ "[[Git|https://gitlab.com/censorship-no]]">>
; Forks of the old codebase, Mozilla Suite
: [[Mypal|https://www.mypal-browser.org/]] --- //Mypal is a current and maintained browser for Windows XP. Turn that old PC into something useful!// --- <<[# "Old Sources" "https://github.com/Feodor2/Mypal/tags">>
: [[Pale Moon|https://www.palemoon.org/]]
: //''[[SeaMonkey project|https://www.seamonkey-project.org/]]'' is a community effort to develop the SeaMonkey Internet Application Suite//
@ -40,6 +41,12 @@ title: Web Browser
* https://gitlab.gnome.org/GNOME/epiphany
!!! Misc
* //''[[Falkon|https://www.falkon.org/]]'' is a KDE web browser using QtWebEngine rendering engine// (same as Chromium, but the overall base is different)
* //''[[K-Meleon|http://kmeleonbrowser.org/]]'' is a lightweight, customizable, open-source web browser designed for Microsoft Windows (Win32) operating systems. Support for legacy operating systems, low RAM usage, a macro language to customize the browser, and privacy-respecting defaults are among K-Meleon's unique features.//
* [[Konqueror|https://apps.kde.org/konqueror/]] --- //Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of file-management and file previewing.// --- basically the Internet Explorer 4 of Linux, a file manager with built-in browser and advanced features... seems to be maintained currently, but all my distros ship an ancient version with HTML 4 (no 5) support
!! Extensions / Add-ons
* [[octollection|https://addons.mozilla.org/en-US/firefox/collections/18049170/octollection]] --- my add-ons collection for Firefox

View File

@ -1,12 +1,16 @@
created: 20230206192842398
creator: Octt
modified: 20231222233656761
modified: 20240107140354621
modifier: Octt
tags: Web PHP CMS
title: WordPress
\define lwplug(slug, title) [[$title$|https://wordpress.org/plugins/$slug$]]
* <<httpsL WordPress.com>> --- Corporate site and home page of the SaaS service
* <<httpsL WordPress.org>> --- Home page of the open source project
** <<httpsL developer.wordpress.org>> --- Development resources, guides, references
<<^wikipediaframe WordPress en>>
* [[Stupid WordPress Tricks|https://perishablepress.com/stupid-wordpress-tricks]] (with PHP)

View File

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

View File

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

View File

@ -0,0 +1,7 @@
created: 20240107224846740
creator: Octt
modified: 20240107224849532
modifier: Octt
title: $:/state/folded/Android
show

View File

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

View File

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

View File

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