Skip to content
View 4o4E's full-sized avatar

Highlights

  • Pro

Block or report 4o4E

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
4o4E/README.md

👋 Hi there, I'm 404E

关于我

object Me {
    val hobby = listOf(
        "bilibili",
        "steam",
        "羽毛球",
        "游泳",
    )

    suspend fun next() = when {
        now().isWorkTime -> ((1..9).map { "工作" } + "摸鱼").random()
        now().isTimeToSleep -> "sleep"
        else -> hobby.random()
    }

    suspend fun life() {
        while (true) {
            withContext(Dispatchers.Main) {
                invoke(next())
            }
        }
    }
}

喜欢且熟悉 kotlin 的全栈开发者

工作中大量使用java/springjs/vue, 也熟悉前端(ts/react)和客户端(jetpack compose)

别的技术栈诸如python会用但用的不多

热爱技术、喜欢尝试新又新又好的工具和解决难题

vibe coding含量100%

最近在写什么

使用kotlin喵, 使用kotlin谢谢喵

好用爱用多用😋

wakatime

以前做的mc项目

Bukkit 插件

Minecraft 材质

Pinned Loading

  1. Tavolo Tavolo Public

    Headless Kotlin image processing and offline rendering toolkit powered by Skiko

    Kotlin

  2. brix brix Public

    TypeScript 1

  3. mc-skin-render mc-skin-render Public

    mc玩家皮肤预览

    Kotlin 3 1

  4. EPlugin EPlugin Public

    简单的 spigot-kotlin 插件框架

    Kotlin 4

  5. EClean EClean Public

    基于BukkitAPI的清理插件

    Kotlin 71 9

  6. Boom Boom Public

    基于BukkitAPI的管理插件

    Kotlin 37 3