Compare commits

...

22 commits
master ... blog

Author SHA1 Message Date
Captain Arepa
a61acf99fb deploy@20230722 2023-07-22 22:14:31 -04:00
Captain Arepa
04065425bb entry@20230722 2023-07-22 22:13:34 -04:00
Captain Arepa
178da0a5e6 adjustment 2023-02-24 22:19:55 -04:00
Captain Arepa
8b9d37b3c0 new post 2023-02-24 22:15:19 -04:00
Captain Arepa
0de36fefb5 aaa 2023-02-07 21:28:10 -04:00
Captain Arepa
9f2e8c1115 new entry and adjust old posts 2023-02-07 21:25:56 -04:00
Captain Arepa
431f29795c update 2023-02-03 19:37:31 -04:00
Captain Arepa
8b857bedef adjust theme 2023-02-03 19:35:27 -04:00
Captain Arepa
b55480f0e2 updates 2023-02-03 19:20:11 -04:00
Captain Arepa
2f6c8e2a95 new entry 2023-02-03 18:25:38 -04:00
Captain Arepa
bff9fbf626 adjust config 2023-02-03 18:22:33 -04:00
Captain Arepa
61ca053227 Add .gitignore 2023-01-31 19:12:37 -04:00
Captain Arepa
4b29d27a88 generated website:
- I really should add the public folder to the .gitignore
2023-01-31 19:11:48 -04:00
Captain Arepa
4a4bb6338c entry-20230131:\nadded post and images, lmao 2023-01-31 19:10:49 -04:00
Captain Arepa
addc27aaa3 update page 2023-01-30 21:40:57 -04:00
Captain Arepa
e787f1c6fd updated hello 2023-01-30 21:38:45 -04:00
Captain Arepa
ec42cc7eb1 fix deploy exec 2023-01-30 21:34:11 -04:00
Captain Arepa
391fcf40bc generated site 2023-01-30 21:31:44 -04:00
Captain Arepa
3fb37205f7 deploy file 2023-01-30 21:26:26 -04:00
Captain Arepa
b71c9cdd74 stuff 2023-01-30 21:25:55 -04:00
Captain Arepa
c19846dbb3 update 2023-01-30 21:22:25 -04:00
Captain Arepa
4d956cf26c add theme 2023-01-30 18:39:25 -04:00
109 changed files with 10993 additions and 7 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/public/*

6
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "themes/risotto"]
path = themes/risotto
url = https://github.com/joeroe/risotto.git
[submodule "themes/terminal"]
path = themes/terminal
url = https://github.com/panr/hugo-theme-terminal.git

0
.hugo_build.lock Normal file
View file

View file

@ -1,3 +1,40 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
baseurl = "https://blog.cachapa.xyz/"
languageCode = "en-us"
theme = "terminal"
paginate = 4
[params]
contentTypeName = "posts"
themeColor = "green"
showMenuItems = 2
fullWidthTheme = false
centerTheme = true
favicon = "/img/cachapa.png"
updatedDatePrefix = "updated_at"
autoCover = true
enableRobotsTXT = true
[languages]
[languages.en]
title = "Cachapa Blog"
subtitle = "Captain Arepa's blog."
keywords = ""
copyright = "2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc."
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Cachapa Blog"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[taxonomies]
category = "categories"
tag = "tags"
series = "series"

20
content/about.md Normal file
View file

@ -0,0 +1,20 @@
+++
title = "About"
categories = ["about"]
+++
### Me...
I'm an Android/backend developer of sorts and... Go check {{< rawhtml >}}<a href="https://cachapa.xyz" target="_blank" rel="noopener noreferrer">my page</a>{{< /rawhtml >}} to know more about me, lmao.
### This Site...
This is my blog. Or something like that. In here I'll write about unimportant stuff and projects. Think of this as a place where I can write polite and civilized stuff.
### But...
Here, some cunny.
![image](/img/nahida_noodles.jpeg)
> *That's all!*

59
content/posts/eod.md Normal file
View file

@ -0,0 +1,59 @@
+++
title = "EOD"
date = "2023-02-03T16:44:51-04:00"
author = "Captain Arepa"
authorTwitter = "" #do not include @
cover = "/img/iwannahakunathosetatas.jpg"
tags = ["work", "life", "random", "coding"]
keywords = ["", ""]
description = "*Just another day, another week that ends.*"
showFullContent = false
readingTime = true
hideComments = false
color = "pink" #color from the theme settings
+++
## Today's News
So, another day reaches its end. While I started at a new company on Wednesday, it wasn't until this morning that I finally could talk with someone of relevance (in this case, the actual mobile tech lead). It seems that the onboarding time for new devs it's a bit longer, more so around this time of the year, mainly because projects are being delivered and new clients are getting onboard. Also, it's holiday season down in the Southern Hemisphere, so I guess it'll kinda chill, at least for a while.
## Coding and wotnot
![My dream setup...](/img/programming-anime-girl.jpg)
*I wish I had a setup like that...*
Yesterday I finally managed to set up a {{< rawhtml >}}<a href="https://moar.cachapa.xyz/@RyuukoBot" target="_blank" rel="noopener noreferrer">bot</a>{{< /rawhtml >}} for my Misskey instance, and today I spent pretty much all day fine tuning it and setting up {{< rawhtml >}}<a href="https://moar.cachapa.xyz/@AstolfoBot" target="_blank" rel="noopener noreferrer">yet another one</a>{{< /rawhtml >}}. It was an interesting experience, since the script is written in Python, but is far simpler than the one I used for my Pleroma bots, which gave me an opportunity to get more used to the language.
Now, my interest in Python isn't limited to image bots for fedi instances. I've been toying with the idea of developing ~~yet another~~ my own ActivityPub compatible backend, and for the longest time I was considering Kotlin as my main programming language, with Ktor as deelopment framework. The reason? Well, I'm a native Android dev, and I mainly use Kotlin, so I thought it'd be a good idea.
## The Five Stages of Whachamacallit
![Chopsticks are hard to use, indeed.](/img/uzaki-unamused.png)
*Yeah, right.*
Thing is, after reading forums and comments and wotnot, Ktor started to lose that appeal. And while I really like it, and Kotlin too, they don't quite fulfill my criteria for this endeavor. Things like the ability to execute user-written scripts during runtime or ease of deployment are non-negotiable for me, and neither Kotlin nor Ktor are able to deliver that.
So, my options for programming languages were basically killed because, other than Kotlin, I've only worked with Java, C# and PHP. The first two are automatically discarded because they're inherently similar to Kotlin regarding my criteria, which leaves me only with PHP... which I don't hate, but I most definitely don't like.
## The List
![Beep Boop](/img/not-a-boomer-but-almost.jpg)
*Ngl, this would be me if I were a teacher...*
Thus, my search for another programming language started. I initially considered going the soydev way with TypeScript or some shit like that, but that'd be really masochistic on my side. I know JavaScript but I hate webdev shit (which is one of the reasons I moved to Android). Then I started checking other projects to see what they languages they're written in.
Elixir? Too esoteric for me, everything looks like a clusterfuck.\
Go? It's nice and fast, but too C-ish for me (can't undo the OOP damage).\
Rust? Too "political" and the learning curve is way too steep.\
Ruby? I'm not a manchild with diaper fetish, so, no.\
Python? I think it'd be a good option.
## tl;dr
![Oops!](/img/wowee-old-school-gayming.jpg)
*Did you know that Kobayashi is actually a developer and uses Python?*
So, yeah, short answer to the question no one asked: I'll use Python for this project. I know jackshit about it besides the little tinkering I've done to my bots' code, but out of all the options I've considered, is the *sanest* one, in my opinion. Time will tell if it was a good option or if I should just walk the plank in the end.
Anyways, that's all.
> *Adieu!*

12
content/posts/hello.md Normal file
View file

@ -0,0 +1,12 @@
+++
title = "Hello World!"
date = "2023-01-30"
author = "Captain Arepa"
cover = "/img/cover.jpg"
description = "*So yeah, thought ya, might like to go to the show...* &#119136; \n\nOpen up! There's stuff written in here!"
tags = ["intro", "stuff"]
categories = ["posts"]
readingTime = true
+++
Yeah, I made a blog. Guess I'll start writing more frequently and wotnot, mainly about personal projects and random stuff. And... that's it!

View file

@ -0,0 +1,43 @@
+++
title = "Last Day of Freedom"
date = "2023-01-31T16:52:19-04:00"
author = "Captain Arepa"
authorTwitter = "" #do not include @
cover = "/img/freedom_is_dead.jpg"
tags = ["random", "work", "life", "rant"]
keywords = ["", ""]
description = "*No, I'm not going to jail or getting married or something like that, lmao.*"
showFullContent = false
readingTime = true
hideComments = false
color = "" #color from the theme settings
+++
## Back to being "employed".
I'll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it's a freelance/contractor position). My only concern so far is whether I'll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company's git instance and Jenkins and wotnot. Like, I know most sysadmins don't read logs, but browsing on 3 different fedi instances at the time can use a *bit* of bandwith.
## The Good, The Bad and The Ugly.
![I fucking love this movie](/img/the-good-the-bad-and-the-ugly-post.jpg)*I fucking love this movie.*
Like most life events, getting hired again comes with good, bad and ugly things.
The Good is that, while the contract renews on a yearly basis, I can quit at any time without penalties. Aaaaand it has a non-exclusivity clause, so I can take a side-gig to make more munnies (if I have time, that is).
The Bad is that now I have to deal with a lot of unfinished/ongoing recruiting processes, so that'll be quite uncomfortable (joke's on them, they're too damn slow, it's almost as if they don't want to hire people or want to hire a cheaper pajeet or nigger).
The Ugly is that I'll probably have to quit sooner than expected (I initially gave it like 4 months), but since my migration process is speeding up (luckily), it could be 2-3 months tops before crossing the pond (I'm moving to Europe, btw, will write about that later)... Which will suck in my résumé. Not that I should care, it's a reloc process, I'll end up working almost immediately after arriving.
## rant()
So, here's today's rant: a few days ago I listed my PS3 for sale (like, I'm in dire need of money, only a couple of hundred bucks left in my account and almost 3 grand in debts), and some random guy on the page I published the ad tried to buy it, but he looked iffy as fuck. Anyways, I agreed to sell and then he send me his address to send him the PS3 and told me he paid through the page... which is bullshit, that site deactivated the integrated payment years ago. I immediately blocked him on WhatsApp, and reported his account to the site's personnel, who ended up banning him.
Good thing I didn't fall for that shit. Guess I better keep my console for when I move out.
## That's all!
![I wanna wreck her uoooooh!](/img/swimsuit_shork_gurl.jpg)
*Here, some cunny to end this post ;)*

View file

@ -0,0 +1,56 @@
+++
title = "Paperwork"
date = "2023-02-07T19:42:02-04:00"
author = "Captain Arepa"
authorTwitter = "" #do not include @
cover = "/img/office-defeatism.jpg"
tags = ["rant", "life", "stream of consciousness"]
keywords = ["paperwork", "visa"]
description = "*Yet another shitty post talking about my life and random nonsense that you shouldn't care about, but I still share anyways.*"
showFullContent = false
readingTime = true
hideComments = false
color = "green" #color from the theme settings
+++
As I mentioned in a {{< rawhtml >}}<a href="/posts/last-day-of-freedom/#the-good-the-bad-and-the-ugly" target="_blank" rel="noopener noreferrer">previous post</a>{{< /rawhtml >}}, I'm in the middle (kind of) of the process of moving to Europe. Well, actually I'm starting the process, since I finally got my renewed passport a couple of weeks ago and I could resume the paperwork to get the visa.
## Once Upon A Time...
![This is me fr](/img/bocchi-president.jpg)
*This is me right now, frfr*
Long story short, last year, at the end of November, I got a relocation offer from a tech company, that seemed kinda suspicious at first, but after several interviews and tech assessments, I found out they are actually quite **serious** about hiring me. The financial offer was nothing out of this world, to be quite honest, but given the generous benefits they offer and the fact that they'll cover pretty much all expenses of the relocation, I couldn't refuse.
There were also other factors that made me accept the offer, like the opportunity to live in a relatively stable country (Portugal in this case), the ability to travel relatively freely in Europe and the prospect of finally settling down on my own and hopefully meet the right woman for me were relevant, but the one reason that made to hastily accept it was personal safety.
## ... In (Not) Roanapur
![:(](/img/hello-and-goodbye.png)
*This was me, frfr*
To be really brief, last October, 3 heavily armed men broke into my apartment at 2AM -presummably to steal-, held my mother at gunpoint and when I tried to get up to see what was happening, 2 of them held me down and started bashing my head with their gun butts. I don't know how the hell I managed to break free, but after struggling and letting out a scream they got the fuck out and fled. Obviously, police then came, then I went to the hospital, blah blah blah, lorem ipsum, yadda yadda yadda, etc, etc, etc. You know what happens in these cases.
After that incident I had to go to the neurologist because my left hand ended up being affected, and after getting a MR scan I found out I had an epidural edema due a (quite inconspicuous) skull fracture. The doctor told me I was really lucky since it wasn't that big and I didn't lose consciousness, but it was big enough to fuck up my hand, so he ended up prescribing some medication and 2 months of absolute rest.
## The Long And Winding Road
![Le Coma](/img/couldve-been-me.jpg)
*This could've been me, frfr*
Adding to the fact that some assholes left me basically useless for months, there was a more pressing issue: by the time the incident happened I was practically unemployed, and the whole situation left me stark broke, to the point I had to ask a friend to lend me some money while I was recovering AND looking for a new job. Trust me when I say, getting fired almost near the ending of the year AND getting wrecked by some burglars is the worst thing that can happen to anyone.
So, to deal with this situation, I had to apply to any remote jobs I could find on LinkedIn, and while I had dozens of interviews, most of them didn't get anywhere. Like, most of them would never get past the technical interviews, and the ones that did and sent me good news, had to backtrack and say the company had a change of plans or had to revise budget. And this went on for months until like 3 weeks ago where I finally got a solid offer and - again - accepted hastily... because I literally need the money.
## Peace - A Theme
![Lovely Moonchild...](/img/bocchi-crimson.jpg)
*Confusion will be my Epitaph...*
And those of you who have managed to stay this far reading my crappy post might be wondering, if I accepted a relocation offer, why did I accept another offer? Simple: the relocation offer is for **moving** to another country and work there, but right now, with debts piling up and no money, I need a job. Good thing I'm a developer and can work remote so, while I deal with the paperwork to get the fuq out of this hell, I can save money for the plane ticket and other stuff I need to do.
This doesn't mean my life is getting back on track and things will go smoothly from now on. Today I received the list of documents I need to get in order to apply for the visa, but half of them are basically cockblocked by me not having money... and getting paid this month doesn't guarantee anything, because I need to renew my card, but in order to do that I need a certain amount of money in my account, which I don't have... so everything is getting pushed back at least 2 months.
Anyways, I'm running out of steam. Maybe I'll talk a bit more about all this process in another post, and maybe I'll elaborate more on how my injuries have evolved and how my life has changed (spoiler alert: I'm still unable to jerk off).
>*Adieu!*

29
content/posts/re-start.md Normal file
View file

@ -0,0 +1,29 @@
+++
title = "Re-Start"
date = "2023-07-22T20:58:21-04:00"
author = "Captain Arepa"
authorTwitter = "TheLastArepa" #do not include @
cover = "/img/nahida_reload.jpg"
tags = ["update", "laziness", "rant", "life"]
keywords = ["blog", "laziness", "etc etc"]
description = "*It's been too long since I last wrote anything here. I think it's time to dust off a bit.*"
showFullContent = false
readingTime = false
hideComments = false
color = "" #color from the theme settings
+++
I'll be honest. I've been too damn lazy these past few ~~weeks~~ months. While I haven't experienced anything worth of mentioning in my life outside the internet (other than going through the most painfully slow visa application process ever and not doing much at work), I'd say my online life have been... equally boring. Yeah, my life is boring, and nothing exciting has happened.
Well, I got suspended (again) from Twitter. Twice. In less than 3 days. First because I kept spamming the news about the Arab rapefugee going on a stabbing spree in the French Alps, articles and videos that Twitter kept censoring. Then, I got suspended again because I started bitching about being suspended and then linking everything to the J҉e҉w҉s҉, who are the usual suspects for whatever fucked up shit the world is currently going through.
Anyways, this post is actually kind of an announcement. Since I'm having some "free" time, or rather, work is expected to be somewhat light in the coming days, I'm thinking of writing a series of opinion entries/essays of sorts regarding some issues and subjects that have arised frequently in my circle on Twatter, namely:
* The Issue of Lolicon
* Technology and Man
* Censorship on Twitter (and other social media)
* Unwanted diasporas and their effects on host societies
* Race and Culture
Some of these points could be condensed in a single post, but I'll know when I get there. Again, it's been a long time since I wrote anything here, and it's been more than 10 years since I wrote anything serious to publish it on the internet. Anyways, it's late, and I'm tired.
>*Adieu!*

28
content/posts/wood.md Normal file
View file

@ -0,0 +1,28 @@
+++
title = "Wood"
date = "2023-02-24T19:53:45-04:00"
author = "Captain Arepa"
authorTwitter = "" #do not include @
cover = "img/tools-n-wood.jpg"
tags = ["random", "life", "video"]
keywords = ["", ""]
description = "*Don't you love the smell of wood? I do <3*"
showFullContent = false
readingTime = false
hideComments = false
color = "orange" #color from the theme settings
+++
One of my goals in life, if not only **the** goal, is to retire to a nice house in the countryside and spend my time growing things in my garden, cooking and eating delicious food, and engaging in vigorous lovemaking-- I mean, woodworking. Well, sex too, what kind of man wouldn't want to spend his retiree years fucking beatiful women? Just kidding.
{{< youtube id="P-ODWGUfBEM" autoplay="true" title="Japanese Joinery - Kane Tsugi 面代留め差しほぞ接ぎ" >}}
*I truly love this kind of videos...*
To be quite honest, I don't have experience with woodworking at all. I've worked with electrical stuff and plumbing (mostly dealing with stuff where I live), but never done anything with wood. Now, you might ask "Why would you want to do woodworking when you know jackshit about it?", and the answer is quite simple: I'd like to *build*. Not "build" anything in particular, just "building", as in doing, making. Creating something useful with my own hands and then enjoy the achievement derived from it.
Anyways, that's all I've wanted to talk about. Maybe I'll write about something more elabore eventually. Who knows. I actually wrote this because I was watching a couple of videos and wondered how could I embed them in a Hugo template. Tried with Invidious but it's a pain in the ass, so I went the easy route with Youtube.
{{< youtube id="e1hMVlCMi1g" autoplay="true" title="The Most Complex Japanese Joiner" >}}
*cum.png*
>*Adieu!*

84
content/showcase.md Normal file
View file

@ -0,0 +1,84 @@
---
title: "Showcase"
date: "2018-07-18"
author: "Hello Robot"
---
## Header 2
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. **Donec quis dolor nec nunc mollis interdum vel in purus**. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam.
> Fusce pharetra suscipit orci nec tempor. Quisque vitae sem sit amet sem mollis consequat. Sed at imperdiet lorem. Vestibulum pharetra faucibus odio, ac feugiat tellus sollicitudin at. Pellentesque varius tristique mi imperdiet dapibus. Duis orci odio, sodales lacinia venenatis sit amet, feugiat et diam.
### Header 3
Nulla libero turpis, lacinia vitae cursus ut, auctor dictum nisl. Fusce varius felis nec sem ullamcorper, at convallis nisi vestibulum. Duis risus odio, porta sit amet placerat mollis, tincidunt non mauris. Suspendisse fringilla, `odio a dignissim pharetra`, est urna sollicitudin urna, eu scelerisque magna ex vitae tellus.
```css
/* PostCSS code */
pre {
background: #1a1a1d;
padding: 20px;
border-radius: 8px;
font-size: 1rem;
overflow: auto;
@media (--phone) {
white-space: pre-wrap;
word-wrap: break-word;
}
code {
background: none !important;
color: #ccc;
padding: 0;
font-size: inherit;
}
}
```
```js
// JS code
const menuTrigger = document.querySelector('.menu-trigger')
const menu = document.querySelector('.menu')
const mobileQuery = getComputedStyle(document.body).getPropertyValue('--phoneWidth')
const isMobile = () => window.matchMedia(mobileQuery).matches
const isMobileMenu = () => {
menuTrigger.classList.toggle('hidden', !isMobile())
menu.classList.toggle('hidden', isMobile())
}
isMobileMenu()
menuTrigger.addEventListener('click', () => menu.classList.toggle('hidden'))
window.addEventListener('resize', isMobileMenu)
```
```html
<!-- HTML code -->
<section id="main">
<div>
<h1 id="title">{{ .Title }}</h1>
{{ range .Pages }}
{{ .Render "summary"}}
{{ end }}
</div>
</section>
```
#### Header 4
Curabitur scelerisque felis viverra varius scelerisque. Ut enim libero, molestie gravida blandit at, mollis ornare tellus. Cras arcu mi, ultrices vel pulvinar vel, volutpat eu tortor. Nullam nec eros quis massa ultrices iaculis sed in metus. Praesent sollicitudin sem sit amet orci tempor gravida.
- Maecenas elementum vitae nibh vitae porttitor.
- Aenean consequat, risus ut cursus placerat, arcu nulla sodales risus, ut molestie tellus tellus et dui.
- Integer imperdiet turpis vitae lacus imperdiet, ut ornare ligula auctor. Integer in mi eu velit vehicula suscipit eget vulputate nulla.
- Etiam vitae enim quis velit lobortis placerat a ut sem.
- Curabitur lobortis ante sit amet orci pulvinar, sollicitudin viverra nunc accumsan.
- Praesent fermentum orci quis leo facilisis posuere.
Aliquam erat volutpat. In hac habitasse platea dictumst. Nunc ut tincidunt mauris. Sed at gravida risus, id semper magna. Nullam vitae enim mattis, sodales neque non, pharetra elit. Cras sit amet sagittis augue, et finibus turpis. Ut tempus tincidunt diam vel pharetra. Nulla porttitor odio sit amet nulla scelerisque, quis aliquam mi imperdiet. Sed tincidunt dui vel tellus vestibulum rhoncus. Donec tempus ultrices velit.

8
deploy Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
USER=caparepa
HOST=webdock
DIR=temp/blog.cachapa.xyz/ # the directory where your web site files should go
hugo && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR} # this will delete everything on the server that's not in the local public folder
exit 0

4
layouts/robots.txt Normal file
View file

@ -0,0 +1,4 @@
User-agent: *
{{ range .Pages }}
Disallow: {{ .RelPermalink }}
{{ end }}

View file

@ -0,0 +1,2 @@
<!-- raw html -->
{{.Inner}}

View file

@ -0,0 +1,13 @@
{{- $pc := .Page.Site.Config.Privacy.YouTube -}}
{{- if not $pc.Disable -}}
{{- $ytHost := cond $pc.PrivacyEnhanced "www.youtube-nocookie.com" "www.youtube.com" -}}
{{- $id := .Get "id" | default (.Get 0) -}}
{{- $class := .Get "class" | default (.Get 1) -}}
{{- $title := .Get "title" | default "YouTube Video" }}
<div {{ with $class }}class="{{ . }}" {{ else
}}style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;" {{ end }}>
<iframe src="https://{{ $ytHost }}/embed/{{ $id }}{{ with .Get " autoplay" }}{{ if eq . "true" }}?autoplay=1{{ end
}}{{ end }}" {{ if not $class }}style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" {{
end }}allowfullscreen title="{{ $title }}"></iframe>
</div>
{{ end -}}

159
public/404.html Normal file
View file

@ -0,0 +1,159 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 Page not found :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/404.html" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/404.html" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="post">
<h1 class="post-title">404 — Page not found...</h1>
<div class="post-content">
<a href="https://blog.cachapa.xyz/">Back to home page&nbsp;</a>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

199
public/about/index.html Normal file
View file

@ -0,0 +1,199 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>About :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Me&amp;hellip; I&amp;rsquo;m an Android/backend developer of sorts and&amp;hellip; Go check my page to know more about me, lmao.
This Site&amp;hellip; This is my blog. Or something like that. In here I&amp;rsquo;ll write about unimportant stuff and projects. Think of this as a place where I can write polite and civilized stuff.
But&amp;hellip; Here, some cunny.
That&amp;rsquo;s all!
" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/about/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="article" />
<meta property="og:title" content="About">
<meta property="og:description" content="Me&amp;hellip; I&amp;rsquo;m an Android/backend developer of sorts and&amp;hellip; Go check my page to know more about me, lmao.
This Site&amp;hellip; This is my blog. Or something like that. In here I&amp;rsquo;ll write about unimportant stuff and projects. Think of this as a place where I can write polite and civilized stuff.
But&amp;hellip; Here, some cunny.
That&amp;rsquo;s all!
" />
<meta property="og:url" content="https://blog.cachapa.xyz/about/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<meta property="article:section" content="about" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<article class="post">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/about/">About</a>
</h1>
<div class="post-meta">
</div>
<div class="post-content"><div>
<h3 id="me">Me&hellip;<a href="#me" class="hanchor" ariaLabel="Anchor">&#8983;</a> </h3>
<p>I&rsquo;m an Android/backend developer of sorts and&hellip; Go check
<a href="https://cachapa.xyz" target="_blank" rel="noopener noreferrer">my page</a> to know more about me, lmao.</p>
<h3 id="this-site">This Site&hellip;<a href="#this-site" class="hanchor" ariaLabel="Anchor">&#8983;</a> </h3>
<p>This is my blog. Or something like that. In here I&rsquo;ll write about unimportant stuff and projects. Think of this as a place where I can write polite and civilized stuff.</p>
<h3 id="but">But&hellip;<a href="#but" class="hanchor" ariaLabel="Anchor">&#8983;</a> </h3>
<p>Here, some cunny.</p>
<p><img src="/img/nahida_noodles.jpeg" alt="image"></p>
<blockquote>
<p><em>That&rsquo;s all!</em></p>
</blockquote>
</div></div>
</article>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

10
public/bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,196 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>about :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/categories/about/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="about">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/categories/about/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/categories/about/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/about/">About</a>
</h1>
<div class="post-meta">
</div>
<div class="post-content">
Me&hellip; I&rsquo;m an Android/backend developer of sorts and&hellip; Go check my page to know more about me, lmao.
This Site&hellip; This is my blog. Or something like that. In here I&rsquo;ll write about unimportant stuff and projects. Think of this as a place where I can write polite and civilized stuff.
But&hellip; Here, some cunny.
That&rsquo;s all!
</div>
<div>
<a class="read-more button" href="/about/">Read more →</a>
</div>
</article>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>about on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/categories/about/</link>
<description>Recent content in about on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright><atom:link href="https://blog.cachapa.xyz/categories/about/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About</title>
<link>https://blog.cachapa.xyz/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/about/</guid>
<description>Me&amp;hellip; I&amp;rsquo;m an Android/backend developer of sorts and&amp;hellip; Go check my page to know more about me, lmao.
This Site&amp;hellip; This is my blog. Or something like that. In here I&amp;rsquo;ll write about unimportant stuff and projects. Think of this as a place where I can write polite and civilized stuff.
But&amp;hellip; Here, some cunny.
That&amp;rsquo;s all!
</description>
<content>&lt;h3 id=&#34;me&#34;&gt;Me&amp;hellip;&lt;/h3&gt;
&lt;p&gt;I&amp;rsquo;m an Android/backend developer of sorts and&amp;hellip; Go check
&lt;a href=&#34;https://cachapa.xyz&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;my page&lt;/a&gt; to know more about me, lmao.&lt;/p&gt;
&lt;h3 id=&#34;this-site&#34;&gt;This Site&amp;hellip;&lt;/h3&gt;
&lt;p&gt;This is my blog. Or something like that. In here I&amp;rsquo;ll write about unimportant stuff and projects. Think of this as a place where I can write polite and civilized stuff.&lt;/p&gt;
&lt;h3 id=&#34;but&#34;&gt;But&amp;hellip;&lt;/h3&gt;
&lt;p&gt;Here, some cunny.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/nahida_noodles.jpeg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;That&amp;rsquo;s all!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
</channel>
</rss>

View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://blog.cachapa.xyz/categories/about/</title><link rel="canonical" href="https://blog.cachapa.xyz/categories/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://blog.cachapa.xyz/categories/about/" /></head></html>

View file

@ -0,0 +1,176 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Categories :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/categories/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Categories">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/categories/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="terms">
<h1>Categories</h1>
<ul>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/categories/about/">about (1)</a>
</li>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/categories/posts/">posts (1)</a>
</li>
</ul>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

View file

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/categories/</link>
<description>Recent content in Categories on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright>
<lastBuildDate>Mon, 30 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.cachapa.xyz/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>posts</title>
<link>https://blog.cachapa.xyz/categories/posts/</link>
<pubDate>Mon, 30 Jan 2023 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/categories/posts/</guid>
<description></description>
<content></content>
</item>
<item>
<title>about</title>
<link>https://blog.cachapa.xyz/categories/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/categories/about/</guid>
<description></description>
<content></content>
</item>
</channel>
</rss>

View file

@ -0,0 +1,212 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>posts :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/categories/posts/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="posts">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/categories/posts/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/categories/posts/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/hello/">Hello World!</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-01-30 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/intro/">intro</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/stuff/">stuff</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/cover.jpg"
class="post-cover"
alt="Hello World!"
title="Cover Image" />
<div class="post-content">
<p><em>So yeah, thought ya, might like to go to the show&hellip;</em> 𝅘𝅥𝅮</p>
<p>Open up! There&rsquo;s stuff written in here!</p>
</div>
<div>
<a class="read-more button" href="/posts/hello/">Read more →</a>
</div>
</article>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>posts on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/categories/posts/</link>
<description>Recent content in posts on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright>
<lastBuildDate>Mon, 30 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.cachapa.xyz/categories/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World!</title>
<link>https://blog.cachapa.xyz/posts/hello/</link>
<pubDate>Mon, 30 Jan 2023 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/posts/hello/</guid>
<description>Yeah, I made a blog. Guess I&amp;rsquo;ll start writing more frequently and wotnot, mainly about personal projects and random stuff. And&amp;hellip; that&amp;rsquo;s it!</description>
<content>&lt;p&gt;Yeah, I made a blog. Guess I&amp;rsquo;ll start writing more frequently and wotnot, mainly about personal projects and random stuff. And&amp;hellip; that&amp;rsquo;s it!&lt;/p&gt;
</content>
</item>
</channel>
</rss>

View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://blog.cachapa.xyz/categories/posts/</title><link rel="canonical" href="https://blog.cachapa.xyz/categories/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://blog.cachapa.xyz/categories/posts/" /></head></html>

Binary file not shown.

Binary file not shown.

BIN
public/img/cachapa.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/img/cover.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

BIN
public/img/datass.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
public/img/freedom_is_dead.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 KiB

BIN
public/img/nahida_noodles.jpeg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 732 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

376
public/index.html Normal file
View file

@ -0,0 +1,376 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.92.2" />
<title>Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Captain Arepa&#39;s blog." />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Cachapa Blog">
<meta property="og:description" content="Captain Arepa&#39;s blog." />
<meta property="og:url" content="https://blog.cachapa.xyz/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/re-start/">Re-Start</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-07-22 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/update/">update</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/laziness/">laziness</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/nahida_reload.jpg"
class="post-cover"
alt="Re-Start"
title="Cover Image" />
<div class="post-content">
<em>It&rsquo;s been too long since I last wrote anything here. I think it&rsquo;s time to dust off a bit.</em>
</div>
<div>
<a class="read-more button" href="/posts/re-start/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/wood/">Wood</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-24 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/video/">video</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/tools-n-wood.jpg"
class="post-cover"
alt="Wood"
title="Cover Image" />
<div class="post-content">
<em>Don&rsquo;t you love the smell of wood? I do &lt;3</em>
</div>
<div>
<a class="read-more button" href="/posts/wood/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/paperwork/">Paperwork</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-07 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/stream-of-consciousness/">stream of consciousness</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/office-defeatism.jpg"
class="post-cover"
alt="Paperwork"
title="Cover Image" />
<div class="post-content">
<em>Yet another shitty post talking about my life and random nonsense that you shouldn&rsquo;t care about, but I still share anyways.</em>
</div>
<div>
<a class="read-more button" href="/posts/paperwork/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/eod/">EOD</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-03 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/work/">work</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/coding/">coding</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/iwannahakunathosetatas.jpg"
class="post-cover"
alt="EOD"
title="Cover Image" />
<div class="post-content">
<em>Just another day, another week that ends.</em>
</div>
<div>
<a class="read-more button" href="/posts/eod/">Read more →</a>
</div>
</article>
<div class="pagination">
<div class="pagination__buttons">
<a href="/page/2/" class="button next">
<span class="button__text">Older posts</span>
<span class="button__icon"></span>
</a>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

283
public/index.xml Normal file
View file

@ -0,0 +1,283 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Cachapa Blog</title>
<link>https://blog.cachapa.xyz/</link>
<description>Recent content on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright>
<lastBuildDate>Sat, 22 Jul 2023 20:58:21 -0400</lastBuildDate><atom:link href="https://blog.cachapa.xyz/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Re-Start</title>
<link>https://blog.cachapa.xyz/posts/re-start/</link>
<pubDate>Sat, 22 Jul 2023 20:58:21 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/re-start/</guid>
<description>I&amp;rsquo;ll be honest. I&amp;rsquo;ve been too damn lazy these past few weeks months. While I haven&amp;rsquo;t experienced anything worth of mentioning in my life outside the internet (other than going through the most painfully slow visa application process ever and not doing much at work), I&amp;rsquo;d say my online life have been&amp;hellip; equally boring. Yeah, my life is boring, and nothing exciting has happened.
Well, I got suspended (again) from Twitter.</description>
<content>&lt;p&gt;I&amp;rsquo;ll be honest. I&amp;rsquo;ve been too damn lazy these past few &lt;del&gt;weeks&lt;/del&gt; months. While I haven&amp;rsquo;t experienced anything worth of mentioning in my life outside the internet (other than going through the most painfully slow visa application process ever and not doing much at work), I&amp;rsquo;d say my online life have been&amp;hellip; equally boring. Yeah, my life is boring, and nothing exciting has happened.&lt;/p&gt;
&lt;p&gt;Well, I got suspended (again) from Twitter. Twice. In less than 3 days. First because I kept spamming the news about the Arab rapefugee going on a stabbing spree in the French Alps, articles and videos that Twitter kept censoring. Then, I got suspended again because I started bitching about being suspended and then linking everything to the J҉e҉w҉s҉, who are the usual suspects for whatever fucked up shit the world is currently going through.&lt;/p&gt;
&lt;p&gt;Anyways, this post is actually kind of an announcement. Since I&amp;rsquo;m having some &amp;ldquo;free&amp;rdquo; time, or rather, work is expected to be somewhat light in the coming days, I&amp;rsquo;m thinking of writing a series of opinion entries/essays of sorts regarding some issues and subjects that have arised frequently in my circle on Twatter, namely:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Issue of Lolicon&lt;/li&gt;
&lt;li&gt;Technology and Man&lt;/li&gt;
&lt;li&gt;Censorship on Twitter (and other social media)&lt;/li&gt;
&lt;li&gt;Unwanted diasporas and their effects on host societies&lt;/li&gt;
&lt;li&gt;Race and Culture&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some of these points could be condensed in a single post, but I&amp;rsquo;ll know when I get there. Again, it&amp;rsquo;s been a long time since I wrote anything here, and it&amp;rsquo;s been more than 10 years since I wrote anything serious to publish it on the internet. Anyways, it&amp;rsquo;s late, and I&amp;rsquo;m tired.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Wood</title>
<link>https://blog.cachapa.xyz/posts/wood/</link>
<pubDate>Fri, 24 Feb 2023 19:53:45 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/wood/</guid>
<description>One of my goals in life, if not only the goal, is to retire to a nice house in the countryside and spend my time growing things in my garden, cooking and eating delicious food, and engaging in vigorous lovemaking&amp;ndash; I mean, woodworking. Well, sex too, what kind of man wouldn&amp;rsquo;t want to spend his retiree years fucking beatiful women? Just kidding.
I truly love this kind of videos&amp;hellip;</description>
<content>&lt;p&gt;One of my goals in life, if not only &lt;strong&gt;the&lt;/strong&gt; goal, is to retire to a nice house in the countryside and spend my time growing things in my garden, cooking and eating delicious food, and engaging in vigorous lovemaking&amp;ndash; I mean, woodworking. Well, sex too, what kind of man wouldn&amp;rsquo;t want to spend his retiree years fucking beatiful women? Just kidding.&lt;/p&gt;
&lt;p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34; &gt;
&lt;iframe src=&#34;https://www.youtube.com/embed/P-ODWGUfBEM&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;Japanese Joinery - Kane Tsugi 面代留め差しほぞ接ぎ&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;em&gt;I truly love this kind of videos&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To be quite honest, I don&amp;rsquo;t have experience with woodworking at all. I&amp;rsquo;ve worked with electrical stuff and plumbing (mostly dealing with stuff where I live), but never done anything with wood. Now, you might ask &amp;ldquo;Why would you want to do woodworking when you know jackshit about it?&amp;rdquo;, and the answer is quite simple: I&amp;rsquo;d like to &lt;em&gt;build&lt;/em&gt;. Not &amp;ldquo;build&amp;rdquo; anything in particular, just &amp;ldquo;building&amp;rdquo;, as in doing, making. Creating something useful with my own hands and then enjoy the achievement derived from it.&lt;/p&gt;
&lt;p&gt;Anyways, that&amp;rsquo;s all I&amp;rsquo;ve wanted to talk about. Maybe I&amp;rsquo;ll write about something more elabore eventually. Who knows. I actually wrote this because I was watching a couple of videos and wondered how could I embed them in a Hugo template. Tried with Invidious but it&amp;rsquo;s a pain in the ass, so I went the easy route with Youtube.&lt;/p&gt;
&lt;p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34; &gt;
&lt;iframe src=&#34;https://www.youtube.com/embed/e1hMVlCMi1g&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;The Most Complex Japanese Joiner&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;em&gt;cum.png&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Paperwork</title>
<link>https://blog.cachapa.xyz/posts/paperwork/</link>
<pubDate>Tue, 07 Feb 2023 19:42:02 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/paperwork/</guid>
<description>As I mentioned in a previous post, I&amp;rsquo;m in the middle (kind of) of the process of moving to Europe. Well, actually I&amp;rsquo;m starting the process, since I finally got my renewed passport a couple of weeks ago and I could resume the paperwork to get the visa.
Once Upon A Time&amp;hellip; This is me right now, frfr
Long story short, last year, at the end of November, I got a relocation offer from a tech company, that seemed kinda suspicious at first, but after several interviews and tech assessments, I found out they are actually quite serious about hiring me.</description>
<content>&lt;p&gt;As I mentioned in a
&lt;a href=&#34;https://blog.cachapa.xyz/posts/last-day-of-freedom/#the-good-the-bad-and-the-ugly&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;previous post&lt;/a&gt;, I&amp;rsquo;m in the middle (kind of) of the process of moving to Europe. Well, actually I&amp;rsquo;m starting the process, since I finally got my renewed passport a couple of weeks ago and I could resume the paperwork to get the visa.&lt;/p&gt;
&lt;h2 id=&#34;once-upon-a-time&#34;&gt;Once Upon A Time&amp;hellip;&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/bocchi-president.jpg&#34; alt=&#34;This is me fr&#34;&gt;
&lt;em&gt;This is me right now, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Long story short, last year, at the end of November, I got a relocation offer from a tech company, that seemed kinda suspicious at first, but after several interviews and tech assessments, I found out they are actually quite &lt;strong&gt;serious&lt;/strong&gt; about hiring me. The financial offer was nothing out of this world, to be quite honest, but given the generous benefits they offer and the fact that they&amp;rsquo;ll cover pretty much all expenses of the relocation, I couldn&amp;rsquo;t refuse.&lt;/p&gt;
&lt;p&gt;There were also other factors that made me accept the offer, like the opportunity to live in a relatively stable country (Portugal in this case), the ability to travel relatively freely in Europe and the prospect of finally settling down on my own and hopefully meet the right woman for me were relevant, but the one reason that made to hastily accept it was personal safety.&lt;/p&gt;
&lt;h2 id=&#34;-in-not-roanapur&#34;&gt;&amp;hellip; In (Not) Roanapur&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/hello-and-goodbye.png&#34; alt=&#34;:(&#34;&gt;
&lt;em&gt;This was me, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To be really brief, last October, 3 heavily armed men broke into my apartment at 2AM -presummably to steal-, held my mother at gunpoint and when I tried to get up to see what was happening, 2 of them held me down and started bashing my head with their gun butts. I don&amp;rsquo;t know how the hell I managed to break free, but after struggling and letting out a scream they got the fuck out and fled. Obviously, police then came, then I went to the hospital, blah blah blah, lorem ipsum, yadda yadda yadda, etc, etc, etc. You know what happens in these cases.&lt;/p&gt;
&lt;p&gt;After that incident I had to go to the neurologist because my left hand ended up being affected, and after getting a MR scan I found out I had an epidural edema due a (quite inconspicuous) skull fracture. The doctor told me I was really lucky since it wasn&amp;rsquo;t that big and I didn&amp;rsquo;t lose consciousness, but it was big enough to fuck up my hand, so he ended up prescribing some medication and 2 months of absolute rest.&lt;/p&gt;
&lt;h2 id=&#34;the-long-and-winding-road&#34;&gt;The Long And Winding Road&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/couldve-been-me.jpg&#34; alt=&#34;Le Coma&#34;&gt;
&lt;em&gt;This could&amp;rsquo;ve been me, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Adding to the fact that some assholes left me basically useless for months, there was a more pressing issue: by the time the incident happened I was practically unemployed, and the whole situation left me stark broke, to the point I had to ask a friend to lend me some money while I was recovering AND looking for a new job. Trust me when I say, getting fired almost near the ending of the year AND getting wrecked by some burglars is the worst thing that can happen to anyone.&lt;/p&gt;
&lt;p&gt;So, to deal with this situation, I had to apply to any remote jobs I could find on LinkedIn, and while I had dozens of interviews, most of them didn&amp;rsquo;t get anywhere. Like, most of them would never get past the technical interviews, and the ones that did and sent me good news, had to backtrack and say the company had a change of plans or had to revise budget. And this went on for months until like 3 weeks ago where I finally got a solid offer and - again - accepted hastily&amp;hellip; because I literally need the money.&lt;/p&gt;
&lt;h2 id=&#34;peace---a-theme&#34;&gt;Peace - A Theme&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/bocchi-crimson.jpg&#34; alt=&#34;Lovely Moonchild&amp;hellip;&#34;&gt;
&lt;em&gt;Confusion will be my Epitaph&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;And those of you who have managed to stay this far reading my crappy post might be wondering, if I accepted a relocation offer, why did I accept another offer? Simple: the relocation offer is for &lt;strong&gt;moving&lt;/strong&gt; to another country and work there, but right now, with debts piling up and no money, I need a job. Good thing I&amp;rsquo;m a developer and can work remote so, while I deal with the paperwork to get the fuq out of this hell, I can save money for the plane ticket and other stuff I need to do.&lt;/p&gt;
&lt;p&gt;This doesn&amp;rsquo;t mean my life is getting back on track and things will go smoothly from now on. Today I received the list of documents I need to get in order to apply for the visa, but half of them are basically cockblocked by me not having money&amp;hellip; and getting paid this month doesn&amp;rsquo;t guarantee anything, because I need to renew my card, but in order to do that I need a certain amount of money in my account, which I don&amp;rsquo;t have&amp;hellip; so everything is getting pushed back at least 2 months.&lt;/p&gt;
&lt;p&gt;Anyways, I&amp;rsquo;m running out of steam. Maybe I&amp;rsquo;ll talk a bit more about all this process in another post, and maybe I&amp;rsquo;ll elaborate more on how my injuries have evolved and how my life has changed (spoiler alert: I&amp;rsquo;m still unable to jerk off).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>EOD</title>
<link>https://blog.cachapa.xyz/posts/eod/</link>
<pubDate>Fri, 03 Feb 2023 16:44:51 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/eod/</guid>
<description>Today&amp;rsquo;s News So, another day reaches its end. While I started at a new company on Wednesday, it wasn&amp;rsquo;t until this morning that I finally could talk with someone of relevance (in this case, the actual mobile tech lead). It seems that the onboarding time for new devs it&amp;rsquo;s a bit longer, more so around this time of the year, mainly because projects are being delivered and new clients are getting onboard.</description>
<content>&lt;h2 id=&#34;todays-news&#34;&gt;Today&amp;rsquo;s News&lt;/h2&gt;
&lt;p&gt;So, another day reaches its end. While I started at a new company on Wednesday, it wasn&amp;rsquo;t until this morning that I finally could talk with someone of relevance (in this case, the actual mobile tech lead). It seems that the onboarding time for new devs it&amp;rsquo;s a bit longer, more so around this time of the year, mainly because projects are being delivered and new clients are getting onboard. Also, it&amp;rsquo;s holiday season down in the Southern Hemisphere, so I guess it&amp;rsquo;ll kinda chill, at least for a while.&lt;/p&gt;
&lt;h2 id=&#34;coding-and-wotnot&#34;&gt;Coding and wotnot&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/programming-anime-girl.jpg&#34; alt=&#34;My dream setup&amp;hellip;&#34;&gt;
&lt;em&gt;I wish I had a setup like that&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Yesterday I finally managed to set up a
&lt;a href=&#34;https://moar.cachapa.xyz/@RyuukoBot&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;bot&lt;/a&gt; for my Misskey instance, and today I spent pretty much all day fine tuning it and setting up
&lt;a href=&#34;https://moar.cachapa.xyz/@AstolfoBot&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;yet another one&lt;/a&gt;. It was an interesting experience, since the script is written in Python, but is far simpler than the one I used for my Pleroma bots, which gave me an opportunity to get more used to the language.&lt;/p&gt;
&lt;p&gt;Now, my interest in Python isn&amp;rsquo;t limited to image bots for fedi instances. I&amp;rsquo;ve been toying with the idea of developing &lt;del&gt;yet another&lt;/del&gt; my own ActivityPub compatible backend, and for the longest time I was considering Kotlin as my main programming language, with Ktor as deelopment framework. The reason? Well, I&amp;rsquo;m a native Android dev, and I mainly use Kotlin, so I thought it&amp;rsquo;d be a good idea.&lt;/p&gt;
&lt;h2 id=&#34;the-five-stages-of-whachamacallit&#34;&gt;The Five Stages of Whachamacallit&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/uzaki-unamused.png&#34; alt=&#34;Chopsticks are hard to use, indeed.&#34;&gt;
&lt;em&gt;Yeah, right.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thing is, after reading forums and comments and wotnot, Ktor started to lose that appeal. And while I really like it, and Kotlin too, they don&amp;rsquo;t quite fulfill my criteria for this endeavor. Things like the ability to execute user-written scripts during runtime or ease of deployment are non-negotiable for me, and neither Kotlin nor Ktor are able to deliver that.&lt;/p&gt;
&lt;p&gt;So, my options for programming languages were basically killed because, other than Kotlin, I&amp;rsquo;ve only worked with Java, C# and PHP. The first two are automatically discarded because they&amp;rsquo;re inherently similar to Kotlin regarding my criteria, which leaves me only with PHP&amp;hellip; which I don&amp;rsquo;t hate, but I most definitely don&amp;rsquo;t like.&lt;/p&gt;
&lt;h2 id=&#34;the-list&#34;&gt;The List&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/not-a-boomer-but-almost.jpg&#34; alt=&#34;Beep Boop&#34;&gt;
&lt;em&gt;Ngl, this would be me if I were a teacher&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thus, my search for another programming language started. I initially considered going the soydev way with TypeScript or some shit like that, but that&amp;rsquo;d be really masochistic on my side. I know JavaScript but I hate webdev shit (which is one of the reasons I moved to Android). Then I started checking other projects to see what they languages they&amp;rsquo;re written in.&lt;/p&gt;
&lt;p&gt;Elixir? Too esoteric for me, everything looks like a clusterfuck.&lt;br&gt;
Go? It&amp;rsquo;s nice and fast, but too C-ish for me (can&amp;rsquo;t undo the OOP damage).&lt;br&gt;
Rust? Too &amp;ldquo;political&amp;rdquo; and the learning curve is way too steep.&lt;br&gt;
Ruby? I&amp;rsquo;m not a manchild with diaper fetish, so, no.&lt;br&gt;
Python? I think it&amp;rsquo;d be a good option.&lt;/p&gt;
&lt;h2 id=&#34;tldr&#34;&gt;tl;dr&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/wowee-old-school-gayming.jpg&#34; alt=&#34;Oops!&#34;&gt;
&lt;em&gt;Did you know that Kobayashi is actually a developer and uses Python?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So, yeah, short answer to the question no one asked: I&amp;rsquo;ll use Python for this project. I know jackshit about it besides the little tinkering I&amp;rsquo;ve done to my bots&#39; code, but out of all the options I&amp;rsquo;ve considered, is the &lt;em&gt;sanest&lt;/em&gt; one, in my opinion. Time will tell if it was a good option or if I should just walk the plank in the end.&lt;/p&gt;
&lt;p&gt;Anyways, that&amp;rsquo;s all.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Last Day of Freedom</title>
<link>https://blog.cachapa.xyz/posts/last-day-of-freedom/</link>
<pubDate>Tue, 31 Jan 2023 16:52:19 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/last-day-of-freedom/</guid>
<description>Back to being &amp;ldquo;employed&amp;rdquo;. I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot.</description>
<content>&lt;h2 id=&#34;back-to-being-employed&#34;&gt;Back to being &amp;ldquo;employed&amp;rdquo;.&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot. Like, I know most sysadmins don&amp;rsquo;t read logs, but browsing on 3 different fedi instances at the time can use a &lt;em&gt;bit&lt;/em&gt; of bandwith.&lt;/p&gt;
&lt;h2 id=&#34;the-good-the-bad-and-the-ugly&#34;&gt;The Good, The Bad and The Ugly.&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/the-good-the-bad-and-the-ugly-post.jpg&#34; alt=&#34;I fucking love this movie&#34;&gt;&lt;em&gt;I fucking love this movie.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Like most life events, getting hired again comes with good, bad and ugly things.&lt;/p&gt;
&lt;p&gt;The Good is that, while the contract renews on a yearly basis, I can quit at any time without penalties. Aaaaand it has a non-exclusivity clause, so I can take a side-gig to make more munnies (if I have time, that is).&lt;/p&gt;
&lt;p&gt;The Bad is that now I have to deal with a lot of unfinished/ongoing recruiting processes, so that&amp;rsquo;ll be quite uncomfortable (joke&amp;rsquo;s on them, they&amp;rsquo;re too damn slow, it&amp;rsquo;s almost as if they don&amp;rsquo;t want to hire people or want to hire a cheaper pajeet or nigger).&lt;/p&gt;
&lt;p&gt;The Ugly is that I&amp;rsquo;ll probably have to quit sooner than expected (I initially gave it like 4 months), but since my migration process is speeding up (luckily), it could be 2-3 months tops before crossing the pond (I&amp;rsquo;m moving to Europe, btw, will write about that later)&amp;hellip; Which will suck in my résumé. Not that I should care, it&amp;rsquo;s a reloc process, I&amp;rsquo;ll end up working almost immediately after arriving.&lt;/p&gt;
&lt;h2 id=&#34;rant&#34;&gt;rant()&lt;/h2&gt;
&lt;p&gt;So, here&amp;rsquo;s today&amp;rsquo;s rant: a few days ago I listed my PS3 for sale (like, I&amp;rsquo;m in dire need of money, only a couple of hundred bucks left in my account and almost 3 grand in debts), and some random guy on the page I published the ad tried to buy it, but he looked iffy as fuck. Anyways, I agreed to sell and then he send me his address to send him the PS3 and told me he paid through the page&amp;hellip; which is bullshit, that site deactivated the integrated payment years ago. I immediately blocked him on WhatsApp, and reported his account to the site&amp;rsquo;s personnel, who ended up banning him.&lt;/p&gt;
&lt;p&gt;Good thing I didn&amp;rsquo;t fall for that shit. Guess I better keep my console for when I move out.&lt;/p&gt;
&lt;h2 id=&#34;thats-all&#34;&gt;That&amp;rsquo;s all!&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/swimsuit_shork_gurl.jpg&#34; alt=&#34;I wanna wreck her uoooooh!&#34;&gt;
&lt;em&gt;Here, some cunny to end this post ;)&lt;/em&gt;&lt;/p&gt;
</content>
</item>
<item>
<title>Hello World!</title>
<link>https://blog.cachapa.xyz/posts/hello/</link>
<pubDate>Mon, 30 Jan 2023 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/posts/hello/</guid>
<description>Yeah, I made a blog. Guess I&amp;rsquo;ll start writing more frequently and wotnot, mainly about personal projects and random stuff. And&amp;hellip; that&amp;rsquo;s it!</description>
<content>&lt;p&gt;Yeah, I made a blog. Guess I&amp;rsquo;ll start writing more frequently and wotnot, mainly about personal projects and random stuff. And&amp;hellip; that&amp;rsquo;s it!&lt;/p&gt;
</content>
</item>
<item>
<title>Showcase</title>
<link>https://blog.cachapa.xyz/showcase/</link>
<pubDate>Wed, 18 Jul 2018 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/showcase/</guid>
<description>Header 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. Donec quis dolor nec nunc mollis interdum vel in purus. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam.</description>
<content>&lt;h2 id=&#34;header-2&#34;&gt;Header 2&lt;/h2&gt;
&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. &lt;strong&gt;Donec quis dolor nec nunc mollis interdum vel in purus&lt;/strong&gt;. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Fusce pharetra suscipit orci nec tempor. Quisque vitae sem sit amet sem mollis consequat. Sed at imperdiet lorem. Vestibulum pharetra faucibus odio, ac feugiat tellus sollicitudin at. Pellentesque varius tristique mi imperdiet dapibus. Duis orci odio, sodales lacinia venenatis sit amet, feugiat et diam.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;header-3&#34;&gt;Header 3&lt;/h3&gt;
&lt;p&gt;Nulla libero turpis, lacinia vitae cursus ut, auctor dictum nisl. Fusce varius felis nec sem ullamcorper, at convallis nisi vestibulum. Duis risus odio, porta sit amet placerat mollis, tincidunt non mauris. Suspendisse fringilla, &lt;code&gt;odio a dignissim pharetra&lt;/code&gt;, est urna sollicitudin urna, eu scelerisque magna ex vitae tellus.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-css&#34; data-lang=&#34;css&#34;&gt;&lt;span style=&#34;color:#75715e&#34;&gt;/* PostCSS code */&lt;/span&gt;
&lt;span style=&#34;color:#f92672&#34;&gt;pre&lt;/span&gt; {
&lt;span style=&#34;color:#66d9ef&#34;&gt;background&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;#1a1a1d&lt;/span&gt;;
&lt;span style=&#34;color:#66d9ef&#34;&gt;padding&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;20&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;px&lt;/span&gt;;
&lt;span style=&#34;color:#66d9ef&#34;&gt;border-radius&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;8&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;px&lt;/span&gt;;
&lt;span style=&#34;color:#66d9ef&#34;&gt;font-size&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;rem&lt;/span&gt;;
&lt;span style=&#34;color:#66d9ef&#34;&gt;overflow&lt;/span&gt;: &lt;span style=&#34;color:#66d9ef&#34;&gt;auto&lt;/span&gt;;
&lt;span style=&#34;color:#960050;background-color:#1e0010&#34;&gt;@media&lt;/span&gt; &lt;span style=&#34;color:#960050;background-color:#1e0010&#34;&gt;(--phone)&lt;/span&gt; &lt;span style=&#34;color:#960050;background-color:#1e0010&#34;&gt;{&lt;/span&gt;
&lt;span style=&#34;color:#66d9ef&#34;&gt;white-space&lt;/span&gt;: &lt;span style=&#34;color:#66d9ef&#34;&gt;pre-wrap&lt;/span&gt;;
&lt;span style=&#34;color:#66d9ef&#34;&gt;word-wrap&lt;/span&gt;: &lt;span style=&#34;color:#66d9ef&#34;&gt;break-word&lt;/span&gt;;
}
&lt;span style=&#34;color:#f92672&#34;&gt;code&lt;/span&gt; {
&lt;span style=&#34;color:#66d9ef&#34;&gt;background&lt;/span&gt;: &lt;span style=&#34;color:#66d9ef&#34;&gt;none&lt;/span&gt; &lt;span style=&#34;color:#75715e&#34;&gt;!important&lt;/span&gt;;
&lt;span style=&#34;color:#66d9ef&#34;&gt;color&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;#ccc&lt;/span&gt;;
&lt;span style=&#34;color:#66d9ef&#34;&gt;padding&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;;
&lt;span style=&#34;color:#66d9ef&#34;&gt;font-size&lt;/span&gt;: &lt;span style=&#34;color:#66d9ef&#34;&gt;inherit&lt;/span&gt;;
}
&lt;span style=&#34;color:#960050;background-color:#1e0010&#34;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-js&#34; data-lang=&#34;js&#34;&gt;&lt;span style=&#34;color:#75715e&#34;&gt;// JS code
&lt;/span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&lt;/span&gt;
&lt;span style=&#34;color:#66d9ef&#34;&gt;const&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;menuTrigger&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; document.&lt;span style=&#34;color:#a6e22e&#34;&gt;querySelector&lt;/span&gt;(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;.menu-trigger&amp;#39;&lt;/span&gt;)
&lt;span style=&#34;color:#66d9ef&#34;&gt;const&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;menu&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; document.&lt;span style=&#34;color:#a6e22e&#34;&gt;querySelector&lt;/span&gt;(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;.menu&amp;#39;&lt;/span&gt;)
&lt;span style=&#34;color:#66d9ef&#34;&gt;const&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;mobileQuery&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;getComputedStyle&lt;/span&gt;(document.&lt;span style=&#34;color:#a6e22e&#34;&gt;body&lt;/span&gt;).&lt;span style=&#34;color:#a6e22e&#34;&gt;getPropertyValue&lt;/span&gt;(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;--phoneWidth&amp;#39;&lt;/span&gt;)
&lt;span style=&#34;color:#66d9ef&#34;&gt;const&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;isMobile&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; () =&amp;gt; window.&lt;span style=&#34;color:#a6e22e&#34;&gt;matchMedia&lt;/span&gt;(&lt;span style=&#34;color:#a6e22e&#34;&gt;mobileQuery&lt;/span&gt;).&lt;span style=&#34;color:#a6e22e&#34;&gt;matches&lt;/span&gt;
&lt;span style=&#34;color:#66d9ef&#34;&gt;const&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;isMobileMenu&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; () =&amp;gt; {
&lt;span style=&#34;color:#a6e22e&#34;&gt;menuTrigger&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;classList&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;toggle&lt;/span&gt;(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;hidden&amp;#39;&lt;/span&gt;, &lt;span style=&#34;color:#f92672&#34;&gt;!&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;isMobile&lt;/span&gt;())
&lt;span style=&#34;color:#a6e22e&#34;&gt;menu&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;classList&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;toggle&lt;/span&gt;(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;hidden&amp;#39;&lt;/span&gt;, &lt;span style=&#34;color:#a6e22e&#34;&gt;isMobile&lt;/span&gt;())
}
&lt;span style=&#34;color:#a6e22e&#34;&gt;isMobileMenu&lt;/span&gt;()
&lt;span style=&#34;color:#a6e22e&#34;&gt;menuTrigger&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;addEventListener&lt;/span&gt;(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;click&amp;#39;&lt;/span&gt;, () =&amp;gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;menu&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;classList&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;toggle&lt;/span&gt;(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;hidden&amp;#39;&lt;/span&gt;))
window.&lt;span style=&#34;color:#a6e22e&#34;&gt;addEventListener&lt;/span&gt;(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;resize&amp;#39;&lt;/span&gt;, &lt;span style=&#34;color:#a6e22e&#34;&gt;isMobileMenu&lt;/span&gt;)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&amp;lt;!-- HTML code --&amp;gt;&lt;/span&gt;
&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;section&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;id&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;main&amp;#34;&lt;/span&gt;&amp;gt;
&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;div&lt;/span&gt;&amp;gt;
&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;h1&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;id&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;title&amp;#34;&lt;/span&gt;&amp;gt;{{ .Title }}&amp;lt;/&lt;span style=&#34;color:#f92672&#34;&gt;h1&lt;/span&gt;&amp;gt;
{{ range .Pages }}
{{ .Render &amp;#34;summary&amp;#34;}}
{{ end }}
&amp;lt;/&lt;span style=&#34;color:#f92672&#34;&gt;div&lt;/span&gt;&amp;gt;
&amp;lt;/&lt;span style=&#34;color:#f92672&#34;&gt;section&lt;/span&gt;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h4 id=&#34;header-4&#34;&gt;Header 4&lt;/h4&gt;
&lt;p&gt;Curabitur scelerisque felis viverra varius scelerisque. Ut enim libero, molestie gravida blandit at, mollis ornare tellus. Cras arcu mi, ultrices vel pulvinar vel, volutpat eu tortor. Nullam nec eros quis massa ultrices iaculis sed in metus. Praesent sollicitudin sem sit amet orci tempor gravida.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Maecenas elementum vitae nibh vitae porttitor.&lt;/li&gt;
&lt;li&gt;Aenean consequat, risus ut cursus placerat, arcu nulla sodales risus, ut molestie tellus tellus et dui.&lt;/li&gt;
&lt;li&gt;Integer imperdiet turpis vitae lacus imperdiet, ut ornare ligula auctor. Integer in mi eu velit vehicula suscipit eget vulputate nulla.&lt;/li&gt;
&lt;li&gt;Etiam vitae enim quis velit lobortis placerat a ut sem.
&lt;ul&gt;
&lt;li&gt;Curabitur lobortis ante sit amet orci pulvinar, sollicitudin viverra nunc accumsan.&lt;/li&gt;
&lt;li&gt;Praesent fermentum orci quis leo facilisis posuere.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Aliquam erat volutpat. In hac habitasse platea dictumst. Nunc ut tincidunt mauris. Sed at gravida risus, id semper magna. Nullam vitae enim mattis, sodales neque non, pharetra elit. Cras sit amet sagittis augue, et finibus turpis. Ut tempus tincidunt diam vel pharetra. Nulla porttitor odio sit amet nulla scelerisque, quis aliquam mi imperdiet. Sed tincidunt dui vel tellus vestibulum rhoncus. Donec tempus ultrices velit.&lt;/p&gt;
</content>
</item>
<item>
<title>About</title>
<link>https://blog.cachapa.xyz/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/about/</guid>
<description>Me&amp;hellip; I&amp;rsquo;m an Android/backend developer of sorts and&amp;hellip; Go check my page to know more about me, lmao.
This Site&amp;hellip; This is my blog. Or something like that. In here I&amp;rsquo;ll write about unimportant stuff and projects. Think of this as a place where I can write polite and civilized stuff.
But&amp;hellip; Here, some cunny.
That&amp;rsquo;s all!
</description>
<content>&lt;h3 id=&#34;me&#34;&gt;Me&amp;hellip;&lt;/h3&gt;
&lt;p&gt;I&amp;rsquo;m an Android/backend developer of sorts and&amp;hellip; Go check
&lt;a href=&#34;https://cachapa.xyz&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;my page&lt;/a&gt; to know more about me, lmao.&lt;/p&gt;
&lt;h3 id=&#34;this-site&#34;&gt;This Site&amp;hellip;&lt;/h3&gt;
&lt;p&gt;This is my blog. Or something like that. In here I&amp;rsquo;ll write about unimportant stuff and projects. Think of this as a place where I can write polite and civilized stuff.&lt;/p&gt;
&lt;h3 id=&#34;but&#34;&gt;But&amp;hellip;&lt;/h3&gt;
&lt;p&gt;Here, some cunny.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/nahida_noodles.jpeg&#34; alt=&#34;image&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;That&amp;rsquo;s all!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
</channel>
</rss>

1
public/page/1/index.html Normal file
View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://blog.cachapa.xyz/</title><link rel="canonical" href="https://blog.cachapa.xyz/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://blog.cachapa.xyz/" /></head></html>

View file

@ -0,0 +1,228 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello World! :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="*So yeah, thought ya, might like to go to the show...* &amp;#119136;
Open up! There&#39;s stuff written in here!" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/posts/hello/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Hello World!">
<meta property="og:description" content="*So yeah, thought ya, might like to go to the show...* &amp;#119136;
Open up! There&#39;s stuff written in here!" />
<meta property="og:url" content="https://blog.cachapa.xyz/posts/hello/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cover.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<meta property="article:section" content="posts" />
<meta property="article:published_time" content="2023-01-30 00:00:00 &#43;0000 UTC" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<article class="post">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/hello/">Hello World!</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-01-30 ::
</time>
<span class="post-author">Captain Arepa</span>
<span class="post-reading-time">:: 1 min read (23 words)</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/intro/">intro</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/stuff/">stuff</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/cover.jpg"
class="post-cover"
alt="Hello World!"
title="Cover Image" />
<div class="post-content"><div>
<p>Yeah, I made a blog. Guess I&rsquo;ll start writing more frequently and wotnot, mainly about personal projects and random stuff. And&hellip; that&rsquo;s it!</p>
</div></div>
<div class="pagination">
<div class="pagination__title">
<span class="pagination__title-h">Read other posts</span>
<hr />
</div>
<div class="pagination__buttons">
<span class="button previous">
<a href="https://blog.cachapa.xyz/posts/last-day-of-freedom/">
<span class="button__icon"></span>
<span class="button__text">Last Day of Freedom</span>
</a>
</span>
</div>
</div>
</article>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

362
public/posts/index.html Normal file
View file

@ -0,0 +1,362 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Posts :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/posts/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Posts">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/posts/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/re-start/">Re-Start</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-07-22 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/update/">update</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/laziness/">laziness</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/nahida_reload.jpg"
class="post-cover"
alt="Re-Start"
title="Cover Image" />
<div class="post-content">
<em>It&rsquo;s been too long since I last wrote anything here. I think it&rsquo;s time to dust off a bit.</em>
</div>
<div>
<a class="read-more button" href="/posts/re-start/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/wood/">Wood</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-24 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/video/">video</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/tools-n-wood.jpg"
class="post-cover"
alt="Wood"
title="Cover Image" />
<div class="post-content">
<em>Don&rsquo;t you love the smell of wood? I do &lt;3</em>
</div>
<div>
<a class="read-more button" href="/posts/wood/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/paperwork/">Paperwork</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-07 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/stream-of-consciousness/">stream of consciousness</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/office-defeatism.jpg"
class="post-cover"
alt="Paperwork"
title="Cover Image" />
<div class="post-content">
<em>Yet another shitty post talking about my life and random nonsense that you shouldn&rsquo;t care about, but I still share anyways.</em>
</div>
<div>
<a class="read-more button" href="/posts/paperwork/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/eod/">EOD</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-03 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/work/">work</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/coding/">coding</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/iwannahakunathosetatas.jpg"
class="post-cover"
alt="EOD"
title="Cover Image" />
<div class="post-content">
<em>Just another day, another week that ends.</em>
</div>
<div>
<a class="read-more button" href="/posts/eod/">Read more →</a>
</div>
</article>
<div class="pagination">
<div class="pagination__buttons">
<a href="/posts/page/2/" class="button next">
<span class="button__text">Older posts</span>
<span class="button__icon"></span>
</a>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

180
public/posts/index.xml Normal file
View file

@ -0,0 +1,180 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/posts/</link>
<description>Recent content in Posts on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright>
<lastBuildDate>Sat, 22 Jul 2023 20:58:21 -0400</lastBuildDate><atom:link href="https://blog.cachapa.xyz/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Re-Start</title>
<link>https://blog.cachapa.xyz/posts/re-start/</link>
<pubDate>Sat, 22 Jul 2023 20:58:21 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/re-start/</guid>
<description>I&amp;rsquo;ll be honest. I&amp;rsquo;ve been too damn lazy these past few weeks months. While I haven&amp;rsquo;t experienced anything worth of mentioning in my life outside the internet (other than going through the most painfully slow visa application process ever and not doing much at work), I&amp;rsquo;d say my online life have been&amp;hellip; equally boring. Yeah, my life is boring, and nothing exciting has happened.
Well, I got suspended (again) from Twitter.</description>
<content>&lt;p&gt;I&amp;rsquo;ll be honest. I&amp;rsquo;ve been too damn lazy these past few &lt;del&gt;weeks&lt;/del&gt; months. While I haven&amp;rsquo;t experienced anything worth of mentioning in my life outside the internet (other than going through the most painfully slow visa application process ever and not doing much at work), I&amp;rsquo;d say my online life have been&amp;hellip; equally boring. Yeah, my life is boring, and nothing exciting has happened.&lt;/p&gt;
&lt;p&gt;Well, I got suspended (again) from Twitter. Twice. In less than 3 days. First because I kept spamming the news about the Arab rapefugee going on a stabbing spree in the French Alps, articles and videos that Twitter kept censoring. Then, I got suspended again because I started bitching about being suspended and then linking everything to the J҉e҉w҉s҉, who are the usual suspects for whatever fucked up shit the world is currently going through.&lt;/p&gt;
&lt;p&gt;Anyways, this post is actually kind of an announcement. Since I&amp;rsquo;m having some &amp;ldquo;free&amp;rdquo; time, or rather, work is expected to be somewhat light in the coming days, I&amp;rsquo;m thinking of writing a series of opinion entries/essays of sorts regarding some issues and subjects that have arised frequently in my circle on Twatter, namely:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Issue of Lolicon&lt;/li&gt;
&lt;li&gt;Technology and Man&lt;/li&gt;
&lt;li&gt;Censorship on Twitter (and other social media)&lt;/li&gt;
&lt;li&gt;Unwanted diasporas and their effects on host societies&lt;/li&gt;
&lt;li&gt;Race and Culture&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some of these points could be condensed in a single post, but I&amp;rsquo;ll know when I get there. Again, it&amp;rsquo;s been a long time since I wrote anything here, and it&amp;rsquo;s been more than 10 years since I wrote anything serious to publish it on the internet. Anyways, it&amp;rsquo;s late, and I&amp;rsquo;m tired.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Wood</title>
<link>https://blog.cachapa.xyz/posts/wood/</link>
<pubDate>Fri, 24 Feb 2023 19:53:45 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/wood/</guid>
<description>One of my goals in life, if not only the goal, is to retire to a nice house in the countryside and spend my time growing things in my garden, cooking and eating delicious food, and engaging in vigorous lovemaking&amp;ndash; I mean, woodworking. Well, sex too, what kind of man wouldn&amp;rsquo;t want to spend his retiree years fucking beatiful women? Just kidding.
I truly love this kind of videos&amp;hellip;</description>
<content>&lt;p&gt;One of my goals in life, if not only &lt;strong&gt;the&lt;/strong&gt; goal, is to retire to a nice house in the countryside and spend my time growing things in my garden, cooking and eating delicious food, and engaging in vigorous lovemaking&amp;ndash; I mean, woodworking. Well, sex too, what kind of man wouldn&amp;rsquo;t want to spend his retiree years fucking beatiful women? Just kidding.&lt;/p&gt;
&lt;p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34; &gt;
&lt;iframe src=&#34;https://www.youtube.com/embed/P-ODWGUfBEM&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;Japanese Joinery - Kane Tsugi 面代留め差しほぞ接ぎ&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;em&gt;I truly love this kind of videos&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To be quite honest, I don&amp;rsquo;t have experience with woodworking at all. I&amp;rsquo;ve worked with electrical stuff and plumbing (mostly dealing with stuff where I live), but never done anything with wood. Now, you might ask &amp;ldquo;Why would you want to do woodworking when you know jackshit about it?&amp;rdquo;, and the answer is quite simple: I&amp;rsquo;d like to &lt;em&gt;build&lt;/em&gt;. Not &amp;ldquo;build&amp;rdquo; anything in particular, just &amp;ldquo;building&amp;rdquo;, as in doing, making. Creating something useful with my own hands and then enjoy the achievement derived from it.&lt;/p&gt;
&lt;p&gt;Anyways, that&amp;rsquo;s all I&amp;rsquo;ve wanted to talk about. Maybe I&amp;rsquo;ll write about something more elabore eventually. Who knows. I actually wrote this because I was watching a couple of videos and wondered how could I embed them in a Hugo template. Tried with Invidious but it&amp;rsquo;s a pain in the ass, so I went the easy route with Youtube.&lt;/p&gt;
&lt;p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34; &gt;
&lt;iframe src=&#34;https://www.youtube.com/embed/e1hMVlCMi1g&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;The Most Complex Japanese Joiner&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;em&gt;cum.png&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Paperwork</title>
<link>https://blog.cachapa.xyz/posts/paperwork/</link>
<pubDate>Tue, 07 Feb 2023 19:42:02 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/paperwork/</guid>
<description>As I mentioned in a previous post, I&amp;rsquo;m in the middle (kind of) of the process of moving to Europe. Well, actually I&amp;rsquo;m starting the process, since I finally got my renewed passport a couple of weeks ago and I could resume the paperwork to get the visa.
Once Upon A Time&amp;hellip; This is me right now, frfr
Long story short, last year, at the end of November, I got a relocation offer from a tech company, that seemed kinda suspicious at first, but after several interviews and tech assessments, I found out they are actually quite serious about hiring me.</description>
<content>&lt;p&gt;As I mentioned in a
&lt;a href=&#34;https://blog.cachapa.xyz/posts/last-day-of-freedom/#the-good-the-bad-and-the-ugly&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;previous post&lt;/a&gt;, I&amp;rsquo;m in the middle (kind of) of the process of moving to Europe. Well, actually I&amp;rsquo;m starting the process, since I finally got my renewed passport a couple of weeks ago and I could resume the paperwork to get the visa.&lt;/p&gt;
&lt;h2 id=&#34;once-upon-a-time&#34;&gt;Once Upon A Time&amp;hellip;&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/bocchi-president.jpg&#34; alt=&#34;This is me fr&#34;&gt;
&lt;em&gt;This is me right now, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Long story short, last year, at the end of November, I got a relocation offer from a tech company, that seemed kinda suspicious at first, but after several interviews and tech assessments, I found out they are actually quite &lt;strong&gt;serious&lt;/strong&gt; about hiring me. The financial offer was nothing out of this world, to be quite honest, but given the generous benefits they offer and the fact that they&amp;rsquo;ll cover pretty much all expenses of the relocation, I couldn&amp;rsquo;t refuse.&lt;/p&gt;
&lt;p&gt;There were also other factors that made me accept the offer, like the opportunity to live in a relatively stable country (Portugal in this case), the ability to travel relatively freely in Europe and the prospect of finally settling down on my own and hopefully meet the right woman for me were relevant, but the one reason that made to hastily accept it was personal safety.&lt;/p&gt;
&lt;h2 id=&#34;-in-not-roanapur&#34;&gt;&amp;hellip; In (Not) Roanapur&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/hello-and-goodbye.png&#34; alt=&#34;:(&#34;&gt;
&lt;em&gt;This was me, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To be really brief, last October, 3 heavily armed men broke into my apartment at 2AM -presummably to steal-, held my mother at gunpoint and when I tried to get up to see what was happening, 2 of them held me down and started bashing my head with their gun butts. I don&amp;rsquo;t know how the hell I managed to break free, but after struggling and letting out a scream they got the fuck out and fled. Obviously, police then came, then I went to the hospital, blah blah blah, lorem ipsum, yadda yadda yadda, etc, etc, etc. You know what happens in these cases.&lt;/p&gt;
&lt;p&gt;After that incident I had to go to the neurologist because my left hand ended up being affected, and after getting a MR scan I found out I had an epidural edema due a (quite inconspicuous) skull fracture. The doctor told me I was really lucky since it wasn&amp;rsquo;t that big and I didn&amp;rsquo;t lose consciousness, but it was big enough to fuck up my hand, so he ended up prescribing some medication and 2 months of absolute rest.&lt;/p&gt;
&lt;h2 id=&#34;the-long-and-winding-road&#34;&gt;The Long And Winding Road&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/couldve-been-me.jpg&#34; alt=&#34;Le Coma&#34;&gt;
&lt;em&gt;This could&amp;rsquo;ve been me, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Adding to the fact that some assholes left me basically useless for months, there was a more pressing issue: by the time the incident happened I was practically unemployed, and the whole situation left me stark broke, to the point I had to ask a friend to lend me some money while I was recovering AND looking for a new job. Trust me when I say, getting fired almost near the ending of the year AND getting wrecked by some burglars is the worst thing that can happen to anyone.&lt;/p&gt;
&lt;p&gt;So, to deal with this situation, I had to apply to any remote jobs I could find on LinkedIn, and while I had dozens of interviews, most of them didn&amp;rsquo;t get anywhere. Like, most of them would never get past the technical interviews, and the ones that did and sent me good news, had to backtrack and say the company had a change of plans or had to revise budget. And this went on for months until like 3 weeks ago where I finally got a solid offer and - again - accepted hastily&amp;hellip; because I literally need the money.&lt;/p&gt;
&lt;h2 id=&#34;peace---a-theme&#34;&gt;Peace - A Theme&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/bocchi-crimson.jpg&#34; alt=&#34;Lovely Moonchild&amp;hellip;&#34;&gt;
&lt;em&gt;Confusion will be my Epitaph&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;And those of you who have managed to stay this far reading my crappy post might be wondering, if I accepted a relocation offer, why did I accept another offer? Simple: the relocation offer is for &lt;strong&gt;moving&lt;/strong&gt; to another country and work there, but right now, with debts piling up and no money, I need a job. Good thing I&amp;rsquo;m a developer and can work remote so, while I deal with the paperwork to get the fuq out of this hell, I can save money for the plane ticket and other stuff I need to do.&lt;/p&gt;
&lt;p&gt;This doesn&amp;rsquo;t mean my life is getting back on track and things will go smoothly from now on. Today I received the list of documents I need to get in order to apply for the visa, but half of them are basically cockblocked by me not having money&amp;hellip; and getting paid this month doesn&amp;rsquo;t guarantee anything, because I need to renew my card, but in order to do that I need a certain amount of money in my account, which I don&amp;rsquo;t have&amp;hellip; so everything is getting pushed back at least 2 months.&lt;/p&gt;
&lt;p&gt;Anyways, I&amp;rsquo;m running out of steam. Maybe I&amp;rsquo;ll talk a bit more about all this process in another post, and maybe I&amp;rsquo;ll elaborate more on how my injuries have evolved and how my life has changed (spoiler alert: I&amp;rsquo;m still unable to jerk off).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>EOD</title>
<link>https://blog.cachapa.xyz/posts/eod/</link>
<pubDate>Fri, 03 Feb 2023 16:44:51 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/eod/</guid>
<description>Today&amp;rsquo;s News So, another day reaches its end. While I started at a new company on Wednesday, it wasn&amp;rsquo;t until this morning that I finally could talk with someone of relevance (in this case, the actual mobile tech lead). It seems that the onboarding time for new devs it&amp;rsquo;s a bit longer, more so around this time of the year, mainly because projects are being delivered and new clients are getting onboard.</description>
<content>&lt;h2 id=&#34;todays-news&#34;&gt;Today&amp;rsquo;s News&lt;/h2&gt;
&lt;p&gt;So, another day reaches its end. While I started at a new company on Wednesday, it wasn&amp;rsquo;t until this morning that I finally could talk with someone of relevance (in this case, the actual mobile tech lead). It seems that the onboarding time for new devs it&amp;rsquo;s a bit longer, more so around this time of the year, mainly because projects are being delivered and new clients are getting onboard. Also, it&amp;rsquo;s holiday season down in the Southern Hemisphere, so I guess it&amp;rsquo;ll kinda chill, at least for a while.&lt;/p&gt;
&lt;h2 id=&#34;coding-and-wotnot&#34;&gt;Coding and wotnot&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/programming-anime-girl.jpg&#34; alt=&#34;My dream setup&amp;hellip;&#34;&gt;
&lt;em&gt;I wish I had a setup like that&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Yesterday I finally managed to set up a
&lt;a href=&#34;https://moar.cachapa.xyz/@RyuukoBot&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;bot&lt;/a&gt; for my Misskey instance, and today I spent pretty much all day fine tuning it and setting up
&lt;a href=&#34;https://moar.cachapa.xyz/@AstolfoBot&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;yet another one&lt;/a&gt;. It was an interesting experience, since the script is written in Python, but is far simpler than the one I used for my Pleroma bots, which gave me an opportunity to get more used to the language.&lt;/p&gt;
&lt;p&gt;Now, my interest in Python isn&amp;rsquo;t limited to image bots for fedi instances. I&amp;rsquo;ve been toying with the idea of developing &lt;del&gt;yet another&lt;/del&gt; my own ActivityPub compatible backend, and for the longest time I was considering Kotlin as my main programming language, with Ktor as deelopment framework. The reason? Well, I&amp;rsquo;m a native Android dev, and I mainly use Kotlin, so I thought it&amp;rsquo;d be a good idea.&lt;/p&gt;
&lt;h2 id=&#34;the-five-stages-of-whachamacallit&#34;&gt;The Five Stages of Whachamacallit&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/uzaki-unamused.png&#34; alt=&#34;Chopsticks are hard to use, indeed.&#34;&gt;
&lt;em&gt;Yeah, right.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thing is, after reading forums and comments and wotnot, Ktor started to lose that appeal. And while I really like it, and Kotlin too, they don&amp;rsquo;t quite fulfill my criteria for this endeavor. Things like the ability to execute user-written scripts during runtime or ease of deployment are non-negotiable for me, and neither Kotlin nor Ktor are able to deliver that.&lt;/p&gt;
&lt;p&gt;So, my options for programming languages were basically killed because, other than Kotlin, I&amp;rsquo;ve only worked with Java, C# and PHP. The first two are automatically discarded because they&amp;rsquo;re inherently similar to Kotlin regarding my criteria, which leaves me only with PHP&amp;hellip; which I don&amp;rsquo;t hate, but I most definitely don&amp;rsquo;t like.&lt;/p&gt;
&lt;h2 id=&#34;the-list&#34;&gt;The List&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/not-a-boomer-but-almost.jpg&#34; alt=&#34;Beep Boop&#34;&gt;
&lt;em&gt;Ngl, this would be me if I were a teacher&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thus, my search for another programming language started. I initially considered going the soydev way with TypeScript or some shit like that, but that&amp;rsquo;d be really masochistic on my side. I know JavaScript but I hate webdev shit (which is one of the reasons I moved to Android). Then I started checking other projects to see what they languages they&amp;rsquo;re written in.&lt;/p&gt;
&lt;p&gt;Elixir? Too esoteric for me, everything looks like a clusterfuck.&lt;br&gt;
Go? It&amp;rsquo;s nice and fast, but too C-ish for me (can&amp;rsquo;t undo the OOP damage).&lt;br&gt;
Rust? Too &amp;ldquo;political&amp;rdquo; and the learning curve is way too steep.&lt;br&gt;
Ruby? I&amp;rsquo;m not a manchild with diaper fetish, so, no.&lt;br&gt;
Python? I think it&amp;rsquo;d be a good option.&lt;/p&gt;
&lt;h2 id=&#34;tldr&#34;&gt;tl;dr&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/wowee-old-school-gayming.jpg&#34; alt=&#34;Oops!&#34;&gt;
&lt;em&gt;Did you know that Kobayashi is actually a developer and uses Python?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So, yeah, short answer to the question no one asked: I&amp;rsquo;ll use Python for this project. I know jackshit about it besides the little tinkering I&amp;rsquo;ve done to my bots&#39; code, but out of all the options I&amp;rsquo;ve considered, is the &lt;em&gt;sanest&lt;/em&gt; one, in my opinion. Time will tell if it was a good option or if I should just walk the plank in the end.&lt;/p&gt;
&lt;p&gt;Anyways, that&amp;rsquo;s all.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Last Day of Freedom</title>
<link>https://blog.cachapa.xyz/posts/last-day-of-freedom/</link>
<pubDate>Tue, 31 Jan 2023 16:52:19 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/last-day-of-freedom/</guid>
<description>Back to being &amp;ldquo;employed&amp;rdquo;. I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot.</description>
<content>&lt;h2 id=&#34;back-to-being-employed&#34;&gt;Back to being &amp;ldquo;employed&amp;rdquo;.&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot. Like, I know most sysadmins don&amp;rsquo;t read logs, but browsing on 3 different fedi instances at the time can use a &lt;em&gt;bit&lt;/em&gt; of bandwith.&lt;/p&gt;
&lt;h2 id=&#34;the-good-the-bad-and-the-ugly&#34;&gt;The Good, The Bad and The Ugly.&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/the-good-the-bad-and-the-ugly-post.jpg&#34; alt=&#34;I fucking love this movie&#34;&gt;&lt;em&gt;I fucking love this movie.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Like most life events, getting hired again comes with good, bad and ugly things.&lt;/p&gt;
&lt;p&gt;The Good is that, while the contract renews on a yearly basis, I can quit at any time without penalties. Aaaaand it has a non-exclusivity clause, so I can take a side-gig to make more munnies (if I have time, that is).&lt;/p&gt;
&lt;p&gt;The Bad is that now I have to deal with a lot of unfinished/ongoing recruiting processes, so that&amp;rsquo;ll be quite uncomfortable (joke&amp;rsquo;s on them, they&amp;rsquo;re too damn slow, it&amp;rsquo;s almost as if they don&amp;rsquo;t want to hire people or want to hire a cheaper pajeet or nigger).&lt;/p&gt;
&lt;p&gt;The Ugly is that I&amp;rsquo;ll probably have to quit sooner than expected (I initially gave it like 4 months), but since my migration process is speeding up (luckily), it could be 2-3 months tops before crossing the pond (I&amp;rsquo;m moving to Europe, btw, will write about that later)&amp;hellip; Which will suck in my résumé. Not that I should care, it&amp;rsquo;s a reloc process, I&amp;rsquo;ll end up working almost immediately after arriving.&lt;/p&gt;
&lt;h2 id=&#34;rant&#34;&gt;rant()&lt;/h2&gt;
&lt;p&gt;So, here&amp;rsquo;s today&amp;rsquo;s rant: a few days ago I listed my PS3 for sale (like, I&amp;rsquo;m in dire need of money, only a couple of hundred bucks left in my account and almost 3 grand in debts), and some random guy on the page I published the ad tried to buy it, but he looked iffy as fuck. Anyways, I agreed to sell and then he send me his address to send him the PS3 and told me he paid through the page&amp;hellip; which is bullshit, that site deactivated the integrated payment years ago. I immediately blocked him on WhatsApp, and reported his account to the site&amp;rsquo;s personnel, who ended up banning him.&lt;/p&gt;
&lt;p&gt;Good thing I didn&amp;rsquo;t fall for that shit. Guess I better keep my console for when I move out.&lt;/p&gt;
&lt;h2 id=&#34;thats-all&#34;&gt;That&amp;rsquo;s all!&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/swimsuit_shork_gurl.jpg&#34; alt=&#34;I wanna wreck her uoooooh!&#34;&gt;
&lt;em&gt;Here, some cunny to end this post ;)&lt;/em&gt;&lt;/p&gt;
</content>
</item>
<item>
<title>Hello World!</title>
<link>https://blog.cachapa.xyz/posts/hello/</link>
<pubDate>Mon, 30 Jan 2023 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/posts/hello/</guid>
<description>Yeah, I made a blog. Guess I&amp;rsquo;ll start writing more frequently and wotnot, mainly about personal projects and random stuff. And&amp;hellip; that&amp;rsquo;s it!</description>
<content>&lt;p&gt;Yeah, I made a blog. Guess I&amp;rsquo;ll start writing more frequently and wotnot, mainly about personal projects and random stuff. And&amp;hellip; that&amp;rsquo;s it!&lt;/p&gt;
</content>
</item>
</channel>
</rss>

View file

@ -0,0 +1,246 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Last Day of Freedom :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="*No, I&#39;m not going to jail or getting married or something like that, lmao.*" />
<meta name="keywords" content=", " />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/posts/last-day-of-freedom/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Last Day of Freedom">
<meta property="og:description" content="*No, I&#39;m not going to jail or getting married or something like that, lmao.*" />
<meta property="og:url" content="https://blog.cachapa.xyz/posts/last-day-of-freedom/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/freedom_is_dead.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<meta property="article:published_time" content="2023-01-31 16:52:19 -0400 -04" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<article class="post">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/last-day-of-freedom/">Last Day of Freedom</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-01-31 ::
</time>
<span class="post-author">Captain Arepa</span>
<span class="post-reading-time">:: 3 min read (437 words)</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/work/">work</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/freedom_is_dead.jpg"
class="post-cover"
alt="Last Day of Freedom"
title="Cover Image" />
<div class="post-content"><div>
<h2 id="back-to-being-employed">Back to being &ldquo;employed&rdquo;.<a href="#back-to-being-employed" class="hanchor" ariaLabel="Anchor">&#8983;</a> </h2>
<p>I&rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&rsquo;s a freelance/contractor position). My only concern so far is whether I&rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&rsquo;s git instance and Jenkins and wotnot. Like, I know most sysadmins don&rsquo;t read logs, but browsing on 3 different fedi instances at the time can use a <em>bit</em> of bandwith.</p>
<h2 id="the-good-the-bad-and-the-ugly">The Good, The Bad and The Ugly.<a href="#the-good-the-bad-and-the-ugly" class="hanchor" ariaLabel="Anchor">&#8983;</a> </h2>
<p><img src="/img/the-good-the-bad-and-the-ugly-post.jpg" alt="I fucking love this movie"><em>I fucking love this movie.</em></p>
<p>Like most life events, getting hired again comes with good, bad and ugly things.</p>
<p>The Good is that, while the contract renews on a yearly basis, I can quit at any time without penalties. Aaaaand it has a non-exclusivity clause, so I can take a side-gig to make more munnies (if I have time, that is).</p>
<p>The Bad is that now I have to deal with a lot of unfinished/ongoing recruiting processes, so that&rsquo;ll be quite uncomfortable (joke&rsquo;s on them, they&rsquo;re too damn slow, it&rsquo;s almost as if they don&rsquo;t want to hire people or want to hire a cheaper pajeet or nigger).</p>
<p>The Ugly is that I&rsquo;ll probably have to quit sooner than expected (I initially gave it like 4 months), but since my migration process is speeding up (luckily), it could be 2-3 months tops before crossing the pond (I&rsquo;m moving to Europe, btw, will write about that later)&hellip; Which will suck in my résumé. Not that I should care, it&rsquo;s a reloc process, I&rsquo;ll end up working almost immediately after arriving.</p>
<h2 id="rant">rant()<a href="#rant" class="hanchor" ariaLabel="Anchor">&#8983;</a> </h2>
<p>So, here&rsquo;s today&rsquo;s rant: a few days ago I listed my PS3 for sale (like, I&rsquo;m in dire need of money, only a couple of hundred bucks left in my account and almost 3 grand in debts), and some random guy on the page I published the ad tried to buy it, but he looked iffy as fuck. Anyways, I agreed to sell and then he send me his address to send him the PS3 and told me he paid through the page&hellip; which is bullshit, that site deactivated the integrated payment years ago. I immediately blocked him on WhatsApp, and reported his account to the site&rsquo;s personnel, who ended up banning him.</p>
<p>Good thing I didn&rsquo;t fall for that shit. Guess I better keep my console for when I move out.</p>
<h2 id="thats-all">That&rsquo;s all!<a href="#thats-all" class="hanchor" ariaLabel="Anchor">&#8983;</a> </h2>
<p><img src="/img/swimsuit_shork_gurl.jpg" alt="I wanna wreck her uoooooh!">
<em>Here, some cunny to end this post ;)</em></p>
</div></div>
<div class="pagination">
<div class="pagination__title">
<span class="pagination__title-h">Read other posts</span>
<hr />
</div>
<div class="pagination__buttons">
<span class="button previous">
<a href="https://blog.cachapa.xyz/posts/eod/">
<span class="button__icon"></span>
<span class="button__text">EOD</span>
</a>
</span>
<span class="button next">
<a href="https://blog.cachapa.xyz/posts/hello/">
<span class="button__text">Hello World!</span>
<span class="button__icon"></span>
</a>
</span>
</div>
</div>
</article>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://blog.cachapa.xyz/posts/</title><link rel="canonical" href="https://blog.cachapa.xyz/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://blog.cachapa.xyz/posts/" /></head></html>

160
public/series/index.html Normal file
View file

@ -0,0 +1,160 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Series :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/series/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Series">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/series/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/series/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="terms">
<h1>Series</h1>
<ul>
</ul>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

11
public/series/index.xml Normal file
View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Series on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/series/</link>
<description>Recent content in Series on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright><atom:link href="https://blog.cachapa.xyz/series/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

255
public/showcase/index.html Normal file
View file

@ -0,0 +1,255 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Showcase :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Header 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. Donec quis dolor nec nunc mollis interdum vel in purus. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam." />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/showcase/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Showcase">
<meta property="og:description" content="Header 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. Donec quis dolor nec nunc mollis interdum vel in purus. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam." />
<meta property="og:url" content="https://blog.cachapa.xyz/showcase/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<meta property="article:published_time" content="2018-07-18 00:00:00 &#43;0000 UTC" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<article class="post">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/showcase/">Showcase</a>
</h1>
<div class="post-meta">
<time class="post-date">
2018-07-18 ::
</time>
<span class="post-author">Hello Robot</span>
</div>
<div class="post-content"><div>
<h2 id="header-2">Header 2<a href="#header-2" class="hanchor" ariaLabel="Anchor">&#8983;</a> </h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. <strong>Donec quis dolor nec nunc mollis interdum vel in purus</strong>. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam.</p>
<blockquote>
<p>Fusce pharetra suscipit orci nec tempor. Quisque vitae sem sit amet sem mollis consequat. Sed at imperdiet lorem. Vestibulum pharetra faucibus odio, ac feugiat tellus sollicitudin at. Pellentesque varius tristique mi imperdiet dapibus. Duis orci odio, sodales lacinia venenatis sit amet, feugiat et diam.</p>
</blockquote>
<h3 id="header-3">Header 3<a href="#header-3" class="hanchor" ariaLabel="Anchor">&#8983;</a> </h3>
<p>Nulla libero turpis, lacinia vitae cursus ut, auctor dictum nisl. Fusce varius felis nec sem ullamcorper, at convallis nisi vestibulum. Duis risus odio, porta sit amet placerat mollis, tincidunt non mauris. Suspendisse fringilla, <code>odio a dignissim pharetra</code>, est urna sollicitudin urna, eu scelerisque magna ex vitae tellus.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-css" data-lang="css"><span style="color:#75715e">/* PostCSS code */</span>
<span style="color:#f92672">pre</span> {
<span style="color:#66d9ef">background</span>: <span style="color:#ae81ff">#1a1a1d</span>;
<span style="color:#66d9ef">padding</span>: <span style="color:#ae81ff">20</span><span style="color:#66d9ef">px</span>;
<span style="color:#66d9ef">border-radius</span>: <span style="color:#ae81ff">8</span><span style="color:#66d9ef">px</span>;
<span style="color:#66d9ef">font-size</span>: <span style="color:#ae81ff">1</span><span style="color:#66d9ef">rem</span>;
<span style="color:#66d9ef">overflow</span>: <span style="color:#66d9ef">auto</span>;
<span style="color:#960050;background-color:#1e0010">@media</span> <span style="color:#960050;background-color:#1e0010">(--phone)</span> <span style="color:#960050;background-color:#1e0010">{</span>
<span style="color:#66d9ef">white-space</span>: <span style="color:#66d9ef">pre-wrap</span>;
<span style="color:#66d9ef">word-wrap</span>: <span style="color:#66d9ef">break-word</span>;
}
<span style="color:#f92672">code</span> {
<span style="color:#66d9ef">background</span>: <span style="color:#66d9ef">none</span> <span style="color:#75715e">!important</span>;
<span style="color:#66d9ef">color</span>: <span style="color:#ae81ff">#ccc</span>;
<span style="color:#66d9ef">padding</span>: <span style="color:#ae81ff">0</span>;
<span style="color:#66d9ef">font-size</span>: <span style="color:#66d9ef">inherit</span>;
}
<span style="color:#960050;background-color:#1e0010">}</span>
</code></pre></div><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-js" data-lang="js"><span style="color:#75715e">// JS code
</span><span style="color:#75715e"></span>
<span style="color:#66d9ef">const</span> <span style="color:#a6e22e">menuTrigger</span> <span style="color:#f92672">=</span> document.<span style="color:#a6e22e">querySelector</span>(<span style="color:#e6db74">&#39;.menu-trigger&#39;</span>)
<span style="color:#66d9ef">const</span> <span style="color:#a6e22e">menu</span> <span style="color:#f92672">=</span> document.<span style="color:#a6e22e">querySelector</span>(<span style="color:#e6db74">&#39;.menu&#39;</span>)
<span style="color:#66d9ef">const</span> <span style="color:#a6e22e">mobileQuery</span> <span style="color:#f92672">=</span> <span style="color:#a6e22e">getComputedStyle</span>(document.<span style="color:#a6e22e">body</span>).<span style="color:#a6e22e">getPropertyValue</span>(<span style="color:#e6db74">&#39;--phoneWidth&#39;</span>)
<span style="color:#66d9ef">const</span> <span style="color:#a6e22e">isMobile</span> <span style="color:#f92672">=</span> () =&gt; window.<span style="color:#a6e22e">matchMedia</span>(<span style="color:#a6e22e">mobileQuery</span>).<span style="color:#a6e22e">matches</span>
<span style="color:#66d9ef">const</span> <span style="color:#a6e22e">isMobileMenu</span> <span style="color:#f92672">=</span> () =&gt; {
<span style="color:#a6e22e">menuTrigger</span>.<span style="color:#a6e22e">classList</span>.<span style="color:#a6e22e">toggle</span>(<span style="color:#e6db74">&#39;hidden&#39;</span>, <span style="color:#f92672">!</span><span style="color:#a6e22e">isMobile</span>())
<span style="color:#a6e22e">menu</span>.<span style="color:#a6e22e">classList</span>.<span style="color:#a6e22e">toggle</span>(<span style="color:#e6db74">&#39;hidden&#39;</span>, <span style="color:#a6e22e">isMobile</span>())
}
<span style="color:#a6e22e">isMobileMenu</span>()
<span style="color:#a6e22e">menuTrigger</span>.<span style="color:#a6e22e">addEventListener</span>(<span style="color:#e6db74">&#39;click&#39;</span>, () =&gt; <span style="color:#a6e22e">menu</span>.<span style="color:#a6e22e">classList</span>.<span style="color:#a6e22e">toggle</span>(<span style="color:#e6db74">&#39;hidden&#39;</span>))
window.<span style="color:#a6e22e">addEventListener</span>(<span style="color:#e6db74">&#39;resize&#39;</span>, <span style="color:#a6e22e">isMobileMenu</span>)
</code></pre></div><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-html" data-lang="html"><span style="color:#75715e">&lt;!-- HTML code --&gt;</span>
&lt;<span style="color:#f92672">section</span> <span style="color:#a6e22e">id</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;main&#34;</span>&gt;
&lt;<span style="color:#f92672">div</span>&gt;
&lt;<span style="color:#f92672">h1</span> <span style="color:#a6e22e">id</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;title&#34;</span>&gt;{{ .Title }}&lt;/<span style="color:#f92672">h1</span>&gt;
{{ range .Pages }}
{{ .Render &#34;summary&#34;}}
{{ end }}
&lt;/<span style="color:#f92672">div</span>&gt;
&lt;/<span style="color:#f92672">section</span>&gt;
</code></pre></div><h4 id="header-4">Header 4<a href="#header-4" class="hanchor" ariaLabel="Anchor">&#8983;</a> </h4>
<p>Curabitur scelerisque felis viverra varius scelerisque. Ut enim libero, molestie gravida blandit at, mollis ornare tellus. Cras arcu mi, ultrices vel pulvinar vel, volutpat eu tortor. Nullam nec eros quis massa ultrices iaculis sed in metus. Praesent sollicitudin sem sit amet orci tempor gravida.</p>
<ul>
<li>Maecenas elementum vitae nibh vitae porttitor.</li>
<li>Aenean consequat, risus ut cursus placerat, arcu nulla sodales risus, ut molestie tellus tellus et dui.</li>
<li>Integer imperdiet turpis vitae lacus imperdiet, ut ornare ligula auctor. Integer in mi eu velit vehicula suscipit eget vulputate nulla.</li>
<li>Etiam vitae enim quis velit lobortis placerat a ut sem.
<ul>
<li>Curabitur lobortis ante sit amet orci pulvinar, sollicitudin viverra nunc accumsan.</li>
<li>Praesent fermentum orci quis leo facilisis posuere.</li>
</ul>
</li>
</ul>
<p>Aliquam erat volutpat. In hac habitasse platea dictumst. Nunc ut tincidunt mauris. Sed at gravida risus, id semper magna. Nullam vitae enim mattis, sodales neque non, pharetra elit. Cras sit amet sagittis augue, et finibus turpis. Ut tempus tincidunt diam vel pharetra. Nulla porttitor odio sit amet nulla scelerisque, quis aliquam mi imperdiet. Sed tincidunt dui vel tellus vestibulum rhoncus. Donec tempus ultrices velit.</p>
</div></div>
</article>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

80
public/sitemap.xml Normal file
View file

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://blog.cachapa.xyz/</loc>
<lastmod>2023-07-22T20:58:21-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/laziness/</loc>
<lastmod>2023-07-22T20:58:21-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/life/</loc>
<lastmod>2023-07-22T20:58:21-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/posts/</loc>
<lastmod>2023-07-22T20:58:21-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/rant/</loc>
<lastmod>2023-07-22T20:58:21-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/posts/re-start/</loc>
<lastmod>2023-07-22T20:58:21-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/</loc>
<lastmod>2023-07-22T20:58:21-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/update/</loc>
<lastmod>2023-07-22T20:58:21-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/random/</loc>
<lastmod>2023-02-24T19:53:45-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/video/</loc>
<lastmod>2023-02-24T19:53:45-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/posts/wood/</loc>
<lastmod>2023-02-24T19:53:45-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/posts/paperwork/</loc>
<lastmod>2023-02-07T19:42:02-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/stream-of-consciousness/</loc>
<lastmod>2023-02-07T19:42:02-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/coding/</loc>
<lastmod>2023-02-03T16:44:51-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/posts/eod/</loc>
<lastmod>2023-02-03T16:44:51-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/work/</loc>
<lastmod>2023-02-03T16:44:51-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/posts/last-day-of-freedom/</loc>
<lastmod>2023-01-31T16:52:19-04:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/categories/</loc>
<lastmod>2023-01-30T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/posts/hello/</loc>
<lastmod>2023-01-30T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/intro/</loc>
<lastmod>2023-01-30T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/categories/posts/</loc>
<lastmod>2023-01-30T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/tags/stuff/</loc>
<lastmod>2023-01-30T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/showcase/</loc>
<lastmod>2018-07-18T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.cachapa.xyz/about/</loc>
</url><url>
<loc>https://blog.cachapa.xyz/categories/about/</loc>
</url><url>
<loc>https://blog.cachapa.xyz/series/</loc>
</url>
</urlset>

3
public/styles.css Normal file

File diff suppressed because one or more lines are too long

45
public/styles.css.map Normal file

File diff suppressed because one or more lines are too long

248
public/tags/index.html Normal file
View file

@ -0,0 +1,248 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tags :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/tags/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Tags">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/tags/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/tags/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="terms">
<h1>Tags</h1>
<ul>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/tags/coding/">coding (1)</a>
</li>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/tags/intro/">intro (1)</a>
</li>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/tags/laziness/">laziness (1)</a>
</li>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/tags/life/">life (5)</a>
</li>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/tags/random/">random (3)</a>
</li>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/tags/rant/">rant (3)</a>
</li>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/tags/stream-of-consciousness/">stream of consciousness (1)</a>
</li>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/tags/stuff/">stuff (1)</a>
</li>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/tags/update/">update (1)</a>
</li>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/tags/video/">video (1)</a>
</li>
<li>
<a class="terms-title" href="https://blog.cachapa.xyz/tags/work/">work (2)</a>
</li>
</ul>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

122
public/tags/index.xml Normal file
View file

@ -0,0 +1,122 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/tags/</link>
<description>Recent content in Tags on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright>
<lastBuildDate>Sat, 22 Jul 2023 20:58:21 -0400</lastBuildDate><atom:link href="https://blog.cachapa.xyz/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>laziness</title>
<link>https://blog.cachapa.xyz/tags/laziness/</link>
<pubDate>Sat, 22 Jul 2023 20:58:21 -0400</pubDate>
<guid>https://blog.cachapa.xyz/tags/laziness/</guid>
<description></description>
<content></content>
</item>
<item>
<title>life</title>
<link>https://blog.cachapa.xyz/tags/life/</link>
<pubDate>Sat, 22 Jul 2023 20:58:21 -0400</pubDate>
<guid>https://blog.cachapa.xyz/tags/life/</guid>
<description></description>
<content></content>
</item>
<item>
<title>rant</title>
<link>https://blog.cachapa.xyz/tags/rant/</link>
<pubDate>Sat, 22 Jul 2023 20:58:21 -0400</pubDate>
<guid>https://blog.cachapa.xyz/tags/rant/</guid>
<description></description>
<content></content>
</item>
<item>
<title>update</title>
<link>https://blog.cachapa.xyz/tags/update/</link>
<pubDate>Sat, 22 Jul 2023 20:58:21 -0400</pubDate>
<guid>https://blog.cachapa.xyz/tags/update/</guid>
<description></description>
<content></content>
</item>
<item>
<title>random</title>
<link>https://blog.cachapa.xyz/tags/random/</link>
<pubDate>Fri, 24 Feb 2023 19:53:45 -0400</pubDate>
<guid>https://blog.cachapa.xyz/tags/random/</guid>
<description></description>
<content></content>
</item>
<item>
<title>video</title>
<link>https://blog.cachapa.xyz/tags/video/</link>
<pubDate>Fri, 24 Feb 2023 19:53:45 -0400</pubDate>
<guid>https://blog.cachapa.xyz/tags/video/</guid>
<description></description>
<content></content>
</item>
<item>
<title>stream of consciousness</title>
<link>https://blog.cachapa.xyz/tags/stream-of-consciousness/</link>
<pubDate>Tue, 07 Feb 2023 19:42:02 -0400</pubDate>
<guid>https://blog.cachapa.xyz/tags/stream-of-consciousness/</guid>
<description></description>
<content></content>
</item>
<item>
<title>coding</title>
<link>https://blog.cachapa.xyz/tags/coding/</link>
<pubDate>Fri, 03 Feb 2023 16:44:51 -0400</pubDate>
<guid>https://blog.cachapa.xyz/tags/coding/</guid>
<description></description>
<content></content>
</item>
<item>
<title>work</title>
<link>https://blog.cachapa.xyz/tags/work/</link>
<pubDate>Fri, 03 Feb 2023 16:44:51 -0400</pubDate>
<guid>https://blog.cachapa.xyz/tags/work/</guid>
<description></description>
<content></content>
</item>
<item>
<title>intro</title>
<link>https://blog.cachapa.xyz/tags/intro/</link>
<pubDate>Mon, 30 Jan 2023 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/tags/intro/</guid>
<description></description>
<content></content>
</item>
<item>
<title>stuff</title>
<link>https://blog.cachapa.xyz/tags/stuff/</link>
<pubDate>Mon, 30 Jan 2023 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/tags/stuff/</guid>
<description></description>
<content></content>
</item>
</channel>
</rss>

View file

@ -0,0 +1,212 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>intro :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/tags/intro/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="intro">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/tags/intro/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/tags/intro/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/hello/">Hello World!</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-01-30 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/intro/">intro</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/stuff/">stuff</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/cover.jpg"
class="post-cover"
alt="Hello World!"
title="Cover Image" />
<div class="post-content">
<p><em>So yeah, thought ya, might like to go to the show&hellip;</em> 𝅘𝅥𝅮</p>
<p>Open up! There&rsquo;s stuff written in here!</p>
</div>
<div>
<a class="read-more button" href="/posts/hello/">Read more →</a>
</div>
</article>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>intro on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/tags/intro/</link>
<description>Recent content in intro on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright>
<lastBuildDate>Mon, 30 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.cachapa.xyz/tags/intro/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World!</title>
<link>https://blog.cachapa.xyz/posts/hello/</link>
<pubDate>Mon, 30 Jan 2023 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/posts/hello/</guid>
<description>Yeah, I made a blog. Guess I&amp;rsquo;ll start writing more frequently and wotnot, mainly about personal projects and random stuff. And&amp;hellip; that&amp;rsquo;s it!</description>
<content>&lt;p&gt;Yeah, I made a blog. Guess I&amp;rsquo;ll start writing more frequently and wotnot, mainly about personal projects and random stuff. And&amp;hellip; that&amp;rsquo;s it!&lt;/p&gt;
</content>
</item>
</channel>
</rss>

View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://blog.cachapa.xyz/tags/intro/</title><link rel="canonical" href="https://blog.cachapa.xyz/tags/intro/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://blog.cachapa.xyz/tags/intro/" /></head></html>

362
public/tags/life/index.html Normal file
View file

@ -0,0 +1,362 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>life :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/tags/life/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="life">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/tags/life/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/tags/life/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/re-start/">Re-Start</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-07-22 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/update/">update</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/laziness/">laziness</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/nahida_reload.jpg"
class="post-cover"
alt="Re-Start"
title="Cover Image" />
<div class="post-content">
<em>It&rsquo;s been too long since I last wrote anything here. I think it&rsquo;s time to dust off a bit.</em>
</div>
<div>
<a class="read-more button" href="/posts/re-start/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/wood/">Wood</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-24 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/video/">video</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/tools-n-wood.jpg"
class="post-cover"
alt="Wood"
title="Cover Image" />
<div class="post-content">
<em>Don&rsquo;t you love the smell of wood? I do &lt;3</em>
</div>
<div>
<a class="read-more button" href="/posts/wood/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/paperwork/">Paperwork</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-07 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/stream-of-consciousness/">stream of consciousness</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/office-defeatism.jpg"
class="post-cover"
alt="Paperwork"
title="Cover Image" />
<div class="post-content">
<em>Yet another shitty post talking about my life and random nonsense that you shouldn&rsquo;t care about, but I still share anyways.</em>
</div>
<div>
<a class="read-more button" href="/posts/paperwork/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/eod/">EOD</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-03 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/work/">work</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/coding/">coding</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/iwannahakunathosetatas.jpg"
class="post-cover"
alt="EOD"
title="Cover Image" />
<div class="post-content">
<em>Just another day, another week that ends.</em>
</div>
<div>
<a class="read-more button" href="/posts/eod/">Read more →</a>
</div>
</article>
<div class="pagination">
<div class="pagination__buttons">
<a href="/tags/life/page/2/" class="button next">
<span class="button__text">Older posts</span>
<span class="button__icon"></span>
</a>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

169
public/tags/life/index.xml Normal file
View file

@ -0,0 +1,169 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>life on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/tags/life/</link>
<description>Recent content in life on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright>
<lastBuildDate>Sat, 22 Jul 2023 20:58:21 -0400</lastBuildDate><atom:link href="https://blog.cachapa.xyz/tags/life/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Re-Start</title>
<link>https://blog.cachapa.xyz/posts/re-start/</link>
<pubDate>Sat, 22 Jul 2023 20:58:21 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/re-start/</guid>
<description>I&amp;rsquo;ll be honest. I&amp;rsquo;ve been too damn lazy these past few weeks months. While I haven&amp;rsquo;t experienced anything worth of mentioning in my life outside the internet (other than going through the most painfully slow visa application process ever and not doing much at work), I&amp;rsquo;d say my online life have been&amp;hellip; equally boring. Yeah, my life is boring, and nothing exciting has happened.
Well, I got suspended (again) from Twitter.</description>
<content>&lt;p&gt;I&amp;rsquo;ll be honest. I&amp;rsquo;ve been too damn lazy these past few &lt;del&gt;weeks&lt;/del&gt; months. While I haven&amp;rsquo;t experienced anything worth of mentioning in my life outside the internet (other than going through the most painfully slow visa application process ever and not doing much at work), I&amp;rsquo;d say my online life have been&amp;hellip; equally boring. Yeah, my life is boring, and nothing exciting has happened.&lt;/p&gt;
&lt;p&gt;Well, I got suspended (again) from Twitter. Twice. In less than 3 days. First because I kept spamming the news about the Arab rapefugee going on a stabbing spree in the French Alps, articles and videos that Twitter kept censoring. Then, I got suspended again because I started bitching about being suspended and then linking everything to the J҉e҉w҉s҉, who are the usual suspects for whatever fucked up shit the world is currently going through.&lt;/p&gt;
&lt;p&gt;Anyways, this post is actually kind of an announcement. Since I&amp;rsquo;m having some &amp;ldquo;free&amp;rdquo; time, or rather, work is expected to be somewhat light in the coming days, I&amp;rsquo;m thinking of writing a series of opinion entries/essays of sorts regarding some issues and subjects that have arised frequently in my circle on Twatter, namely:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Issue of Lolicon&lt;/li&gt;
&lt;li&gt;Technology and Man&lt;/li&gt;
&lt;li&gt;Censorship on Twitter (and other social media)&lt;/li&gt;
&lt;li&gt;Unwanted diasporas and their effects on host societies&lt;/li&gt;
&lt;li&gt;Race and Culture&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some of these points could be condensed in a single post, but I&amp;rsquo;ll know when I get there. Again, it&amp;rsquo;s been a long time since I wrote anything here, and it&amp;rsquo;s been more than 10 years since I wrote anything serious to publish it on the internet. Anyways, it&amp;rsquo;s late, and I&amp;rsquo;m tired.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Wood</title>
<link>https://blog.cachapa.xyz/posts/wood/</link>
<pubDate>Fri, 24 Feb 2023 19:53:45 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/wood/</guid>
<description>One of my goals in life, if not only the goal, is to retire to a nice house in the countryside and spend my time growing things in my garden, cooking and eating delicious food, and engaging in vigorous lovemaking&amp;ndash; I mean, woodworking. Well, sex too, what kind of man wouldn&amp;rsquo;t want to spend his retiree years fucking beatiful women? Just kidding.
I truly love this kind of videos&amp;hellip;</description>
<content>&lt;p&gt;One of my goals in life, if not only &lt;strong&gt;the&lt;/strong&gt; goal, is to retire to a nice house in the countryside and spend my time growing things in my garden, cooking and eating delicious food, and engaging in vigorous lovemaking&amp;ndash; I mean, woodworking. Well, sex too, what kind of man wouldn&amp;rsquo;t want to spend his retiree years fucking beatiful women? Just kidding.&lt;/p&gt;
&lt;p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34; &gt;
&lt;iframe src=&#34;https://www.youtube.com/embed/P-ODWGUfBEM&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;Japanese Joinery - Kane Tsugi 面代留め差しほぞ接ぎ&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;em&gt;I truly love this kind of videos&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To be quite honest, I don&amp;rsquo;t have experience with woodworking at all. I&amp;rsquo;ve worked with electrical stuff and plumbing (mostly dealing with stuff where I live), but never done anything with wood. Now, you might ask &amp;ldquo;Why would you want to do woodworking when you know jackshit about it?&amp;rdquo;, and the answer is quite simple: I&amp;rsquo;d like to &lt;em&gt;build&lt;/em&gt;. Not &amp;ldquo;build&amp;rdquo; anything in particular, just &amp;ldquo;building&amp;rdquo;, as in doing, making. Creating something useful with my own hands and then enjoy the achievement derived from it.&lt;/p&gt;
&lt;p&gt;Anyways, that&amp;rsquo;s all I&amp;rsquo;ve wanted to talk about. Maybe I&amp;rsquo;ll write about something more elabore eventually. Who knows. I actually wrote this because I was watching a couple of videos and wondered how could I embed them in a Hugo template. Tried with Invidious but it&amp;rsquo;s a pain in the ass, so I went the easy route with Youtube.&lt;/p&gt;
&lt;p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34; &gt;
&lt;iframe src=&#34;https://www.youtube.com/embed/e1hMVlCMi1g&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;The Most Complex Japanese Joiner&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;em&gt;cum.png&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Paperwork</title>
<link>https://blog.cachapa.xyz/posts/paperwork/</link>
<pubDate>Tue, 07 Feb 2023 19:42:02 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/paperwork/</guid>
<description>As I mentioned in a previous post, I&amp;rsquo;m in the middle (kind of) of the process of moving to Europe. Well, actually I&amp;rsquo;m starting the process, since I finally got my renewed passport a couple of weeks ago and I could resume the paperwork to get the visa.
Once Upon A Time&amp;hellip; This is me right now, frfr
Long story short, last year, at the end of November, I got a relocation offer from a tech company, that seemed kinda suspicious at first, but after several interviews and tech assessments, I found out they are actually quite serious about hiring me.</description>
<content>&lt;p&gt;As I mentioned in a
&lt;a href=&#34;https://blog.cachapa.xyz/posts/last-day-of-freedom/#the-good-the-bad-and-the-ugly&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;previous post&lt;/a&gt;, I&amp;rsquo;m in the middle (kind of) of the process of moving to Europe. Well, actually I&amp;rsquo;m starting the process, since I finally got my renewed passport a couple of weeks ago and I could resume the paperwork to get the visa.&lt;/p&gt;
&lt;h2 id=&#34;once-upon-a-time&#34;&gt;Once Upon A Time&amp;hellip;&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/bocchi-president.jpg&#34; alt=&#34;This is me fr&#34;&gt;
&lt;em&gt;This is me right now, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Long story short, last year, at the end of November, I got a relocation offer from a tech company, that seemed kinda suspicious at first, but after several interviews and tech assessments, I found out they are actually quite &lt;strong&gt;serious&lt;/strong&gt; about hiring me. The financial offer was nothing out of this world, to be quite honest, but given the generous benefits they offer and the fact that they&amp;rsquo;ll cover pretty much all expenses of the relocation, I couldn&amp;rsquo;t refuse.&lt;/p&gt;
&lt;p&gt;There were also other factors that made me accept the offer, like the opportunity to live in a relatively stable country (Portugal in this case), the ability to travel relatively freely in Europe and the prospect of finally settling down on my own and hopefully meet the right woman for me were relevant, but the one reason that made to hastily accept it was personal safety.&lt;/p&gt;
&lt;h2 id=&#34;-in-not-roanapur&#34;&gt;&amp;hellip; In (Not) Roanapur&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/hello-and-goodbye.png&#34; alt=&#34;:(&#34;&gt;
&lt;em&gt;This was me, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To be really brief, last October, 3 heavily armed men broke into my apartment at 2AM -presummably to steal-, held my mother at gunpoint and when I tried to get up to see what was happening, 2 of them held me down and started bashing my head with their gun butts. I don&amp;rsquo;t know how the hell I managed to break free, but after struggling and letting out a scream they got the fuck out and fled. Obviously, police then came, then I went to the hospital, blah blah blah, lorem ipsum, yadda yadda yadda, etc, etc, etc. You know what happens in these cases.&lt;/p&gt;
&lt;p&gt;After that incident I had to go to the neurologist because my left hand ended up being affected, and after getting a MR scan I found out I had an epidural edema due a (quite inconspicuous) skull fracture. The doctor told me I was really lucky since it wasn&amp;rsquo;t that big and I didn&amp;rsquo;t lose consciousness, but it was big enough to fuck up my hand, so he ended up prescribing some medication and 2 months of absolute rest.&lt;/p&gt;
&lt;h2 id=&#34;the-long-and-winding-road&#34;&gt;The Long And Winding Road&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/couldve-been-me.jpg&#34; alt=&#34;Le Coma&#34;&gt;
&lt;em&gt;This could&amp;rsquo;ve been me, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Adding to the fact that some assholes left me basically useless for months, there was a more pressing issue: by the time the incident happened I was practically unemployed, and the whole situation left me stark broke, to the point I had to ask a friend to lend me some money while I was recovering AND looking for a new job. Trust me when I say, getting fired almost near the ending of the year AND getting wrecked by some burglars is the worst thing that can happen to anyone.&lt;/p&gt;
&lt;p&gt;So, to deal with this situation, I had to apply to any remote jobs I could find on LinkedIn, and while I had dozens of interviews, most of them didn&amp;rsquo;t get anywhere. Like, most of them would never get past the technical interviews, and the ones that did and sent me good news, had to backtrack and say the company had a change of plans or had to revise budget. And this went on for months until like 3 weeks ago where I finally got a solid offer and - again - accepted hastily&amp;hellip; because I literally need the money.&lt;/p&gt;
&lt;h2 id=&#34;peace---a-theme&#34;&gt;Peace - A Theme&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/bocchi-crimson.jpg&#34; alt=&#34;Lovely Moonchild&amp;hellip;&#34;&gt;
&lt;em&gt;Confusion will be my Epitaph&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;And those of you who have managed to stay this far reading my crappy post might be wondering, if I accepted a relocation offer, why did I accept another offer? Simple: the relocation offer is for &lt;strong&gt;moving&lt;/strong&gt; to another country and work there, but right now, with debts piling up and no money, I need a job. Good thing I&amp;rsquo;m a developer and can work remote so, while I deal with the paperwork to get the fuq out of this hell, I can save money for the plane ticket and other stuff I need to do.&lt;/p&gt;
&lt;p&gt;This doesn&amp;rsquo;t mean my life is getting back on track and things will go smoothly from now on. Today I received the list of documents I need to get in order to apply for the visa, but half of them are basically cockblocked by me not having money&amp;hellip; and getting paid this month doesn&amp;rsquo;t guarantee anything, because I need to renew my card, but in order to do that I need a certain amount of money in my account, which I don&amp;rsquo;t have&amp;hellip; so everything is getting pushed back at least 2 months.&lt;/p&gt;
&lt;p&gt;Anyways, I&amp;rsquo;m running out of steam. Maybe I&amp;rsquo;ll talk a bit more about all this process in another post, and maybe I&amp;rsquo;ll elaborate more on how my injuries have evolved and how my life has changed (spoiler alert: I&amp;rsquo;m still unable to jerk off).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>EOD</title>
<link>https://blog.cachapa.xyz/posts/eod/</link>
<pubDate>Fri, 03 Feb 2023 16:44:51 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/eod/</guid>
<description>Today&amp;rsquo;s News So, another day reaches its end. While I started at a new company on Wednesday, it wasn&amp;rsquo;t until this morning that I finally could talk with someone of relevance (in this case, the actual mobile tech lead). It seems that the onboarding time for new devs it&amp;rsquo;s a bit longer, more so around this time of the year, mainly because projects are being delivered and new clients are getting onboard.</description>
<content>&lt;h2 id=&#34;todays-news&#34;&gt;Today&amp;rsquo;s News&lt;/h2&gt;
&lt;p&gt;So, another day reaches its end. While I started at a new company on Wednesday, it wasn&amp;rsquo;t until this morning that I finally could talk with someone of relevance (in this case, the actual mobile tech lead). It seems that the onboarding time for new devs it&amp;rsquo;s a bit longer, more so around this time of the year, mainly because projects are being delivered and new clients are getting onboard. Also, it&amp;rsquo;s holiday season down in the Southern Hemisphere, so I guess it&amp;rsquo;ll kinda chill, at least for a while.&lt;/p&gt;
&lt;h2 id=&#34;coding-and-wotnot&#34;&gt;Coding and wotnot&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/programming-anime-girl.jpg&#34; alt=&#34;My dream setup&amp;hellip;&#34;&gt;
&lt;em&gt;I wish I had a setup like that&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Yesterday I finally managed to set up a
&lt;a href=&#34;https://moar.cachapa.xyz/@RyuukoBot&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;bot&lt;/a&gt; for my Misskey instance, and today I spent pretty much all day fine tuning it and setting up
&lt;a href=&#34;https://moar.cachapa.xyz/@AstolfoBot&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;yet another one&lt;/a&gt;. It was an interesting experience, since the script is written in Python, but is far simpler than the one I used for my Pleroma bots, which gave me an opportunity to get more used to the language.&lt;/p&gt;
&lt;p&gt;Now, my interest in Python isn&amp;rsquo;t limited to image bots for fedi instances. I&amp;rsquo;ve been toying with the idea of developing &lt;del&gt;yet another&lt;/del&gt; my own ActivityPub compatible backend, and for the longest time I was considering Kotlin as my main programming language, with Ktor as deelopment framework. The reason? Well, I&amp;rsquo;m a native Android dev, and I mainly use Kotlin, so I thought it&amp;rsquo;d be a good idea.&lt;/p&gt;
&lt;h2 id=&#34;the-five-stages-of-whachamacallit&#34;&gt;The Five Stages of Whachamacallit&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/uzaki-unamused.png&#34; alt=&#34;Chopsticks are hard to use, indeed.&#34;&gt;
&lt;em&gt;Yeah, right.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thing is, after reading forums and comments and wotnot, Ktor started to lose that appeal. And while I really like it, and Kotlin too, they don&amp;rsquo;t quite fulfill my criteria for this endeavor. Things like the ability to execute user-written scripts during runtime or ease of deployment are non-negotiable for me, and neither Kotlin nor Ktor are able to deliver that.&lt;/p&gt;
&lt;p&gt;So, my options for programming languages were basically killed because, other than Kotlin, I&amp;rsquo;ve only worked with Java, C# and PHP. The first two are automatically discarded because they&amp;rsquo;re inherently similar to Kotlin regarding my criteria, which leaves me only with PHP&amp;hellip; which I don&amp;rsquo;t hate, but I most definitely don&amp;rsquo;t like.&lt;/p&gt;
&lt;h2 id=&#34;the-list&#34;&gt;The List&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/not-a-boomer-but-almost.jpg&#34; alt=&#34;Beep Boop&#34;&gt;
&lt;em&gt;Ngl, this would be me if I were a teacher&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thus, my search for another programming language started. I initially considered going the soydev way with TypeScript or some shit like that, but that&amp;rsquo;d be really masochistic on my side. I know JavaScript but I hate webdev shit (which is one of the reasons I moved to Android). Then I started checking other projects to see what they languages they&amp;rsquo;re written in.&lt;/p&gt;
&lt;p&gt;Elixir? Too esoteric for me, everything looks like a clusterfuck.&lt;br&gt;
Go? It&amp;rsquo;s nice and fast, but too C-ish for me (can&amp;rsquo;t undo the OOP damage).&lt;br&gt;
Rust? Too &amp;ldquo;political&amp;rdquo; and the learning curve is way too steep.&lt;br&gt;
Ruby? I&amp;rsquo;m not a manchild with diaper fetish, so, no.&lt;br&gt;
Python? I think it&amp;rsquo;d be a good option.&lt;/p&gt;
&lt;h2 id=&#34;tldr&#34;&gt;tl;dr&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/wowee-old-school-gayming.jpg&#34; alt=&#34;Oops!&#34;&gt;
&lt;em&gt;Did you know that Kobayashi is actually a developer and uses Python?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So, yeah, short answer to the question no one asked: I&amp;rsquo;ll use Python for this project. I know jackshit about it besides the little tinkering I&amp;rsquo;ve done to my bots&#39; code, but out of all the options I&amp;rsquo;ve considered, is the &lt;em&gt;sanest&lt;/em&gt; one, in my opinion. Time will tell if it was a good option or if I should just walk the plank in the end.&lt;/p&gt;
&lt;p&gt;Anyways, that&amp;rsquo;s all.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Last Day of Freedom</title>
<link>https://blog.cachapa.xyz/posts/last-day-of-freedom/</link>
<pubDate>Tue, 31 Jan 2023 16:52:19 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/last-day-of-freedom/</guid>
<description>Back to being &amp;ldquo;employed&amp;rdquo;. I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot.</description>
<content>&lt;h2 id=&#34;back-to-being-employed&#34;&gt;Back to being &amp;ldquo;employed&amp;rdquo;.&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot. Like, I know most sysadmins don&amp;rsquo;t read logs, but browsing on 3 different fedi instances at the time can use a &lt;em&gt;bit&lt;/em&gt; of bandwith.&lt;/p&gt;
&lt;h2 id=&#34;the-good-the-bad-and-the-ugly&#34;&gt;The Good, The Bad and The Ugly.&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/the-good-the-bad-and-the-ugly-post.jpg&#34; alt=&#34;I fucking love this movie&#34;&gt;&lt;em&gt;I fucking love this movie.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Like most life events, getting hired again comes with good, bad and ugly things.&lt;/p&gt;
&lt;p&gt;The Good is that, while the contract renews on a yearly basis, I can quit at any time without penalties. Aaaaand it has a non-exclusivity clause, so I can take a side-gig to make more munnies (if I have time, that is).&lt;/p&gt;
&lt;p&gt;The Bad is that now I have to deal with a lot of unfinished/ongoing recruiting processes, so that&amp;rsquo;ll be quite uncomfortable (joke&amp;rsquo;s on them, they&amp;rsquo;re too damn slow, it&amp;rsquo;s almost as if they don&amp;rsquo;t want to hire people or want to hire a cheaper pajeet or nigger).&lt;/p&gt;
&lt;p&gt;The Ugly is that I&amp;rsquo;ll probably have to quit sooner than expected (I initially gave it like 4 months), but since my migration process is speeding up (luckily), it could be 2-3 months tops before crossing the pond (I&amp;rsquo;m moving to Europe, btw, will write about that later)&amp;hellip; Which will suck in my résumé. Not that I should care, it&amp;rsquo;s a reloc process, I&amp;rsquo;ll end up working almost immediately after arriving.&lt;/p&gt;
&lt;h2 id=&#34;rant&#34;&gt;rant()&lt;/h2&gt;
&lt;p&gt;So, here&amp;rsquo;s today&amp;rsquo;s rant: a few days ago I listed my PS3 for sale (like, I&amp;rsquo;m in dire need of money, only a couple of hundred bucks left in my account and almost 3 grand in debts), and some random guy on the page I published the ad tried to buy it, but he looked iffy as fuck. Anyways, I agreed to sell and then he send me his address to send him the PS3 and told me he paid through the page&amp;hellip; which is bullshit, that site deactivated the integrated payment years ago. I immediately blocked him on WhatsApp, and reported his account to the site&amp;rsquo;s personnel, who ended up banning him.&lt;/p&gt;
&lt;p&gt;Good thing I didn&amp;rsquo;t fall for that shit. Guess I better keep my console for when I move out.&lt;/p&gt;
&lt;h2 id=&#34;thats-all&#34;&gt;That&amp;rsquo;s all!&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/swimsuit_shork_gurl.jpg&#34; alt=&#34;I wanna wreck her uoooooh!&#34;&gt;
&lt;em&gt;Here, some cunny to end this post ;)&lt;/em&gt;&lt;/p&gt;
</content>
</item>
</channel>
</rss>

View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://blog.cachapa.xyz/tags/life/</title><link rel="canonical" href="https://blog.cachapa.xyz/tags/life/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://blog.cachapa.xyz/tags/life/" /></head></html>

View file

@ -0,0 +1,310 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>random :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/tags/random/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="random">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/tags/random/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/tags/random/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/wood/">Wood</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-24 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/video/">video</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/tools-n-wood.jpg"
class="post-cover"
alt="Wood"
title="Cover Image" />
<div class="post-content">
<em>Don&rsquo;t you love the smell of wood? I do &lt;3</em>
</div>
<div>
<a class="read-more button" href="/posts/wood/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/eod/">EOD</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-03 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/work/">work</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/coding/">coding</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/iwannahakunathosetatas.jpg"
class="post-cover"
alt="EOD"
title="Cover Image" />
<div class="post-content">
<em>Just another day, another week that ends.</em>
</div>
<div>
<a class="read-more button" href="/posts/eod/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/last-day-of-freedom/">Last Day of Freedom</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-01-31 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/work/">work</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/freedom_is_dead.jpg"
class="post-cover"
alt="Last Day of Freedom"
title="Cover Image" />
<div class="post-content">
<em>No, I&rsquo;m not going to jail or getting married or something like that, lmao.</em>
</div>
<div>
<a class="read-more button" href="/posts/last-day-of-freedom/">Read more →</a>
</div>
</article>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

View file

@ -0,0 +1,106 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>random on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/tags/random/</link>
<description>Recent content in random on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright>
<lastBuildDate>Fri, 24 Feb 2023 19:53:45 -0400</lastBuildDate><atom:link href="https://blog.cachapa.xyz/tags/random/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Wood</title>
<link>https://blog.cachapa.xyz/posts/wood/</link>
<pubDate>Fri, 24 Feb 2023 19:53:45 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/wood/</guid>
<description>One of my goals in life, if not only the goal, is to retire to a nice house in the countryside and spend my time growing things in my garden, cooking and eating delicious food, and engaging in vigorous lovemaking&amp;ndash; I mean, woodworking. Well, sex too, what kind of man wouldn&amp;rsquo;t want to spend his retiree years fucking beatiful women? Just kidding.
I truly love this kind of videos&amp;hellip;</description>
<content>&lt;p&gt;One of my goals in life, if not only &lt;strong&gt;the&lt;/strong&gt; goal, is to retire to a nice house in the countryside and spend my time growing things in my garden, cooking and eating delicious food, and engaging in vigorous lovemaking&amp;ndash; I mean, woodworking. Well, sex too, what kind of man wouldn&amp;rsquo;t want to spend his retiree years fucking beatiful women? Just kidding.&lt;/p&gt;
&lt;p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34; &gt;
&lt;iframe src=&#34;https://www.youtube.com/embed/P-ODWGUfBEM&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;Japanese Joinery - Kane Tsugi 面代留め差しほぞ接ぎ&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;em&gt;I truly love this kind of videos&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To be quite honest, I don&amp;rsquo;t have experience with woodworking at all. I&amp;rsquo;ve worked with electrical stuff and plumbing (mostly dealing with stuff where I live), but never done anything with wood. Now, you might ask &amp;ldquo;Why would you want to do woodworking when you know jackshit about it?&amp;rdquo;, and the answer is quite simple: I&amp;rsquo;d like to &lt;em&gt;build&lt;/em&gt;. Not &amp;ldquo;build&amp;rdquo; anything in particular, just &amp;ldquo;building&amp;rdquo;, as in doing, making. Creating something useful with my own hands and then enjoy the achievement derived from it.&lt;/p&gt;
&lt;p&gt;Anyways, that&amp;rsquo;s all I&amp;rsquo;ve wanted to talk about. Maybe I&amp;rsquo;ll write about something more elabore eventually. Who knows. I actually wrote this because I was watching a couple of videos and wondered how could I embed them in a Hugo template. Tried with Invidious but it&amp;rsquo;s a pain in the ass, so I went the easy route with Youtube.&lt;/p&gt;
&lt;p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34; &gt;
&lt;iframe src=&#34;https://www.youtube.com/embed/e1hMVlCMi1g&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;The Most Complex Japanese Joiner&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;em&gt;cum.png&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>EOD</title>
<link>https://blog.cachapa.xyz/posts/eod/</link>
<pubDate>Fri, 03 Feb 2023 16:44:51 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/eod/</guid>
<description>Today&amp;rsquo;s News So, another day reaches its end. While I started at a new company on Wednesday, it wasn&amp;rsquo;t until this morning that I finally could talk with someone of relevance (in this case, the actual mobile tech lead). It seems that the onboarding time for new devs it&amp;rsquo;s a bit longer, more so around this time of the year, mainly because projects are being delivered and new clients are getting onboard.</description>
<content>&lt;h2 id=&#34;todays-news&#34;&gt;Today&amp;rsquo;s News&lt;/h2&gt;
&lt;p&gt;So, another day reaches its end. While I started at a new company on Wednesday, it wasn&amp;rsquo;t until this morning that I finally could talk with someone of relevance (in this case, the actual mobile tech lead). It seems that the onboarding time for new devs it&amp;rsquo;s a bit longer, more so around this time of the year, mainly because projects are being delivered and new clients are getting onboard. Also, it&amp;rsquo;s holiday season down in the Southern Hemisphere, so I guess it&amp;rsquo;ll kinda chill, at least for a while.&lt;/p&gt;
&lt;h2 id=&#34;coding-and-wotnot&#34;&gt;Coding and wotnot&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/programming-anime-girl.jpg&#34; alt=&#34;My dream setup&amp;hellip;&#34;&gt;
&lt;em&gt;I wish I had a setup like that&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Yesterday I finally managed to set up a
&lt;a href=&#34;https://moar.cachapa.xyz/@RyuukoBot&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;bot&lt;/a&gt; for my Misskey instance, and today I spent pretty much all day fine tuning it and setting up
&lt;a href=&#34;https://moar.cachapa.xyz/@AstolfoBot&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;yet another one&lt;/a&gt;. It was an interesting experience, since the script is written in Python, but is far simpler than the one I used for my Pleroma bots, which gave me an opportunity to get more used to the language.&lt;/p&gt;
&lt;p&gt;Now, my interest in Python isn&amp;rsquo;t limited to image bots for fedi instances. I&amp;rsquo;ve been toying with the idea of developing &lt;del&gt;yet another&lt;/del&gt; my own ActivityPub compatible backend, and for the longest time I was considering Kotlin as my main programming language, with Ktor as deelopment framework. The reason? Well, I&amp;rsquo;m a native Android dev, and I mainly use Kotlin, so I thought it&amp;rsquo;d be a good idea.&lt;/p&gt;
&lt;h2 id=&#34;the-five-stages-of-whachamacallit&#34;&gt;The Five Stages of Whachamacallit&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/uzaki-unamused.png&#34; alt=&#34;Chopsticks are hard to use, indeed.&#34;&gt;
&lt;em&gt;Yeah, right.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thing is, after reading forums and comments and wotnot, Ktor started to lose that appeal. And while I really like it, and Kotlin too, they don&amp;rsquo;t quite fulfill my criteria for this endeavor. Things like the ability to execute user-written scripts during runtime or ease of deployment are non-negotiable for me, and neither Kotlin nor Ktor are able to deliver that.&lt;/p&gt;
&lt;p&gt;So, my options for programming languages were basically killed because, other than Kotlin, I&amp;rsquo;ve only worked with Java, C# and PHP. The first two are automatically discarded because they&amp;rsquo;re inherently similar to Kotlin regarding my criteria, which leaves me only with PHP&amp;hellip; which I don&amp;rsquo;t hate, but I most definitely don&amp;rsquo;t like.&lt;/p&gt;
&lt;h2 id=&#34;the-list&#34;&gt;The List&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/not-a-boomer-but-almost.jpg&#34; alt=&#34;Beep Boop&#34;&gt;
&lt;em&gt;Ngl, this would be me if I were a teacher&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thus, my search for another programming language started. I initially considered going the soydev way with TypeScript or some shit like that, but that&amp;rsquo;d be really masochistic on my side. I know JavaScript but I hate webdev shit (which is one of the reasons I moved to Android). Then I started checking other projects to see what they languages they&amp;rsquo;re written in.&lt;/p&gt;
&lt;p&gt;Elixir? Too esoteric for me, everything looks like a clusterfuck.&lt;br&gt;
Go? It&amp;rsquo;s nice and fast, but too C-ish for me (can&amp;rsquo;t undo the OOP damage).&lt;br&gt;
Rust? Too &amp;ldquo;political&amp;rdquo; and the learning curve is way too steep.&lt;br&gt;
Ruby? I&amp;rsquo;m not a manchild with diaper fetish, so, no.&lt;br&gt;
Python? I think it&amp;rsquo;d be a good option.&lt;/p&gt;
&lt;h2 id=&#34;tldr&#34;&gt;tl;dr&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/wowee-old-school-gayming.jpg&#34; alt=&#34;Oops!&#34;&gt;
&lt;em&gt;Did you know that Kobayashi is actually a developer and uses Python?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So, yeah, short answer to the question no one asked: I&amp;rsquo;ll use Python for this project. I know jackshit about it besides the little tinkering I&amp;rsquo;ve done to my bots&#39; code, but out of all the options I&amp;rsquo;ve considered, is the &lt;em&gt;sanest&lt;/em&gt; one, in my opinion. Time will tell if it was a good option or if I should just walk the plank in the end.&lt;/p&gt;
&lt;p&gt;Anyways, that&amp;rsquo;s all.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Last Day of Freedom</title>
<link>https://blog.cachapa.xyz/posts/last-day-of-freedom/</link>
<pubDate>Tue, 31 Jan 2023 16:52:19 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/last-day-of-freedom/</guid>
<description>Back to being &amp;ldquo;employed&amp;rdquo;. I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot.</description>
<content>&lt;h2 id=&#34;back-to-being-employed&#34;&gt;Back to being &amp;ldquo;employed&amp;rdquo;.&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot. Like, I know most sysadmins don&amp;rsquo;t read logs, but browsing on 3 different fedi instances at the time can use a &lt;em&gt;bit&lt;/em&gt; of bandwith.&lt;/p&gt;
&lt;h2 id=&#34;the-good-the-bad-and-the-ugly&#34;&gt;The Good, The Bad and The Ugly.&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/the-good-the-bad-and-the-ugly-post.jpg&#34; alt=&#34;I fucking love this movie&#34;&gt;&lt;em&gt;I fucking love this movie.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Like most life events, getting hired again comes with good, bad and ugly things.&lt;/p&gt;
&lt;p&gt;The Good is that, while the contract renews on a yearly basis, I can quit at any time without penalties. Aaaaand it has a non-exclusivity clause, so I can take a side-gig to make more munnies (if I have time, that is).&lt;/p&gt;
&lt;p&gt;The Bad is that now I have to deal with a lot of unfinished/ongoing recruiting processes, so that&amp;rsquo;ll be quite uncomfortable (joke&amp;rsquo;s on them, they&amp;rsquo;re too damn slow, it&amp;rsquo;s almost as if they don&amp;rsquo;t want to hire people or want to hire a cheaper pajeet or nigger).&lt;/p&gt;
&lt;p&gt;The Ugly is that I&amp;rsquo;ll probably have to quit sooner than expected (I initially gave it like 4 months), but since my migration process is speeding up (luckily), it could be 2-3 months tops before crossing the pond (I&amp;rsquo;m moving to Europe, btw, will write about that later)&amp;hellip; Which will suck in my résumé. Not that I should care, it&amp;rsquo;s a reloc process, I&amp;rsquo;ll end up working almost immediately after arriving.&lt;/p&gt;
&lt;h2 id=&#34;rant&#34;&gt;rant()&lt;/h2&gt;
&lt;p&gt;So, here&amp;rsquo;s today&amp;rsquo;s rant: a few days ago I listed my PS3 for sale (like, I&amp;rsquo;m in dire need of money, only a couple of hundred bucks left in my account and almost 3 grand in debts), and some random guy on the page I published the ad tried to buy it, but he looked iffy as fuck. Anyways, I agreed to sell and then he send me his address to send him the PS3 and told me he paid through the page&amp;hellip; which is bullshit, that site deactivated the integrated payment years ago. I immediately blocked him on WhatsApp, and reported his account to the site&amp;rsquo;s personnel, who ended up banning him.&lt;/p&gt;
&lt;p&gt;Good thing I didn&amp;rsquo;t fall for that shit. Guess I better keep my console for when I move out.&lt;/p&gt;
&lt;h2 id=&#34;thats-all&#34;&gt;That&amp;rsquo;s all!&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/swimsuit_shork_gurl.jpg&#34; alt=&#34;I wanna wreck her uoooooh!&#34;&gt;
&lt;em&gt;Here, some cunny to end this post ;)&lt;/em&gt;&lt;/p&gt;
</content>
</item>
</channel>
</rss>

View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://blog.cachapa.xyz/tags/random/</title><link rel="canonical" href="https://blog.cachapa.xyz/tags/random/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://blog.cachapa.xyz/tags/random/" /></head></html>

310
public/tags/rant/index.html Normal file
View file

@ -0,0 +1,310 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>rant :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/tags/rant/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="rant">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/tags/rant/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/tags/rant/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/re-start/">Re-Start</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-07-22 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/update/">update</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/laziness/">laziness</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/nahida_reload.jpg"
class="post-cover"
alt="Re-Start"
title="Cover Image" />
<div class="post-content">
<em>It&rsquo;s been too long since I last wrote anything here. I think it&rsquo;s time to dust off a bit.</em>
</div>
<div>
<a class="read-more button" href="/posts/re-start/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/paperwork/">Paperwork</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-07 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/stream-of-consciousness/">stream of consciousness</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/office-defeatism.jpg"
class="post-cover"
alt="Paperwork"
title="Cover Image" />
<div class="post-content">
<em>Yet another shitty post talking about my life and random nonsense that you shouldn&rsquo;t care about, but I still share anyways.</em>
</div>
<div>
<a class="read-more button" href="/posts/paperwork/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/last-day-of-freedom/">Last Day of Freedom</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-01-31 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/work/">work</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/freedom_is_dead.jpg"
class="post-cover"
alt="Last Day of Freedom"
title="Cover Image" />
<div class="post-content">
<em>No, I&rsquo;m not going to jail or getting married or something like that, lmao.</em>
</div>
<div>
<a class="read-more button" href="/posts/last-day-of-freedom/">Read more →</a>
</div>
</article>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

View file

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>rant on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/tags/rant/</link>
<description>Recent content in rant on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright>
<lastBuildDate>Sat, 22 Jul 2023 20:58:21 -0400</lastBuildDate><atom:link href="https://blog.cachapa.xyz/tags/rant/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Re-Start</title>
<link>https://blog.cachapa.xyz/posts/re-start/</link>
<pubDate>Sat, 22 Jul 2023 20:58:21 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/re-start/</guid>
<description>I&amp;rsquo;ll be honest. I&amp;rsquo;ve been too damn lazy these past few weeks months. While I haven&amp;rsquo;t experienced anything worth of mentioning in my life outside the internet (other than going through the most painfully slow visa application process ever and not doing much at work), I&amp;rsquo;d say my online life have been&amp;hellip; equally boring. Yeah, my life is boring, and nothing exciting has happened.
Well, I got suspended (again) from Twitter.</description>
<content>&lt;p&gt;I&amp;rsquo;ll be honest. I&amp;rsquo;ve been too damn lazy these past few &lt;del&gt;weeks&lt;/del&gt; months. While I haven&amp;rsquo;t experienced anything worth of mentioning in my life outside the internet (other than going through the most painfully slow visa application process ever and not doing much at work), I&amp;rsquo;d say my online life have been&amp;hellip; equally boring. Yeah, my life is boring, and nothing exciting has happened.&lt;/p&gt;
&lt;p&gt;Well, I got suspended (again) from Twitter. Twice. In less than 3 days. First because I kept spamming the news about the Arab rapefugee going on a stabbing spree in the French Alps, articles and videos that Twitter kept censoring. Then, I got suspended again because I started bitching about being suspended and then linking everything to the J҉e҉w҉s҉, who are the usual suspects for whatever fucked up shit the world is currently going through.&lt;/p&gt;
&lt;p&gt;Anyways, this post is actually kind of an announcement. Since I&amp;rsquo;m having some &amp;ldquo;free&amp;rdquo; time, or rather, work is expected to be somewhat light in the coming days, I&amp;rsquo;m thinking of writing a series of opinion entries/essays of sorts regarding some issues and subjects that have arised frequently in my circle on Twatter, namely:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Issue of Lolicon&lt;/li&gt;
&lt;li&gt;Technology and Man&lt;/li&gt;
&lt;li&gt;Censorship on Twitter (and other social media)&lt;/li&gt;
&lt;li&gt;Unwanted diasporas and their effects on host societies&lt;/li&gt;
&lt;li&gt;Race and Culture&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some of these points could be condensed in a single post, but I&amp;rsquo;ll know when I get there. Again, it&amp;rsquo;s been a long time since I wrote anything here, and it&amp;rsquo;s been more than 10 years since I wrote anything serious to publish it on the internet. Anyways, it&amp;rsquo;s late, and I&amp;rsquo;m tired.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Paperwork</title>
<link>https://blog.cachapa.xyz/posts/paperwork/</link>
<pubDate>Tue, 07 Feb 2023 19:42:02 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/paperwork/</guid>
<description>As I mentioned in a previous post, I&amp;rsquo;m in the middle (kind of) of the process of moving to Europe. Well, actually I&amp;rsquo;m starting the process, since I finally got my renewed passport a couple of weeks ago and I could resume the paperwork to get the visa.
Once Upon A Time&amp;hellip; This is me right now, frfr
Long story short, last year, at the end of November, I got a relocation offer from a tech company, that seemed kinda suspicious at first, but after several interviews and tech assessments, I found out they are actually quite serious about hiring me.</description>
<content>&lt;p&gt;As I mentioned in a
&lt;a href=&#34;https://blog.cachapa.xyz/posts/last-day-of-freedom/#the-good-the-bad-and-the-ugly&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;previous post&lt;/a&gt;, I&amp;rsquo;m in the middle (kind of) of the process of moving to Europe. Well, actually I&amp;rsquo;m starting the process, since I finally got my renewed passport a couple of weeks ago and I could resume the paperwork to get the visa.&lt;/p&gt;
&lt;h2 id=&#34;once-upon-a-time&#34;&gt;Once Upon A Time&amp;hellip;&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/bocchi-president.jpg&#34; alt=&#34;This is me fr&#34;&gt;
&lt;em&gt;This is me right now, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Long story short, last year, at the end of November, I got a relocation offer from a tech company, that seemed kinda suspicious at first, but after several interviews and tech assessments, I found out they are actually quite &lt;strong&gt;serious&lt;/strong&gt; about hiring me. The financial offer was nothing out of this world, to be quite honest, but given the generous benefits they offer and the fact that they&amp;rsquo;ll cover pretty much all expenses of the relocation, I couldn&amp;rsquo;t refuse.&lt;/p&gt;
&lt;p&gt;There were also other factors that made me accept the offer, like the opportunity to live in a relatively stable country (Portugal in this case), the ability to travel relatively freely in Europe and the prospect of finally settling down on my own and hopefully meet the right woman for me were relevant, but the one reason that made to hastily accept it was personal safety.&lt;/p&gt;
&lt;h2 id=&#34;-in-not-roanapur&#34;&gt;&amp;hellip; In (Not) Roanapur&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/hello-and-goodbye.png&#34; alt=&#34;:(&#34;&gt;
&lt;em&gt;This was me, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To be really brief, last October, 3 heavily armed men broke into my apartment at 2AM -presummably to steal-, held my mother at gunpoint and when I tried to get up to see what was happening, 2 of them held me down and started bashing my head with their gun butts. I don&amp;rsquo;t know how the hell I managed to break free, but after struggling and letting out a scream they got the fuck out and fled. Obviously, police then came, then I went to the hospital, blah blah blah, lorem ipsum, yadda yadda yadda, etc, etc, etc. You know what happens in these cases.&lt;/p&gt;
&lt;p&gt;After that incident I had to go to the neurologist because my left hand ended up being affected, and after getting a MR scan I found out I had an epidural edema due a (quite inconspicuous) skull fracture. The doctor told me I was really lucky since it wasn&amp;rsquo;t that big and I didn&amp;rsquo;t lose consciousness, but it was big enough to fuck up my hand, so he ended up prescribing some medication and 2 months of absolute rest.&lt;/p&gt;
&lt;h2 id=&#34;the-long-and-winding-road&#34;&gt;The Long And Winding Road&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/couldve-been-me.jpg&#34; alt=&#34;Le Coma&#34;&gt;
&lt;em&gt;This could&amp;rsquo;ve been me, frfr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Adding to the fact that some assholes left me basically useless for months, there was a more pressing issue: by the time the incident happened I was practically unemployed, and the whole situation left me stark broke, to the point I had to ask a friend to lend me some money while I was recovering AND looking for a new job. Trust me when I say, getting fired almost near the ending of the year AND getting wrecked by some burglars is the worst thing that can happen to anyone.&lt;/p&gt;
&lt;p&gt;So, to deal with this situation, I had to apply to any remote jobs I could find on LinkedIn, and while I had dozens of interviews, most of them didn&amp;rsquo;t get anywhere. Like, most of them would never get past the technical interviews, and the ones that did and sent me good news, had to backtrack and say the company had a change of plans or had to revise budget. And this went on for months until like 3 weeks ago where I finally got a solid offer and - again - accepted hastily&amp;hellip; because I literally need the money.&lt;/p&gt;
&lt;h2 id=&#34;peace---a-theme&#34;&gt;Peace - A Theme&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/bocchi-crimson.jpg&#34; alt=&#34;Lovely Moonchild&amp;hellip;&#34;&gt;
&lt;em&gt;Confusion will be my Epitaph&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;And those of you who have managed to stay this far reading my crappy post might be wondering, if I accepted a relocation offer, why did I accept another offer? Simple: the relocation offer is for &lt;strong&gt;moving&lt;/strong&gt; to another country and work there, but right now, with debts piling up and no money, I need a job. Good thing I&amp;rsquo;m a developer and can work remote so, while I deal with the paperwork to get the fuq out of this hell, I can save money for the plane ticket and other stuff I need to do.&lt;/p&gt;
&lt;p&gt;This doesn&amp;rsquo;t mean my life is getting back on track and things will go smoothly from now on. Today I received the list of documents I need to get in order to apply for the visa, but half of them are basically cockblocked by me not having money&amp;hellip; and getting paid this month doesn&amp;rsquo;t guarantee anything, because I need to renew my card, but in order to do that I need a certain amount of money in my account, which I don&amp;rsquo;t have&amp;hellip; so everything is getting pushed back at least 2 months.&lt;/p&gt;
&lt;p&gt;Anyways, I&amp;rsquo;m running out of steam. Maybe I&amp;rsquo;ll talk a bit more about all this process in another post, and maybe I&amp;rsquo;ll elaborate more on how my injuries have evolved and how my life has changed (spoiler alert: I&amp;rsquo;m still unable to jerk off).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Last Day of Freedom</title>
<link>https://blog.cachapa.xyz/posts/last-day-of-freedom/</link>
<pubDate>Tue, 31 Jan 2023 16:52:19 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/last-day-of-freedom/</guid>
<description>Back to being &amp;ldquo;employed&amp;rdquo;. I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot.</description>
<content>&lt;h2 id=&#34;back-to-being-employed&#34;&gt;Back to being &amp;ldquo;employed&amp;rdquo;.&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot. Like, I know most sysadmins don&amp;rsquo;t read logs, but browsing on 3 different fedi instances at the time can use a &lt;em&gt;bit&lt;/em&gt; of bandwith.&lt;/p&gt;
&lt;h2 id=&#34;the-good-the-bad-and-the-ugly&#34;&gt;The Good, The Bad and The Ugly.&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/the-good-the-bad-and-the-ugly-post.jpg&#34; alt=&#34;I fucking love this movie&#34;&gt;&lt;em&gt;I fucking love this movie.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Like most life events, getting hired again comes with good, bad and ugly things.&lt;/p&gt;
&lt;p&gt;The Good is that, while the contract renews on a yearly basis, I can quit at any time without penalties. Aaaaand it has a non-exclusivity clause, so I can take a side-gig to make more munnies (if I have time, that is).&lt;/p&gt;
&lt;p&gt;The Bad is that now I have to deal with a lot of unfinished/ongoing recruiting processes, so that&amp;rsquo;ll be quite uncomfortable (joke&amp;rsquo;s on them, they&amp;rsquo;re too damn slow, it&amp;rsquo;s almost as if they don&amp;rsquo;t want to hire people or want to hire a cheaper pajeet or nigger).&lt;/p&gt;
&lt;p&gt;The Ugly is that I&amp;rsquo;ll probably have to quit sooner than expected (I initially gave it like 4 months), but since my migration process is speeding up (luckily), it could be 2-3 months tops before crossing the pond (I&amp;rsquo;m moving to Europe, btw, will write about that later)&amp;hellip; Which will suck in my résumé. Not that I should care, it&amp;rsquo;s a reloc process, I&amp;rsquo;ll end up working almost immediately after arriving.&lt;/p&gt;
&lt;h2 id=&#34;rant&#34;&gt;rant()&lt;/h2&gt;
&lt;p&gt;So, here&amp;rsquo;s today&amp;rsquo;s rant: a few days ago I listed my PS3 for sale (like, I&amp;rsquo;m in dire need of money, only a couple of hundred bucks left in my account and almost 3 grand in debts), and some random guy on the page I published the ad tried to buy it, but he looked iffy as fuck. Anyways, I agreed to sell and then he send me his address to send him the PS3 and told me he paid through the page&amp;hellip; which is bullshit, that site deactivated the integrated payment years ago. I immediately blocked him on WhatsApp, and reported his account to the site&amp;rsquo;s personnel, who ended up banning him.&lt;/p&gt;
&lt;p&gt;Good thing I didn&amp;rsquo;t fall for that shit. Guess I better keep my console for when I move out.&lt;/p&gt;
&lt;h2 id=&#34;thats-all&#34;&gt;That&amp;rsquo;s all!&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/swimsuit_shork_gurl.jpg&#34; alt=&#34;I wanna wreck her uoooooh!&#34;&gt;
&lt;em&gt;Here, some cunny to end this post ;)&lt;/em&gt;&lt;/p&gt;
</content>
</item>
</channel>
</rss>

View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://blog.cachapa.xyz/tags/rant/</title><link rel="canonical" href="https://blog.cachapa.xyz/tags/rant/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://blog.cachapa.xyz/tags/rant/" /></head></html>

View file

@ -0,0 +1,212 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>stuff :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/tags/stuff/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="stuff">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/tags/stuff/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/tags/stuff/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/hello/">Hello World!</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-01-30 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/intro/">intro</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/stuff/">stuff</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/cover.jpg"
class="post-cover"
alt="Hello World!"
title="Cover Image" />
<div class="post-content">
<p><em>So yeah, thought ya, might like to go to the show&hellip;</em> 𝅘𝅥𝅮</p>
<p>Open up! There&rsquo;s stuff written in here!</p>
</div>
<div>
<a class="read-more button" href="/posts/hello/">Read more →</a>
</div>
</article>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>stuff on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/tags/stuff/</link>
<description>Recent content in stuff on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright>
<lastBuildDate>Mon, 30 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.cachapa.xyz/tags/stuff/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World!</title>
<link>https://blog.cachapa.xyz/posts/hello/</link>
<pubDate>Mon, 30 Jan 2023 00:00:00 +0000</pubDate>
<guid>https://blog.cachapa.xyz/posts/hello/</guid>
<description>Yeah, I made a blog. Guess I&amp;rsquo;ll start writing more frequently and wotnot, mainly about personal projects and random stuff. And&amp;hellip; that&amp;rsquo;s it!</description>
<content>&lt;p&gt;Yeah, I made a blog. Guess I&amp;rsquo;ll start writing more frequently and wotnot, mainly about personal projects and random stuff. And&amp;hellip; that&amp;rsquo;s it!&lt;/p&gt;
</content>
</item>
</channel>
</rss>

View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://blog.cachapa.xyz/tags/stuff/</title><link rel="canonical" href="https://blog.cachapa.xyz/tags/stuff/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://blog.cachapa.xyz/tags/stuff/" /></head></html>

263
public/tags/work/index.html Normal file
View file

@ -0,0 +1,263 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>work :: Cachapa Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://blog.cachapa.xyz/tags/work/" />
<link rel="stylesheet" href="https://blog.cachapa.xyz/styles.css">
<link rel="shortcut icon" href="https://blog.cachapa.xyz/img/cachapa.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="work">
<meta property="og:description" content="" />
<meta property="og:url" content="https://blog.cachapa.xyz/tags/work/" />
<meta property="og:site_name" content="Cachapa Blog" />
<meta property="og:image" content="https://blog.cachapa.xyz/img/cachapa.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="/tags/work/index.xml" rel="alternate" type="application/rss+xml" title="Cachapa Blog" />
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Cachapa Blog
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/about">About</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/eod/">EOD</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-02-03 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/work/">work</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/coding/">coding</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/iwannahakunathosetatas.jpg"
class="post-cover"
alt="EOD"
title="Cover Image" />
<div class="post-content">
<em>Just another day, another week that ends.</em>
</div>
<div>
<a class="read-more button" href="/posts/eod/">Read more →</a>
</div>
</article>
<article class="post on-list">
<h1 class="post-title">
<a href="https://blog.cachapa.xyz/posts/last-day-of-freedom/">Last Day of Freedom</a>
</h1>
<div class="post-meta">
<time class="post-date">
2023-01-31 ::
</time>
<span class="post-author">Captain Arepa</span>
</div>
<span class="post-tags">
#<a href="https://blog.cachapa.xyz/tags/random/">random</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/work/">work</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/life/">life</a>&nbsp;
#<a href="https://blog.cachapa.xyz/tags/rant/">rant</a>&nbsp;
</span>
<img src="https://blog.cachapa.xyz/img/freedom_is_dead.jpg"
class="post-cover"
alt="Last Day of Freedom"
title="Cover Image" />
<div class="post-content">
<em>No, I&rsquo;m not going to jail or getting married or something like that, lmao.</em>
</div>
<div>
<a class="read-more button" href="/posts/last-day-of-freedom/">Read more →</a>
</div>
</article>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>

View file

@ -0,0 +1,77 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>work on Cachapa Blog</title>
<link>https://blog.cachapa.xyz/tags/work/</link>
<description>Recent content in work on Cachapa Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>2023 © Captain Arepa, lorem ipsum blah blah blah, yadda yadda yadda, etc etc etc.</copyright>
<lastBuildDate>Fri, 03 Feb 2023 16:44:51 -0400</lastBuildDate><atom:link href="https://blog.cachapa.xyz/tags/work/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>EOD</title>
<link>https://blog.cachapa.xyz/posts/eod/</link>
<pubDate>Fri, 03 Feb 2023 16:44:51 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/eod/</guid>
<description>Today&amp;rsquo;s News So, another day reaches its end. While I started at a new company on Wednesday, it wasn&amp;rsquo;t until this morning that I finally could talk with someone of relevance (in this case, the actual mobile tech lead). It seems that the onboarding time for new devs it&amp;rsquo;s a bit longer, more so around this time of the year, mainly because projects are being delivered and new clients are getting onboard.</description>
<content>&lt;h2 id=&#34;todays-news&#34;&gt;Today&amp;rsquo;s News&lt;/h2&gt;
&lt;p&gt;So, another day reaches its end. While I started at a new company on Wednesday, it wasn&amp;rsquo;t until this morning that I finally could talk with someone of relevance (in this case, the actual mobile tech lead). It seems that the onboarding time for new devs it&amp;rsquo;s a bit longer, more so around this time of the year, mainly because projects are being delivered and new clients are getting onboard. Also, it&amp;rsquo;s holiday season down in the Southern Hemisphere, so I guess it&amp;rsquo;ll kinda chill, at least for a while.&lt;/p&gt;
&lt;h2 id=&#34;coding-and-wotnot&#34;&gt;Coding and wotnot&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/programming-anime-girl.jpg&#34; alt=&#34;My dream setup&amp;hellip;&#34;&gt;
&lt;em&gt;I wish I had a setup like that&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Yesterday I finally managed to set up a
&lt;a href=&#34;https://moar.cachapa.xyz/@RyuukoBot&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;bot&lt;/a&gt; for my Misskey instance, and today I spent pretty much all day fine tuning it and setting up
&lt;a href=&#34;https://moar.cachapa.xyz/@AstolfoBot&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;yet another one&lt;/a&gt;. It was an interesting experience, since the script is written in Python, but is far simpler than the one I used for my Pleroma bots, which gave me an opportunity to get more used to the language.&lt;/p&gt;
&lt;p&gt;Now, my interest in Python isn&amp;rsquo;t limited to image bots for fedi instances. I&amp;rsquo;ve been toying with the idea of developing &lt;del&gt;yet another&lt;/del&gt; my own ActivityPub compatible backend, and for the longest time I was considering Kotlin as my main programming language, with Ktor as deelopment framework. The reason? Well, I&amp;rsquo;m a native Android dev, and I mainly use Kotlin, so I thought it&amp;rsquo;d be a good idea.&lt;/p&gt;
&lt;h2 id=&#34;the-five-stages-of-whachamacallit&#34;&gt;The Five Stages of Whachamacallit&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/uzaki-unamused.png&#34; alt=&#34;Chopsticks are hard to use, indeed.&#34;&gt;
&lt;em&gt;Yeah, right.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thing is, after reading forums and comments and wotnot, Ktor started to lose that appeal. And while I really like it, and Kotlin too, they don&amp;rsquo;t quite fulfill my criteria for this endeavor. Things like the ability to execute user-written scripts during runtime or ease of deployment are non-negotiable for me, and neither Kotlin nor Ktor are able to deliver that.&lt;/p&gt;
&lt;p&gt;So, my options for programming languages were basically killed because, other than Kotlin, I&amp;rsquo;ve only worked with Java, C# and PHP. The first two are automatically discarded because they&amp;rsquo;re inherently similar to Kotlin regarding my criteria, which leaves me only with PHP&amp;hellip; which I don&amp;rsquo;t hate, but I most definitely don&amp;rsquo;t like.&lt;/p&gt;
&lt;h2 id=&#34;the-list&#34;&gt;The List&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/not-a-boomer-but-almost.jpg&#34; alt=&#34;Beep Boop&#34;&gt;
&lt;em&gt;Ngl, this would be me if I were a teacher&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thus, my search for another programming language started. I initially considered going the soydev way with TypeScript or some shit like that, but that&amp;rsquo;d be really masochistic on my side. I know JavaScript but I hate webdev shit (which is one of the reasons I moved to Android). Then I started checking other projects to see what they languages they&amp;rsquo;re written in.&lt;/p&gt;
&lt;p&gt;Elixir? Too esoteric for me, everything looks like a clusterfuck.&lt;br&gt;
Go? It&amp;rsquo;s nice and fast, but too C-ish for me (can&amp;rsquo;t undo the OOP damage).&lt;br&gt;
Rust? Too &amp;ldquo;political&amp;rdquo; and the learning curve is way too steep.&lt;br&gt;
Ruby? I&amp;rsquo;m not a manchild with diaper fetish, so, no.&lt;br&gt;
Python? I think it&amp;rsquo;d be a good option.&lt;/p&gt;
&lt;h2 id=&#34;tldr&#34;&gt;tl;dr&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/wowee-old-school-gayming.jpg&#34; alt=&#34;Oops!&#34;&gt;
&lt;em&gt;Did you know that Kobayashi is actually a developer and uses Python?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So, yeah, short answer to the question no one asked: I&amp;rsquo;ll use Python for this project. I know jackshit about it besides the little tinkering I&amp;rsquo;ve done to my bots&#39; code, but out of all the options I&amp;rsquo;ve considered, is the &lt;em&gt;sanest&lt;/em&gt; one, in my opinion. Time will tell if it was a good option or if I should just walk the plank in the end.&lt;/p&gt;
&lt;p&gt;Anyways, that&amp;rsquo;s all.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Adieu!&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</content>
</item>
<item>
<title>Last Day of Freedom</title>
<link>https://blog.cachapa.xyz/posts/last-day-of-freedom/</link>
<pubDate>Tue, 31 Jan 2023 16:52:19 -0400</pubDate>
<guid>https://blog.cachapa.xyz/posts/last-day-of-freedom/</guid>
<description>Back to being &amp;ldquo;employed&amp;rdquo;. I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot.</description>
<content>&lt;h2 id=&#34;back-to-being-employed&#34;&gt;Back to being &amp;ldquo;employed&amp;rdquo;.&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ll start working (again) tomorrow. To be quite honest, I took the job out of desperation (again, it was the one with the lowest salary expectation), but given that the process was quite smooth I cannot complain too much (which surprised me, because it&amp;rsquo;s a freelance/contractor position). My only concern so far is whether I&amp;rsquo;ll be able to lurk/shitpost on fedi, since I have to use a private VPN to connect to the company&amp;rsquo;s git instance and Jenkins and wotnot. Like, I know most sysadmins don&amp;rsquo;t read logs, but browsing on 3 different fedi instances at the time can use a &lt;em&gt;bit&lt;/em&gt; of bandwith.&lt;/p&gt;
&lt;h2 id=&#34;the-good-the-bad-and-the-ugly&#34;&gt;The Good, The Bad and The Ugly.&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/the-good-the-bad-and-the-ugly-post.jpg&#34; alt=&#34;I fucking love this movie&#34;&gt;&lt;em&gt;I fucking love this movie.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Like most life events, getting hired again comes with good, bad and ugly things.&lt;/p&gt;
&lt;p&gt;The Good is that, while the contract renews on a yearly basis, I can quit at any time without penalties. Aaaaand it has a non-exclusivity clause, so I can take a side-gig to make more munnies (if I have time, that is).&lt;/p&gt;
&lt;p&gt;The Bad is that now I have to deal with a lot of unfinished/ongoing recruiting processes, so that&amp;rsquo;ll be quite uncomfortable (joke&amp;rsquo;s on them, they&amp;rsquo;re too damn slow, it&amp;rsquo;s almost as if they don&amp;rsquo;t want to hire people or want to hire a cheaper pajeet or nigger).&lt;/p&gt;
&lt;p&gt;The Ugly is that I&amp;rsquo;ll probably have to quit sooner than expected (I initially gave it like 4 months), but since my migration process is speeding up (luckily), it could be 2-3 months tops before crossing the pond (I&amp;rsquo;m moving to Europe, btw, will write about that later)&amp;hellip; Which will suck in my résumé. Not that I should care, it&amp;rsquo;s a reloc process, I&amp;rsquo;ll end up working almost immediately after arriving.&lt;/p&gt;
&lt;h2 id=&#34;rant&#34;&gt;rant()&lt;/h2&gt;
&lt;p&gt;So, here&amp;rsquo;s today&amp;rsquo;s rant: a few days ago I listed my PS3 for sale (like, I&amp;rsquo;m in dire need of money, only a couple of hundred bucks left in my account and almost 3 grand in debts), and some random guy on the page I published the ad tried to buy it, but he looked iffy as fuck. Anyways, I agreed to sell and then he send me his address to send him the PS3 and told me he paid through the page&amp;hellip; which is bullshit, that site deactivated the integrated payment years ago. I immediately blocked him on WhatsApp, and reported his account to the site&amp;rsquo;s personnel, who ended up banning him.&lt;/p&gt;
&lt;p&gt;Good thing I didn&amp;rsquo;t fall for that shit. Guess I better keep my console for when I move out.&lt;/p&gt;
&lt;h2 id=&#34;thats-all&#34;&gt;That&amp;rsquo;s all!&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.cachapa.xyz/img/swimsuit_shork_gurl.jpg&#34; alt=&#34;I wanna wreck her uoooooh!&#34;&gt;
&lt;em&gt;Here, some cunny to end this post ;)&lt;/em&gt;&lt;/p&gt;
</content>
</item>
</channel>
</rss>

View file

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://blog.cachapa.xyz/tags/work/</title><link rel="canonical" href="https://blog.cachapa.xyz/tags/work/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://blog.cachapa.xyz/tags/work/" /></head></html>

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"Target":"styles.css","MediaType":"text/css","Data":{}}

View file

@ -0,0 +1 @@
{"Target":"css/green-local.css","MediaType":"text/css","Data":{}}

View file

@ -0,0 +1 @@
{"Target":"css/orange-local.css","MediaType":"text/css","Data":{}}

View file

@ -0,0 +1 @@
{"Target":"css/pink-local.css","MediaType":"text/css","Data":{}}

View file

@ -0,0 +1 @@
{"Target":"css/red-local.css","MediaType":"text/css","Data":{}}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

BIN
static/img/cachapa.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
static/img/cocogoat-ol.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
static/img/cover.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

BIN
static/img/datass.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
static/img/freedom_is_dead.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 KiB

BIN
static/img/nahida_noodles.jpeg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Some files were not shown because too many files have changed in this diff Show more