Skip to content
View Aejkatappaja's full-sized avatar
💭
Talk is cheap. Show me the code.
💭
Talk is cheap. Show me the code.

Highlights

  • Pro

Block or report Aejkatappaja

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Aejkatappaja/README.md
#[derive(Debug)]
pub struct Aejkatappaja {
    pub roles: &'static [&'static str],
    pub editor: &'static str,
    pub terminal: &'static str,
    pub os: &'static [&'static str], 
    pub wm: &'static [&'static str], 
    pub hardware: &'static [&'static str],
    pub kbd: &'static str,
}

impl Aejkatappaja {
    fn specs() -> Self {
        Self {
            roles: &[
                "Software Engineer", 
                "Open Source Contributor"
            ],
            editor: "Neovim",
            terminal: "Ghostty",
            os: &[
                "macOS", 
                "Arch Linux"
            ],
            wm: &[
                "Yabai", 
                "Hyprland"
            ], 
            hardware: &[
                "Mac Studio M4 Max", 
                "Apple Studio Display 5k 27", 
                "MacBook Pro 14 M1 Pro", 
                "Thinkpad T14 Gen 1"
            ],
            kbd: "HHKB Pro Hybrid Type-S",
        }
    }
}

fn main() {
    println!("{:#?}", Aejkatappaja::specs());
}

QwikDev/devtools
feat(extension): browser extension for Chrome MV3 & Firefox MV2
Component tree · State inspection · Element picker · Live renders


dev.to
I built a Web Component that generates skeleton loaders from your real DOM
Automating skeleton screens by deep-cloning and styling the actual DOM tree into a loading state.

Pinned Loading

  1. phantom-ui phantom-ui Public

    Structure-aware skeleton loader. One Web Component, every framework.

    TypeScript 629 23

  2. sora sora Public

    空 A deep colorscheme for Neovim. Ethereal cyan, muted accents, near-black canvas.

    Lua 48 1

  3. qwik-devtools qwik-devtools Public archive

    [Archived] Original Qwik DevTools prototype - merged into Qwik core

    TypeScript 8

  4. dotfiles dotfiles Public

    macOS dotfiles with Nvim, Kitty/Ghostty, Starship, Yabai, Sketchybar, Sora theme

    Lua 5