diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid b/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid index 84c9a66..2da1892 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid @@ -1,6 +1,6 @@ created: 20230429190335486 creator: Octt -modified: 20231115234502683 +modified: 20231119010917310 modifier: Octt tags: title: Saved/Sites/Development @@ -17,6 +17,7 @@ Note: the most technically useful ones, or the non-too-personal ones, might be l * [[Jack's AutoHotkey Blog|https://jacks-autohotkey-blog.com/]] --- //Feed Your Brain While Adding Power to Your Windows Computers// * [[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 * [[null program (Chris Wellons)|https://nullprogram.com/]] * [[Shiru's Stuff|https://shiru.untergrund.net/index.shtml]] * <> diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid b/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid index e0d7363..cea12f9 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid @@ -1,6 +1,6 @@ created: 20230223222804008 creator: Octt -modified: 20231115233721599 +modified: 20231119005346413 modifier: Octt tags: title: Saved/Sites @@ -22,10 +22,12 @@ Note: "[property]-leaning" means the majority of the content of the site, or the * [[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. * [[Lily's Things at The Cool Site|https://www.lilysthings.org/]] +* [[Lyosha Cluster (Лёша Кластер)|https://cluster.wtf/]] * [[📚 Nitay Neeman's Blog|https://nitayneeman.github.io/]] * [[P01✨ CREATIVE CODER & TECHNICAL SPEAKER|http://www.p01.org]] * [[Read the Tea Leaves|https://nolanlawson.com/]] --- //Software and other dark arts, by Nolan Lawson// * [[λ ryan. himmelwright. net|https://ryan.himmelwright.net/]] +* [[Sebastian Jambor's blog|https://seb.jambor.dev/]] --- software engineering, efficiency and other things * [[Simon Willison’s Weblog|https://simonwillison.net/]] --- <<[ "[[Git|https://github.com/simonw/simonwillisonblog]]">> * [[Stephan Wagner|https://stephanwagner.me/]] * [[There oughta be...|https://there.oughta.be/]] --- //A collection of overcomplicated devices nobody needs// diff --git a/Wiki-OcttKB/tiddlers/Normal/_Development.tid b/Wiki-OcttKB/tiddlers/Normal/_Development.tid index fc0e333..450d322 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Development.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Development.tid @@ -1,6 +1,6 @@ created: 20230613185754543 creator: Octt -modified: 20231111232150358 +modified: 20231119005140633 modifier: Octt tags: title: Development @@ -16,6 +16,7 @@ title: Development * [[Compilation and Installation using Autoconf|https://opensource.apple.com/source/X11libs/X11libs-60/mesa/Mesa-7.8.2/docs/autoconf.html]] * [[What is the purpose of .PHONY in a Makefile?|https://stackoverflow.com/questions/2145590/what-is-the-purpose-of-phony-in-a-makefile]] --- TLDR: it's to declare "fake" targets that must build independently from actual files on disk (that make would otherwise use as targets), it doesn't mean "sound" or "pronunciation" or otherwise the full list of only allowed build targets, as I initially thought because of associating phony => telephony => ... +* [[Makefile Tutorial by Example|https://makefiletutorial.com]] --- //Learn Makefiles With the tastiest examples// --- <<[# Git"https://github.com/theicfire/makefiletutorial">> * <> * [[Replit: The software creation platform. IDE, AI, and Deployments|https://replit.com/]] diff --git a/Wiki-OcttKB/tiddlers/Normal/_Electronics.tid b/Wiki-OcttKB/tiddlers/Normal/_Electronics.tid index a79f714..669a9b8 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Electronics.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Electronics.tid @@ -1,12 +1,13 @@ created: 20230723224321237 creator: Octt -modified: 20230724223355093 +modified: 20231119004236913 modifier: Octt tags: title: Electronics <<^wikipediaframe Electronics>> +* [[The Nand Game|https://nandgame.com/]] --- //Welcome to The Nand Game! You are going to build a computer starting from basic components.// * [[Polyfuses explained|https://elinux.org/Polyfuses_explained]] * [[How to Solder|https://www.talkingelectronics.com/projects/Solder%20-%20How%20to/HowToSolder.html]] diff --git a/Wiki-OcttKB/tiddlers/Normal/_Game development.tid b/Wiki-OcttKB/tiddlers/Normal/_Game development.tid index e3d18dc..a54d872 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Game development.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Game development.tid @@ -1,6 +1,6 @@ created: 20221006205957260 creator: Octt -modified: 20231112235129459 +modified: 20231119010213861 modifier: Octt tags: Development Gaming $:/i18n:en title: Game development @@ -12,5 +12,9 @@ title: Game development * [[[PICO-8] Advanced Micro Platformer - Starter Kit|https://www.lexaloffle.com/bbs/?tid=28793]] -* <> -* [[Fix Your Timestep|https://gafferongames.com/post/fix_your_timestep/]] --- aka futile exercises in making games that run properly at a variable framerate, the only way that works is separating the game loop in 2 contexts, like [[in Unity|https://docs.unity3d.com/Manual/TimeFrameManagement.html]] (`FixedUpdate` and `Update`) or Godot (`_process` and `_physics_process`) --- <> +* [[Should frame rate affect the speed in a game engine?|https://gamedev.stackexchange.com/questions/12848/should-frame-rate-affect-the-speed-in-a-game-engine]] +** <> +** [[Fix Your Timestep|https://gafferongames.com/post/fix_your_timestep/]] --- aka futile exercises in making games that run properly at a variable framerate, the only way that works is separating the game loop in 2 contexts, like [[in Unity|https://docs.unity3d.com/Manual/TimeFrameManagement.html]] (`FixedUpdate` and `Update`) or Godot (`_process` and `_physics_process`) --- <> +*** [[what is the difference between Update & FixedUpdate in Unity?|https://stackoverflow.com/questions/34447682/what-is-the-difference-between-update-fixedupdate-in-unity]] +** [[Fixed vs. variable frame rates in games: what is best, and when?|https://stackoverflow.com/questions/53164/fixed-vs-variable-frame-rates-in-games-what-is-best-and-when]] +*** <> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Gaming console.tid b/Wiki-OcttKB/tiddlers/Normal/_Gaming console.tid new file mode 100644 index 0000000..1db7d8f --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_Gaming console.tid @@ -0,0 +1,10 @@ +created: 20231119004553704 +creator: Octt +modified: 20231119004722405 +modifier: Octt +tags: Gaming +title: Gaming console + +<<^wikipediaframe "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// diff --git a/Wiki-OcttKB/tiddlers/Normal/_NES Homebrew Games.tid b/Wiki-OcttKB/tiddlers/Normal/_NES Homebrew Games.tid index 6b9c4ae..34921a1 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_NES Homebrew Games.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_NES Homebrew Games.tid @@ -1,8 +1,10 @@ created: 20231107222148927 creator: Octt -modified: 20231107222503536 +modified: 20231119010650604 modifier: Octt -tags: [[Nintendo Entertainment System]] Homebrew +tags: [[Nintendo Entertainment System]] Homebrew Game title: NES Homebrew Games +* [[NES Homebrew Games itch.io collection by John Vanderhoef|https://itch.io/c/632436/nes-homebrew-games]] + * <> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Nintendo Entertainment System.tid b/Wiki-OcttKB/tiddlers/Normal/_Nintendo Entertainment System.tid index 80bbdaa..486dde2 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Nintendo Entertainment System.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Nintendo Entertainment System.tid @@ -1,6 +1,6 @@ created: 20230202104823127 creator: Octt -modified: 20231110001404551 +modified: 20231119011705431 modifier: Octt tags: Nintendo Gaming $:/i18n:en Console title: Nintendo Entertainment System @@ -12,6 +12,8 @@ title: Nintendo Entertainment System * <> * [[NES (Famicom) Development Kit Hardware [Retro Reversing]|https://www.retroreversing.com/famicom-nes-development-kit/]] +* (Playlists of) [[Some NES Multicarts Music|https://www.youtube.com/playlist?list=PLP3KtH7oe6jVGoqvVgKldhrYn8q9pxx44]] ; [[NES/Famicom Multicarts Music Remake Video|https://www.youtube.com/playlist?list=PLP3KtH7oe6jUNno7Y2xjeTVIvTy9ig9Hp]] + * [[NesDev.org|https://www.nesdev.org/]] --- //Info, programs, and more// * [[Nintendo Entertainment System Documentation|https://www.nesdev.org/NESDoc.pdf]] * <> --- //home to a bunch of random NES stuff// and useful archives @@ -22,6 +24,9 @@ title: Nintendo Entertainment System * [[NES Programming [Wikibooks]|https://en.wikibooks.org/wiki/NES_Programming]] --- an extremely WIP resource on the matter as of 2023/11, but it's worth for it being just a concise list of specs and memory layout * General [[Useful tools for NES development|https://www.nesdev.org/wiki/Tools]] +** [[FamiStudio|https://famistudio.org/]] --- //very simple music editor for NES/Famicom targeted at both chiptune artists and NES homebrewers// --- <<[# Git"https://github.com/BleuBleu/FamiStudio">> +** FamiTracker: after official development ceased and website died, see <> +*** apparently, current best fork is [[Dn-Famitracker|https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker]] ** [[nixel|https://alexpate.net/nixel/]] --- web editor for CHRs inside NES ROMs with a good UX ** [[NEXXT|https://frankengraphics.itch.io/nexxt]] --- //Featureful NES assets studio based off the classic "NES Screen Tool". It's the "famitracker" of NES graphics.// (sources included) diff --git a/Wiki-OcttKB/tiddlers/Normal/_Window manager.tid b/Wiki-OcttKB/tiddlers/Normal/_Window manager.tid new file mode 100644 index 0000000..ca44e74 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_Window manager.tid @@ -0,0 +1,10 @@ +created: 20231118204300272 +creator: Octt +modified: 20231118204419850 +modifier: Octt +tags: +title: Window manager + +<<^wikipediaframe "Window manager">> + +* [[vtm|https://github.com/directvt/vtm]] --- //virtual terminal multiplexer// diff --git a/Wiki-OcttKB/tiddlers/Normal/_Windows.tid b/Wiki-OcttKB/tiddlers/Normal/_Windows.tid index b004e20..85e61b8 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Windows.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Windows.tid @@ -1,6 +1,6 @@ created: 20230207213320932 creator: Octt -modified: 20231105004301241 +modified: 20231118203412795 modifier: Octt tags: Microsoft Proprietary OS title: Windows @@ -19,6 +19,7 @@ title: Windows ** [[One-Core-API|https://github.com/Skulltrail192/One-Core-Api]] --- //complete layer to get compatibility on XP/2003 for newer applications// --- <<#[ Binaries "https://github.com/Skulltrail192/One-Core-API-Binaries">> * some [[Windows 98SE Utilities|http://dk.toastednet.org/vogons/win98/]] * [[Windows 2000 Modernization Guide|https://w2k.phreaknet.org/guide/]] +* Visual Studio 6: [[Download VS6|https://winworldpc.com/product/microsoft-visual-stu/60]] ; [[Download MSDN VS6|https://winworldpc.com/product/msdn/vs-60]]; [[Installer wizard 5.0 for installing on Windows 10|http://nuke.vbcorner.net/Articles/VB60/VisualStudio6Installer/tabid/93/language/en-US/Default.aspx]] !!! ''Distros'' diff --git a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta index ea9e8cc..5be41d3 100644 --- a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta +++ b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta @@ -1,5 +1,5 @@ -created: 20231115234839492 +created: 20231119011742148 current-tiddler: GettingStarted -modified: 20231115234839492 +modified: 20231119011742148 title: $:/HistoryList type: application/json \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/_StoryList.tid b/Wiki-OcttKB/tiddlers/System/_StoryList.tid index bf63e3d..7b2bbdf 100644 --- a/Wiki-OcttKB/tiddlers/System/_StoryList.tid +++ b/Wiki-OcttKB/tiddlers/System/_StoryList.tid @@ -1,6 +1,6 @@ -created: 20231115232401719 +created: 20231118202801570 creator: Octt list: -modified: 20231115234046784 +modified: 20231119011159640 modifier: Octt title: $:/StoryList \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid b/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid index 9b31a20..271db24 100644 --- a/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid +++ b/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid @@ -1,6 +1,6 @@ created: 20220920140732083 creator: Octt -modified: 20231108234957601 +modified: 20231119004613107 modifier: Octt title: $:/state/showeditpreview diff --git a/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid b/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid index 712ba53..172ac48 100644 --- a/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid +++ b/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid @@ -1,7 +1,7 @@ created: 20230501095944427 creator: Octt -modified: 20231115234529100 +modified: 20231117194319497 modifier: Octt title: $:/state/search/currentTab -$:/plugins/danielo515/ContextPlugin/visualizer \ No newline at end of file +$:/core/ui/DefaultSearchResultList \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid b/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid index c0b9e60..9a8e74e 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid @@ -1,6 +1,6 @@ created: 20220920092307479 creator: Octt -modified: 20231115234805502 +modified: 20231119011711644 modifier: Octt title: $:/state/tab/sidebar--595412856 diff --git a/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid b/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid index 4322f55..0112508 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid @@ -1,7 +1,7 @@ created: 20230501095944427 creator: Octt -modified: 20231115234529104 +modified: 20231117194319498 modifier: Octt title: $:/state/tab/search-results/sidebar -$:/plugins/danielo515/ContextPlugin/visualizer \ No newline at end of file +$:/core/ui/DefaultSearchResultList \ No newline at end of file