diff --git a/voussoir.net/index.html b/voussoir.net/index.html index f7966dd..c93376d 100644 --- a/voussoir.net/index.html +++ b/voussoir.net/index.html @@ -194,10 +194,10 @@ code { font-family: monospace; } -

Projects

+

Projects

-

Etiquette

+

Etiquette

Etiquette is a tag-based file organization system with a web interface, built with Flask and SQLite3. Tag-based systems solve problems that a traditional folder hierarchy can't: which folder should a file go in if it equally belongs in both? and how do I make my files searchable without littering the filenames themselves with keywords?

Etiquette is unique because the tags themselves are hierarchical. By tagging one of your vacation photos with the family.parents.dad tag, it will automatically appear in searches for family.parents and family as well. A traditional folder system, here called albums, is available to bundle files that always belong together without creating a bespoke tag to represent that bundle. Regardless, the files on disk are never modified.

@@ -208,7 +208,7 @@ code { font-family: monospace; }
-

Timesearch

+

Timesearch

Timesearch is a package of tools for archiving data from reddit.com. Subreddits, user posts, comments, CSS files, and community wiki files can be downloaded and easily updated.

Originally, it used the timestamp query parameter of reddit's elasticsearch, but since that feature's removal Timesearch instead queries the third-party pushshift.io database for preliminary data, then queries reddit for updated information about each item.

@@ -218,7 +218,7 @@ code { font-family: monospace; }
-

Voussoirkit

+

Voussoirkit

The voussoirkit library contains code that I have found useful to include in my other projects. Everything from bytestring that converts integer numbers of bytes into "3.145 MiB" strings, to pathclass and spinal which provide object-oriented file and directory operations and copy routines. Some modules like winglob boost cross-compatibility by smoothing over differences between Windows and Unix. This way I can easily deploy new features and bug fixes to all my programs.

https://github.com/voussoir/voussoirkit

@@ -228,7 +228,7 @@ code { font-family: monospace; }
-

YCDL

+

YCDL

YoutubeChannelDownloader was born out of a dissatisfaction with YouTube's own interface for keeping track of which videos I have already watched, as well as a desire to integrate with youtube-dl. YCDL makes it easy for me to watch through a channel's catalog of videos, picking which ones I'd like to download while ignoring the others. Plus, as it creates an offline database, it will retain metadata about videos even after they are removed or deleted from the original YouTube channel.

https://github.com/voussoir/ycdl @@ -238,7 +238,7 @@ code { font-family: monospace; }

-

Epubfile & Sigilplugins

+

Epubfile & Sigilplugins

I use the wonderful program Sigil to edit epub files. Sigil has a python plugin system for which I have written a few modules. But, since the plugins can only operate on one book at a time while it is open in Sigil, I needed something a little different to edit epub files en masse.

Epubfile is a simple library for automatically processing epubs. It comes with a number of builtin routines for what I do most often: merging multiple epubs into a single file, normalizing the internal file structure, and renaming the cover image file to leverage CBXShell so I get thumbnails in Windows Explorer.

@@ -251,7 +251,7 @@ code { font-family: monospace; }
-

Reddit bots

+

Reddit bots

This repository is in archive status now and is rarely updated. From 2014 to 2016 I learned Python, SQL, and HTTP by writing bots for reddit and contributing to PRAW, the Python Reddit API Wrapper. I took requests on /r/RequestABot and produced dozens of easily modifiable bots. The tasks ranged from "allow users to only make one post per day" to "allow moderators to write a post now and schedule it to appear later". With almost 400 stars now it is my most successful repository, though the code quality is not up to the same standards I have today.

https://github.com/voussoir/reddit

@@ -262,11 +262,11 @@ code { font-family: monospace; } -

Tech interests

+

Tech interests

-

Python

+

Python

Python has been my language of choice since I began learning it in 2014. In addition to the projects already mentioned here, I have an entire repository dedicated to scripts / utilities that I use from the command line, and I have an even greater number of unpublished scripts for personal or bespoke use. I do file management, HTTP, image processing, task automation, and more.

@@ -276,7 +276,7 @@ code { font-family: monospace; }
-

HTML/CSS/JS

+

HTML/CSS/JS

If you want to view paradise
Simply press F12 and view it

This page, like the those in Etiquette and YCDL, was written entirely by hand and without the use of any jQuery, Angular, React, etc. HTML5, CSS3, and especially CSS Grid, have brought many quality of life features to the native experience. With some concessions, and the fact that I don't need to target non-modern browsers, I feel that my grasp of the core systems is better than that of someone who relies on a framework from day one.

@@ -287,7 +287,7 @@ code { font-family: monospace; }
-

SQLite

+

SQLite

Some people tease SQLite for not being as big and featureful as something like MySQL, but I for one think it's one of the greatest gifts to the database ecosystem. Thanks to its fast and easy deployment plus cross-platform compatibility, sqlite databases tend to be the best choice for storing structured data. SQLite3 has been my go-to database since 2014 and hasn't failed me yet. Absolutely a staple for my projects listed here.

@@ -297,7 +297,7 @@ code { font-family: monospace; }
-

HTTP API Design & Use

+

HTTP API Design & Use

During my development of Etiquette, I have continuously aimed to make the API as accessible and automateable as possible. Getting a peek behind the scenes is as easy as adding .json to the URL. I owe much of my early learning to my work with the reddit API, and since then I've regularly automated web interactions and scraped web data with Python and requests. For sites without an actual API to speak of, I'm pretty good at reverse engineering from the Network panel and javascript source. Try me.

@@ -307,7 +307,7 @@ code { font-family: monospace; }
-

Graphics

+

Graphics

By now you've noticed that this page is overflowing with beautiful artwork... some of which is even mine! I enjoy using the free vector editor Inkscape to create logos and icons for my projects, with the occasional program to auto-generate vector files.

During my time working at the Cal Poly Pomona Learning Resource Center, I became very familiar with Google Slides to create attractive and innovative ways of sharing study tips with students.

@@ -318,7 +318,7 @@ code { font-family: monospace; }
-

Digital media & FFmpeg

+

Digital media & FFmpeg

I use FFmpeg practically on a daily basis to manage, convert, and analyze my media files. Although my educational background is in software development, my dream job would be something in digital media preservation, film & book scanning, archival, metadata management, etc. If you've got something going on in that field, let me know!

@@ -332,7 +332,7 @@ code { font-family: monospace; }
-

한국어

+

한국어

2018년 10월부터 한국어를 공부하고 있습니다. 한국 영화들이 많이 재미 있어서 만약 한 아시아 언어를 배우면 한국어를 배우겠다고 결정했습니다. 진행이 조금 느리지만 일정합니다. 매일매일 Anki를 하고 한국 전래동화 읽습니다. 몇 년 이내 한국을 방문하면 좋겠습니다.

@@ -342,7 +342,7 @@ code { font-family: monospace; }
-

Writing

+

Writing

I recently decided to start writing from time to time. My thoughts are mostly about technology in culture, learning, and other choses sérieuses. I disable spellcheck because I'm a stellar speller.

@@ -352,7 +352,7 @@ code { font-family: monospace; } -

Contact

+

Contact

@@ -366,7 +366,7 @@ code { font-family: monospace; }
-

Git mirrors

+

Git mirrors

Eggs. Baskets.

https://github.com/voussoir

@@ -384,7 +384,7 @@ code { font-family: monospace; }