From c0bce093f52acbe1a52bb65c93cfbca55cf3e750 Mon Sep 17 00:00:00 2001 From: Atem Aguer Date: Sun, 15 Jan 2023 16:28:42 -0800 Subject: [PATCH] add homepage --- .obsidian/app.json | 4 + .obsidian/appearance.json | 3 + .obsidian/core-plugins-migration.json | 29 +++++ .obsidian/core-plugins.json | 20 ++++ .obsidian/hotkeys.json | 1 + .obsidian/workspace.json | 162 ++++++++++++++++++++++++++ content/_index.md | 36 +++--- 7 files changed, 234 insertions(+), 21 deletions(-) create mode 100644 .obsidian/app.json create mode 100644 .obsidian/appearance.json create mode 100644 .obsidian/core-plugins-migration.json create mode 100644 .obsidian/core-plugins.json create mode 100644 .obsidian/hotkeys.json create mode 100644 .obsidian/workspace.json diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 000000000..4ca54431c --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1,4 @@ +{ + "newLinkFormat": "absolute", + "alwaysUpdateLinks": true +} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 000000000..c8c365d89 --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1,3 @@ +{ + "accentColor": "" +} \ No newline at end of file diff --git a/.obsidian/core-plugins-migration.json b/.obsidian/core-plugins-migration.json new file mode 100644 index 000000000..3106ebdf3 --- /dev/null +++ b/.obsidian/core-plugins-migration.json @@ -0,0 +1,29 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "starred": 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 +} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 000000000..086a8e4e8 --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,20 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "canvas", + "outgoing-link", + "tag-pane", + "page-preview", + "daily-notes", + "templates", + "note-composer", + "command-palette", + "editor-status", + "starred", + "outline", + "word-count", + "file-recovery" +] \ No newline at end of file diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/.obsidian/hotkeys.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json new file mode 100644 index 000000000..708cc1007 --- /dev/null +++ b/.obsidian/workspace.json @@ -0,0 +1,162 @@ +{ + "main": { + "id": "f3de8dd81b9eaccc", + "type": "split", + "children": [ + { + "id": "880bb879a8406727", + "type": "tabs", + "children": [ + { + "id": "5406040a69828c13", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "content/templates/post.md", + "mode": "source", + "source": false + } + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "3624041d7c78393b", + "type": "split", + "children": [ + { + "id": "1cfd4e94090f0025", + "type": "tabs", + "children": [ + { + "id": "699ae9dcd2d15e68", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + } + } + }, + { + "id": "66f9de212859dbc0", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "9d9287dc0468e49e", + "type": "leaf", + "state": { + "type": "starred", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "6b7a988b6862259b", + "type": "split", + "children": [ + { + "id": "356f44ff609329cf", + "type": "tabs", + "children": [ + { + "id": "907efc9a16824a9f", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "content/templates/post.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "2db057f476938581", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "content/templates/post.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "e1f872429e19c38f", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "7ab2bc40bacda69d", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "content/templates/post.md" + } + } + } + ] + } + ], + "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": "5406040a69828c13", + "lastOpenFiles": [ + "content/_index.md", + "CODE_OF_CONDUCT.md", + "content/private/private-note.md", + "content/templates/post.md", + "README.md", + "content/notes/callouts.md", + "content/notes/config.md", + "content/notes/editing.md", + "content/notes/docker.md", + "content/notes/obsidian.md" + ] +} \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index 5c7b838b7..c95e4eaed 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,27 +1,21 @@ --- -title: 🪴 Quartz 3. +title: Atem Aguer enableToc: false --- -Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features +Hi! I’m Atem Aguer, an undergraduate studying computer science at Stanford. + +Welcome to my blog where I hope to explore my curiosities, document my learnings, and practice my writing. I’ve broad and varied interests spanning technology and startups, product development, physics, football(soccer), machine learning and artificial intelligence, and crypto/blockchains, among many other things. + +In the past, I’ve built marketplace applications and infrastructure for a startup during my gap year after high school, was an early intern at Alchemy during DeFi summer, researched NLP and information retrieval systems at Stanford Future Data Systems under the guidance of Omar Khattab and Matei Zaharia, and worked on distributed storage infrastructure at DoorDash during the summer of my junior year. + +In my spare time, I hack on open-source projects, play football, watch movies and tv shows, and hike trails. + +Presently, I’m exploring startup opportunities at the intersection of personalized AI, and education. I believe education is one of the sectors that will undergo radical transformation from AI and I hope to be part of those bringing that transformation. -1. Extremely fast natural-language [[notes/search]] -2. Customizable and hackable design based on [Hugo](https://gohugo.io/) -3. Automatically generated backlinks, link previews, and local graph -4. Built-in [[notes/CJK + Latex Support (测试) | CJK + Latex Support]] and [[notes/callouts | Admonition-style callouts]] -5. Support for both Markdown Links and Wikilinks - -Check out some of the [amazing gardens that community members](notes/showcase.md) have published with Quartz or read about [why I made Quartz](notes/philosophy.md) to begin with. - -## Get Started -> 📚 Step 1: [Setup your own digital garden using Quartz](notes/setup.md) - -Returning user? Figure out how to [[notes/updating|update]] your existing Quartz garden. - -If you prefer browsing the contents of this site through a list instead of a graph, you see a list of all [setup-related notes](/tags/setup). - -### Troubleshooting -- 🚧 [Troubleshooting and FAQ](notes/troubleshooting.md) -- 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues) -- 👀 [Discord Community](https://discord.gg/cRFFHYye7t) +When not hacking, I’m designing methods and systems to leverage information retrieval in the service of large anguage models at Stanford Future Data Systems. + +You can get in touch with me through email or twitter. + +Also, my past technical work can be found here.