OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2023-12-22 00:25:51 +00:00
parent 745cbe866c
commit ab63e835f2
16 changed files with 64 additions and 16 deletions

View File

@ -1,6 +1,6 @@
created: 20230429190335486
creator: Octt
modified: 20231221152233903
modified: 20231222002508281
modifier: Octt
tags:
title: Saved/Sites/Development
@ -33,8 +33,10 @@ Note: the most technically useful ones, or the non-too-personal ones, might be l
* [[Lessons from a... Creative Developer (iwearshorts.com)|https://iwearshorts.com/]] --- //Things I learn along the way, I keep here. Life, lessons and betterment through code.//
* [[Krzysztof Kowalczyk|https://blog.kowalczyk.info/]] --- design and implementation of software
* [[Lameguy64|http://lameguy64.net/]] --- mainly PS1 development projects
* [[loadzero|https://blog.loadzero.com/]] --- //Jason McSweeney, unix hacker and recovering video game programmer//
* [[Meefik's Blog|https://meefik.github.io/]] --- //Freedom and Open Source// --- <<[# Git"https://github.com/meefik/meefik.github.io">>
* [[Mike MGarcia's Games Development Blog|http://mgarcia.org/]] --- //Hobby GameDev like its 1999//
* [[notin.tokyo (不在東京)|https://notin.tokyo]]
* [[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
@ -43,6 +45,7 @@ Note: the most technically useful ones, or the non-too-personal ones, might be l
* <<linkdescgit SkyLyrac"https://www.skylyrac.net" "Hacking, software projects and my thoughts" "https://github.com/AntonioND/antoniond.github.io">>
* [[Tan Li Hau 陈立豪|https://lihautan.com/]] --- //Frontend Developer at Shopee Singapore//
* <<httpsL tonsky.me>> --- //programming and UI design//
* [[The Ramblings Of A Coder by Omer Anson|https://omeranson.github.io/]] --- <<[# Git"https://github.com/omeranson/omeranson.github.io">>
* [[Tom McFarlin|https://tommcfarlin.com/]] --- //Software Engineering in WordPress, PHP, and Backend Development//
* [[UTF-8.jp|https://utf-8.jp/]]
* [[Will Usher|https://www.willusher.io/]] --- //Scientific Visualization Engineer//

View File

@ -1,6 +1,6 @@
created: 20230223222804008
creator: Octt
modified: 20231221195531955
modified: 20231222000703967
modifier: Octt
tags:
title: Saved/Sites
@ -17,6 +17,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the
* [[Arcisito|https://arci.me]] --- <<[# Git "https://github.com/AuroraViola/arcisito">>
* [[Akalanka Ekanayake Blog|https://blog.akalanka.uk/]] --- It's a curious blog, mainly deals with IT subject but the theme/style looks like a fashion blog lmao
* [[Ctrl blog by Daniel Aleksandersen|https://www.ctrl.blog/]]
* [[/dev/null|https://blog.benstein.nl]] --- //My name is Christian Benstein and I write about macOS based workflows, Obsidian and Things3. My philosophy is that your mind was not created to store information but to act on it and create.// --- <<[# Git"https://github.com/KingOfSpades/KingOfSpades">>
* [[Eli Grey|https://eligrey.com/]]
* [[Fabrizio Musacchio|https://www.fabriziomusacchio.com/]]
* [[FlareXes|https://flarexes.com]]
@ -28,6 +29,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the
* [[LarrySanger.org|https://larrysanger.org/]] --- "//Technology, philosophy, and more//"
* [[Leo3418's Personal Site|https://leo3418.github.io/]] --- <<[# Git"https://github.com/Leo3418/leo3418.github.io">>
* [[Lily's Things at The Cool Site|https://www.lilysthings.org/]]
* [[Lisperator.net|https://lisperator.net/]] --- //to create, to ilisperate//
* [[Lyosha Cluster (Лёша Кластер)|https://cluster.wtf/]]
* [[Mega Cat Studios, Inc.|https://megacatstudios.com/pages/table-of-contents]] --- with blog about retro, videogame, and development subjects
* [[Magnetismo 2.1 - Il meglio dell'informatica|https://magnetismoinformatica.blogspot.com/]]
@ -72,6 +74,7 @@ These are portfolios, collections of projects, hubs, landing pages, etc.
* [[Nanolx|https://nanolx.org/]] --- //Hacking @ Debian//
* [[Novasquirrel's site|https://novasquirrel.com/]]
* [[Rogue Studio|https://rogue.studio/]] --- //Digital marketing, branding, and product experience studio//
* [[Salvador Camacho|https://salvacam.js.org]] --- //Desarrollador Web y Administrador de Sistemas// --- <<[# Git"https://github.com/salvacam/salvacam.github.io">>
* [[The Hacker's Choice|https://www.thc.org]] --- group of international hackers, founded in 1995 --- <<[# "Knowledge Base" "https://iq.thc.org">>
* [[Tom's Pages|http://www.toms.net/]]
* [[Trong|https://trongnguyen.co/]] (+ digital garden) --- //Vietnamese Product Designer living in Singapore, currently @Carousell//

View File

@ -0,0 +1,11 @@
created: 20231222001710765
creator: Octt
modified: 20231222001908458
modifier: Octt
tags:
title: Dart
* [[How to check a string null in Dart?|https://stackoverflow.com/questions/62212456/how-to-check-a-string-null-in-dart]] (with various properties)
** [[Dart null / false / empty checking: How to write this shorter?|https://stackoverflow.com/questions/42446566/dart-null-false-empty-checking-how-to-write-this-shorter#52948927]]

View File

@ -1,6 +1,6 @@
created: 20230813102403596
creator: Octt
modified: 20231105111033268
modified: 20231222001700310
modifier: Octt
title: File system
@ -12,6 +12,10 @@ title: File system
* [[GParted stop after next operation?|https://superuser.com/questions/312149/gparted-stop-after-next-operation]] --- TLDR: libparted doesn't keep copies of disk data, so the operation can be stopped without data loss only with luck and/or stopping at the least bad time.
!! ''Fat32''
* [[formatting a drive to FAT32 with mkdosfs, need some info|https://askubuntu.com/questions/190030/formatting-a-drive-to-fat32-with-mkdosfs-need-some-info]] (with cluster size and everything)
!! ''Btrfs''
<<^wikipediaframe Btrfs>>

View File

@ -1,6 +1,6 @@
created: 20230116221513491
creator: Octt
modified: 20231212001927791
modified: 20231221233243348
modifier: Octt
tags: $:/i18n:en
title: Libretro
@ -9,6 +9,8 @@ title: Libretro
* [[Developing Libretro Cores|https://docs.libretro.com/development/cores/developing-cores/]]
* [[Building RetroArch [GTW]|https://emulation.gametechwiki.com/index.php/Building_RetroArch]]
!! RetroArch
<<^wikipediaframe RetroArch>>

View File

@ -1,7 +1,7 @@
created: 20230111153758951
creator: Octt
icon: 🐧
modified: 20231221165610981
modified: 20231221235827928
modifier: Octt
page-cover: https://images.unsplash.com/photo-1549605659-32d82da3a059?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
tags: $:/i18n:en Unix
@ -46,6 +46,7 @@ title: Linux
!!! ''Troubleshooting, practical guides''
* [[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//

View File

@ -0,0 +1,11 @@
created: 20231221233617426
creator: Octt
modified: 20231221233932753
modifier: Octt
tags:
title: Network domain
<<^wikipediaframe "Network domain">>
* <<httpsL nic.eu.org>> --- //EU.org, free domain names since 1996//
* (yourname.)<<httpsL js.org>> --- //Are you a JavaScript developer looking for free webspace to host your project?// --- <<[# Git"https://github.com/js-org">>

View File

@ -1,6 +1,6 @@
created: 20230417102825671
creator: Octt
modified: 20231217013016814
modified: 20231221221113254
modifier: Octt
tags: Web
title: RSS
@ -10,6 +10,7 @@ title: RSS
!! ''Resources''
* [[RSSHub|https://docs.rsshub.app/]] --- //🍰 Everything is RSSible// --- <<[ "[[Git|https://github.com/DIYgod/RSSHub]]">>
* [[RSS-Bridge|https://rss-bridge.github.io/rss-bridge]] <<[# "Main Instance" "https://rss-bridge.org/bridge01/">> --- //The RSS feed for websites missing it// --- <<[# Git"https://github.com/RSS-Bridge">>
* [[RSS 2 HTML|https://rss.bloople.net/]] --- //PHP script to convert RSS feeds into HTML, suitable for embedding in webpages// --- <<#[ Git "https://github.com/bloopletech/rss2html">>
* [[Are there any constantly updating RSS feed services to use for testing, or just very active RSS feeds?|https://stackoverflow.com/questions/18202048/are-there-any-constantly-updating-rss-feed-services-to-use-for-testing-or-just]]

View File

@ -1,6 +1,6 @@
created: 20221102121324531
creator: Octt
modified: 20231111232655369
modified: 20231222000332271
modifier: Octt
tags: Emulation Retro $:/i18n:en Gaming
title: Retrogaming
@ -24,3 +24,5 @@ title: Retrogaming
* [[Zelda Reverse Engineering Team (Git)|https://github.com/zeldaret]]
* [[retrobrews|https://retrobrews.github.io]] --- //Free game collections for easy installing/playing on RetroPie// (abandoned?)
* [[Anton Retro|https://www.antonretro.com]]

View File

@ -1,6 +1,6 @@
created: 20230905232949767
creator: Octt
modified: 20231220003710564
modified: 20231222001704153
modifier: Octt
tags:
title: Static site generator
@ -17,6 +17,7 @@ title: Static site generator
** [[Jekyll Themes|http://jekyllthemes.org/]] --- //A directory of the best-looking themes for Jekyll blogs// --- <<#[ Git"https://github.com/mattvh/jekyllthemes">>
*** <<linkdescgit "So Simple [Theme]" "https://mmistakes.github.io/so-simple-theme" " A simple Jekyll theme for words and pictures." "https://github.com/mmistakes/so-simple-theme">>
*** <<linkdescgit "Jekflix Template" "https://jekflix.rossener.com/" "A Jekyll theme inspired by Netflix. 🎬" "https://github.com/thiagorossener/jekflix-template">>
*** [[TeXt Theme|https://kitian616.github.io/jekyll-TeXt-theme/]] --- //💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc. // --- <<[# Git"https://github.com/kitian616/jekyll-TeXt-theme">>
** [[Working with upcoming posts in Jekyll|https://www.fizerkhan.com/blog/posts/working-with-upcoming-posts-in-jekyll]]
* [[Pelican|https://getpelican.com/]]

View File

@ -1,9 +1,16 @@
created: 20231111224636577
creator: Octt
modified: 20231112233509196
modified: 20231221234551233
modifier: Octt
tags:
title: Code editor
title: Text editor
<<^wikipediaframe "Text editor">>
* [[xed|https://community.linuxmint.com/software/view/xed]] --- //X-Apps [Text] Editor (Cross-DE, backward-compatible, GTK3, traditional UI)// --- <<[# Git"https://github.com/linuxmint/xed">>
** [[Xed Text Editor - [How to install] Custom Syntax Highlighting?|https://forums.linuxmint.com/viewtopic.php?t=358433]] --- just put the `.lang` file in `/usr/share/gtksourceview-4/language-specs/`
!! Code editor
<<^wikipediaframe "Code editor">>

View File

@ -1,6 +1,6 @@
created: 20230206192842398
creator: Octt
modified: 20231221193127848
modified: 20231221232653528
modifier: Octt
tags: Web PHP CMS
title: WordPress
@ -11,6 +11,8 @@ title: WordPress
* [[How to Add Code to WordPress Header and Footer|https://kinsta.com/knowledgebase/add-code-wordpress-header-footer/]]
* [[WordPress Plugins SVN Mirror|http://web.archive.org/web/20200805015358/http://www.pluginmirror.com/]] (apparently website is dead?) --- //Say hello to fully automated GitHub mirrors of every plugin in the WordPress.org plugin repository.// --- <<[# Git"https://github.com/wp-plugins">>
!!! Plugins
* <<lwplug activitypub ActivityPub>> --- //Enter the fediverse with ActivityPub, broadcasting your blog to a wider audience!// --- <<[# Git"https://github.com/automattic/wordpress-activitypub">>

View File

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

View File

@ -1,6 +1,6 @@
created: 20231221115333748
creator: Octt
list:
modified: 20231221195902807
modified: 20231222001952100
modifier: Octt
title: $:/StoryList

View File

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

View File

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