Skip to content
View pspiagicw's full-sized avatar

Block or report pspiagicw

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
pspiagicw/README.md
 _ __  ___ _ __ (_) __ _  __ _(_) _____      __
| '_ \/ __| '_ \| |/ _` |/ _` | |/ __\ \ /\ / /
| |_) \__ \ |_) | | (_| | (_| | | (__ \ V  V /
| .__/|___/ .__/|_|\__,_|\__, |_|\___| \_/\_/
|_|       |_|            |___/

╔══════════════════════════════════════════════════════════════════════════════╗
║   YES, THIS ENTIRE PROFILE IS INSIDE A CODE BLOCK. YOU'VE BEEN WARNED.       ║
╚══════════════════════════════════════════════════════════════════════════════╝

  ~$ whoami
  ┌──────────────────────────────────────────────────────────────────────────┐
  │  Compiler Engineer. Terminal obsessed. Systems programming enthusiast.   │
  │  Primarily writes in:  Golang  ·  C  ·  Python                           │
  └──────────────────────────────────────────────────────────────────────────┘

  ~$ ls ./projects/featured/

  ╔═[ hotshot ]════════════════════════════════════════════════════════════════╗
  ║  A LISP interpreter + compiler inspired by Bash                            ║
  ║  >> github.com/pspiagicw/hotshot                                           ║
  ╚════════════════════════════════════════════════════════════════════════════╝

  ╔═[ fener ]══════════════════════════════════════════════════════════════════╗
  ║  A compiled language inspired by Lua                                       ║
  ║  >> github.com/pspiagicw/fener                                             ║
  ╚════════════════════════════════════════════════════════════════════════════╝

  ╔═[ fenc ]═══════════════════════════════════════════════════════════════════╗
  ║  Bytecode compiler and VM runtime                                          ║
  ║  >> github.com/pspiagicw/fenc                                              ║
  ╚════════════════════════════════════════════════════════════════════════════╝

  ╔═[ tremor ]═════════════════════════════════════════════════════════════════╗
  ║  Python with static types                                                  ║
  ║  >> github.com/pspiagicw/tremor                                            ║
  ╚════════════════════════════════════════════════════════════════════════════╝

  ~$ ls ./projects/other/
  ╔══════════════╦═════════════════════════════════════╦══════════════════════════════════╗
  ║   project    ║   description                       ║   url                            ║
  ╠══════════════╬═════════════════════════════════════╬══════════════════════════════════╣
  ║  sinister    ║  YouTube feed tracker               ║  github.com/pspiagicw/sinister   ║
  ║  shog        ║  Serve your blogs over SSH!         ║  github.com/pspiagicw/shog       ║
  ║  dotback     ║  Dotfile backup utility             ║  github.com/pspiagicw/dotback    ║
  ╚══════════════╩═════════════════════════════════════╩══════════════════════════════════╝

  ~$ open ./blog.url
  ╔════════════════════════════════╗
  ║  >>  https://falconite.xyz     ║
  ║  >>  Updated: irregularly      ║
  ╚════════════════════════════════╝

  ~$ cat ./contact.txt
  >>  pspiagicw@gmail.com

  ~$ sudo shutdown -h now
  [ OK ] Thanks for visiting. Goodbye.

        ,_---~~~~~----._
  _,,_,*^____      _____``*g*\"*,
 / __/ /'     ^.  /      \ ^@q   f
[  @f | @))    |  | @))   l  0 _/
 \`/   \~____ / __ \_____/    \
  |           _l__l_           I
  }          [______]           I
  ]            | | |            |
  ]             ~ ~             |
  |                            |
   |                           |

Pinned Loading

  1. tremor tremor Public

    Python but with types.

    Go

  2. fener fener Public

    A compiled language inspired from Lua

    Go

  3. fenc fenc Public

    Custom backend designed for a stack-based, statically typed VM, with developer-friendly bytecode.

    Go

  4. hotshot hotshot Public

    A LISP interpreter + compiler, inspired from bash.

    Go

  5. sinister sinister Public

    A evil youtube tracker

    Go

  6. dotback dotback Public

    Backup your dotfiles the Unix way!

    Go