• About Me
  • Blog
  • Portfolio
  • Contact

Andra Antariksa

Andra Antariksa

Japan Customs That Aren't Commonly Mentioned

6/3/2025

Here are some ~Tokyo~ Japan in general customs I noticed that aren't commonly mentioned: - Wear long pants—shorts will make you stand out big time - Don't use any perfume other than neutral scents o...

Time To Be Productive On Weekends

6/3/2025

I feel guilty whenever I do nothing on my day off from work. As someone who works 9 to 5, I can barely afford more productive time on weekdays. After my 9 to 5 job, I do my chores and work out, which...

Speedup Rust Compile Time

1/14/2022

Rust is notoriously known for being slow to compile. This was caused by several problems. I will list the current overhead that the Rust compiler has ### Macro expansion Code generation using macro...

You Might Want to Consider to Upgrade Your SSH Key to Ed25519

1/14/2022

## Introduction As of today, RSA is the most widely used, but Ed25519 has become the newly recommended public key algorithm to use. Ed25519 it uses [Twisted Edwards curve](https://en.wikipedia.org/w...

Functor, Applicative, dan Monad dengan Gambar

3/12/2020

Ada sebuan nilai (_value_) dasar: ![](http://adit.io/imgs/functors/value.png) Dan kita tahu bagaimana cara mengaplikasikan suatu fungsi pada nilai tersebut: ![](http://adit.io/imgs/functors/value_...