Update about
This commit is contained in:
parent
533ba08276
commit
d91bf71f01
3 changed files with 61 additions and 57 deletions
|
|
@ -5,7 +5,7 @@ hideDate: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
{{< img src="/profile.jpeg" max-width="250px" >}}
|
{{< img src="/profile.webp" max-width="250px" >}}
|
||||||
|
|
||||||
## Quick Facts
|
## Quick Facts
|
||||||
|
|
||||||
|
|
@ -21,3 +21,7 @@ hideDate: true
|
||||||
- **Good at Algorithm design, performance tuning**
|
- **Good at Algorithm design, performance tuning**
|
||||||
- **AI:** Did work with Active Learning and traditional models (small data) before ChatGPT.
|
- **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.
|
- **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: ""
|
title: ""
|
||||||
date: 2022-10-04T23:35:54-04:00
|
hideDate: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Alex Selimov
|
Alex Selimov
|
||||||
|
|
|
||||||
110
hugo.toml
110
hugo.toml
|
|
@ -6,68 +6,68 @@ copyright = "© Alex Selimov"
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
||||||
[pagination]
|
[pagination]
|
||||||
pagerSize = 5
|
pagerSize = 10
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
lineNos = true
|
lineNos = true
|
||||||
lineNumbersInTable = false
|
lineNumbersInTable = false
|
||||||
noClasses = false
|
noClasses = false
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
topic = "topics"
|
topic = "topics"
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
title = "Alex Selimov"
|
title = "Alex Selimov"
|
||||||
languageName = "en-US"
|
languageName = "en-US"
|
||||||
languageCode = "en-US"
|
languageCode = "en-US"
|
||||||
[languages.en.menu]
|
[languages.en.menu]
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "home"
|
identifier = "home"
|
||||||
name = "Home"
|
name = "Home"
|
||||||
url = "/"
|
url = "/"
|
||||||
weight = 1
|
weight = 1
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "projects"
|
identifier = "projects"
|
||||||
name = "Projects"
|
name = "Projects"
|
||||||
url = "/projects/"
|
url = "/projects/"
|
||||||
weight = 2
|
weight = 2
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "About"
|
name = "About"
|
||||||
url = "/about/"
|
url = "/about/"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = "Alex Selimov personal site and blog."
|
description = "Alex Selimov personal site and blog."
|
||||||
title = "Alex Selimov"
|
title = "Alex Selimov"
|
||||||
favicon = "favicon.png"
|
favicon = "favicon.png"
|
||||||
images = ["og-image.png"]
|
images = ["og-image.png"]
|
||||||
dateFormat = "2006-01-02"
|
dateFormat = "2006-01-02"
|
||||||
hideUntranslated = false
|
hideUntranslated = false
|
||||||
themeStyle = "herman"
|
themeStyle = "herman"
|
||||||
generateSocialCard = true
|
generateSocialCard = true
|
||||||
postsToShowOnIndex = 5
|
postsToShowOnIndex = 10
|
||||||
|
|
||||||
[[params.popularPosts]]
|
[[params.popularPosts]]
|
||||||
title = "Say goodbye to st and say hello to ghostty"
|
title = "Say goodbye to st and say hello to ghostty"
|
||||||
url = "/posts/st_to_ghostty/"
|
url = "/posts/st_to_ghostty/"
|
||||||
[[params.popularPosts]]
|
[[params.popularPosts]]
|
||||||
title = "Getting CUDA toolkit installed on Void Linux"
|
title = "Getting CUDA toolkit installed on Void Linux"
|
||||||
url = "/posts/cuda_on_void/"
|
url = "/posts/cuda_on_void/"
|
||||||
[[params.popularPosts]]
|
[[params.popularPosts]]
|
||||||
title = "Rust is pretty good (Short thoughts on Rust)"
|
title = "Rust is pretty good (Short thoughts on Rust)"
|
||||||
url = "/posts/thoughts_on_rust/"
|
url = "/posts/thoughts_on_rust/"
|
||||||
[[params.popularPosts]]
|
[[params.popularPosts]]
|
||||||
title = "My nvim/tmux workflow"
|
title = "My nvim/tmux workflow"
|
||||||
url = "/posts/tmux_and_nvim/"
|
url = "/posts/tmux_and_nvim/"
|
||||||
[[params.popularPosts]]
|
[[params.popularPosts]]
|
||||||
title = "Fighting the web obesity crisis using Hugo and Skeleton CSS"
|
title = "Fighting the web obesity crisis using Hugo and Skeleton CSS"
|
||||||
url = "/posts/web_obesity/"
|
url = "/posts/web_obesity/"
|
||||||
|
|
||||||
[params.author]
|
[params.author]
|
||||||
name = "Alex Selimov"
|
name = "Alex Selimov"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue