Skip to content

4o4E/4o4E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

👋 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 材质

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors