Posts

Hoarder - All-in-one Bookmarking & Note-taking App
Ida Bagus Gede Pramana Adi Putra

There are lots of self-hosted note-taking apps and plenty of link-saving and bookmarking apps, yet another one is born, but this one does both.

TinyPNG â Compress AVIF, WebP, PNG and JPEG images
Ida Bagus Gede Pramana Adi Putra

Free online image optimizer for faster websites! Reduce the file size of your AVIF, WEBP, JPEG and PNG images while preserving the image quality.

A self-hosted Gamified Habit Tracker
Ida Bagus Gede Pramana Adi Putra
.png)
Introducing HabitTrove, a gamified habit tracking application that helps you build and maintain positive habits by rewarding you with coins, which you can use to exchange for rewards.

GitHub - oumi-ai/oumi at reditor.co
Ida Bagus Gede Pramana Adi Putra
Everything you need to build state-of-the-art foundation models, end-to-end. - GitHub - oumi-ai/oumi at reditor.co

The Path to Million Qubits in Quantum Computing from Microsoft
Ida Bagus Gede Pramana Adi Putra
Microsoft today introduced Majorana 1, the world’s first quantum chip powered by a new Topological Core architecture that it expects will realize quantum computers capable of solving meaningful, industrial-scale problems in years, not decades.

A quick intro about Hugging Face
Ida Bagus Gede Pramana Adi Putra

Hugging Face is a free, open-source platform for building, training, and deploying machine learning (ML) models. It provides open-source tools, datasets, and models, making AI development more accessible.FeaturesTransformers Library – Pre-trained NLP models like BERT, GPT, and T5.Model Hub – A vast repository of AI models for NLP, vision, and audio.Datasets & Tokenizers – Ready-to-use datasets and efficient tokenization tools.AutoTrain – No-code AI model fine-tuning.Inference API – Easy model deployment and integration.BenefitsSaves development time with pre-trained models.Enables fast...

What is Indonesia's #KaburAjaDulu Trend That Goes Viral?
Ida Bagus Gede Pramana Adi Putra

Get to know about Indonesian latest viral trend on the internet #KaburAjaDulu as a social movement and a response to Indonesia's Economic and Politic uncertainty.

Mengatasi nilai ID increment yang bermasalah di PostgreSQL
Ida Bagus Gede Pramana Adi Putra
Saat melakukan migrasi database dari MySQL ke PostgreSQL dengan PGLoader, ada kemungkinan ID increment (iterasi) saat ini untuk tabel disetel ulang ke 1. Misalnya, tabel `migration` memiliki 111 baris, dan seharusnya increment (iterasi) selanjutnya adalah 112. Namun, PostgreSQL tidak memiliki nilai awal dari sebelum migrasi. Untuk memperbaiki masalah ini, jalankan pernyataan SQL berikut untuk setiap tabel. ```SQL SELECT setval('migrations_id_seq', (SELECT MAX(id) FROM reditor_db.migrations)); ``` Ganti `migrations_id_seq` dengan ID sekuensial pada tabel yang dikehendaki serta `reditor...

Mana Lebih Cepat? Rust vs Go (Golang)
Ida Bagus Gede Pramana Adi Putra
Video ini menampilkan perbandingan antara dua bahasa pemrograman Rust dan Go (Golang) hanya dengan pustaka standar masing-masing.

6 Package Laravel yang wajib kamu gunakan mempermudah hidupmu sebagai developer!
Ida Bagus Gede Pramana Adi Putra

Sebagai Framework PHP terpopuler saat ini, Laravel memiliki banyak package yang dapat membuat hidup kita semakin mudah sebagai developer website.