USER@LOCAL: ~
sys_init complete...
loading modules... [OK]
establishing connection to nature... [OK]
ARCHIVE_OF_A_CREATIVE_SOUL
Initializing digital ecosystem. Type 'help' to navigate the overgrown paths.
[CORE_DIRECTIVES]
> 01. Function meets forest.
> 02. Logic meets legend.
> 03. Pixels breathe life.
[DISCOVERED_ARTIFACTS]
drwxr-xr-x relic_01_ether.exe (Project Alpha)
drwxr-xr-x relic_02_moss.sys (Project Beta)
-rw-r--r-- relic_03_wind.sh (Project Gamma)
LEVEL26
CLASSARCHIVIST
HP94 / 100
MANA88 / 100

NECOOKIE

Creative Developer & Digital Archivist

I am a builder who seeks harmony between structured logic and organic aesthetics. Drawing deep inspiration from Studio Ghibli's hand-painted worlds and high-contrast retro terminals, I craft digital sanctuaries where code feels breathing, responsive, and alive.

[CORE_MANIFEST]

  • 🌲 Alignment: Wandering between green meadows and glowing command prompts.
  • Directive: Ensure every pixel has a story, every keypress has an echo.
  • 🎒 Inventory: Custom Neovim configuration, a pouch of forest moss, and endless curiosity.

TECHNOLOGY_RELIQUARY

TypeScript92% Synced
Rust78% Synced
Python85% Synced
Shell80% Synced
visibility

Hover over a skill node inside the reliquary cabinet to read its digital codex manifest.

mail

SEND_TELEGRAM.SH

NECOOKIE(1)Archivist User ManualNECOOKIE(1)

NAME

necookie - creative terminal developer, digital archivist, and builder of breathing interfaces

SYNOPSIS

necookie [--help] [--projects] [--about] [--stack] [--contact]

DESCRIPTION

necookie is a software engineer who lives in the sweet spot where rigid code lines cross paths with Ghibli's painterly hillsides. This interface serves as a command cabinet and interactive manifest built to demonstrate standard skills, repositories, and creative directives.

COMMANDS

helpDisplay interactive instructions and lists available files to read.
whoamiShow digital identity manifest and active status.
lsPrint files inside discovered relics indices directory.
cat <file>Read and print contents of local markdown documents (e.g. cat about.md).

SHORTCUTS

  • Ctrl + L : Clear the terminal lines history immediately.
  • Tab : Complete command phrases partially typed.
  • Up / Down Arrows : Traverse history of typed command commands.

DIAGNOSTICS

No soot sprites were harmed in the execution of this site. Local state remains lightweight and optimized.

shield

ECOLOGICAL_PRIVACY_MANIFEST

This digital cabinet values your privacy as much as we value quiet meadows, fireflies, and fresh morning rain. We operate under the ancient woodland statutes of the digital frontier.

> COOKIE_ECOLOGY

We do not plant invasive trackers or commercial cookies in your browser. The only cookies we approve of are fresh chocolate chip biscuits eaten on a picnic under deep forest shade.

> COLLECTED_DATA

We only remember the options you customize in your settings control panel (like scanline styles and hue tuning) locally in your immediate memory layer. No data is beamed or sold to corporate wizards.

> SOOT_SPRITES_COMPLIANCE

This website is fully compliant with the Soot Sprites Protection Treaty of 1988. Soot sprites are free to roam, spawn, and leave coal dust wherever they choose without tracking.

src/
pages/
components/
styles/
src/pages/index.astroASTRO
---
import BaseLayout from '../layouts/BaseLayout.astro';
import Terminal from '../components/Terminal';
import AboutTab from '../components/AboutTab';
---

<BaseLayout title="Ghibli Portfolio">
  <main class="main-stage" id="main-stage">
    <Terminal client:load />
  </main>
</BaseLayout>