Skip to main content

Posts

Showing posts from February, 2020

A New Paradigm for Programming Languages

Programming these days has become a matter of learning a spectrum of different languages that all run on different runtime systems and all do their jobs slightly differently. Some programming languages, like C++ and Rust, run directly on "the metal", some, like Java and Elixir, run on a virtual machine, and others, such as Python and JavaScript, are run by an interpreter. Oftentimes the runtime environments of these languages greatly influence their design philosophies, and hence the way code is written for them, yet they often need to accomplish the same sorts of tasks. For example, to create a web server, each language has its own host of web sever frameworks to offer, each with its own quirks. It is rare for the same framework to have been targeted for multiple languages and function exactly the same in all of them. This generally isn't a problem when one chooses to develop in a single language, however many projects in the professional world tend to span multiple lang...

[和訳/Japanese Translation] Mickey Vallen – Ur Perfect I Hate It

訳Ur Perfect I Hate It (君は完璧、それが嫌) Mickey Vallen (ミッキー・バレン) 歌詞と和訳 You know I didn't expect this to be something 君と私はここまでくるとは思わなかった Hoped one day I'd wake up and you would be nothing to me ある日目覚めて君をなんとも思わないことを願った But this Sunday it'll be 10 months and でも今週の日曜日でもう十か月で I'd be lying if I said that didn't scare the shit outta me 何も怖くないと言ったら嘘になる But I'm tongue tied なのに言葉に困るよ Cause you love me and my little dark mind 私の暗い心の奥底を愛してくれた Didn't run away when you saw inside 中を覗いても逃げもしないで I tried to keep you away but I gotta face it 君を遠ざけようとしたけど認める必要がある I like what we have don't want to stain it 私たちの関係は嫌じゃない、汚したくない Fuck I think I'm gonna have to stay in this ああ、もう辛抱するしかないな I gotta face it 認めないと You're perfect I hate it 君は完璧、それが嫌 Figured that I'd self sabotage by now よく自己破壊しないでここまできたと思う I get so scared of problems that I haven't even found yet 見つけてもいない問題探しに不安になってしまう I'm sick of looking for an easy way out 楽ちんな解決...