SfymmiK
Basic Info:
Pronouns: He/Him
Asexual
(Discord) Activity
—
Connecting…
Playing
—
—
(Spotify) Listening to, in this moment..
—
—
I'm a 16 year old programmer, and I'm also a Unix-Like Operating Systems enjoyer • building & breaking things
I mainly work on web development and low-level experiments, often sharing my projects for others to explore
I use Arch/FreeBSD (couldn't imagine working anywhere else)
I also play some games except just code, like:
Some of my current work includes:
Organizations:
- Lings Role: Owner
If you like/appreciate my work, you can also mention my website via 88×31 button of mine, with this piece of html code:
<a href="https://sfymmik.xyz/">
<bmp-img
src="https://sfymmik.xyz/images/button.bmp"
alt="SfymmiK 88x31 button"
title="SfymmiK's Webpage"
width="88px"
height="31px">
</bmp-img>
</a>
BMP is natively supported by modern browsers but, BMP's may break on browsers like: Safari/older version of any browser
And that is because services like cloudflare sends the wrong MIME type(most commonly) or it could rewrite the headers/try to "optimize" the image or straight up ignore BMP
Which results in the image "breaking" or downloading instead of rendering
Which is why I highly reccomend using a BMP renderer such as the one i use and actively maintain BMPR as it is very simple and straightforward, and also used in the example code above