OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2023-11-03 00:23:03 +00:00
parent b0729f3ae7
commit c93c5a6f48
14 changed files with 50 additions and 21 deletions

View File

@ -1,6 +1,6 @@
created: 20230223222804008
creator: Octt
modified: 20231029140010025
modified: 20231102231222842
modifier: Octt
tags:
title: Saved/Sites
@ -38,6 +38,7 @@ These are portfolios, collections of projects, hubs, landing pages, etc.
* [[OctoSpacc Hub|https://hub.octt.eu.org]]
* [[Arktis :: Sigve Sebastian Farstad|https://arkt.is/]]
* <<httpL "Neal.fun">>
* [[Novasquirrel's site|https://novasquirrel.com/]]
* [[The Hacker's Choice|https://www.thc.org]] --- group of international hackers, founded in 1995 --- <<[# "Knowledge Base" "https://iq.thc.org">>
* [[ZeptoBars|https://zeptobars.com/en/]] --- hi-def pictures of naked CPU dies

View File

@ -1,6 +1,6 @@
created: 20231029134919585
creator: Octt
modified: 20231029135726399
modified: 20231102232811333
modifier: Octt
tags:
title: C Language
@ -9,3 +9,5 @@ title: C Language
* [[Why do many functions that return structures in C, actually return pointers to structures?|https://softwareengineering.stackexchange.com/questions/359408/why-do-many-functions-that-return-structures-in-c-actually-return-pointers-to-s]]
* [[Passing by reference in C|https://stackoverflow.com/questions/2229498/passing-by-reference-in-c]] --- "C does not support passing a variable by reference"... //Passing a pointer ''is'' passing-by-reference. This seems to be one of those facts that "savvy" C programmers pride themselves on. Like they get a kick out of it. "Oh you might THINK C has pass-by-reference but no it's actually just the value of a memory address being passed harharhar". Passing by reference literally just means passing the memory address of where a variable is stored rather than the variable's value itself [...]//
* [[strcpy vs. memcpy|https://stackoverflow.com/questions/2898364/strcpy-vs-memcpy]] --- //strcpy stops when it encounters a NUL ('\0') character, memcpy does not//, aka as the names suggest often strcpy is perfect for strings while for generic data memcpy could be needed.
* [[ISO C90 forbids mixed declarations and code in C|https://stackoverflow.com/questions/13291353/iso-c90-forbids-mixed-declarations-and-code-in-c]] --- old C standards required that new variables can be declared only before any other actual instruction in a scoped block, e.g. only at the top of a function

View File

@ -0,0 +1,10 @@
created: 20231102223250475
creator: Octt
modified: 20231102232029973
modifier: Octt
tags:
title: DOS
<<^wikipediaframe DOS>>
* [[DOS haven|http://www.doshaven.eu/]] --- //21st century DOS games//, and related resources like homebrews, tools, and codes

View File

@ -1,6 +0,0 @@
created: 20230209150458143
creator: Octt
modified: 20230209150501842
modifier: Octt
tags: TODO Gaming
title: Game

View File

@ -1,10 +1,15 @@
created: 20230116202756249
creator: Octt
modified: 20230723133113828
modified: 20231102235613628
modifier: Octt
tags: $:/i18n:en
title: Gaming
<<^wikipediaframe Video_game en>>
* All games I mentioned on this KB: <$macrocall $name="tag" tag="Game"/>
* All games I mentioned on this KB: <<tag Game>>
...
* [[Free Game Planet|https://www.freegameplanet.com/]] --- //All The Best Free Video Games With New Additions Every Day//
** [[Alpha Beta Gamer|https://www.alphabetagamer.com/]] --- //Free Video Game Alpha & Beta Tests. The Worlds Biggest Beta Testing Site//

View File

@ -0,0 +1,11 @@
created: 20231102231258441
creator: Octt
modified: 20231102231833909
modifier: Octt
tags:
title: Homebrew
<<^wikipediaframe "Homebrew (video games)">>
* [[PDRoms|https://pdroms.de]] --- //Homebrew 4 you// (abandoned)
** [[Retro Veteran|https://www.retroveteran.com/]] --- //Retro is our thing!// --- continuation for the above site

View File

@ -1,6 +1,6 @@
created: 20230202104823127
creator: Octt
modified: 20231102103637880
modified: 20231102232215227
modifier: Octt
tags: Nintendo Gaming $:/i18n:en Console
title: NES
@ -20,10 +20,12 @@ title: NES
* [[everynes/no$nes technical documentation|https://problemkaputt.de/everynes.htm]]
* General [[Useful tools for NES development|https://www.nesdev.org/wiki/Tools]]
** [[nixel|https://alexpate.net/nixel/]] --- web editor for CHRs inside NES ROMs with a good UX
* [[Retro Puzzle Maker|https://puzzle.nes.science]] --- //new tool meant to help you create new puzzle games you can play on an NES//
* <<linkdescgit "C NES Starter Kit""https://cppchriscpp.github.io/nes-starter-kit/" "Simplified starter kit for making NES games using C and graphical tools." "https://github.com/cppchriscpp/nes-starter-kit">>
* [[ASM NES Starter Kit|https://github.com/battlelinegames/nes-starter-kit]] --- //starter kit for developing Nintendo Entertainment System games using 6502 Assembly language// with specific useful information
* [[little-things-nes|https://github.com/pinobatch/little-things-nes]] --- //One-off tech demos and test ROMs for NES//
* [[nessemble|https://github.com/kevinselwyn/nessemble]] --- //6502 assembler/disassembler/simulator targeting the 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">>

View File

@ -1,6 +1,6 @@
created: 20230215232019778
creator: Octt
modified: 20231029002226194
modified: 20231102232229939
modifier: Octt
tags: Console Gaming Sony
title: PlayStation 2
@ -15,6 +15,7 @@ title: PlayStation 2
* <<linkdescgit "Play!/Purei" "https://purei.org" "PlayStation2 emulator for Windows, macOS, UNIX, Android, iOS & web browser platforms" "https://github.com/jpd002/Play-">> <<[# Compatibility "https://github.com/jpd002/Play-Compatibility/issues">> --- promising open-source emulator but still really slow on mobile, and slow development because only 1 person does it, it would be good to donate to them.
* [[AetherSX2|https://aethersx2.com]] abandoned //emulator of the PS Two console for the Android platform, desktop, UWP//, miles better than DamonPS2 despite the problems.
** Latest Android version (Google Play and website) is sabotaged, contains adware and reportedly runs worse, apparently latest good is [[v1.4-3060|https://www.apkmirror.com/apk/aethersx2/aethersx2/aethersx2-v1-4-3060-release/]].
** Source code? Apparently the tarballs distributed on the official site are totally out of date, some are better and some worse, smells like an LGPL violation and it's also a practical problem...
* [[DamonPS2|http://www.damonemu.com/]] --- The shadiest PS2 emulator in global, the only illegal PS2 emulator on Android, proven malware (adware for sure and spyware for all the permissions it requires, and potentially a backdoor).
** [[Stole PCSX2 code without at all respecting the license|https://pcsx2.net/blog/2018/the-pcsx2-teams-statement-regarding-the-damonps2-emulator/]], and also [[steals trademarks like the PPSSPP name|http://web.archive.org/web/20230501085937/https://play.google.com/store/apps/details?id=com.damonplay.damonps2.free]]. Don't give them any money, find a cracked pro APK without ads if you really want to use it, and (as a random user on Reddit said) [[pirate the shit out of it and don't feel bad about it|https://old.reddit.com/r/EmulationOnAndroid/comments/bhdxow/question_is_damon_stolen_code/els800b/]], really you won't be doing anything more wrong than buying, because ''official DamonPS2 is in itself an illegal pirated version of PCSX2''. They also consistently deny the evidence of stolen code and use an <<RedditL "r/EmulationOnAndroid/comments/qs4nye/for_all_those_people_who_hate_damon_ps2/" "excuse of having a 'copyright certificate of the Chinese government'">> as if that would mean anything when talking international copyright.

View File

@ -1,6 +1,6 @@
created: 20221102121324531
creator: Octt
modified: 20231029003716356
modified: 20231102233149154
modifier: Octt
tags: Emulation Retro $:/i18n:en
title: Retrogaming
@ -20,3 +20,4 @@ title: Retrogaming
!!! ''Misc''
* [[Decompiled Retail Console Games [Retro Reversing]|https://www.retroreversing.com/source-code/decompiled-retail-console-games]]
* [[retrobrews|https://retrobrews.github.io]] --- //Free game collections for easy installing/playing on RetroPie// (abandoned?)

View File

@ -1,6 +1,6 @@
created: 20230207213320932
creator: Octt
modified: 20231029002404048
modified: 20231102235121958
modifier: Octt
tags: Microsoft Proprietary OS
title: Windows
@ -9,6 +9,8 @@ title: Windows
* [[Generic key to install Windows 10, Windows 8.1 and Windows 8|https://winaero.com/generic-key-to-install-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]]
* <<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]]
!! ''Resources'' for the platform

View File

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

View File

@ -1,6 +1,6 @@
created: 20231101222424623
created: 20231102230159148
creator: Octt
list:
modified: 20231102105539871
modified: 20231102231240743
modifier: Octt
title: $:/StoryList

View File

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

View File

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