Important O-Week info: Our website is still undergoing major upgrades. Some of the contents here may be out-of-date.

Search

Reinhart Previano K.

Do you love to Ctrl-K, Ctrl-/, or / ? Now you can do three of them (>_ )!

No results so far...

Contact Information

Blog Posts


Site Updates, April 2025 edition.
Cover image for Site Updates, April 2025 edition.
My 2-month verdict of the Zen browser.
Cover image for My 2-month verdict of the Zen browser.
Changes to our service time zone on 06 April 2025.

Starting Sunday 06 April 2025, the standard time zone for Canberra, Melbourne, Sydney, and surrounding areas will change from AEDT (Australian Eastern Daylight Time, UTC+11) to AEST (Australian Eastern Standard Time, UTC+10) as the summer season and the Daylight Saving Time (DST) period has officially ended. This change will impact your experience with our services, especially those living outside the states of ACT, NSW, and VIC, Australia. Indonesian users should note that the Melbourne time zone will soon become 3 hours (formerly 4 hours) earlier from the standard western (WIB) time zone from this date onwards to 05 October 2025, where the next DST period should officially start in Australia. For more information, visit: Daylight Saving Time on English Wikipedia Daylight Saving Time on Business Victoria

Perubahan zona waktu layanan Reinhart pada 06 April 2025.

Mulai hari Minggu 06 April 2025, zona waktu di Canberra, Melbourne, Sydney, dan sekitarnya akan beralih dari AEDT (Australian Eastern Daylight Time, UTC+11) menjadi AEST (Australian Eastern Standard Time, UTC+10) karena musim panas dan periode Daylight Saving Time (DST) sudah berakhir. Hal ini dapat berdampak pada jam operasional layanan Reinhart di kawasan Anda terutama di luar Melbourne dan negara bagian Australia: ACT, NSW, dan VIC. Sebagai acuan, waktu di Melbourne akan menjadi 3 jam lebih cepat (sebelumnya 4 jam) dari Waktu Indonesia Barat (WIB) sampai periode DST berikutnya yang akan berlaku sejak 05 Oktober 2025 nanti. Informasi lebih lanjut: Waktu Musim Panas (Daylight Saving Time) di Wikipedia Bahasa Indonesia (Bahasa Inggris) Daylight Saving Time on Business Victoria

PSEDB dan kemajuan kualitas situs Komdigi.

Sekitar dua bulan yang lalu, situs resmi Penyelenggara Sistem Elektronik (PSE) Lingkup Privat milik Kementerian Komunikasi dan Informatika (KOMINFO) dan Digital (KOMDIGI) mengalami dua buah perubahan yang besar sehingga merusak sistem otomasi atas layanan pangkalan data PSE (PSEDB) saya. Sebagai contoh, isi salah satu berkas JSON dalam direktori raw/ tiba-tiba berubah menjadi seperti ini: <!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta name="description" content="PSE Komdigi" /> <link rel="apple-touch-icon" href="/logo192.png" /> <link rel="manifest" href="/manifest.json" /> <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin="" /> <link rel="stylesheet" href="/styles.css" /> <link rel="stylesheet" href="/jquery.dataTables.min.css"> <title>Komdigi</title> <link href="/static/css/30.ad95c564.chunk.css" rel="stylesheet"> <link href="/static/css/main.9b73c49e.chunk.css" rel="stylesheet"> </head> <body><noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> <script src="/static/js/runtime-main.a541f8f9.js"></script> <script src="/static/js/30.d2cfdc02.chunk.js"></script> <script src="/static/js/main.d167733d.chunk.js"></script> </body> </html> Setelah menghabiskan 3,5 jam untuk mengawakutu dan memperbaiki sistem ini, saya memberikan apresiasi terhadap kementerian ini karena: Pusat data sudah tidak disimpan dalam berkas-berkas JSON berukuran besar. Kini data tersebut tersimpan di dalam suatu instansi Meilisearch milik kementerian tersebut. Dan sebagai konsekuensinya, saya perlu mengatur strategi agar proses penarikan data masih dianggap dalam batas wajar dalam layanan server Komdigi. Endpoint API pun juga dipindahkan ke dalam instansi khusus Meilisearch. Sebelumnya https://pse.kominfo.go.id/api/v1/retrieve-json-all?status=LOKAL_TERDAFTAR, kini semacam https://pse.komdigi.go.id/api-public/tdpse?index=LOKAL_TERDAFTAR&page=1&hit_per_page=10. Anda juga sudah bisa langsung filter berdasarkan kata kunci tertentu. Meskipun demikian, fitur ini tidak dibutuhkan oleh PSEDB. Struktur data per Sistem Elektronik kini juga dikemas dalam bentuk JSON, bukan tabel/array. Catatan untuk pengembang Untungnya, program penarikan data PSEDB sebelumnya telah dirancang dengan mekanisme fail-safe, tetap menggunakan berkas data yang terakhir kali diproses jika terdapat kesalahan pada proses pemutakhiran saat ini. Namun sebagai konsekuensinya, terdapat kekosongan data atas perubahan pangkalan data PSEDB antara 13 Januari 2025 dan 17 Maret 2025. Selain itu, terdapat perubahan struktur luaran JSON dari: { "5935": { "registrationStatus": "DOMESTIK-TERDAFTAR", "systemName": "REINHART1010.ID", "systemUrl": "reinhart1010.id", "operatorSector": "Sektor Teknologi Informasi dan Komunikasi", "operatorName": "REINHART PREVIANO KOENTJORO", "registrationDate": "2022-07-16", "registrationID": "https://pse.kominfo.go.id/tdpse-detail/5935" } } menjadi seperti berikut, dengan kolom raw kini diisi dengan luaran JSON asli dari situs Komdigi: { "5935": { "registrationStatus": "DOMESTIK-TERDAFTAR", "systemName": "REINHART1010.ID", "systemUrl": "reinhart1010.id", "operatorSector": "Sektor Teknologi Informasi dan Komunikasi", "operatorName": "REINHART PREVIANO KOENTJORO", "registrationDate": "2022-07-16", "registrationID": "https://pse.komdigi.go.id/tdpse-detail/5935", "raw": { "id": "9cb1ab9c-f770-45f9-b706-39fed5ded4b6", "nama_pse": "REINHART PREVIANO KOENTJORO", "nama_se": "REINHART1010.ID", "sektor": "Sektor Teknologi Informasi dan Komunikasi", "tanggal_terbit": "2022-07-16", "url_tdpse_detail": "https://pse.komdigi.go.id/tdpse-detail/5935", "website": "reinhart1010.id" } } } Dan terakhir, nilai kolom registrationID juga telah diubah secara otomatis dari pse.kominfo.go.id menuju pse.komdigi.go.id.

Thank you, GMS Jakarta Jawa Barat Banten Education Department!

My Spiritual Journey (MSJ) is an open, class series for getting people know more about the basics and values of Christianity, entirely based on Biblical principles. It has also become the foundation of discipleship and leadership in Gereja Mawar Sharon (GMS) and Rose of Sharon Church (ROSC). In mid-2022 I secretly joined the Education department of GMS Jakarta to help them manage all the students, especially MSJ 1, 2, and 3. I quickly realized that these great classes are still managed by a small number of people (40-ish), but well, we can serve tens of thousands of students in a year! Who said working in a department that just schedule Zoom meetings and take notes of attending participants? Having some expertise back then in digitalizing HIMTI BINUS' events back then, I decided to create another Telegram bot to automatically generate contact cards from a single spreadsheet! This year, as we decided to hold more classes, we expect the numbers to double, or even triple. Of course, this is all made possible by everyone, the church who actively find for missing souls and guide everyone to receive, walk, and lead in Christ. As our Jakarta region expanded to Jakarta-Tangerang-Kelapa Gading, our church administration region was even more entrusted and merged with GMS Jawa Barat to form a large region, GMS Jakarta Jawa Barat Banten (JJB). Our Education team has expanded, too, that we have to adapt with the planting of new churches, which means a whole new location that we should serve as well. But unfortunately, that Telegram bot had to be shut down as we move to a new administration and attendance system by the church. And that could be a good thing as I will leave Indonesia over the upcoming weeks. That said, thank you to God and the greater ministry team to make our great efforts possible ❤️

Announcing the development of Shiftine, the Content Multiplexing System.

In the coming months, we decided to completely replace 90% of our websites, either powered by: Google Sites HAM (like our digital garden) Odoo (as currently used in Shiftine) T-3000 (our latest reinhart1010.id source code) into a single, custom-made content management system (CMS) to standardize the look, feel, and features to our websites. Our general purpose is to let future website improvements to be shipped as quick as possible, and to let ourselves build even faster microsites and content, combining the simplicity of text-based content (like Markdown and YAML) with rich-layout editing. What does this mean… For most users Most users will see significant changes to our website appearance, which will become more unifed than ever. And most users should benefit from our official support for older web browsers, from the latest browsers down to KaiOS and Opera Mini. We are also planning to add non-HTTPS mode for WAP browsers, as well as support for Gemini Protocol. Note that in order to continue accessing our site from HTTPS, your browser and/or operating system needs to meet the minimum system requirements for Let's Encrypt ISRG Root X1 to work. Expect new features carried from our main WordPress instance to the non-WordPress ones, such as a dedicated Category and Tag page, all with necessary RSS/Atom feeds. Internally, we would like to completely break up with WordPress. No, not because of the political movements that hit WPEngine over the last months, but to have a state-of-the-art version of Block Editor that allows us to adjust certain content for different protocol targets (which include HTTPS, HTTP/WAP, and Gemini). For users with JavaScript disabled Even though we are interested in adopting a reactive-style as a whole, we do understand the needs of certain users who have JavaScript disabled. And in fact, this is why we decided to remade our website to serve high-quality features even with JavaScript disabled. For the HAM website framework We will still develop and support HAM in the near future, but for our HAM websites like our digital garden, we will introduce two additional features to ease the transition to our Content Multiplexing System: Raw Markdown access in the published site Custom canonical HTML meta tag so search engine would preferably use the links hosted by our new CMS For the fans of Shiftine We want to import some easter eggs that make Shiftine, Shiftine. But for the lore, hmm… it's the moment where she floats over the clouds to send a smiling 200 OK to serve people across worlds and nations.

Announcing the 5 Commissions (Sub-brands) of Reinhart

As an joint effort to serve people across different groups and communities with different interests and needs, Reinhart hereby announces that his personal brand will be segmented into these five general Commissions to communicate our products and activities efficiently and effectively. Commission I: Gospel and Spiritual Affairs Commission II: Social and Public Services Commission III: Academic Research and Journalism Commission IV: Information and Communication Technology Commission V: Creative Arts and Intellectual Property

Peluncuran 5 Komisi (Submerek) personal branding Reinhart di tahun 2025.
Cover image for Peluncuran 5 Komisi (Submerek) personal branding Reinhart di tahun 2025.


Reinhart Previano Koentjoro
Reinhart Previano Koentjoro
Citra Manggala Dirgantara
Citra Manggala Dirgantara

A Reinhart company

Products

Company