···6 title="page unavailable"
7 description="erm.. 404! not found! oops. whoopsie! my bad. error! uh oh!"
8>
9- <h1>page unavailable</h1>
01011- <p>
12- a page wasn't found at this address. it may have been moved, removed, or
13- just never existed in the first place. would you like to go back <a href="/"
14- >home</a
15- >?
16- </p>
1718- <img src="https://http.cat/404" alt="404 meme picture, with a cat" />
0000019</Layout>
···6 title="page unavailable"
7 description="erm.. 404! not found! oops. whoopsie! my bad. error! uh oh!"
8>
9+ <div class="prose dark:prose-invert max-w-full">
10+ <h1>page unavailable</h1>
1112+ <p>
13+ a page wasn't found at this address. it may have been moved, removed, or
14+ just never existed in the first place. would you like to go back <a
15+ href="/">home</a
16+ >?
17+ </p>
1819+ <img
20+ class="w-full"
21+ src="https://http.cat/404"
22+ alt="404 meme picture, with a cat"
23+ />
24+ </div>
25</Layout>
···6 <img
7 src="https://avatars.githubusercontent.com/u/42325132?s=256"
8 alt="my current profile picture on github"
9- class="floating-image"
10 />
0000000001112- <h1>home</h1>
00000000000000000000000000000000000000001314- <p>
15- hey, my name is devin (i'm also known as "intergrav" in some spaces). i
16- enjoy <strong>music</strong>, <strong>UI/UX design</strong>, <strong
17- >programming</strong
18- >, <strong>sysadmin stuff</strong>, and a bunch of other things!!!! :) i
19- don't have very much else to say about myself, but here are a couple
20- projects that i've created or work on:
21- </p>
2223- <ul>
24- <li>
25- i made <a href="https://devcss.devins.page">dev.css</a> and <a
26- href="https://slightcss.devins.page">slight.css</a
27- >, two stylesheets for easily making simple, nice looking websites. this
28- site uses slight.css.
29- </li>
30- <li>
31- i made <a href="https://github.com/intergrav/devins-badges"
32- >Devin's Badges</a
33- >, a library of nicely designed badges for your projects. this project is
34- on hiatus, i'm not sure when or if i'll work on it again.
35- </li>
36- <li>
37- i have made and maintained <a
38- href="https://modrinth.com/modpack/adrenaline">Adrenaline</a
39- > and <a href="https://modrinth.com/modpack/additive">Additive</a> for the past
40- 3-4 years, two Minecraft modpacks that have become relatively popular in the
41- modding community.
42- </li>
43- <li>
44- i was the leader of designing and writing the new <a
45- href="https://prismlauncher.org">Prism Launcher website</a
46- >, a project that took several months, focusing on cleanliness,
47- consistency, and usability.
48- </li>
49- <li>
50- i've helped contribute to <a href="https://modrinth.com">Modrinth</a> a couple
51- times, a website for sharing Minecraft mods. I made that little <a
52- href="https://cdn.modrinth.com/servers/excitement.webp">robot mascot</a
53 >
54- that they use sometimes, contributed some ideas, helped <a
55- href="https://support.modrinth.com/en/articles/9298760-third-party-packages"
56- >bring</a
57- >
58- <a href="https://github.com/modrinth/code/issues/497">attention</a> and organize
59- Linux/MacOS packaging for the Modrinth App, and made some images for their
60- <a href="https://modrinth.com/news">blog</a>.
61- </li>
62- </ul>
63-64- <p>
65- this whole website is open-source and available on <a
66- href="https://tangled.org/devins.page/devins.page">Tangled</a
67- >. you can see how i made it there.
68- </p>
69-70- <p>
71- need to reach out? send me an email at <a href="mailto:devin@devins.page"
72- >devin@devins.page</a
73- > or message me at <a href="https://matrix.to/#/@devin_real:matrix.org"
74- >@devin_real:matrix.org</a
75- >. i don't really use social media anymore.
76- </p>
77- <p>
78- <em
79- >keep in mind that i am a pretty reserved person. i have limited
80- availability and may not respond to everything immediately, or at all. it
81- is nothing personal!</em
82- >
83- </p>
84</Layout>
···6 <img
7 src="https://avatars.githubusercontent.com/u/42325132?s=256"
8 alt="my current profile picture on github"
9+ class="ms-4 float-end size-24 sm:size-32 rounded-sm"
10 />
11+ <div class="prose dark:prose-invert max-w-full">
12+ <p>
13+ hey, my name is devin (i'm also known as "intergrav" in some spaces). i
14+ enjoy <strong>music</strong>, <strong>UI/UX design</strong>, <strong
15+ >programming</strong
16+ >, <strong>sysadmin stuff</strong>, and a bunch of other things!!!! :) i
17+ don't have very much else to say about myself, but here are a couple
18+ projects that i've created or work on:
19+ </p>
2021+ <ul>
22+ <li>
23+ i made <a href="https://devcss.devins.page">dev.css</a> and <a
24+ href="https://slightcss.devins.page">slight.css</a
25+ >, two stylesheets for easily making simple, nice looking websites. this
26+ site uses slight.css.
27+ </li>
28+ <li>
29+ i made <a href="https://github.com/intergrav/devins-badges"
30+ >Devin's Badges</a
31+ >, a library of nicely designed badges for your projects. this project
32+ is on hiatus, i'm not sure when or if i'll work on it again.
33+ </li>
34+ <li>
35+ i have made and maintained <a
36+ href="https://modrinth.com/modpack/adrenaline">Adrenaline</a
37+ > and <a href="https://modrinth.com/modpack/additive">Additive</a> for the
38+ past 3-4 years, two Minecraft modpacks that have become relatively popular
39+ in the modding community.
40+ </li>
41+ <li>
42+ i was the leader of designing and writing the new <a
43+ href="https://prismlauncher.org">Prism Launcher website</a
44+ >, a project that took several months, focusing on cleanliness,
45+ consistency, and usability.
46+ </li>
47+ <li>
48+ i've helped contribute to <a href="https://modrinth.com">Modrinth</a> a couple
49+ times, a website for sharing Minecraft mods. I made that little <a
50+ href="https://cdn.modrinth.com/servers/excitement.webp"
51+ >robot mascot</a
52+ >
53+ that they use sometimes, contributed some ideas, helped <a
54+ href="https://support.modrinth.com/en/articles/9298760-third-party-packages"
55+ >bring</a
56+ >
57+ <a href="https://github.com/modrinth/code/issues/497">attention</a> and organize
58+ Linux/MacOS packaging for the Modrinth App, and made some images for their
59+ <a href="https://modrinth.com/news">blog</a>.
60+ </li>
61+ </ul>
6263+ <p>
64+ this whole website is open-source and available on <a
65+ href="https://tangled.org/devins.page/devins.page">Tangled</a
66+ >. this website is built with tailwind and astro, and hosted by <a
67+ href="https://wisp.place">wisp.place</a
68+ >. (this current design is obviously inspired by tangled's design!)
69+ </p>
07071+ <p>
72+ need to reach out? send me an email at <a href="mailto:devin@devins.page"
73+ >devin@devins.page</a
74+ > or message me at <a href="https://matrix.to/#/@devin_real:matrix.org"
75+ >@devin_real:matrix.org</a
76+ >. i don't really use social media anymore.
77+ </p>
78+ <p>
79+ <em
80+ >keep in mind that i am a pretty reserved person. i have limited
81+ availability and may not respond to everything immediately, or at all.
82+ it is nothing personal!</em
00000000000000000083 >
84+ </p>
85+ </div>
000000000000000000000000000086</Layout>
+8-12
src/pages/privacy.astro
···3---
45<Layout title="privacy" description="privacy information for devins.page">
6- <h1>privacy</h1>
7-8- <p>
9- this website is deployed on <strong
10- ><a href="https://wisp.place">wisp.place</a></strong
11- >.
12- </p>
13-14- <p>
15- <em>i do not personally collect, store, or share any visitor data.</em>
16- </p>
1718- <a href="/">← home</a>
0000019</Layout>
···3---
45<Layout title="privacy" description="privacy information for devins.page">
6+ <div class="prose dark:prose-invert max-w-full">
7+ <h1>privacy</h1>
00000000089+ <p>
10+ this website is deployed on <strong
11+ ><a href="https://wisp.place">wisp.place</a></strong
12+ >. i do not personally collect, store, or share any visitor data.
13+ </p>
14+ </div>
15</Layout>
+254-248
src/pages/uses.astro
···3---
45<Layout title="uses" description="hardware and software i use">
6- <h1>uses</h1>
7- <p>
8- i often get asked about the stuff that i use so i wanted to make a
9- comprehensive page listing mostly everything. i will probably update this
10- list over time as it also helps me keep track of what i'm using - and maybe
11- it'd be useful to help some people discover new software and hardware
12- aswell.
13- </p>
14- <h2>hardware</h2>
15- <p>
16- my main computer is an <em>M4 MacBook Air</em> configured with 24gb of memory
17- and 1tb of storage. i use <a href="https://nixos.org">Nix</a> and <a
18- href="https://github.com/nix-darwin/nix-darwin">nix-darwin</a
19- >, along with <a href="https://brew.sh">Homebrew</a> for GUI applications. i mostly
20- went for a MacBook because I wanted to use Logic Pro, and audio production SUCKS
21- on linux. but also because i haven't been really enjoying Windows lately. i also
22- love the hardware. the trackpad, display, and battery life are great, and the
23- speakers are the best i've ever heard from a laptop.
24- </p>
25- <p>
26- i also have a <em>Surface</em> laptop, running Windows, which i use for games.
27- but i don't really do much else on there. i would like to install Linux on there,
28- but it doesn't really play nicely with my dock (Dell WD19TB). also for whatever
29- reason on Linux it always runs the Nvidia GPU at the lowest power setting, making
30- games unplayable. (the Nvidia driver seems to think that it's always on battery
31- power.)
32- </p>
33- <p>
34- i also play and emulate games on my <em
35- ><a href="https://store.steampowered.com/steamdeck">Steam Deck</a></em
36- > very often. it's a 256GB LCD model. this has been a very good purchase and i'd
37- heavily recommend it if you're into pc gaming and you want something portable
38- :)
39- </p>
40- <p>
41- i have my old desktop which i use as my main server since i don't really
42- have any other use for it. it's running <a href="https://nixos.org">NixOS</a
43- >. i run <a href="https://jellyfin.org">Jellyfin</a> for movies/tv, <a
44- href="https://www.navidrome.org">Navidrome</a
45- > for streaming my music library, <a href="https://restic.net">restic</a> and
46- <a href="https://en.wikipedia.org/wiki/Time_Machine_(macOS)">Time Machine</a
47- > backup shares, and Minecraft servers for my friends. i also run <a
48- href="https://www.samba.org">Samba</a
49- > shares.
50- </p>
51- <p>
52- i also have an <em>Intel NUC</em> (i forgot exactly which generation) which was
53- the previous computer i used as my server before i upgraded to my old desktop.
54- this is currently unused.
55- </p>
56- <p>
57- i have a <em>Raspberry Pi 4</em> which i used to run RetroPie on. currently it's
58- unused though, and i'm thinking of ways i could use it.
59- </p>
60- <p>
61- i have an <em>iPhone 14 Pro</em>, mainly because i wanted GarageBand at the
62- time but it also plays nicely with my Mac. i'm considering switching to a
63- Pixel at some point though.
64- </p>
65- <p>
66- i also enjoy messing with retro/vintage hardware and have some older
67- computers:
68- </p>
69- <ul>
70- <li>
71- i very often use my <em>5th gen iPod</em> to listen to my music library on the
72- go and at home, since it's distraction-free and fun to tinker with. i run
73- <a href="https://www.rockbox.org">Rockbox</a> on here with <a
74- href="https://github.com/D0-0K/adwaitapod">adwaitapod</a
75- >, the best Rockbox theme ;)
76- </li>
77- <li>
78- sometimes i used to use my <em>4th gen iPod Touch</em> for distraction-free
79- music listening and those classic mobile games. i do quite miss when mobile
80- devices were small and easier to handle, and this is nice to bring to places
81- where i don't want my phone
82- </li>
83- <li>
84- i have a <em>Gateway</em> laptop from 2003 that i don't really use, but sometimes
85- mess around with it for shits and giggles
86- </li>
87- </ul>
88- <p>also here's the gear i use for music:</p>
89- <ul>
90- <li>
91- audio workstation: i mostly use <a href="https://www.apple.com/logic-pro"
92- >Logic Pro</a
93- > or <a href="https://www.bitwig.com">Bitwig</a> or <a
94- href="https://www.image-line.com">FL Studio</a
95- >
96- </li>
97- <li>
98- instruments: i have a Donner Hush X, a Squier stratocaster, some acoustic
99- Yamaha, a ukulele, and a Yamaha keyboard.
100- </li>
101- <li>
102- virtual plugins: Logic's stock, ValhallaDSP, MeldaProduction, Spitfire
103- Audio LABS
104- </li>
105- <li>
106- midi controller: i use that Yamaha keyboard along with my <a
107- href="https://www.arturia.com/products/hybrid-synths/minilab-3/overview"
108- >Arturia Minilab 3</a
109- >.
110- </li>
111- <li>
112- microphone: i typically use an <a
113- href="https://www.akg.com/microphones/condenser-microphones/P120-.html"
114- >AKG P120</a
115- >.
116- </li>
117- <li>
118- audio interface: i use a <a
119- href="https://us.focusrite.com/products/scarlett-solo-3rd-gen"
120- >Focusrite Scarlett Solo 3rd Gen</a
121- >. however, sometimes on the go, i just plug in my <a
122- href="https://www.fender.com/products/mustang-micro"
123- >Fender Mustang Micro</a
124- > and start recording, but the latency is sometimes kinda bad when plugged into
125- the laptop
126- </li>
127- </ul>
128- <h2>software</h2>
129- <h3>operating systems</h3>
130- <p>
131- on desktop i mostly prefer MacOS, NixOS, Fedora, and Debian. for servers i
132- run NixOS because it's just so convenient. i also run Windows for gaming. i
133- previously used Arch rather than NixOS but it was far too unstable for my
134- liking and i prefer the declarative approach that NixOS offers.
135- </p>
136- <p>
137- if game anti-cheat worked on Linux i would probably switch to it full-time.
138- maybe. though i still need Logic Pro and Final Cut, which are
139- macOS-exclusive.
140- </p>
141- <h3>desktop</h3>
142- <p>
143- on linux i typically use <a href="https://en.wikipedia.org/wiki/GNOME"
144- >GNOME</a
145- >, but i've also been switching between <a
146- href="https://en.wikipedia.org/wiki/KDE">KDE</a
147- > and GNOME ever since KDE 6 released. i also use <a
148- href="https://swaywm.org">Sway</a
149- >. when using KDE i often enjoy <a
150- href="https://gitgud.io/wackyideas/aerothemeplasma">AeroThemePlasma</a
151- > ;)
152- </p>
153- <p>
154- on the desktop i prefer MacOS over Linux for various reasons, mostly because
155- it tends to be more stable and has better support for professional
156- applications. i need stuff like Logic Pro and Final Cut which simply can't
157- run on Linux. but i am very much excited for whats going on in the Linux
158- space
159- </p>
160- <h3>programs</h3>
161- <ul style="column-count: 2">
162- <li><a href="https://www.affinity.studio">Affinity</a></li>
163- <li>
164- <a href="https://en.wikipedia.org/wiki/Apple_Mail">Apple Mail</a> or <a
165- href="https://www.thunderbird.net">Thunderbird</a
166- >
167- </li>
168- <li>
169- <a href="https://github.com/mhaeuser/Battery-Toolkit">Battery Toolkit</a>
170- </li>
171- <li><a href="https://cinny.in">Cinny</a></li>
172- <li><a href="https://codeweavers.com/crossover">CrossOver</a></li>
173- <li><a href="https://discord.com">Discord</a></li>
174- <li>
175- <a href="https://www.apple.com/final-cut-pro">Final Cut Pro</a> or <a
176- href="https://www.blackmagicdesign.com/products/davinciresolve/"
177- >Davinci Resolve</a
178- >
179- </li>
180- <li><a href="https://ghostty.org">Ghostty</a></li>
181- <li>
182- <a href="http://inkscape.org">Inkscape</a> or <a
183- href="https://www.figma.com">Figma</a
184- >
185- </li>
186- <li>
187- <a href="https://en.wikipedia.org/wiki/ITunes">iTunes</a> (<code
188- >Music.app</code
189- >) or <a href="https://www.strawberrymusicplayer.org">Strawberry</a>
190- </li>
191- <li><a href="https://www.jetbrains.com/idea">JetBrains IDEA</a></li>
192- <li>
193- <a href="https://www.apple.com/logic-pro">Logic Pro</a> or <a
194- href="https://www.bitwig.com">Bitwig</a
195- > or <a href="https://www.image-line.com">FL Studio</a> or <a
196- href="https://www.apple.com/mac/garageband">GarageBand</a
197- >
198- </li>
199- <li><a href="https://musescore.org/en">MuseScore</a></li>
200- <li><a href="https://neovim.io">Neovim</a></li>
201- <li><a href="https://netnewswire.com">NetNewsWire</a></li>
202- <li>
203- <a href="https://nixos.org">Nix</a> and <a
204 href="https://github.com/nix-darwin/nix-darwin">nix-darwin</a
205- >
206- </li>
207- <li><a href="https://obsidian.md">Obsidian</a></li>
208- <li><a href="https://www.titanium-software.fr/en/onyx.html">OnyX</a></li>
209- <li>
210- <a href="https://www.pixelmator.com/photomator">Photomator</a> or <a
211- href="https://lightroom.adobe.com">Adobe Lightroom</a
212- >
213- </li>
214- <li><a href="https://prismlauncher.org">Prism Launcher</a></li>
215- <li><a href="https://signal.org">Signal</a></li>
216- <li><a href="https://steampowered.com">Steam</a></li>
217- <li><a href="https://tailscale.com">Tailscale</a></li>
218- <li><a href="https://transmissionbt.com">Transmission</a></li>
219- <li><a href="https://code.visualstudio.com">Visual Studio Code</a></li>
220- <li><a href="https://www.videolan.org/vlc">VLC</a></li>
221- </ul>
222-223- <p>
224- (there may also be some other software i forgot to mention, but thats most
225- of it)
226- </p>
227- <h3>services</h3>
228- <p>
229- these are services hosted on my NUC. i connect to everything using
230- Tailscale.
231- </p>
232- <ul>
233- <li>
234- <a href="https://jellyfin.org">Jellyfin</a>, for streaming my movies/TV
235- shows
236- </li>
237- <li>
238- <a href="https://navidrome.org">Navidrome</a>, for streaming my music
239- library
240- </li>
241- <li>
242- <a href="https://immich.app">Immich</a>, for managing my photos and videos
243- </li>
244- <li>
245- <a href="https://github.com/slskd/slskd">slskd</a> for music downloading and
246- sharing (soulseek daemon)
247- </li>
248- <li>Minecraft or other game servers for friends</li>
249- <li>
250- shares for <a href="https://restic.net">restic</a> Linux backups and <a
251- href="https://en.wikipedia.org/wiki/Time_Machine_(macOS)"
252 >Time Machine</a
253- > MacOS backups
254- </li>
255- </ul>
000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000256</Layout>
···3---
45<Layout title="uses" description="hardware and software i use">
6+ <div class="prose dark:prose-invert max-w-full">
7+ <p>
8+ i often get asked about the stuff that i use so i wanted to make a
9+ comprehensive page listing mostly everything. i will probably update this
10+ list over time as it also helps me keep track of what i'm using - and
11+ maybe it'd be useful to help some people discover new software and
12+ hardware aswell.
13+ </p>
14+ <h2>hardware</h2>
15+ <p>
16+ my main computer is an <em>M4 MacBook Air</em> configured with 24gb of memory
17+ and 1tb of storage. i use <a href="https://nixos.org">Nix</a> and <a
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018 href="https://github.com/nix-darwin/nix-darwin">nix-darwin</a
19+ >, along with <a href="https://brew.sh">Homebrew</a> for GUI applications. i
20+ mostly went for a MacBook because I wanted to use Logic Pro, but also because
21+ i haven't been really enjoying Windows lately. i also love the hardware. the
22+ trackpad, display, and battery life are great, and the speakers are the best
23+ i've ever heard from a laptop.
24+ </p>
25+ <p>
26+ i also have a <em>Surface</em> laptop, running Windows, which i use for games.
27+ but i don't really do much else on there. i would like to install Linux on there,
28+ but it doesn't really play nicely with my dock (Dell WD19TB). also for whatever
29+ reason on Linux it always runs the Nvidia GPU at the lowest power setting, making
30+ games unplayable. (the Nvidia driver seems to think that it's always on battery
31+ power.)
32+ </p>
33+ <p>
34+ i also play and emulate games on my <em
35+ ><a href="https://store.steampowered.com/steamdeck">Steam Deck</a></em
36+ > very often. it's a 256GB LCD model. this has been a very good purchase and
37+ i'd heavily recommend it if you're into pc gaming and you want something portable
38+ :)
39+ </p>
40+ <p>
41+ i have my old desktop which i use as my main server since i don't really
42+ have any other use for it. it's running <a href="https://nixos.org"
43+ >NixOS</a
44+ >. i run <a href="https://jellyfin.org">Jellyfin</a> for movies/tv, <a
45+ href="https://www.navidrome.org">Navidrome</a
46+ > for streaming my music library, <a href="https://restic.net">restic</a> and
47+ <a href="https://en.wikipedia.org/wiki/Time_Machine_(macOS)"
00000000000000000048 >Time Machine</a
49+ > backup shares, and Minecraft servers for my friends. i also run <a
50+ href="https://www.samba.org">Samba</a
51+ > shares.
52+ </p>
53+ <p>
54+ i also have an <em>Intel NUC</em> (i forgot exactly which generation) which
55+ was the previous computer i used as my server before i upgraded to my old desktop.
56+ this is currently unused.
57+ </p>
58+ <p>
59+ i have a <em>Raspberry Pi 4</em> which i used to run RetroPie on. currently
60+ it's unused though, and i'm thinking of ways i could use it.
61+ </p>
62+ <p>
63+ i have an <em>iPhone 14 Pro</em>, mainly because i wanted GarageBand at
64+ the time but it also plays nicely with my Mac. i'm considering switching
65+ to a Pixel at some point though.
66+ </p>
67+ <p>
68+ i also enjoy messing with retro/vintage hardware and have some older
69+ computers:
70+ </p>
71+ <ul>
72+ <li>
73+ i very often use my <em>5th gen iPod</em> to listen to my music library on
74+ the go and at home, since it's distraction-free and fun to tinker with. i
75+ run
76+ <a href="https://www.rockbox.org">Rockbox</a> on here with <a
77+ href="https://github.com/D0-0K/adwaitapod">adwaitapod</a
78+ >, the best Rockbox theme ;)
79+ </li>
80+ <li>
81+ sometimes i used to use my <em>4th gen iPod Touch</em> for distraction-free
82+ music listening and those classic mobile games. i do quite miss when mobile
83+ devices were small and easier to handle, and this is nice to bring to places
84+ where i don't want my phone
85+ </li>
86+ <li>
87+ i have a <em>Gateway</em> laptop from 2003 that i don't really use, but sometimes
88+ mess around with it for shits and giggles
89+ </li>
90+ </ul>
91+ <p>also here's the gear i use for music:</p>
92+ <ul>
93+ <li>
94+ audio workstation: i mostly use <a
95+ href="https://www.apple.com/logic-pro">Logic Pro</a
96+ > or <a href="https://www.bitwig.com">Bitwig</a> or <a
97+ href="https://www.image-line.com">FL Studio</a
98+ >
99+ </li>
100+ <li>
101+ instruments: i have a Donner Hush X, a Squier stratocaster, some
102+ acoustic Yamaha, a ukulele, and a Yamaha keyboard.
103+ </li>
104+ <li>
105+ virtual plugins: Logic's stock, ValhallaDSP, MeldaProduction, Spitfire
106+ Audio LABS
107+ </li>
108+ <li>
109+ midi controller: i use that Yamaha keyboard along with my <a
110+ href="https://www.arturia.com/products/hybrid-synths/minilab-3/overview"
111+ >Arturia Minilab 3</a
112+ >.
113+ </li>
114+ <li>
115+ microphone: i typically use an <a
116+ href="https://www.akg.com/microphones/condenser-microphones/P120-.html"
117+ >AKG P120</a
118+ >.
119+ </li>
120+ <li>
121+ audio interface: i use a <a
122+ href="https://us.focusrite.com/products/scarlett-solo-3rd-gen"
123+ >Focusrite Scarlett Solo 3rd Gen</a
124+ >. however, sometimes on the go, i just plug in my <a
125+ href="https://www.fender.com/products/mustang-micro"
126+ >Fender Mustang Micro</a
127+ > and start recording, but the latency is sometimes kinda bad when plugged
128+ into the laptop
129+ </li>
130+ </ul>
131+ <h2>software</h2>
132+ <h3>operating systems</h3>
133+ <p>
134+ on desktop i mostly prefer MacOS, NixOS, Fedora, and Debian. for servers i
135+ run NixOS because it's just so convenient. i also run Windows for gaming.
136+ i previously used Arch rather than NixOS but it was far too unstable for
137+ my liking and i prefer the declarative approach that NixOS offers.
138+ </p>
139+ <p>
140+ if game anti-cheat worked on Linux i would probably switch to it
141+ full-time. maybe. though i still need Logic Pro and Final Cut, which are
142+ macOS-exclusive.
143+ </p>
144+ <h3>desktop</h3>
145+ <p>
146+ on linux i typically use <a href="https://en.wikipedia.org/wiki/GNOME"
147+ >GNOME</a
148+ >, but i've also been switching between <a
149+ href="https://en.wikipedia.org/wiki/KDE">KDE</a
150+ > and GNOME ever since KDE 6 released. i also use <a
151+ href="https://swaywm.org">Sway</a
152+ >. when using KDE i often enjoy <a
153+ href="https://gitgud.io/wackyideas/aerothemeplasma">AeroThemePlasma</a
154+ > ;)
155+ </p>
156+ <p>
157+ on the desktop i prefer MacOS over Linux for various reasons, mostly
158+ because it tends to be more stable and has better support for professional
159+ applications. i need stuff like Logic Pro and Final Cut which simply can't
160+ run on Linux. but i am very much excited for whats going on in the Linux
161+ space
162+ </p>
163+ <h3>programs</h3>
164+ <ul class="columns-1 md:columns-3">
165+ <li><a href="https://www.affinity.studio">Affinity</a></li>
166+ <li>
167+ <a href="https://en.wikipedia.org/wiki/Apple_Mail">Apple Mail</a> or <a
168+ href="https://www.thunderbird.net">Thunderbird</a
169+ >
170+ </li>
171+ <li>
172+ <a href="https://github.com/mhaeuser/Battery-Toolkit">Battery Toolkit</a
173+ >
174+ </li>
175+ <li><a href="https://cinny.in">Cinny</a></li>
176+ <li><a href="https://codeweavers.com/crossover">CrossOver</a></li>
177+ <li><a href="https://discord.com">Discord</a></li>
178+ <li>
179+ <a href="https://www.apple.com/final-cut-pro">Final Cut Pro</a> or <a
180+ href="https://www.blackmagicdesign.com/products/davinciresolve/"
181+ >Davinci Resolve</a
182+ >
183+ </li>
184+ <li><a href="https://ghostty.org">Ghostty</a></li>
185+ <li>
186+ <a href="http://inkscape.org">Inkscape</a> or <a
187+ href="https://www.figma.com">Figma</a
188+ >
189+ </li>
190+ <li>
191+ <a href="https://en.wikipedia.org/wiki/ITunes">iTunes</a> (<code
192+ >Music.app</code
193+ >) or <a href="https://www.strawberrymusicplayer.org">Strawberry</a>
194+ </li>
195+ <li><a href="https://www.jetbrains.com/idea">JetBrains IDEA</a></li>
196+ <li>
197+ <a href="https://www.apple.com/logic-pro">Logic Pro</a> or <a
198+ href="https://www.bitwig.com">Bitwig</a
199+ > or <a href="https://www.image-line.com">FL Studio</a> or <a
200+ href="https://www.apple.com/mac/garageband">GarageBand</a
201+ >
202+ </li>
203+ <li><a href="https://musescore.org/en">MuseScore</a></li>
204+ <li><a href="https://neovim.io">Neovim</a></li>
205+ <li><a href="https://netnewswire.com">NetNewsWire</a></li>
206+ <li>
207+ <a href="https://nixos.org">Nix</a> and <a
208+ href="https://github.com/nix-darwin/nix-darwin">nix-darwin</a
209+ >
210+ </li>
211+ <li><a href="https://obsidian.md">Obsidian</a></li>
212+ <li><a href="https://www.titanium-software.fr/en/onyx.html">OnyX</a></li>
213+ <li>
214+ <a href="https://www.pixelmator.com/photomator">Photomator</a> or <a
215+ href="https://lightroom.adobe.com">Adobe Lightroom</a
216+ >
217+ </li>
218+ <li><a href="https://prismlauncher.org">Prism Launcher</a></li>
219+ <li><a href="https://signal.org">Signal</a></li>
220+ <li><a href="https://steampowered.com">Steam</a></li>
221+ <li><a href="https://tailscale.com">Tailscale</a></li>
222+ <li><a href="https://transmissionbt.com">Transmission</a></li>
223+ <li><a href="https://code.visualstudio.com">Visual Studio Code</a></li>
224+ <li><a href="https://www.videolan.org/vlc">VLC</a></li>
225+ </ul>
226+227+ <p>
228+ (there may also be some other software i forgot to mention, but thats most
229+ of it)
230+ </p>
231+ <h3>services</h3>
232+ <p>
233+ these are services hosted on my NUC. i connect to everything using
234+ Tailscale.
235+ </p>
236+ <ul>
237+ <li>
238+ <a href="https://jellyfin.org">Jellyfin</a>, for streaming my movies/TV
239+ shows
240+ </li>
241+ <li>
242+ <a href="https://navidrome.org">Navidrome</a>, for streaming my music
243+ library
244+ </li>
245+ <li>
246+ <a href="https://immich.app">Immich</a>, for managing my photos and
247+ videos
248+ </li>
249+ <li>
250+ <a href="https://github.com/slskd/slskd">slskd</a> for music downloading and
251+ sharing (soulseek daemon)
252+ </li>
253+ <li>Minecraft or other game servers for friends</li>
254+ <li>
255+ shares for <a href="https://restic.net">restic</a> Linux backups and <a
256+ href="https://en.wikipedia.org/wiki/Time_Machine_(macOS)"
257+ >Time Machine</a
258+ > MacOS backups
259+ </li>
260+ </ul>
261+ </div>
262</Layout>