heya, i'm lantics.

i do things, probably.

you are visitor number ----

heya, i'm lantics, a self-taught programmer with no artistic talent whatsoever. i created this website both as a fun project and as a way to more easily manage my online presence.

my pfp is from olyester [x.com]. they make cool art go look at it.
i took some inspiration for this website from dimden.dev & aivi.party, and likely some other places. if i feel it is worthy, i may create a separate section to give credit to & showcase websites which played a role in my design of lantics.me.

you are free to do whatever you please with any publicly available code i have on here, in fact i would be flattered if you do so.
and, if you have any suggestions/ideas for me, you can contact me with them.

Image

projects

e2ee pastebin service

a fully end to end encrypted pastebin service i made in 3 days with inspiration from privatebin and ente paste. keys are generated locally, and encrypted message content alongside non-sensitive data required for decryption is encoded to base64 and stored serverside. decryption keys are appended directly to the url after a # hash. messages automatically expire after 3 hours. messages can also be password protected or deleted upon being viewed. this was my first time working with any sort of cryptography. demo available at paste.lantics.me

guestbook

the guestbook used for lantics.me. originally i wrote a super long explaination of this but then i realized it would be better for a 'blog' post, when/if i make my blog.