Loading...

霊音・永旻

Rein Eimi

Programmer, developer.

2+ years of commercial experience, 5+ personal.

| Profile

Pen name: 霊音・永旻

Nicknames: reineimi, reineimi_dev

E-mail: reineimi.dev@gmail.com

Gender: Male

Birthdate: 2001.01.03

Personality: ISTP-A (as of 2025)

Languages: English, Russian, Japanese

Hobbies: Programming, music, art, gaming, photography, bike touring

Programming languages:
  • Lua (middle/senior) (>5y)
  • JS (middle/senior) (>3y)
  • PHP (junior/middle) (>1y)
  • C++ (entry) (<1y)
  • bash (junior) (~1y)
Skills:
  • (>5y) Programming
  • (<1y) Game development
  • (>3y) Web development
  • (>1y) Fullstack engineering
  • (>1y) SEO optimization
  • (>3y) UI/UX design (CSS only)
  • (<1y) Illustration
  • (>1y) Pixel art
  • (>1y) 2D animation
  • (>3y) System administration (Arch Linux, Windows 10/11)
  • Cybersecurity (kernel modules, nftables, firejail, vbox)
  • Photography
  • Photoshop
Favourite:
  • Music genres: melodic dubstep, neoclassical/instrumental (strings, piano), electronic ambient, R&B, j-pop/rock, sad pop, electro house, downtempo, metalcore
  • Movie/TV genres: drama, romance, realistic fiction, fantasy, musical, documentary
  • Video game genres: sandbox, RPG, MOBA, adventure, strategy, simulation
  • Literature genres: history, theory, science fiction, mythology (not really into reading though)
  • Discussion topics: art, music, hobbies, food, anime, IT (coding/dev/cybersec), traveling, theory, culture, psychology

Bio:


Hello. I'm a junior/middle developer in various fields (check the information above), brimming with a fair share of ideas to implement.

I strive to get acquainted with every aspect of the digital industry field, which includes: programming, software dev, gamedev, cybersecurity, illustration, vector graphics and more.

In job, I prefer order, simplicity, minimalism, punctuality, structuring, and... a bit of freedom. In other words, when the objectives are clear, information resources are available, and I have multiple choices on how to achieve the best outcome.

Occupation: Currently I'm working full-time as a fullstack engineer in the SEO/website optimizations branch.

Hiring: Even though already employed, I'm always seeking for improvement and better deals/conditions/specialities in my field (programming/development). Therefore, feel free to contact me anytime. I can also take freelance commissions.

Free time: I spend most of the free time on either of the following: coding, watching audio-visual media, gaming, drawing or bike touring (cycling).

(Head to the Notes/extra section for additional info.)

Current system:


OC: Windows 11, Arch Linux

MB: ASROCK B650M PRO RS (AM5, mATX)

GPU: Sapphire AMD Radeon RX 7800 XT PURE OC

CPU: AMD Ryzen 5 7500F (6c/12T)

PSU: PHANTEKS AMP GH 850W Gold ATX 3.1

RAM: KingBank Sharp Blade White (DDR5, 6400 MHz, 16*2 GB)

SSD: Fanxiang Custom Link S880

profile_picture

| Social links:

Spotify data (click to load)

AniList stats (click to load)

| Projects

... and more

| Notes/extra

When talking abot learning new things... You know, there's a lot of different approaches on how to do that more efficiently, but in the end, I prefer the most direct approach: technical documentations, manuals, Wikipedias and practical examples. And the latter is actually the best, at least in my experience. Therefore, I love teaching people by showing how stuff's done in practice, just as much as I love leaving short, well-structured documentations in the projects I work with.

A little about fullstack: I worked with most of the well-known CMS, but haven't touched a single framework yet (except for bootstrap). I prefer using my own library when it comes to web-development.

I once tried making a game from scratch using C++ and SDL2, but kinda gave up and went for the LÖVE (love2d.org) framework. Still in process of making my game engine using it.

Note on Reddit: since I posted my PC build on r/pcmasterrace (You can view the PC build here), all my accounts are automatically getting suspended for no reason (faulty algorithms as they are), therefore do not contact me on Reddit. There's a plenty of other, more reliable options.

| Va2 frontend embedding

Main (no pre-load, no version):

	<script src='https://reineimi.github.io/va2/lib/va2.js' async></script>
	<link rel='stylesheet' href='https://reineimi.github.io/va2/lib/va2.css'>

Main (pre-load, version, init):

	<script src='https://reineimi.github.io/va2/lib/va2.js' async></script>
	<link rel='preload' href='https://reineimi.github.io/va2/lib/va2.css' as='style' onload='this.onload=null;this.rel="stylesheet"'>
	<noscript><link rel='stylesheet' href='https://reineimi.github.io/va2/lib/va2.css'></noscript>
	<link rel='preconnect' href='https://reineimi.github.io/va2/lib/va2.css'>
	<meta name='va2meta' content='{"ver": "1.92.104.221"}'>
	<script>window.addEventListener('load', ()=>{
		init();
	});</script>

Va2Box module (+ va2.js init args):

	<script>window.addEventListener('load', ()=>{
		extern.js('https://reineimi.github.io/va2/lib/va2box.js', 'va2box');
		init({proto:1,anicons:0,twemoji:0});
	});</script>
| Sandbox area (Va2box)