OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2023-11-22 00:32:09 +00:00
parent 3962a9cf7d
commit a1f9ba5f47
8 changed files with 27 additions and 13 deletions

View File

@ -1,6 +1,6 @@
created: 20230429190335486
creator: Octt
modified: 20231120002040054
modified: 20231122002211613
modifier: Octt
tags:
title: Saved/Sites/Development
@ -10,6 +10,7 @@ Saved sites that are mainly about development (mainly devlogs, project showcases
Note: the most technically useful ones, or the non-too-personal ones, might be listed under [[Development/Resources]].
* [[Aibol Kussain|https://aibolik.com/]] --- //My Online space to share my learning in tech//
* [[Chibi Aliens / ChibiAkumas|https://www.chibialiens.com/]] --- //learn Assembly for the Greatest Classic Processors//
* [[copyrat90::devlog|https://copyrat90.github.io/]], <<httpL velog.io/@copyrat90>> --- <<[# Git"https://github.com/copyrat90/copyrat90.github.io">>
* [[The Copetti Site - Rodrigo Copetti|https://www.copetti.org/]] --- //Technical writings for hungry readers// --- has a //Architecture of Consoles// series
* [[cpprograms|https://cpprograms.net/]]
@ -20,6 +21,7 @@ Note: the most technically useful ones, or the non-too-personal ones, might be l
* [[Hey onetwo!|https://onetwo.ren/]] --- //林一二的开放记忆 | 关于前端_模因学_语义网_游戏开发_的博客 (Lin Yier's Open Memory | Blog about front-end, memetics, semantic web, game development)//
** TiddlyWiki: [[Standard|https://onetwo.ren/wiki/]], [[Prerelease|https://wiki.onetwo.ren/]] --- //knowledge base mainly used to store text memes that Lin Yier encounters by chance, as well as to replace his various thoughts posted in Weibo Moments, and as a directory to pile up online content to be sorted out during the exploration process//
* [[Krzysztof Kowalczyk|https://blog.kowalczyk.info/]] --- design and implementation of software
* [[Lameguy64|http://lameguy64.net/]] --- mainly PS1 development projects
* [[null program (Chris Wellons)|https://nullprogram.com/]]
* [[Patater|https://www.patater.com/]] --- has a lot of retrodevelopment projects and resources, especially NDS
** [[GBAGuy's Lair Patater Mirror|https://www.patater.com/gbaguy/]] --- notes on some retrodevelopment

View File

@ -1,7 +1,7 @@
created: 20230111153758951
creator: Octt
icon: 🐧
modified: 20231109000427097
modified: 20231121235617368
modifier: Octt
page-cover: https://images.unsplash.com/photo-1549605659-32d82da3a059?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
tags: $:/i18n:en Unix
@ -24,6 +24,7 @@ title: Linux
* LDP (obsolete?)
** [[The Network Administrators' Guide|https://tldp.org/LDP/nag/]]
** [[Linux-MIPS for PS1?|https://www.linux-mips.org/wiki/PS1]]
* [[SquashFS|https://tldp.org/HOWTO/SquashFS-HOWTO/whatis.html]], [[DwarFS|https://github.com/mhx/dwarfs]]
* cannot access fuse mount as root or other users, [[Why does root get Permission denied when accessing FUSE directory?|https://unix.stackexchange.com/questions/17402/why-does-root-get-permission-denied-when-accessing-fuse-directory#17423]] --- To allow access to other users, add `user_allow_other` in `/etc/fuse.conf`, then mount fs with `-o allow_root` (only root) or `-o allow_other` (any user, including root).

View File

@ -1,16 +1,24 @@
created: 20231119143345968
creator: Octt
modified: 20231120000452299
modified: 20231122003105692
modifier: Octt
tags: Gaming Console
title: PlayStation 1
<<^wikipediaframe "PlayStation 1">>
* [[PlayStation Bare Metal Mips Assembly Programming Code Examples by krom|https://github.com/PeterLemon/PSX]]
* [[tonyhax|https://orca.pet/tonyhax/]] --- //PS1 savegame exploit// --- <<[# Git"https://github.com/socram8888/tonyhax">>
* [[ps1-links|https://ps1.consoledev.net/]] --- //the PSX development links center, where all the links related to development on the first Playstation meet!// --- <<#[ Git"https://github.com/ps1-links/ps1-links.github.io">>
* [[Let's do NYO: ~Introduction to PlayStation research presented by Dokuda Jigokusai~|https://drhell.web.fc2.com/ps1/index.html]]
* [[PlayStation Specifications - psx-spx|https://psx-spx.consoledev.net/]] --- <<[# Git"https://github.com/psx-spx/psx-spx.github.io">>
* <<httpL netyaroze.com>>
* [[PlayStation Bare Metal MIPS Assembly Programming Code Examples by krom|https://github.com/PeterLemon/PSX]]
* [[psx-asm-cargo|https://github.com/hornc/psx-asm-cargo]] --- //PlayStation 1 (PSX) MIPS assembly programming ... with Cargo builds//
* [[Homebrew Source Code - Rendering 3D Graphics with PsyQ|https://mbdesigns.itch.io/ps1-homebrew-source-code-rendering-3d-graphics-with-psyq]] (with [[Blender]]) --- [<<RedditL /r/psxdev/comments/mzcmvc/i_got_3d_graphics_working_full_source_code_in_the/>>]
* [[Hitmen collection PSX sources|https://hitmen.c02.at/html/psx_sources.html]]
!!! Emulators, Debuggers
* [[no$psx|https://problemkaputt.de/psx.htm]] --- //nocash Playstation PSone emulator and debugger by martin korth//, + resources

View File

@ -1,6 +1,6 @@
created: 20230215213023824
creator: Octt
modified: 20230216220454583
modified: 20231122002929792
modifier: Octt
tags: Libre Fantasy Console Gaming
title: TIC-80
@ -12,3 +12,5 @@ title: TIC-80
* [[Making fifty TIC-80 carts in a weekend|https://blinry.org/50-tic80-carts/]]
* [[TIC80 - A Better Pico8?|https://8bitnews.io/article/tic80-a-better-pico8]]
* [[TIC-80 Manual & Cheat Sheet|https://skyelynwaddell.github.io/tic80-manual-cheatsheet/]]

View File

@ -1,13 +1,13 @@
created: 20230504095843099
creator: Octt
modified: 20230926084823601
modified: 20231122001633046
modifier: Octt
tags: Art
title: Tech Art
<<^wikipediaframe "Electronic 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">>
* <<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">>
Some interesting tech art pieces follow.
@ -19,6 +19,7 @@ Some interesting tech art pieces follow.
* [[Internet Explorer 6 Error|https://mrdoob.com/lab/javascript/effects/ie6/index.html]]
* [[neal Space Elevator|https://neal.fun/space-elevator]]
* [[Arktis Tweet Demo|https://arkt.is/t/Yy53aWR0aD0yZTM7dCo9Mzt4LnRyYW5zbGF0ZSg5ODAsNDUwKTtmb3IoaT0wO2k8MzIyOyl4LmZpbGxTdHlsZT1SKGkpLHgucm90YXRlKCFpKkModC09LjAzKSshKGkrKyU0KSpTKHQpLzkrMS41NykseC5maWxsUmVjdCg1KmksNSppLDk5LDk5KQ==]] --- <<[# Git "https://github.com/sigvef/arktis-tweet-demo">>
* [[http error CSS cube|https://web.archive.org/web/20231121232217/https://xyz.is/]] (info unknown)
* [[p01 Impossible Road|http://www.p01.org/JS1K_2015_impossible_road/]]
* [[p01 Micro Nova|http://www.p01.org/512b_micro_nova]]

View File

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

View File

@ -1,6 +1,6 @@
created: 20231119234502375
created: 20231121235157122
creator: Octt
list:
modified: 20231120002138427
modified: 20231122002931635
modifier: Octt
title: $:/StoryList

View File

@ -1,7 +1,7 @@
created: 20220920092307479
creator: Octt
modified: 20231120001833103
modified: 20231121235202304
modifier: Octt
title: $:/state/tab/sidebar--595412856
OcttKB/Index
$:/core/ui/SideBar/Recent