Some vehicles are controlled by software and have OTA updates. In the future, maybe all vehicles are like this. Imagine someones have remote access (and control) to your cars...
We should have open source software for vehicles.
@ibamarief Semoga Allah memberikan sakit perut berkepanjangan pd org2 zalim tsb, keluarga yg porak poranda, dan kemelaratan di dunia dan akhirat, kecuali mereka bertobat dan memberi keadilan pd mas ibam.
It has been several months since our Rust project was frozen, but I can't forget it. Rust is so beautiful that I still visit the documentation and books, even though our current project uses Dart (Flutter) instead. Dart isn't bad, but it's not as beautiful as Kotlin (Compose).
Android Studio's default shortcuts are "just enough" for me, while VSCode/VSCodium misses some shortcuts that I need. I restrain myself from creating a new shortcut, but sometimes it becomes unbearable, now I have 3 custom keybindings, 1 of them conflicts with the default set.
"Haruskah saya berdoa untuk hal seremeh ini?"
Ya, harus, karena doa adalah bukti ketundukan.
Now my mouse extra buttons customization works (again).
I identify as keyboard warrior, but when it comes to mouse, it must have keyboard Shift and Ctrl keys :D.
- Install Fedora > install Android Studio > run emulator in Studio ==> the emulator is very slow, except those with low API levels
- Close Android Studio > run emulator from terminal ==> all are fast
- Run Android Studio again > run emulator in Studio again ==> all are fast
:/
Compose, as a newer technology compared to HTML+CSS, is simplified, with less "surprise". I learned HTML more than 10 years ago, but I just found out that HTML has a complex rule: margin collapsing.
Have been into FE for several months, the transition from Compose to React was smooth, much knowledge is transferable, but there are some gotchas. I want to defend fellow engineers in job markets:D : tech stack is just a tool, you're an engineer, not an android/web/etc engineer.
One-way nc cheatsheet
Server receives: nc -lp PORT
Client sends (OpenBSD): nc HOST PORT -q0
Client sends (Nmap): nc HOST PORT
Server sends (OpenBSD): nc -lp PORT -q0
Server sends (Nmap): nc -lp PORT --send-only
Client receives: nc HOST PORT < /dev/null