Manual push

This commit is contained in:
octospacc 2023-03-04 23:12:24 +01:00
parent 7c677c0b47
commit adc78228e3
11 changed files with 81 additions and 11 deletions

View File

@ -32,15 +32,19 @@ a[class="tc-tiddlylink tc-tiddlylink-resolves"]:after {
dd:before { content: '»'; margin-right: 8px; vertical-align: top; }
dl { margin-left: 8px; }
dl > dd { margin-left: 24px; }
dl > dd > div {
dl > dd > div,
dl > dd > dt {
display: inline-block;
max-width: calc(100% - 1.5em);
}
dl > dd > div > ul, dl > dd > div > ol {
dl > dd > div > ul,
dl > dd > div > ol {
padding-left: 1.5em/*1em*/;
}
div:not(.tc-tiddler-body) > dl > dt,
dd > div > p { margin-bottom: unset; }
dd > div > p {
margin-bottom: unset;
}
dd > div > ul { margin-top: unset; }
/* Mobile */

View File

@ -15,11 +15,6 @@ title: Artificial Intelligence
: [[🤖 ChatGPT Experiences|https://listed.to/@ChatGPT_Experiences]] - Despite the name it could regard any AI chatbot, if I ever find time to update it
: [[PromptHero|https://prompthero.com/]] - //Search millions of art images by AI models//
: [[AI Content Detector|https://writer.com/ai-content-detector/]]
: <div>
* <<YoutubeL kCc8FmEb1nY "Let's build GPT: from scratch, in code, spelled out">>
** [[nanoGPT|https://github.com/karpathy/nanoGPT]]
</div>
; ChatGPT
: [[ChatGPT webapp clone / alternative client|https://github.com/orhanerday/ChatGPT]]

View File

@ -14,3 +14,6 @@ title: Development Resources
; Code search
: [[grep.app|https://grep.app/]]
: [[Tabnine|https://www.tabnine.com/code/]]
; Badges
: [[For the Badge|https://forthebadge.com/]] - //We don't develop for the money, power, fame, or codebabes. We do it For the Badge.// - <<[ "[[Git|https://github.com/BraveUX/for-the-badge]]

View File

@ -7,6 +7,9 @@ title: Language
<<^wikipediaframe Language en>>
; Misc
: [[Help, is this arabic?|https://isthisarabic.com/]]
!!!! Fictional and constructed languages
* [[A Complete Guide to Creating a New Language|https://summalinguae.com/language-culture/guide-creating-new-language/]]

View File

@ -0,0 +1,11 @@
created: 20220923110724649
creator: Octt
modified: 20230206111552230
modifier: Octt
tags:
title: Nintendo
<<^wikipediaframe Nintendo>>
; Tools
: [[mkey generator|https://mkey.salthax.org/]] - //3DS / Wii U / Switch parental controls master key generator// - <<[ "[[Git|https://github.com/dazjo/mkey]]">>

View File

@ -35,7 +35,10 @@ Commentary of Charlie Warzel's article on The Atlantic "[[My Printer Is Extortin
</dd>
; TED-Ed
: <<YoutubeL bFIVYRfyb3E "What if you experienced every human life?">>
: <<y bFIVYRfyb3E "What if you experienced every human life?">>
; ThioJoe
: <<y 0fIUiv9-UFk "How Anyone Can DESTROY A Scam Website in Minutes 😤 (Scammers Will HATE This)">>
; yotobi
: <<y 68Dod4aE7Qs "Un trauma chiamato 'Ultimo Minuto'">> <dd>

View File

@ -2,9 +2,15 @@ created: 20220922204301052
modified: 20230206111552156
modifier: Octt
tags: Reading Tech $:/i18n:en
title: Hacking News
title: Tech News
Interesting news I collect from the hacky tech Internet sphere (HN primarily, but not exclusively).
Interesting news I collect from the hacky tech Internet sphere (HN primarily, but not exclusively), that don't fit into other tiddlers.
; February 2023
: [[I'm a Stanford professor who's studied organizational behavior for decades. The widespread layoffs in tech are more because of copycat behavior than necessary cost-cutting.|https://www.businessinsider.com/stanford-professor-mass-layoffs-caused-by-social-contagion-companies-imitating-2023-2]]
: [[Even hackers are reportedly getting laid off by organized crime groups|https://www.businessinsider.com/hackers-ransomware-getting-laid-off-amid-better-cybersecurity-report-2023-2]] - //As cybersecurity improves, one hacker group laid off 45 employees//
!!! ''Older''
* [[TOTP tokens on my wrist with the smartest dumb watch|https://blog.singleton.io/posts/2022-10-17-otp-on-wrist]]
* [[Boeing 787s must be turned off and on every 51 days to prevent 'misleading data' being shown to pilots|https://www.theregister.com/2020/04/02/boeing_787_power_cycle_51_days_stale_data]]

View File

@ -0,0 +1,9 @@
created: 20230228220648648
creator: Octt
modified: 20230228221219150
modifier: Octt
tags: Politics
title: UK Online Safety Bill
; February 2023
: [[Dear Mr. Sunak, will you block access to encryption, just like Russia & Iran?|https://tutanota.com/blog/posts/uk-undermine-encryption]] - //''Tutanota'': We will not 'walk out' of UK like Signal. Nor will we comply with any request to bypass our encryption.//

View File

@ -13,6 +13,7 @@ title: Virtual Machine
: [[VMWare|https://www.vmware.com/]] - If you need a //Workstation Pro// license key for free, just [[look on YouTube|https://www.youtube.com/results?search_query=vmware+workstation+pro+license+key&sp=EgIIBQ%253D%253D]] (''don't trust keygens or hacked EXEs'', there are videos that just show you the key on the screen)
; Cloud Virtualization
: [[ANY.RUN|https://any.run/]] - //Interactive malware Hunting service// - Windows, with many process analysis features
: [[ApkOnline|https://www.apkonline.net/]], [[Redfinger Cloud Phone|https://www.cloudemulator.net/]] - Android
: [[Appetize|https://appetize.io/]] - Android and iOS
: [[AppOnFly|https://www.apponfly.com/]] - Windows apps

21
Wiki/tiddlers/nanoGPT.tid Normal file
View File

@ -0,0 +1,21 @@
created: 20230218215510319
creator: Octt
modified: 20230228230210163
modifier: Octt
tags: AI
title: nanoGPT
; Primary Resources
: [[Code (Git)|https://github.com/karpathy/nanoGPT]]
: Video explanation: <<YoutubeL kCc8FmEb1nY "Let's build GPT: from scratch, in code, spelled out">>
; Additional Resources
: [[Training nanoGPT on my Journal|https://hut.pm/nanogpt.html]] - <<mywarc 114>>
!!! ''My Experience''
Done training on [[my main laptop|Octt/Laptop]], with PyTorch 2 nightly, and CPU training, because:
* I failed to install all required dependencies on [[my desktop|Octt/groso]], both on Void Linux musl (bare-metal) and Ubuntu Jammy (chroot).
* I now had to use my slow laptop, but issues with NVIDIA drivers meant no GPU training.
(TODO: Write my results)

14
local.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/sh
cd "$( dirname "$( realpath "$0" )" )"
pull() {
git pull
}
push() {
git add .
git commit -m "Manual push"
git push
}
$1