2024-09-30 17:07:04 -05:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" >
2024-10-19 13:44:20 -05:00
< title > blog @ synth download!< / title >
2024-10-28 22:55:31 -05:00
< link rel = "icon" type = "image/png" href = "/assets/favicon.png" >
2024-09-30 17:07:04 -05:00
< link rel = "stylesheet" type = "text/css" href = "/colors.css" >
< link rel = "stylesheet" type = "text/css" href = "/font.css" >
< link rel = "stylesheet" type = "text/css" href = "/style.css" >
2024-09-30 17:26:47 -05:00
< link rel = "stylesheet" type = "text/css" href = "/blog.css" >
2024-09-30 17:07:04 -05:00
< link rel = "stylesheet" type = "text/css" href = "/assets/fonts/Phosphor/bold/style.css" >
< link rel = "stylesheet" type = "text/css" href = "/assets/fonts/Phosphor/fill/style.css" >
2024-10-19 13:44:20 -05:00
< link rel = "canonical" href = "https://synth.download//" >
< link rel = "alternate" type = "application/rss+xml" title = "RSS" href = "https://synth.download//blog/rss.xml" >
2024-09-30 17:07:04 -05:00
< link rel = "me" href = "https://lea.pet/@sneexy" >
< link rel = "me" href = "https://git.gay/sneexy" >
< meta lang = "en-US" >
2024-10-19 13:44:20 -05:00
< meta property = "og:url" content = "https://synth.download//" >
2024-09-30 17:07:04 -05:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< script src = "/script.js" defer = "defer" > < / script >
< / head >
< body >
<!-- top navbar -->
< div class = "navbar" >
2024-10-19 13:44:20 -05:00
< a class = "nav-base nav-baselink" href = "/" > < i class = "ph-bold ph-squares-four" > < / i > synth < small > dot< / small > download!< / a >
2024-10-01 12:25:27 -05:00
< details class = "nav-base nav-baselink-mobile" >
2024-10-19 13:44:20 -05:00
< summary > < i style = "pointer-events:none;" class = "ph-bold ph-squares-four" > < / i > s < i style = "pointer-events:none;" class = "ph-bold ph-dot" > < / i > d!< / summary >
2024-10-01 12:25:27 -05:00
< ul >
< li >
< a href = "/" > < i class = "ph-bold ph-house" > < / i > home< / a >
< / li >
2024-10-19 13:44:20 -05:00
< li >
< a href = "/me" > < i class = "ph-bold ph-user" > < / i > about me< / a >
< / li >
2024-10-01 12:25:27 -05:00
< li >
< a href = "/blog" > < i class = "ph-bold ph-article" > < / i > blog< / a >
< / li >
< li >
< a href = "/#socials-and-contacts" > < i class = "ph-bold ph-link" > < / i > links< / a >
< / li >
< / ul >
< / details >
2024-09-30 17:07:04 -05:00
< nav class = "nav-base nav-links" >
< a href = "/" > < i class = "ph-bold ph-house" > < / i > home< / a >
< i class = "ph-bold ph-dot" > < / i >
2024-10-19 13:44:20 -05:00
< a href = "/me" > < i class = "ph-bold ph-user" > < / i > about me< / a >
< i class = "ph-bold ph-dot" > < / i >
2024-09-30 17:07:04 -05:00
< a href = "/blog" > < i class = "ph-bold ph-article" > < / i > blog< / a >
< i class = "ph-bold ph-dot" > < / i >
< a href = "/#socials-and-contacts" > < i class = "ph-bold ph-link" > < / i > links< / a >
< / nav >
< p aria-hidden = "true" class = "nav-base nav-systray" > < i class = "ph-bold ph-bell" > < / i > < i class = "ph-bold ph-speaker-high" > < / i > < i class = "ph-bold ph-network" > < / i > < i class = "ph-bold ph-battery-full" > < / i > < i class = "ph-bold ph-power" > < / i > < / p >
< / div >
<!-- blog index -->
< div id = "blog" class = "terminal" >
< div aria-hidden = "true" class = "term-titlebar" >
< i class = "ph-fill ph-terminal" > < / i >
2024-10-01 15:21:13 -05:00
< p > < a href = "#blog" > ~/blog< / a > < a href = "./rss.xml" > < i class = "ph-bold ph-rss-simple" style = "text-decoration: none !important; vertical-align: middle;" alt = "rss feed" > < / i > < / a > < / p >
2024-09-30 17:07:04 -05:00
< div > < div id = "minimize-btn" > < / div > < div id = "maximize-btn" > < / div > < div id = "close-btn" > < / div > < / div >
< / div >
< section >
< p aria-hidden = "true" class = "term-input" > < span class = "folder" > < i class = "ph-fill ph-folder-simple" style = "margin-right: -8px;" > < / i > ~/blog< / span > < span class = "status" > < i class = "ph-fill ph-dot-outline" > < / i > < / span > cat blog< / p >
2024-10-01 15:21:13 -05:00
< h1 > < a href = "#blog" > blog< / a > < a href = "./rss.xml" > < i class = "ph-bold ph-rss" style = "text-decoration: none !important; vertical-align: middle;" alt = "rss feed" > < / a > < / i > < / h1 >
2024-09-30 23:24:25 -05:00
< small > alternatively; rantpage< / small >
2024-10-01 12:57:34 -05:00
< p > welcome to my "blog", or whatever this is supposed to be. i rant about random things and make large writeups that probably won't make sense or contain many errors. thanks for stopping by!< / p >
< small > this is a "static index"< span aria-hidden = "true" > (...?)< / span > so this page manually gets updated whenever i make a new blogpost. i'll try to tag things myself, and there will most likely never be a proper search function here, so you'll have to use your browser's find feature, sorry.< / small >
2024-10-01 15:21:13 -05:00
< br >
< br >
< small > oh, and i recommend "hard refreshing" (ctrl + shift + r, if you're on a computer) if you tend to visit here every once in a while. things get cached a lot, and this website doesn't "dynamically" update.< / small >
2024-09-30 17:07:04 -05:00
< span id = "seperator" > < / span >
< article class = "article-card" >
< header >
2024-09-30 22:42:57 -05:00
< h3 > < a href = "./my-thoughts-on-social-media" > my thoughts on social media< / a > < / h3 >
< p > < small > posted XX XX XXXX < i class = "ph-bold ph-dot-outline" > < / i > < span class = "tag" > rant< / span > < span class = "tag" > social media< / span > < span class = "tag" > fediverse< / span > < / small > < / p >
2024-09-30 17:07:04 -05:00
< / header >
2024-09-30 23:24:25 -05:00
< p > < span class = "wip" > WIP< / span > social media is a flawed concept at the core and the only one that has a chance of actually being good < i > definitely< / i > needs our help< / p >
2024-09-30 23:25:07 -05:00
< p > < a href = "./my-thoughts-on-social-media" > < i class = "ph-bold ph-arrow-bend-down-right" > < / i > read it!< / a > < / p >
2024-09-30 17:07:04 -05:00
< / article >
< / section >
< p aria-hidden = "true" class = "term-input" > < span class = "folder" > < i class = "ph-fill ph-folder-simple" style = "margin-right: -8px;" > < / i > ~/blog< / span > < span class = "status" > < i class = "ph-fill ph-dot-outline" > < / i > < / span > < span class = "blink" > █< / span > < / p >
< / div >
<!-- webrings and credits -->
< footer >
< div id = "webring-credits" class = "terminal" >
2024-09-30 22:45:19 -05:00
< br >
< p > < a style = "font-size: 1.5rem;" href = "/" > < i style = "color: var(--text);" class = "ph-bold ph-house" > < / i > ...back to home?< / a > < / p >
< br >
2024-09-30 17:07:04 -05:00
< p class = "fediring" > < b > < a href = "https://fediring.net/previous?host=sneexy.pages.gay" > < i class = "ph-fill ph-arrow-fat-left" > < / i > < / a > < a href = "https://fediring.net" > Fediring< / a > < a href = "https://fediring.net/next?host=sneexy.pages.gay" > < i class = "ph-fill ph-arrow-fat-right" > < / i > < / a > < / b > < / p >
< p class = "fediring" > < b > < a href = "https://keithhacks.cyou/furryring.php?prev=sneexy.pages.gay" > < i class = "ph-fill ph-arrow-fat-left" alt = "Previous" title = "Previous" > < / i > < / a > < a href = "https://keithhacks.cyou/furryring.php" > furryring< / a > < a href = "https://keithhacks.cyou/furryring.php?next=sneexy.pages.gay" > < i class = "ph-fill ph-arrow-fat-right" alt = "Next" title = "Next" > < / i > < / a > < / b > < / p >
< p class = "fediring" > < b > < a href = "https://stellophiliac.github.io/roboring/sneexy/previous" > < i class = "ph-fill ph-arrow-fat-left" > < / i > < / a > < a href = "https://stellophiliac.github.io/roboring" > roboring< / a > < a href = "https://stellophiliac.github.io/roboring/sneexy/next" > < i class = "ph-fill ph-arrow-fat-right" > < / i > < / a > < / b > < / p >
< section class = "inner-footer" >
< a href = "https://git.gay/sneexy/pages" target = "_blank" > < i class = "ph-bold ph-git-branch" alt = "Website source code" title = "website source!" > < / i > < / a >
< a href = "https://catppuccin.com" target = "_blank" > < i class = "ph-bold ph-cat" alt = "Catppuccin" title = "Catppuccin" > < / i > < / a >
< a href = "https://phosphoricons.com" target = "_blank" > < i class = "ph-bold ph-phosphor-logo" alt = "Phosphor Icons" title = "Phosphor Icons" > < / i > < / a >
< a href = "https://www.jetbrains.com/lp/mono" target = "_blank" > < i class = "ph-bold ph-text-t" alt = "JetBrains Mono" title = "JetBrains Mono" > < / i > < / a >
< a href = "https://www.lexend.com" target = "_blank" > < i class = "ph-bold ph-text-aa" alt = "Lexend" title = "Lexend" > < / i > < / a >
< / section >
< p > favicon by < a href = "https://akko.eepy.zone/users/wep" target = "_blank" > wep< / a > < / p >
< p > made with < span class = "rainbow" > love< / span > , < span class = "rainbow" > lack of sleep< / span > and < span class = "rainbow" > procrastination< / span > < / p >
< p > ♡2024 All wrongs reversed. Please copy and share.< / p >
< img loading = "lazy" src = "/assets/dumpysynth.gif" alt = "GIF of a synth with a massive butt, shaking it towards the viewer" / >
< / div >
< / footer >
< / body >
< / html >