mirror of https://gitlab.com/octtspacc/OcttKB
Try to fix broken crap; Update some tiddlers
This commit is contained in:
parent
f209ca059d
commit
df03c620e3
|
@ -8,3 +8,4 @@ title: BBS
|
|||
<<^wikipediaframe "Bulletin board system">>
|
||||
|
||||
* //[[ENiGMA½|https://nuskooler.github.io/enigma-bbs/]] //is a modern BBS software with a nostalgic flair!// --- <<[ "[[Git|https://github.com/NuSkooler/enigma-bbs]]">>
|
||||
** Warning: with this software, after ~1 month of very little active usage (no one ever logged on it, except me for the few days, so it just ran idle the last weeks...), I saw strangely-high disk I/O usage at kind of random times (node installed on microSD, the BBS on HDD). I disabled it in the meantime because, together with the [[SpaccCraft]] server, it was contributing to the rise of load average and crashing the entire server. I never had time/will to investigate properly after this discovery though.
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
title: Interlingua
|
||||
|
||||
<<^wikipediaframe Interlingua>>
|
||||
|
||||
* [[Union Mundial pro Interlingua (UMI)|https://www.interlingua.com/]]
|
||||
* [[ΘMNЄ Lingua|https://omnelingua.wordpress.com/]] --- //Divulgation Libere, Moderne, Europee. 🇪🇺//
|
||||
* [[🧵️ #TIL: esiste un'altra lingua costruita...|https://mastodon.uno/@octo/110748827871002875]]
|
||||
* [[Interlingua Corpus Project|https://www.interlinguacorpus.org/]] --- <<[ "[[Sources|https://github.com/JasonDing9/InterlinguaCorpusProject]]">>
|
||||
* [[Online Interlingua-English Translator|https://interlingua-translator.vercel.app/]] --- <<[ "[[Web Frontend Source|https://github.com/JasonXu314/translator]]">> <<[ "[[Backend Source|https://github.com/JasonDing9/InterlinguaTranslator]]">> <<[ "[[Web Backend Source + Data on Google Colab|https://colab.research.google.com/drive/1SFewmDos1Z-Gq9z6OB9tgxaBsNdZvaT3?usp=sharing]]">>
|
|
@ -11,6 +11,8 @@ title: Nintendo Switch
|
|||
|
||||
The console's introduction was hyped due to it being the first ever Nintendo console to be created with both home and portable use in mind. The name itself comes from the fact that the console can //switch//, from being connected to a TV to being able to be used standalone.
|
||||
|
||||
!! ''Homebrew''
|
||||
!! ''Homebrew/Hacks''
|
||||
|
||||
* Alternative OSes: [[Ubuntu]] and [[LineageOS]] by ''[[switchroot|https://switchroot.org/]]''
|
||||
* Alternative OSes: [[Ubuntu]] and [[LineageOS]] by ''[[switchroot|https://switchroot.org/]]''
|
||||
* Custom Firmware: The real best today is [[Atmosphère-NX|https://github.com/Atmosphere-NX]] + related libs.
|
||||
* Signature patches (needed to run unsigned NSPs, aka homebrew NSPs or pirated games): <<[ "[[WiiDatabase|https://wiidatabase.de/switch-downloads/hacks/signatur-patches/]]">> <<[ "[[Hackintendo|https://hackintendo.com/download/sigpatches/?PageSpeed=noscript]]">> <<[ "[[ShadowOne333|https://gbatemp.net/threads/sigpatches-for-atmosphere-hekate-fss0-fusee-package3.571543/]]">>. They were provided by various developers who want to remain mostly anonymous, and they are mostly compiled together by ITotalJustice.
|
||||
|
|
|
@ -9,19 +9,21 @@ title: Octt
|
|||
|
||||
''Octt'', aka ''OctoSpacc'', or ''Andrea'', is me, the living entity who primarily maintains the [[OcttKB]]. I am powered by a natural neural network, in case that wasn't obvious.
|
||||
|
||||
<!--
|
||||
Some info about me should go here, I suppose, so here are some points:
|
||||
*
|
||||
|
||||
Not much else for now. -->
|
||||
* I can program enough things in [[vanilla JavaScript|JavaScript]], [[Python]], sh, some C and Java, and [[TiddlyWiki]] (wow). I will also say HTML and CSS just to make you cry with "they're not programming languages!!1!".
|
||||
** I've had to use C++, well I hate it. Never had to use Rust, and I'm happy because that syntax //scares me//.
|
||||
* I can solve some puzzle games (very little in the grand scheme of all puzzles of this world).
|
||||
* My [[#ShowYourStripes|https://showyourstripes.info/l/europe/italy/all/]] --- aka the climate change situation also where I live.
|
||||
|
||||
No info about me here for now. Tough luck. Maybe go read the about page on my [[sitoctt]] in the meantime: https://sitoctt.octt.eu.org/Chi-Sono.html
|
||||
After this, there's not a lot more info about me here for now. Tough luck. Maybe go read the about page on my [[sitoctt]] in the meantime: [[https://sitoctt.octt.eu.org/Chi-Sono.html]].
|
||||
|
||||
Here are some things I like or do or whatever, that I'm putting here honestly just to get some tiddlers connected together, because I like graphs like the ''Focus'' one on the sidebar.
|
||||
|
||||
* Graphs.. I just said I like them. Some others are at [[OcttKB/Data]]
|
||||
* [[Playing videogames|Gaming]], but I have special taste probably
|
||||
** [I should write my best picks here]
|
||||
* [[Writing]], like on my [[sitoctt]] or here
|
||||
* Software [[Development]], mostly frontend ([[CSS]] is crappy but epic)
|
||||
** My [[Web]] places wouldn't be as unique if this wasn't the case and I were to only write content
|
||||
* Graphs.. I just said I like them. Some others are at [[OcttKB/Data]].
|
||||
* [[Gaming]], but I have special tastes probably.
|
||||
** This not only includes videogames, but also puzzle games.
|
||||
** [I should write my best picks here].
|
||||
* [[Writing]], like on my [[sitoctt]] or here.
|
||||
* Software [[Development]], mostly frontend ([[CSS]] is crappy but epic).
|
||||
** My [[Web]] places wouldn't be as unique if this wasn't the case and I were to only write content.
|
||||
|
|
|
@ -9,4 +9,10 @@ title: Python
|
|||
|
||||
[[Python|https://www.python.org]] is a high-level, general-purpose, dynamically-typed, and garbage-collected programming language, with an extensive standard library and mandatory-indentation style.
|
||||
|
||||
I hate that, while tab-indentation is practically supported by the interpreter, it's against the standard and linters/editors hate you if you use tabs instead of spaces.
|
||||
|
||||
<<^wikipediaframe Python>>
|
||||
|
||||
* [[PocketPy|https://pocketpy.dev/]] - //C++17 header-only Python interpreter for game engines.// - <<[ "[[Git|https://github.com/blueloveTH/pocketpy]]">>
|
||||
|
||||
* [[Hex string to int|https://www.tutorialspoint.com/How-to-convert-hex-string-into-int-in-Python]] --- `int('6f637474', 16)`, `int('0x6f637474', 10)`
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
title: Simple DirectMedia Layer
|
||||
|
||||
<<^wikipediaframe "Simple DirectMedia Layer">>
|
||||
|
||||
* [[Getting Started With SDL 1.2|http://gamedevgeek.com/tutorials/getting-started-with-sdl/]], [[Moving Sprites With SDL 1.2|http://gamedevgeek.com/tutorials/moving-sprites-with-sdl/]], [[Animating Sprites With SDL|http://gamedevgeek.com/tutorials/animating-sprites-with-sdl/]]
|
|
@ -23,6 +23,10 @@ title: Web
|
|||
* [[TabFS|https://omar.website/tabfs/]] - //browser extension that mounts your browser tabs as a filesystem on your computer// - <<[ "[[Git|https://github.com/osnr/TabFS]]">>
|
||||
* ''[[W3C Markup Validation Service|https://validator.w3.org/]]'' - //Check the markup (HTML, XHTML, …) of Web documents// - [[[Other similar tools|https://w3c.github.io/developers/tools/]]]
|
||||
|
||||
!!! ''Frameworks/Generators/CMS''
|
||||
|
||||
* [[werc - A sane web anti-framework|http://werc.cat-v.org/]] --- //Bringing minimalism and sanity to the web// --- Has interesting features with a fixed but style-customizable layout, + support for apps and extensions.
|
||||
|
||||
!!! ''Analytics''
|
||||
|
||||
* ''[[GoatCounter|https://www.goatcounter.com/]]'' - //Easy analytics. Open-source, self-hostable, GDPR-compliant. No tracking of personal data, and works without JS// - <<[ "[[Git|https://github.com/arp242/goatcounter]]">>
|
||||
|
|
|
@ -27,20 +27,21 @@ mv * ../Normal.tmp/ || true
|
|||
#mv .* ../Normal.tmp/ || true
|
||||
cd ..
|
||||
|
||||
# Note: if the hell happens again:
|
||||
# find -type f -name .tid -exec sh -c 'OldFile="{}"; Ext="$(echo "${OldFile}" | rev | cut -d"." -f1 | rev)"; NewFile="$(echo "${OldFile}" | sed -e "s|_|/|g" | rev | cut -d"." -f2- | rev)_.${Ext}"; mv "$OldFile" "$NewFile"; ' \;
|
||||
|
||||
for TypeDir in System Normal
|
||||
do
|
||||
cd "./${TypeDir}.tmp"
|
||||
for OldFile in *
|
||||
do
|
||||
#WorkDir="$PWD"
|
||||
NewFile="$(echo "${OldFile}" | sed -e 's|_|/|g')"
|
||||
BaseName="$(echo "${NewFile}" | rev | cut -d"/" -f1 | rev)"
|
||||
Ext="$(echo "${OldFile}" | rev | cut -d"." -f1 | rev)"
|
||||
NewFile="$(echo "${OldFile}" | sed -e 's|_|/|g' | rev | cut -d"." -f2- | rev)_.${Ext}"
|
||||
#NewFile="$(echo "${OldFile}" | sed -e 's|_|/|g')"
|
||||
#[ "$(basename "${NewFile}") | cut -b1" = . ]
|
||||
mkdir -p "../${TypeDir}/${NewFile}"
|
||||
rm -rf "../${TypeDir}/${NewFile}"
|
||||
mv "./${OldFile}" "../${TypeDir}/${NewFile}"
|
||||
#cd "../${TypeDir}"
|
||||
#mv "./$NewPath" "./$BaseName"
|
||||
#cd "$WorkDir"
|
||||
done
|
||||
cd ..
|
||||
done
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue