In this page, you may find blog posts / articles which might be useful to you. The posts will range from software and data technologies. You may also browse them based on posts’ categories and each category also has one or more tags.
Posted in:
Public Speaking
Tags:
Artificial Intelligence
Economic Transformation
Janabadra
Author:
Bambang Purnomosidi D. P.
| |
1 minute
Full presentation available at our GitHub repository
Posted in:
Software Engineering
Tags:
Java
SDKMAN!
Installation
Configuration
Fish Shell
Author:
Bambang Purnomosidi D. P.
| |
4 minutes reading time
If you are a developer, working mainly with Java, you will notice that so many things need to be done in order to install and stay updated with Java ecosystem and development tools. There’s a tool called SDKMAN! which can be used to handle …
Posted in:
Operating System
Tags:
Devuan
Debian-based
Broken
APT
Author:
Bambang Purnomosidi D. P.
| |
2 minutes reading time
If you are a user of Debian-based Linux distro, especially the unstable release (so called Sid in Debian), broken packages are not special. They may arise in your day-to-day activities with the distro (that’s the reason of why the word unstable …
Posted in:
Operating System
Tags:
QEMU
Haiku
Sound
Audio
Author:
Bambang Purnomosidi D. P.
| |
1 minute
Have you ever use Haiku OS? I follow this project closely since Beta1. While I love to listen to music, I did not pay attention to sound in Haiku OS until now when I want to check whether I can use the browser (Web - Epiphany) to listen to Youtube. …
Posted in:
Software Engineering
Tags:
JavaScript
TypeScript
Author:
Bambang Purnomosidi D. P.
| |
2 minutes reading time
TypeScript is supertype of JavaScript, or for easier understanding, TypeScrirpt is JavaScript with syntax for types. It is now developed by Microsoft. It is a lovely programming language which tries to “patch” the flaws of JavaScript. …