Quartz sync: Sep 3, 2023, 12:10 PM

This commit is contained in:
bfahrenfort 2023-09-03 12:10:46 -05:00
parent c2bc58ff6d
commit b59c84865a
6 changed files with 84 additions and 30 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 KiB

View File

@ -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 dont believe in having more than one personal computer, as I think its wasteful, especially when your profession will provide you with an e-waste work laptop whether you like it or not. As such, Im 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 Taiwans 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, its 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
- eBays finest
- GTX1650
- Upgrade Soon(tm), its really not good. Ill 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, Ive also daily driven Linux Mint. You can read more about my history with Linux on [[on-linux|its dedicated page]].
### On User Interface
Ive 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 thats 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.
- 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 Ive 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.

View File

@ -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]].

View File

@ -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

View File

@ -0,0 +1,11 @@
---
title: Summary of Changes for Month Year
draft: true
tags:
- "#update"
---
## Housekeeping
## New Pages
-

View File

@ -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: [