Skip to content

Commit

Permalink
OcttKB Cross-Repo Sync (HTML to Raw)
Browse files Browse the repository at this point in the history
  • Loading branch information
octospacc committed Dec 24, 2023
1 parent afab887 commit 7eb1abe
Show file tree
Hide file tree
Showing 28 changed files with 127 additions and 30 deletions.
5 changes: 3 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/Hacker News/_en.tid
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
created: 20230113095521581
modified: 20230206111552153
creator: Octt
modified: 20231223232945005
modifier: Octt
tags: TODO $:/i18n:en
title: Hacker News:en

<<MediaWiki Hacker_News en 2>>
<<^wikipediaframe "Hacker News">>

!! ''The Latest News''

Expand Down
4 changes: 3 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230223222804008
creator: Octt
modified: 20231222235907740
modified: 20231224002043287
modifier: Octt
tags:
title: Saved/Sites
Expand All @@ -24,6 +24,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the
* [[FlareXes|https://flarexes.com]]
* [[Gianmarco Gargiulo|https://gianmarco.gg]]
* [[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>>
* [[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.
Expand All @@ -38,6 +39,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the
* [[Max Schillinger|https://maximilian-schillinger.de/index.html]] --- //Linux pro, workflow optimizer, coder for life.//
* [[📚 Nitay Neeman's Blog|https://nitayneeman.github.io/]]
* [[P01✨ CREATIVE CODER & TECHNICAL SPEAKER|http://www.p01.org]]
* [[Parzibyte.me|https://parzibyte.me]] (+Blog) --- //Blog de conocimiento gratuito: linux, programación, open source, bases de datos, android, frameworks, web e informática en general.// --- <<[# Git"https://github.com/parzibyte/parzibyte_me_3">>
* [[Read the Tea Leaves|https://nolanlawson.com/]] --- //Software and other dark arts, by Nolan Lawson//
* [[RetrOfficina4004 Vintage|https://retrofficina4004.blogspot.com/]] --- //Chi non ricorda il passato è destinato a riviverlo//
* [[λ ryan. himmelwright. net|https://ryan.himmelwright.net/]]
Expand Down
4 changes: 3 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/Web/_Development.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230221204801305
creator: Octt
modified: 20231109000404934
modified: 20231223213738061
modifier: Octt
tags:
title: Web/Development
Expand Down Expand Up @@ -46,6 +46,8 @@ title: Web/Development
* [[Convert any website into a PWA in just 3 simple steps|https://dev.to/developertharun/convert-any-website-into-a-pwa-in-just-3-simple-steps-35pp]]
* [[SPA source code recovery by un-Webpacking source maps|https://medium.com/@rarecoil/spa-source-code-recovery-by-un-webpacking-source-maps-ef830fc2351d]] - ''[[unwebpack-sourcemap|https://github.com/rarecoil/unwebpack-sourcemap]]''
* [[How to inject service-worker.js to a webpage via Chrome Extension? I want to add offline functionality to the existing page|https://stackoverflow.com/questions/72356003/how-to-inject-service-worker-js-to-a-webpage-via-chrome-extension-i-want-to-add]]
* [[Convert HTML5 Canvas Sequence to a Video File|https://stackoverflow.com/questions/19235286/convert-html5-canvas-sequence-to-a-video-file/62065826#62065826]]
** customize video quality by changing codec: <<MDNLink Web/API/MediaRecorder/mimeType#examples MediaRecorder/mimeType>>

* [[Hail, Babel! The Transpiling Overlord|https://www.telerik.com/blogs/hail-babel-the-transpiling-overlord]]
** [[Using babel to transpile to es3 (safari compliant)|https://stackoverflow.com/questions/40205547/using-babel-to-transpile-to-es3-safari-compliant]]
Expand Down
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/_Assembly language.tid
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
created: 20231119143717311
creator: Octt
modified: 20231123234234466
modified: 20231223233512593
modifier: Octt
tags:
title: Assembly language

<<^wikipediaframe "Assembly language">>

* [[armips assembler|https://github.com/Kingcom/armips]] --- //assembler for various ARM and MIPS platforms//
* [[ABC: A C compiler for printable x86|http://tom7.org/abc/]] --- includes a paper encoded as an executable with this setup, and a full YT video
* [[ABC: A C compiler for printable x86|http://tom7.org/abc/]] --- includes a paper encoded as an executable with this setup (PAPER.EXE), and a full YT video
* [[AA86 - Symbolic assembler demo|https://utf-8.jp/public/sas/index.html]] --- generates 8086 executables made of only cute printable characters, from ASM

* [[Programming in assembly language tutorial|https://github.com/mschwartz/assembly-tutorial]]
Expand Down
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_C++.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20231115233135878
creator: Octt
modified: 20231115233436963
modified: 20231223210119928
modifier: Octt
tags:
title: C++
Expand All @@ -10,3 +10,4 @@ title: C++
* [[ISO C++ Standard Foundation|https://isocpp.org/]]
* [[mixing c and cpp|https://isocpp.org/wiki/faq/mixing-c-and-cpp]]
** [[What is the effect of extern "C" in C++?|https://stackoverflow.com/questions/1041866/what-is-the-effect-of-extern-c-in-c]], and how to use it in practice to effectively mix C and C++
* [[mingw - compiling g++ programs for windows 98?|https://stackoverflow.com/questions/25596221/g-programs-for-windows-98#50849554]]
4 changes: 3 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_DIY.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230605212401089
creator: Octt
modified: 20231123234533983
modified: 20231223222317790
modifier: Octt
tags:
title: DIY
Expand All @@ -10,6 +10,8 @@ title: DIY
!! ''Repairs''

* [[Repair Preservation Group Wiki (repair.wiki)|https://repair.wiki/w/Repair_Wiki]]
* [[Woodgears.ca|https://woodgears.ca/]] --- //An engineer's approach to
Woodworking//

* [[Notes on the Troubleshooting and Repair of Television Sets|https://www.repairfaq.org/samnew/tvfaq.htm]]
** [[CRT repair and troubleshooting|https://repair.wiki/w/CRT_repair_and_troubleshooting]]
16 changes: 16 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/_Database.tid
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
created: 20231223234312578
creator: Octt
modified: 20231223234827077
modifier: Octt
title: Database

<<^wikipediaframe Database>>

!! SQL

<<^wikipediaframe SQL>>

!!! MySQL \ MariaDB

<<^wikipediaframe MySQL>>
<<^wikipediaframe MariaDB>>

* [[How to install MySQL (MariaDB) on Android with Termux|https://parzibyte.me/blog/en/2019/04/16/install-mysql-mariadb-android-termux/]]
* [[--skip-grant-tables option cannot execute statement|https://stackoverflow.com/questions/54751024/skip-grant-tables-option-cannot-execute-statement]] --- in `mysql>` execute `flush privileges`
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Email.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20231221000014083
creator: Octt
modified: 20231221170938128
modified: 20231223223915590
modifier: Octt
title: Email

Expand All @@ -9,6 +9,7 @@ title: Email
* [[What characters are allowed in an email address?|https://stackoverflow.com/questions/2049502/what-characters-are-allowed-in-an-email-address]] (contains scary examples)

* [[MxToolbox|https://mxtoolbox.com/]] --- misc tools for email server administration and testing
* [[SPF/DKIM/DMARC/DomainKey/RBL Test Online|https://appmaildev.com/]]

!! ''Hosting and software''

Expand Down
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Gaming.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230116202756249
creator: Octt
modified: 20231223100756494
modified: 20231223212858861
modifier: Octt
tags: $:/i18n:en
title: Gaming
Expand All @@ -17,6 +17,7 @@ title: Gaming
* [[The Cutting Room Floor|https://tcrf.net/]] is a site dedicated to unearthing and researching unused and cut content from video games
* [[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!//

* [[RetroBreak|https://retrobreak.co.uk/]] --- //Celebrating Video Game History//
* [[The Tech Game - Community|https://www.thetechgame.com/]] --- gaming news along with useful related downloads
Expand Down
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Hardware.tid
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
created: 20231221155549063
creator: Octt
modified: 20231221160314187
modified: 20231223214751769
modifier: Octt
tags:
title: Hardware

<<^wikipediaframe Hardware>>

* [[The Hardware Book [HwB]|http://www.hardwarebook.info/]] --- //Internet's largest free collection of connector pinouts and cable descriptions//
* [[PinoutGuide.com|https://pinoutguide.com/]] --- //Handbook of hardware schemes, cables and connectors layouts pinouts//
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20221110145611678
creator: Octt
modified: 20231222115353008
modified: 20231223224154890
modifier: Octt
tags: Development $:/i18n:en Web
title: JavaScript
Expand Down Expand Up @@ -31,6 +31,7 @@ title: JavaScript
* [[Fastest method to escape HTML tags as HTML entities?|https://stackoverflow.com/questions/5499078/fastest-method-to-escape-html-tags-as-html-entities]] --- in the browser, `(html) => { var escape = document.createElement('textarea'); escape.textContent = html; return escape.innerHTML; }`
* [[Get a random item from a JavaScript array|https://stackoverflow.com/questions/5915096/get-a-random-item-from-a-javascript-array#5915122]] --- `item = items[Math.floor(Math.random() * items.length)];`
* [[Simplest code for array intersection in javascript|https://stackoverflow.com/questions/1885557/simplest-code-for-array-intersection-in-javascript#1885569]] --- `arrayNew = array1.filter(value => array2.includes(value));`
* [[Why is 'for (... in ...)' with arrays considered bad practice in JavaScript?|https://stackoverflow.com/questions/2265167/why-is-forvar-item-in-list-with-arrays-considered-bad-practice-in-javascript]] --- use `for (... of ...)` instead

* [[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')`
Expand Down
8 changes: 7 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Linux.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
created: 20230111153758951
creator: Octt
icon: 🐧
modified: 20231221235827928
modified: 20231223225542672
modifier: Octt
page-cover: https://images.unsplash.com/photo-1549605659-32d82da3a059?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
tags: $:/i18n:en Unix
Expand Down Expand Up @@ -45,14 +45,20 @@ title: Linux

!!! ''Troubleshooting, practical guides''

* [[Linux Hint|https://linuxhint.com/]]
* [[Linuxize|https://linuxize.com/]] --- //Linux Tips, Tricks and Tutorials//
* [[Ubuntu Geek|https://www.ubuntugeek.com/]] --- //Ubuntu Linux Tutorials,Howtos,Tips & News//

* [[How to Zip Files and Directories in Linux|https://linuxize.com/post/how-to-zip-files-and-directories-in-linux/]] --- //the `zip` util and all important options//

* [[Ubuntu 18.04 - pulseaudio Daemon startup failed|https://askubuntu.com/questions/1114659/ubuntu-18-04-pulseaudio-daemon-startup-failed]]

* [[Create a Linux Swap File|https://linuxize.com/post/create-a-linux-swap-file/]]
* [[How to Increase Swap on Raspberry Pi|https://linuxhint.com/increase-swap-raspberry-pi/]] --- edit the `/etc/dphys-swapfile` file accordingly, then run: `sudo dphys-swapfile {swapoff,setup,swapon}`
* [[cannot mount /dev/loop1 read-only|https://serverfault.com/questions/839898/cannot-mount-block-device-dev-loop-read-only]] --- Filesystem might have a dirty log, using `-o norecovery` can still mount it readonly.

* [[How to take back control of /etc/resolv.conf on Linux|https://www.ctrl.blog/entry/resolvconf-tutorial.html]] --- //Several DNS-related programs want to automatically manage the DNS name server and resolution configuration file at `/etc/resolv.conf`. In some situations, you may want to manage this file yourself.//

* [[How do I start a process with a nice value of -20 and not give it root privilege?|https://unix.stackexchange.com/questions/72934/how-do-i-start-a-process-with-a-nice-value-of-20-and-not-give-it-root-privilege]] --- quick hack: `sudo nice -n -20 su -c ${cmd} ${user}`

* [[How to Show FPS Counter in Linux Games|https://linuxhint.com/show_fps_counter_linux_games/]]
10 changes: 10 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/_News.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
created: 20231223233937694
creator: Octt
modified: 20231223234138891
modifier: Octt
tags:
title: News

<<^WikipediaFrame "News">>

* [[Boing Boing|https://boingboing.net/]] --- //The award-winning zine, blog and directory of mostly wonderful things.//
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230202104823127
creator: Octt
modified: 20231119011705431
modified: 20231223212338912
modifier: Octt
tags: Nintendo Gaming $:/i18n:en Console
title: Nintendo Entertainment System
Expand Down Expand Up @@ -39,3 +39,9 @@ title: Nintendo Entertainment System
* [[BZK 6502 Disassembler|https://github.com/cyneprepou4uk/BZK-6502-Disassembler]] --- //Create a disassembly of a NES game// --- <<[# Manual "https://cyneprepou4uk.github.io/iromhacker/nes/en/bzk6502/1/index.html">> <<[# Thread "https://www.romhacking.net/forum/index.php?topic=31875.0">>

* [[NES Games Disassembly|https://github.com/cyneprepou4uk/NES-Games-Disassembly]] --- //Source code of some NES games// --- <<[# Thread "https://www.romhacking.net/forum/index.php?topic=32220.0">>

!!! Emulators

* [[FCEUX|https://fceux.com]] --- //The all in one NES/Famicom/Dendy Emulator// --- <<[# "https://github.com/TASEmulators/fceux">>
* [[Nestopia|]]
* [[NesDs|]]
6 changes: 4 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/_NumWorks.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230202110151955
creator: Octt
modified: 20230723230745197
modified: 20231223223656445
modifier: Octt
tags: $:/i18n:en Calculator
title: NumWorks
Expand All @@ -12,7 +12,9 @@ title: NumWorks

* [[Numworks Hacks Guide|https://guide.getomega.dev/]]
* [[Omega|https://getomega.dev/]] Custom Firmware, abandoned --- <<[ "[[Git|https://github.com/Omega-Numworks]]">>
** ... including [[Phi|https://phi.getomega.dev/]], //jailbreak for the Numworks calculator with Epsilon 16 and higher. It brings back custom firmwares.//
** [[Upsilon|https://getupsilon.web.app/]] --- CFW forked from Omega and mantained --- <<[ "[[Git|https://github.com/UpsilonNumworks]]">>

* [[Nwagyu|https://www.nwagyu.com/]] --- //Collection of free nwa apps that you can install on your NumWorks calculator//
* [[Templates to Plot Functions, Parametric Equations, and Sequences|http://edspi31415.blogspot.com/2021/01/numworks-templates-to-plot-functions.html]]
* [[Templates to Plot Functions, Parametric Equations, and Sequences|https://edspi31415.blogspot.com/2021/01/numworks-templates-to-plot-functions.html]]
* [[Version 16 bêta : verrouillage NumWorks anti Omega / KhiCAS|https://tiplanet.org/forum/viewtopic.php?t=24968&p=261770&lang=en#p261770]]
10 changes: 10 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/_Picture.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
created: 20231223234901522
creator: Octt
modified: 20231223235310265
modifier: Octt
tags:
title: Picture

<<^WikipediaFrame "Picture">>

* [[Apeaksoft Free Watermark Remover|https://www.apeaksoft.com/watermark-remover/]] || [[vidmore Free Watermark Remover Online|https://www.vidmore.com/watermark-remover/]]
7 changes: 6 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Retrogaming.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20221102121324531
creator: Octt
modified: 20231222225931242
modified: 20231223211424877
modifier: Octt
tags: Emulation Retro $:/i18n:en Gaming
title: Retrogaming
Expand All @@ -13,7 +13,12 @@ title: Retrogaming

* [[Let's Play GBA|https://www.letsplaygba.com/]] --- //Play All Game Boy Advance Games Online// --- shitty JS emulation but offers a Flash emulator, curious

!!! Emulators

* [[Mesen|https://www.mesen.ca/]] --- //Mesen is a multi-system emulator for Windows and Linux. It supports NES, SNES, Game Boy (Color) and PC Engine games. It also includes an extensive set of debugging tools for homebrew development and romhacking.// --- <<[# Git"https://github.com/SourMesen">>

!!! ''ROMs and various archives''

* [[r/Roms Megathread|https://r-roms.github.io]]
* [[No-Intro Romsets|https://archive.org/details/no-intro_romsets]]
* [[Redump Romsets|https://archive.org/details/redump]]
Expand Down
13 changes: 13 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/_Speedrun.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
created: 20231223212409681
creator: Octt
modified: 20231223212742123
modifier: Octt
tags:
title: Speedrun

<<^WikipediaFrame "Speedrun">>

<<^WikipediaFrame "Tool-assisted speedrun">>

* [[TASVideos|https://tasvideos.org/]] --- //Tool-assisted game movies, When human skills are just not enough//
** [[TAS Emulators|https://github.com/TASEmulators]] --- //Rerecording emulators and tools used for making Tool Assisted Speedruns//
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/_Sysadmin.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20231221170555191
creator: Octt
modified: 20231221170742861
modified: 20231223215423378
modifier: Octt
tags:
title: Sysadmin
Expand All @@ -12,4 +12,4 @@ title: Sysadmin
Saved sites that are mainly about miscellaneous system administration (mainly devlogs, project showcases, or tips+tricks, and online tools). (Some are in other Saved pages and should be moved here.)

* [[Jimmy's weblog|https://web.archive.org/web/20210211061312/http://www.jimmy.co.at/weblog/]]
* [[Major Hayden|https://major.io/]] --- //A social nerd writing about everything 🤓//
* [[Major Hayden|https://major.io/]] --- //A social nerd writing about everything 🤓// --- <<[# Git"https://github.com/major/major.io">>
7 changes: 4 additions & 3 deletions Wiki-OcttKB/tiddlers/Normal/_Web Browser.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230217100639349
creator: Octt
modified: 20231221000838294
modified: 20231223213314857
modifier: Octt
tags: Web
title: Web Browser
Expand All @@ -20,19 +20,20 @@ title: Web Browser
!!! [[Firefox|https://firefox.com]]

* [[How to Install Any Add-on in Firefox for Android|https://www.maketecheasier.com/install-addon-firefox-android]] (Firefox Beta is needed)
** [[https://mastodon.uno/@octo/111064836718607256]]
** [[Usando Firefox Beta, è possibile aggiungere una lista custom di #addons...|https://mastodon.uno/@octo/111064836718607256]]
* [[Why Extensions can't modify Mozilla sites (like AMO)|https://ninetailed.ninja/extensions-modify-mozilla-sites.html]]
* [[How to increase Firefox scrollbar width?|https://unix.stackexchange.com/questions/304711/how-to-increase-firefox-scrollbar-width]] --- set `widget.non-native-theme.scrollbar.size.override` to number in `about:config`

; Forks
: [[LibreWolf|https://librewolf.net]] (Desktop)
: <<FDroidLink org.mozilla.fennec_fdroid "Fennec F-Droid">> (Android)
: [[CENO Browser|https://censorship.no/en/index.html]] (Android) - //Short for censorship.no!, is the world’s 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]]">>
: [[CENO Browser|https://censorship.no/en/index.html]] (Android) --- //Short for censorship.no!, is the world’s 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]]">>

!!! <<FlathubLink org.gnome.Epiphany "Epiphany">>

* https://gitlab.gnome.org/GNOME/epiphany

!! Extensions / Add-ons

* [[octollection|https://addons.mozilla.org/en-US/firefox/collections/18049170/octollection]] --- my add-ons collection for Firefox
* [[Redirector|https://einaregilsson.com/redirector/]]
Loading

0 comments on commit 7eb1abe

Please sign in to comment.