Skip to content
View Finkch's full-sized avatar

Block or report Finkch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Finkch/README.md

Hey!

I'm Skyler, or Finkch on the interweb. When I have the downtime to code, I toil away at making small game demos, trying to solve difficult math problems, creating physics simulations, playing with data analysis, and doing plenty of toy problems. Beyond those topics, I'm also a big fan of astrophysics, video games, and tabletop roleplaying games. When I want to learn a new language, my goto project is a basic reimplenting of an n-body orbital simulator.

Cool Projects

If you want to take a look at some of the stuff I've done, here's a quick list:

  • Auto Pixel Art: this is what I'm currently working on! Using intelligent downscaling algorithms to turn a regular image into impressive pixel art.
  • PiByPeople: a project to answer a simple question in a silly way. Estimates π using human generated random numbers and performs a little bit of data analytics to see just bad humans are at being random.
  • Ion Ramjet Simulation (Beta) and Alpha: a WIP physics simulation to determine the effectiveness of an interstellar magnetic scoop ramjet.
  • Magic Square, Squared: trying my hand at a computational approach for a still unsolved maths problem.
  • PICO-64: a library for the fantasy colose PICO-8 to support 64-bit integer operations rather than its native 16-bit capabilities.
  • Mineswept: a silly implementation of the classic Minesweeper for the fantasy console PICO-8, except you're guaranteed to lose on the second turn.
  • 2023 University Capstone: a two-semester project required to complete my Computer Science degree. My team and I earned the highest grade out of the class. The project included automatically generating and grading SQL and Relational Algebra (RelaX) question, creating interfaces to accept and execute user input for SQL and RelaX, and maintaining front-to-back testing plus supporting documentation.

Connect

If you want to say hi, you can find me on LinkedIn or send me an email! If you want to know more about my qualification, take a look at my résumé.

Pinned Loading

  1. PiByPeople PiByPeople Public

    A simple question answered a silly way. Calculates π using human generated random numbers.

    Python 1

  2. Auto-Pixelart Auto-Pixelart Public

    A little tool to turn images and gifs into pixel art.

    Python

  3. Ion-Ramjet-Beta Ion-Ramjet-Beta Public

    A physics simulation to model to effectiveness of a proposed method of interstellar travel: ion ramjets. An ion ramjet uses the proven technology of ion thrusters in combination with the still sci-…

    Python

  4. MagicSquareSquare MagicSquareSquare Public

    A programatic approach to the unsolved 3x3 magic square squared problem

    Python

  5. mineswept mineswept Public

    A little recreation of the classic game Minesweeper with a twist for the PICO-8 fantasy console.

    Lua

  6. pico-64 pico-64 Public

    A little project to grant PICO-8 64-bit capabilities.

    Lua