adding in my content

This commit is contained in:
frank 2024-11-05 09:39:42 -05:00
parent aec0f79928
commit da80203158
28 changed files with 3715 additions and 9 deletions

1
.obsidian/app.json vendored Normal file
View File

@ -0,0 +1 @@
{}

1
.obsidian/appearance.json vendored Normal file
View File

@ -0,0 +1 @@
{}

30
.obsidian/core-plugins.json vendored Normal file
View File

@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}

181
.obsidian/workspace.json vendored Normal file
View File

@ -0,0 +1,181 @@
{
"main": {
"id": "b26147c236d1c9c9",
"type": "split",
"children": [
{
"id": "43bbea847ba64c9a",
"type": "tabs",
"children": [
{
"id": "d53c0cf60d050823",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "content/old-index.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "old-index"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "64f015e9733c42b3",
"type": "split",
"children": [
{
"id": "ed2be1cb3dc480aa",
"type": "tabs",
"children": [
{
"id": "802a0294b50910f3",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "49c9e46a8ff2cb6a",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "93dff24fe22c465b",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "737647e5b74024d9",
"type": "split",
"children": [
{
"id": "bef19c2c0fa95233",
"type": "tabs",
"children": [
{
"id": "6f251ed804cae069",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "content/old-index.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for old-index"
}
},
{
"id": "d5a1e9f118d5d301",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "content/old-index.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from old-index"
}
},
{
"id": "e1ace2a2c010ab22",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "55eb3872145d9788",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "content/old-index.md"
},
"icon": "lucide-list",
"title": "Outline of old-index"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
}
},
"active": "d53c0cf60d050823",
"lastOpenFiles": [
"content/index.njk",
"_site/md-index/index.html",
"_site/md-index",
"content/index.md",
"content/md-index.md",
"_site/oldindex/index.html",
"_site/oldindex",
"content/oldindex.njk",
"_site/index.md/index.html",
"_site/index.md",
"_site/Untitled/index.html",
"_site/Untitled",
"content/old-index.md"
]
}

View File

@ -0,0 +1,11 @@
{
"folders": [
{
"path": "../.."
},
{
"path": "../../../journal"
}
],
"settings": {}
}

View File

@ -1,9 +1,5 @@
---js hi I'm cobweb and this is my website. It's kind of a blog, kind of a journal, kind of a "learning in public" project.
const eleventyNavigation = {
key: "About",
order: 3
};
---
# About
I am a person that writes stuff. Chances are if youre reading this you already know me or are a robot, but, if you don't know me, hi, nice to meet you. Welcome to my brain. You'll find some of my interests here. Maybe even some art or whatever. These might be things like science fiction, fantasy, language, internet-related technology, open source software, music, games, topics in esotericism and other weirdness.
Whatever you do find here, keep in mind that this whole site is a big work in progress and will be messy and poorly constructed and not at all professional. I'm workin on it though. Let me know if you find typos or anything that's incorrect or misleading or if I have a bad take or something. I don't want it to be too embarrassing here. For now, I have some [contact info on the front page](https://xmitter.net/#contact), but I'm looking for a guestbook or comments page thing I can work into here soon.

3
content/ai.md Normal file
View File

@ -0,0 +1,3 @@
I've made the unilateral decision to remove LLM generated content from my site (and my sight) It turns out that [[ai slop]] is not really a very good style, though it is very distinctive, lol.
The way I was using AI is basically as a fancy Lorem Ipsum generator to be honest, and I'd rather things were more handcrafted in here.

1
content/archive/index.md Normal file
View File

@ -0,0 +1 @@
This archive is for anything thats basically done and not expected to change much in the future.

7
content/colophon.md Normal file
View File

@ -0,0 +1,7 @@
This website was made with:
- Debian Linux
- Obsidian
- Quartz
- VSCodium
- Luv

5
content/conlangs.md Normal file
View File

@ -0,0 +1,5 @@
A conlang is a language created by a person or people, in contrast to a natlang which is a language that evolved in the usual way over centuries and has native speakers. Conlanging is the act of language creation, and for me is a kind of devotional and religious or meditative practice.
Some examples of Conlang I like include Quenya, Sindarin and all those Tollkien ones, Klingon, Toki Pona, etc.
I've added a page for a conlang I've created called [[yupiche]], generated with a tool called VulgarLang.

View File

@ -0,0 +1,9 @@
LLMs are here with us now. The other day I was doing some web searching, I had seen some worms I didn't recognize and was trying to determine if they were like parasites or harmless or whatever. My first couple of searches turned up nothing but AI slop.
Slop is a term that's come to mean that sort of generic, nonsensical, utterly unhelpful wall of text commonly generated by freebie LLMs like ChatGPT. Websites are being generated based on commonly searched terms and then filled with ads so that this slop creeps into web results and makes the owners of these, probably automatically generated websites a little money for each ad you see or click.
I don't know what to do about it yet, but basically all search engines have become useless for actually finding genuine content that has any meaning or truth to it. It feels kind of like we've been transported back to the 90s, when content was hard to find and people made actual personal websites to share information.
Going forward, I think I'm going to take control of my search bar.
More to come...

2
content/letters/index.md Normal file
View File

@ -0,0 +1,2 @@
These are my letters. I'm thinking of it as a letters to the editor page, or a place to put letters to people, maybe real people or fictional characters. Acquaintances or strangers, random internet person or close family and friends. Maybe I'll address some of these to people, it won't always make sense. Something like, "Dear Rand al'Thor, Let me infodump at you for a couple of paragraphs about how I feel about colonialism and white supremacy. TL;DR: I hate it."

16
content/manifesto.md Normal file
View File

@ -0,0 +1,16 @@
> This is our world now... the world of the electron and the switch, the
beauty of the baud. We make use of a service already existing without paying
for what could be dirt-cheap if it wasn't run by profiteering gluttons, and
you call us criminals. We explore... and you call us criminals. We seek
after knowledge... and you call us criminals. We exist without skin color,
without nationality, without religious bias... and you call us criminals.
You build atomic bombs, you wage wars, you murder, cheat, and lie to us
and try to make us believe it's for our own good, yet we're the criminals.
> Yes, I am a criminal. My crime is that of curiosity. My crime is
that of judging people by what they say and think, not what they look like.
My crime is that of outsmarting you, something that you will never forgive me
for. I am a hacker, and this is my manifesto. You may stop this individual,
but you can't stop us all... after all, we're all alike.
__the hacker manifesto__ by the Mentor

2
content/md-index.md Normal file
View File

@ -0,0 +1,2 @@
#### hi
This is my new website, enjoy.

BIN
content/media/IMG_6538.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

BIN
content/media/IMG_6677.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
content/media/aurora.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 KiB

1
content/media/index.md Normal file
View File

@ -0,0 +1 @@
Here's where all the photos, videos, gifs, memes, songs, mp3s live

BIN
content/media/web.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
content/media/welcome.mp3 Normal file

Binary file not shown.

21
content/now.md Normal file
View File

@ -0,0 +1,21 @@
Here's some stuff i'm up to lately:
#### books
- now reading: the Diamond Sutra, Red Pine
#### tv
- Im currently into Rings of Power, Ive watched up to Season 2 Episode 8 now. Its pretty good! I was seriously expecting hot garbage.
#### movie
- The last movie I saw was The Blair Witch Project, I saw it back when it came out but just showed it to the family a while back. It was pretty dated I think and interesting but not really that scary, lol.
#### devops
- I'm moving this site to eleventy. I've decided i need a little more flexibility that I think 11ty seems like the right tool.
#### todo
- [ ] finish the Diamond Sutra
- [ ] create some eleventy type templates and test

16
content/old-index.md Normal file
View File

@ -0,0 +1,16 @@
---
title: index
Timestamp: 2024-03-19T02:26:05.685Z
---
#### [ABOUT](about.md) :: [[colophon]] :: [[radio]] :: [[now]]
![[aurora.jpg|450]]
#### Search
- [Cyberware Search](https://search.cyberwa.re/)
- [DDG](https://duckduckgo.com)
---
![[welcome.mp3]]
### contact
- **Email**: [webmagus@xmitter.net]

6
content/photos.md Normal file
View File

@ -0,0 +1,6 @@
![[web.jpeg|300]]
![[IMG_6677.jpeg|500]]
Here are some #aurora I saw the other day. I thought this one looked pretty apparitional and spooky.

6
content/radio.md Normal file
View File

@ -0,0 +1,6 @@
<iframe src="https://radio.xmitter.net/public/xmtr_/embed" frameborder="0" allowtransparency="false" style="width: 100%; min-height: 150px; border: 0;"></iframe>
23 Lotus Pirate Radio

View File

@ -0,0 +1,26 @@
#### Name: TBD
### writing system: ogham, something like:
```
c > ᚌ
h > ᚆ
j > ᚇ
k > ᚊ
l > ᚂ
m > ᚋ
n > ᚅ
p > ᚚ
r > ᚏ
s > ᚄ
t > ᚈ
w > ᚃ
ɲ > ᚉ
ʧ > ᚔ
a > ᚐ
e > ᚓ
i > ᚔ
o > ᚑ
u > ᚒ
```

3345
content/resources/yupiche.md Normal file

File diff suppressed because it is too large Load Diff

19
content/til.md Normal file
View File

@ -0,0 +1,19 @@
Today I learned. This page is for, yeah, I guess things I learn every day. It's not going to be updated EVERY day but I'll try and put some interesting things in here.
#### 10-22-2024
TIL about some [basic puppet commands](https://www.puppet.com/docs/puppet/7/modules_installing.html).
ALSO how to upgrade Quartz, completely mess up the stylesheets and then roll back to a git commit from before the upgrade. Pretty fancy. It went kinda like this:
```zsh
$ git reset head [hash of commit from right before upgrading]
$ git branch rollback
$ git checkout rollback
$ git push --set-upstream origin rollback
```
And then from there I just run a script that deploys from whichever branch I give it. I can figure out how to swap it back into main later.

View File

@ -46,6 +46,7 @@
"zod-validation-error": "^3.3.1" "zod-validation-error": "^3.3.1"
}, },
"dependencies": { "dependencies": {
"@zachleat/heading-anchors": "^1.0.1" "@zachleat/heading-anchors": "^1.0.1",
"markdown-it-obsidian": "^1.1.0"
} }
} }