Some people hide their code like it's a secret recipe.
But let's be honest — most of us are just wiring together tools, libraries, and our own glue code and hoping for the best.
Why pretend? Share the mess. Let others learn from it. Let them improve it.
That's the beauty of OSS: imperfection, shared openly, becomes real progress.
In that spirit, the projects here are released as genuine OSS, not CSS (Closed Source Software).
They are freely available to all users under their respective licenses.
I’m not a fan of CSS — neither the fully closed kind nor the styling one, with a particular dislike for the latter.
That said, I do have a soft spot for Tailwind CSS.
Not having to write raw CSS and still getting a decent-looking UI is just wonderful.
Thanks, TwCSS <3
package main
import "fmt"
func darui3018823() {
fmt.Println("👋 Hi, I’m @darui3018823")
fmt.Println("なーんちゃってプログラマー")
fmt.Println("Swift, Kotlin, Goとか使えるようになりたい")
}
func AboutMe() {
fmt.Println("コード書いたりゲームしたり いろんなことをしています")
fmt.Println("Arcaeaは神ゲーなのでやりましょう")
fmt.Println("macください")
}
func Interests() {
fmt.Println("Langs:")
fmt.Println(" - Go")
fmt.Println(" - Rust")
fmt.Println(" - Next.js(React)")
fmt.Println("Tools:")
fmt.Println(" - TailWind CSS")
fmt.Println(" - PowerShell Core")
}
func Policies() {
fmt.Println("Policies:")
fmt.Println("1. Make it work.")
fmt.Println(" - It’s obvious, but it’s everything.")
fmt.Println("2. Build what you love, for yourself.")
fmt.Println(" - Self-satisfaction is as vital as the need for approval.")
fmt.Println("3. Tailwind Css is the best CSS")
fmt.Println(" - i hate css. fuck you")
fmt.Println("4. Eliminate Python from everything.")
fmt.Println(" - pip must die. Node.js, you're next. You should die too.")
}
func main() {
darui3018823()
AboutMe()
Interests()
Policies()
}|
Programming Languages |
||
|
Editor/IDE |
Tools |
|
|
Frameworks/Runtime |
DevOps / Servers / DB |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|



