diff --git a/content/Attachments/vegan-cheese.jpg b/content/Attachments/vegan-cheese.jpg new file mode 100644 index 000000000..bd0d3ee37 Binary files /dev/null and b/content/Attachments/vegan-cheese.jpg differ diff --git a/content/Projects/my-computer.md b/content/Projects/my-computer.md index bc3b2d4a9..f80ef9ebd 100644 --- a/content/Projects/my-computer.md +++ b/content/Projects/my-computer.md @@ -1,11 +1,41 @@ --- title: My Computer -tags: - - productivity - - linux - - difficulty-moderate +tags: ["productivity", "linux", "difficulty-moderate"] --- -I run Fedora Linux with the GNOME desktop environment. +## Hardware +First off, I don’t believe in having more than one personal computer, as I think it’s wasteful, especially when your profession will provide you with an e-waste work laptop whether you like it or not. As such, I’m an eGPU apologist! My setup consists of a laptop connected to a Thunderbolt dock on one tb4 controller and an NVIDIA eGPU on the other. Speaking of… +### Laptop +- Framework Laptop, Batch 6 + - Repairable, upgradeable, and wholly yours. This thing is amazing. + - I got in just early enough to be an "early adopter", but late enough that I was past the teething problems. + - CPU: i5-1135g7 + - RAM: 2x16gb of Taiwan’s finest 3200MHz + - SSD: 2tb gen3 + - Expansion Cards: + - 1x 3D printed and custom magnetic charger adapter + - 3x usb-c, to be swapped with any of usb-a, hdmi, microSD, or storage as needed +So yeah, it’s pretty cool. Here are my peripherals: +### Dock +- Razer Thunderbolt 4 Dock (non-Chroma) + - A buncha ports in one place. Really solid DAC for the headphones too, better than the onboard. +### eGPU +- ADT-Link R43SG-TB3 + - It was smaller than a core x chroma +- Dell DA-2 + - eBay’s finest +- GTX1650 + - Upgrade Soon(tm), it’s really not good. I’ll probably go to the power limit of the DA-2, so like a 3060ti or so +## OS/Configuration +I run Fedora Linux with the GNOME desktop environment. I was a longtime Windows 10 user, and dabbled in Linux a bit, but eventually got fed up enough with Windows that I swapped for good. +Previously, I’ve also daily driven Linux Mint. You can read more about my history with Linux on [[on-linux|its dedicated page]]. +### On User Interface +I’ve daily driven XFCE, Budgie, Unity, and KDE before. No DE really caught my eye in a way that feels both intuitive and productive until GNOME. The overview is such a neat concept that’s performant, useful for rapid task switching, and pretty. I recommend the Blur My Shell extension for best results, as well as an extension that gives you trackpad gestures for your windowing system. +- Little tip for productivity: if you use gestures, throw each new window on a different workspace and swipe instead of alt-tabbing. +### Config! I use a [bare git repository](https://www.atlassian.com/git/tutorials/dotfiles) to backup all my small configuration files that are scattered throughout my computer. -- Sidebar: I deviated from the tutorial and called my alias `dots` instead of `config`. It just felt better and there was no chance of confusion with Fedora's `configure` system utility. \ No newline at end of file +- Sidebar: I deviated from the tutorial and called my alias `dots` instead of `config`. It just felt better and there was no chance of confusion with Fedora's `configure` system utility. +#### Config Hell +- There are a lot of little tweaks I do to software to make it fully useful to me, which is the one argument I’ve ever raised *against* compartmentalizing through Flatpak, Snap, etc. + - I have a bunch of Flatpak programs with absolutely no settings sync or remotely near the capability to sync, so what do I do when I want to migrate? +- Hey kids wanna see a dead husk of a man? Come find me three hours after I update my Neovim install. Dear lord, that thing breaks OFTEN. \ No newline at end of file diff --git a/content/Updates/2023/sept.md b/content/Updates/2023/sept.md new file mode 100644 index 000000000..974c4e433 --- /dev/null +++ b/content/Updates/2023/sept.md @@ -0,0 +1,19 @@ +--- +title: Summary of Changes for September 2023 +draft: true +tags: + - "#update" +--- + +## Housekeeping +I'm going to start tracking lists of changes that happen during the previous month! This should provide a nice little bump to the RSS feed since I edit pages post-creation a lot. + +There'll also be a small blog component to it. +- Law school is back in full swing! I'm juggling a lot of computer projects as well as coursework, so this site might slow a bit. +- I did a vegan cheese party with some friends (they're vegan, not me) and made a cheese platter, margherita pizza, and some fried mozz sticks. Here's the result: + +![[Attachments/vegan-cheese.jpg]] +## New Pages +- I fiddled with the [[index|homepage]] a bit. +- I added comments with Remark42, and documented it [[Projects/Obsidian/quartz-comments|here]]. +- I started fleshing out [[Projects/my-computer|My Computer]]. \ No newline at end of file diff --git a/content/index.md b/content/index.md index f99af14df..08a1b7d54 100644 --- a/content/index.md +++ b/content/index.md @@ -7,6 +7,8 @@ You're on a site called a [[Misc/what-is-a-garden|Digital Garden]]. Here's some Feel free to subscribe to [this site's RSS feed](/index.xml) for the latest updates whenever I post. +This site changes often. Check [[Updates]] for a monthly list of changes. + # What can I see here? I [[about-me|(me, myself)]] write about: - [[Projects/home|Projects]] I've undertaken diff --git a/content/templates/Update.md b/content/templates/Update.md new file mode 100644 index 000000000..28febb816 --- /dev/null +++ b/content/templates/Update.md @@ -0,0 +1,11 @@ +--- +title: Summary of Changes for Month Year +draft: true +tags: + - "#update" +--- + +## Housekeeping + +## New Pages +- \ No newline at end of file diff --git a/quartz.config.ts b/quartz.config.ts index 9f596685a..218a811ae 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -1,13 +1,5 @@ import { QuartzConfig } from "./quartz/cfg" import * as Plugin from "./quartz/plugins" -import { OptionType } from "./quartz/plugins/types" - -var remark = Plugin.Remark42({ host: "https://be-far.com/comments", site_id: "remark", theme: "dark", no_footer: true }) -declare global { - var remark_config: OptionType -} - -globalThis.remark_config = remark.options const config: QuartzConfig = { configuration: { @@ -17,7 +9,7 @@ const config: QuartzConfig = { enablePopovers: true, analytics: null, baseUrl: "be-far.com", - ignorePatterns: ["private", "templates"], + ignorePatterns: ["private", "**/templates"], theme: { typography: { header: "Lora", @@ -26,23 +18,23 @@ const config: QuartzConfig = { }, colors: { lightMode: { - light: "#faf8f8", - lightgray: "#e5e5e5", - gray: "#b8b8b8", - darkgray: "#4e4e4e", - dark: "#2b2b2b", - secondary: "#284b63", - tertiary: "#84a59d", + light: "#eff1f5", + lightgray: "#dce0e8", + gray: "#8c8fa1", + darkgray: "#4c4f69", + dark: "#4f4f7f", + secondary: "#40a02b", + tertiary: "#209fb5", highlight: "rgba(143, 159, 169, 0.15)", }, darkMode: { - light: "#161618", - lightgray: "#393639", - gray: "#646464", - darkgray: "#d4d4d4", - dark: "#ebebec", - secondary: "#7b97aa", - tertiary: "#84a59d", + light: "#1e1e2e", + lightgray: "#6c7086", + gray: "#a6adc8", + darkgray: "#cdd6f4", + dark: "#cdd6f4", + secondary: "#a6e3a1", + tertiary: "#89dceb", highlight: "rgba(143, 159, 169, 0.15)", }, }, @@ -61,7 +53,7 @@ const config: QuartzConfig = { Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }), Plugin.Latex({ renderEngine: "katex" }), Plugin.Description(), - remark + Plugin.Remark42({ host: "https://be-far.com/comments", site_id: "remark", theme: "dark", no_footer: true }), ], filters: [Plugin.RemoveDrafts()], emitters: [