├── app
├── page.module.css
├── providers.tsx
├── (home)
│ ├── layout.tsx
│ ├── page.tsx
│ ├── projects
│ │ └── page.tsx
│ └── uses
│ │ └── page.tsx
├── guestbook
│ └── page.tsx
├── layout.tsx
├── posts
│ └── [slug]
│ │ └── page.tsx
├── blog
│ ├── page.tsx
│ └── weeklies
│ │ └── page.tsx
└── globals.css
├── README.md
├── lexicons.d.ts
├── .yarnrc.yml
├── public
├── favicon.ico
├── og-bg.png
├── tinies.webp
├── natb_cv_fv2.pdf
├── natb_cv_fv6.pdf
├── natb_cv_fv7.pdf
├── on p=np (3).pdf
├── on p=np-prev.pdf
└── vercel.svg
├── postcss.config.js
├── siteconfig.json
├── types
├── glsl.d.ts
└── mdx.d.ts
├── components
├── shader
│ ├── gradient-importer.tsx
│ ├── conditional.tsx
│ ├── vert.glsl
│ ├── noise.glsl
│ ├── fragment.glsl
│ ├── gradient.tsx
│ ├── blend.glsl
│ └── wave.js
├── timeago.tsx
├── ui
│ ├── card.tsx
│ └── iconButton.tsx
├── icons.tsx
├── footer.tsx
├── notPublicHover.tsx
├── ambilight.tsx
├── colortoggle.tsx
├── header.tsx
├── headerLink.tsx
├── time
│ ├── currentTime.tsx
│ └── ticker.tsx
├── comments
│ ├── Comments.tsx
│ ├── BlueskyEmbed.tsx
│ └── BlueskyReply.tsx
├── mdx.tsx
├── profileCard.tsx
├── scrollingText.tsx
├── disclosure.tsx
└── lastfm.tsx
├── mdx-components.tsx
├── .gitignore
├── next.config.js
├── tsconfig.json
├── helpers
└── helpers.ts
├── tailwind.config.cjs
├── package.json
├── contentlayer.config.ts
└── posts
├── weekly-2025-02-09.mdx
├── weekly-2025-03-25.mdx
├── blog.mdx
├── godot-vsc.mdx
├── deploying-nextjs.mdx
├── game-design.mdx
└── weekly-2025-02-02.mdx
/app/page.module.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | ## (dog with a) blog
2 |
3 | simple natalie blog
--------------------------------------------------------------------------------
/lexicons.d.ts:
--------------------------------------------------------------------------------
1 | ///
20 | I'm a recent college grad, with a major in Computer Science. In my 21 | free time, I like to make fast things to solve cool problems. 22 |
23 |24 | Outside of coding, I spend my time creating and listening to music, 25 | going to concerts, reading, or experimenting in the kitchen. You’ll 26 | often find me working on my homelab, listening to music, or hanging 27 | out with friends. 28 |
29 |{embed.external.description}
41 |No cover found!
63 |
146 | )}
147 | 32 | I use a variety of tools and services to make my life easier. I'm 33 | always looking for new ways to improve my workflow, so if you have 34 | any suggestions or recommendations, please let me know! 35 |
36 |37 | Anyways, this should be a pretty comprehensive list of the tools I 38 | use often. 39 |
40 |