I'm Prussia
I program stuff. I'm interested in cryptography + image manipulation + anti-copyright. Know Python, Node.js, Rust, and HTML, CSS, JS.
Projects
BMP Editor
Completed•Source Code•Rust, Yew (WASM)WASM website to edit .bmp files online, using my BMP-Rust library.
Arvald Economy Bot
Completed•Source Code•Node.js (discord.js)An easily configurable discord economy bot.
Discord Bridge
Completed•Source Code•Node.js (with Discord.js and Express), HTML+CSS+JSA simple bridge to Discord that includes a wikipedia skin.
Portfolio
Completed•Source Code•Python (Flask), HTML+CSS+JSThis website! Includes freelancing portfolio and a TOR version of the site.
Banano Faucet
Completed•Source Code•HTML+CSS+JS, Node.js (Express.js)The original version of my Banano faucet, used in over two dozen other faucets.
PilAnimate
Completed•Source Code•Python (PIL)Python animation library, with frame by frame rendering.
Bananopie
Completed•Source Code•PythonPython library that serves as a RPC wrapper and simplifies sending, receiving, and changing representative.
Music Box
Completed•Source Code•HTML+CSS+JS (with Crunker)Create tunes using this tile based sequencer and download them as mp3 files! Alt link if title link is down.
GoBanMe
Completed•Source Code•HTML+CSS+JSA browser extension that allows users to tip banano crypto to website owners. Firefox download here, Chromium download here.
Faucet v2
Completed•Source Code•HTML+CSS+JS, Node.js (Express.js)A complete rewrite of Banano Faucet, now supporting even more cryptocurrencies. Easily configurable, so anyone can run their own faucet. Made in cooperation with HalfBakedBread.
Random Map Generation
Completed•Source Code•HTML+CSS+JS (canvas)Generates random tile map with terrain.
Captcha
Completed•Source Code•HTML, Ruby (Sinatra, erb, chunky_png)A database free text captcha that utilizes Salsa 20 symmetric encryption.
Markdown to HTML
Completed•Source Code•Javascript, HTML, CSS, MarkdownA site hosting tutorials written in Markdown, converting them to HTML.
Rust BMP
Completed•Source Code•RustA cool library for reading and manipulating .bmp image files in pure rust, with zero dependencies.
Traffic
Completed•Javascript, HTML, CSSA cool little traffic simulator game using HTML Canvas built from scratch (no libs, no deps).
Banano NFT Client
Completed•Source Code•Javascript, HTML, CSS, Nodejs, NunjucksThe NFT client for the Banano blockchain.
marvin's lajio
Completed (expect future changes)•Source Code•Javascript, HTML, Encryption, IPFSWeb radio for a free internet!
ETHTiles
Completed•Source Code•Solidity, HTML+CSS+JSA dapp that allows people to draw on a shared canvas if they pay erc20 tokens.
Sliding Tiles
Completed•Source Code•Typescript, CanvasSliding Tiles is a puzzle game written in Typescript.
Muskets and Bayonets
In Progress•Source Code•Javascript, CanvasWIP rts grand strategy game made with Nnom, no libraries used.
Misc
Hire Me
Check out what I've made in the past for clients. Reach out to me!
Interests
Besides cryptography, image manipulation, and obviously programming, I like smart contracts and linux. Music wise, Zutomayo, Yorushika, and PSYQUI are pretty cool.
Unsolicited Thoughts: Styling
I personally like barebones looking websites, as you may be able to tell. I think the old, retro web looks pretty cool too. But for my more public facing stuff, I try and make it look nicer (eg: this site, and my freelancing site). I really don't like bootstrap for styling, but tailwind is fine I guess.
Unsolicited Thoughts: External Code
I prefer to not use libraries whenever possible, and write the code myself instead. For styling especially, I don't like using CSS frameworks like Bootstrap or Tailwind. Code bloat and not looking too generic is part of it, but there's real merit in writing your own code. Don't get me wrong - libraries are useful, and in many cases it's better to use one. But writing things from scratch is more fun.
Unsolicited Thoughts: Cryptocurrency
Cryptocurrency has a pretty bad reputation. But there are real benefits. No government, corporation, or person can control your money. Decentralization is awesome. Centralized exchanges and smart contracts with freezing or revoking are really a step backwards though, in my opinion.
Unsolicited Thoughts: Documentation
Good documentation and examples really can make the difference between a great library/product and a bad one. Thank you for writing good docs!
Unsolicited Thoughts: Programming Languages
Writing Rust is pretty awesome. The type system, safety guarantees, options - everything is just amazing. Plus the docs are usually great. Javascript has a lot of flaws but at least it's easy to write and some of the quirks end up being useful. Typescript fixes most of those flaws, and is pretty fun to write. Python on the other hand, I don't like it. No type declaration, no braces, it's not so fun.
Unsolicited Thoughts: Ethereum Virtual Machine
Smart Contracts: Very Cool. Solidity: Very Cool. Gas Fees: Not Cool.