My first post
Hey everyone, I have a new site and for my first project that I’m documenting, I’m going to go over some of the Gitops stuffs I’ve been playing with. As a start, I’m fairly new to the world of Gitops so I wanted to try my hand at a push-to-production pipeline that I can ad-hoc add commands from my IDE and see those changes instantly. There are a few pieces that I knew would play a part: ...
Silverbullet Push
Hey everyone, So recently I talked about the Git plug for Silverbullet and backing up my notes into Github. This has worked amazingly and I wanted to add the ability to make draft webpage that would be sent to my Hugo repository. I wanted to be able to make notes and the draft on Silverbullet and push that to Github without it firing off a pipeline but, when added to a certain folder, it will fire off a pipeline to push to my remote repository. ...
Silverbullet and Git
In a previous post, I talked a bit about a note-taking application called Silverbullet. Like I mentioned in that post, I have playing with it a bit and have found some use cases for it that I wanted to share. With v2 of Silverbullet, the CONFIG settings are a bit different so spawned this post. Some of the previous documentation for the plugs have incomplete or old information so I wanted to provide both an update on my Silverbullet use and small guide on getting the Git plug to work. ...
Scraping the Web
Hey everyone, So I was thinking of things to code, and recently I’ve been intreseted in Web Scraping. There is a lot that can be done with a web scraper but, I wanted to match something in my career. That’s why I made a CVE database web scraping, that way I could expedidate my Software Reviews. Just like most projects, I started with a requirements.txt file in a directory. The libraries I used for this are ...
Member join on Discord
Hey guys, So I wanted to have a few custom things happen when a member joined my guild on Discord. First I wanted a custom Gif to play and I also wanted their role to be set to the newb role. In order to do both of these, I needed the bot.event to be set on member join. Easy enough with @bot.event async def on_member_join(member): Next I needed the bot to pull the Channel ID for the #general chat. When I got that, all I needed to do ...
Adding to the Discord bot
So I’ve been tinkering a bit with my Discord bot and recently got a request to add functionality to know how long someone has been in the Discord and associating it with a rank. Not too bad of an ask. I opened by Discord bot script I had been working on and got to work. The first thing I needed to add was a bot.event to listen for the set of words to trigger the action. ...
Different Tome Provider Rehash featuring Tailscale
Hey guys, So I recently posted about self-hosting in an Azure VM a Silverbullet instance and it so far has worked wonders. The only issue is that I know those free Azure credits are going to run out at some point plus I already have everything Tailscaled together in my Tailnet so why not this as well? With Tailscale, I can do just that and there is even a function that will me hit it from anywhere outside my Tailnet as well. ...
Discord Bot
Hey guys, So today I wanted to start off a new set of posts revolved around coding. I was thinking about what kind of project I wanted to work on and I thought, I’ve already done the pipeline series that featured a Discord bot, why not that. So to start on the bot, there were a few things I needed so I created a repo, git cloned it, and started on just that. ...
Different Tome Provider
Hey guys, So in a previous post, I talked about a note-taking server called Standard Notes and I have played with it a bit. There are some really good things about the server but, I wanted something else. Through the large amount of note-taking spaces, I had heard of one previously that I thought I might try my hand at. That note-taking service is called Silverbullet. Now there is a lot that can be said about Silverbullet but, for everything that it has, it’s no incredibly simple to setup. ...
Tomes of a Wizard
So as I ramp up my use of this blog, I’m starting to find there might be a lot of value in doing some note taking on my journeys. Previously, I have taken notes sparingly but, now I feel it would be a good time to start. On that note, I know there are a lot of chooses for note-taking applications out there but, I wanted a few key things out of the service I chose. ...