Compare commits
No commits in common. "0149d910981d7c7e0d8c8eccb8d870455cbc45a9" and "533ba0827688ac62b36e57444110585b4725b953" have entirely different histories.
0149d91098
...
533ba08276
4 changed files with 58 additions and 62 deletions
|
|
@ -5,7 +5,7 @@ hideDate: true
|
|||
---
|
||||
|
||||
|
||||
{{< img src="/profile.webp" max-width="250px" >}}
|
||||
{{< img src="/profile.jpeg" max-width="250px" >}}
|
||||
|
||||
## Quick Facts
|
||||
|
||||
|
|
@ -21,7 +21,3 @@ hideDate: true
|
|||
- **Good at Algorithm design, performance tuning**
|
||||
- **AI:** Did work with Active Learning and traditional models (small data) before ChatGPT.
|
||||
- **LLMs:** Messing around with them, use codex mainly, planning a write up on my thoughts.
|
||||
|
||||
## Curriculum Vitae
|
||||
|
||||
[Click here for my CV](/cv.html)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: ""
|
||||
hideDate: true
|
||||
date: 2022-10-04T23:35:54-04:00
|
||||
---
|
||||
|
||||
Alex Selimov
|
||||
|
|
|
|||
110
hugo.toml
110
hugo.toml
|
|
@ -6,68 +6,68 @@ copyright = "© Alex Selimov"
|
|||
enableRobotsTXT = true
|
||||
|
||||
[pagination]
|
||||
pagerSize = 10
|
||||
pagerSize = 5
|
||||
|
||||
[markup]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
[markup.highlight]
|
||||
lineNos = true
|
||||
lineNumbersInTable = false
|
||||
noClasses = false
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
[markup.highlight]
|
||||
lineNos = true
|
||||
lineNumbersInTable = false
|
||||
noClasses = false
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
topic = "topics"
|
||||
tag = "tags"
|
||||
topic = "topics"
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
title = "Alex Selimov"
|
||||
languageName = "en-US"
|
||||
languageCode = "en-US"
|
||||
[languages.en.menu]
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "home"
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "projects"
|
||||
name = "Projects"
|
||||
url = "/projects/"
|
||||
weight = 2
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 3
|
||||
[languages.en]
|
||||
title = "Alex Selimov"
|
||||
languageName = "en-US"
|
||||
languageCode = "en-US"
|
||||
[languages.en.menu]
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "home"
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "projects"
|
||||
name = "Projects"
|
||||
url = "/projects/"
|
||||
weight = 2
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 3
|
||||
|
||||
[params]
|
||||
description = "Alex Selimov personal site and blog."
|
||||
title = "Alex Selimov"
|
||||
favicon = "favicon.png"
|
||||
images = ["og-image.png"]
|
||||
dateFormat = "2006-01-02"
|
||||
hideUntranslated = false
|
||||
themeStyle = "herman"
|
||||
generateSocialCard = true
|
||||
postsToShowOnIndex = 10
|
||||
description = "Alex Selimov personal site and blog."
|
||||
title = "Alex Selimov"
|
||||
favicon = "favicon.png"
|
||||
images = ["og-image.png"]
|
||||
dateFormat = "2006-01-02"
|
||||
hideUntranslated = false
|
||||
themeStyle = "herman"
|
||||
generateSocialCard = true
|
||||
postsToShowOnIndex = 5
|
||||
|
||||
[[params.popularPosts]]
|
||||
title = "Say goodbye to st and say hello to ghostty"
|
||||
url = "/posts/st_to_ghostty/"
|
||||
[[params.popularPosts]]
|
||||
title = "Getting CUDA toolkit installed on Void Linux"
|
||||
url = "/posts/cuda_on_void/"
|
||||
[[params.popularPosts]]
|
||||
title = "Rust is pretty good (Short thoughts on Rust)"
|
||||
url = "/posts/thoughts_on_rust/"
|
||||
[[params.popularPosts]]
|
||||
title = "My nvim/tmux workflow"
|
||||
url = "/posts/tmux_and_nvim/"
|
||||
[[params.popularPosts]]
|
||||
title = "Fighting the web obesity crisis using Hugo and Skeleton CSS"
|
||||
url = "/posts/web_obesity/"
|
||||
[[params.popularPosts]]
|
||||
title = "Say goodbye to st and say hello to ghostty"
|
||||
url = "/posts/st_to_ghostty/"
|
||||
[[params.popularPosts]]
|
||||
title = "Getting CUDA toolkit installed on Void Linux"
|
||||
url = "/posts/cuda_on_void/"
|
||||
[[params.popularPosts]]
|
||||
title = "Rust is pretty good (Short thoughts on Rust)"
|
||||
url = "/posts/thoughts_on_rust/"
|
||||
[[params.popularPosts]]
|
||||
title = "My nvim/tmux workflow"
|
||||
url = "/posts/tmux_and_nvim/"
|
||||
[[params.popularPosts]]
|
||||
title = "Fighting the web obesity crisis using Hugo and Skeleton CSS"
|
||||
url = "/posts/web_obesity/"
|
||||
|
||||
[params.author]
|
||||
name = "Alex Selimov"
|
||||
[params.author]
|
||||
name = "Alex Selimov"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f166deabfb2e6fd76926c342b6c30ea450bd0744
|
||||
Subproject commit ef8f417c6c8f62702df76293ebe0bbccb424c16d
|
||||
Loading…
Add table
Add a link
Reference in a new issue