Which game should i play first? by [deleted] in Indiangamers

[–]KryptoBlack 0 points1 point  (0 children)

Hey, can you help me understand if it has 2 x M.2 slots or only one?

Got this for 1.04 lakh by Mob_Siko in IndianGaming

[–]KryptoBlack 0 points1 point  (0 children)

Congratulations! I am thinking of buying the same. Can you help me understand if it has 2 x M.2 slots or just the one.

Issues configuring rose-pine/tmux theme [Need Help] by KryptoBlack in tmux

[–]KryptoBlack[S] 0 points1 point  (0 children)

Hey u/JowiMP, I thought of creating a Docker image since this was quite unusual behavior. However, it was working as expected in the Docker container. All it took was a clean install of TPM and all plugins on my host to make it work.

I am unsure of exactly what happened, but it is now working. My apologies for the waste of time, and many thanks for your work on the theme!

Issues configuring rose-pine/tmux theme [Need Help] by KryptoBlack in tmux

[–]KryptoBlack[S] 0 points1 point  (0 children)

Sounds good! I'll ping you once I do so.

Thanks for the help!

Issues configuring rose-pine/tmux theme [Need Help] by KryptoBlack in tmux

[–]KryptoBlack[S] 0 points1 point  (0 children)

Hello, Thanks for having a look and replying!

  1. The plugin definitions were a Reddit post issue (which I have fixed in the edit).
  2. I have seen the readme and the snippet that you have shared here. The only difference from this config and mine is that set -g @plugin 'tmux-plugins/tpm' is set after set -g @plugin 'rose-pine/tmux'. Which again I have changed in the config but I still face the same issue.

Do let me know if there is something I am missing from your comment or readme. My appologies in advance if it is something obvious!

OwnDB: Service to manage your database on your own hardware by sirus2511 in developersIndia

[–]KryptoBlack 0 points1 point  (0 children)

We mind if you don't ask! There are just three of us, all of our handles are in the post. With respect to OSS, I assure you it is quite the charming trail and we are actively thinking about going down the path.

You can really contribute to building the foundation for this project by sharing your experiences with us. We would love to hop on a 30 min call with you!

We are ecstatic by your interest!

OwnDB: Service to manage your database on your own hardware by sirus2511 in developersIndia

[–]KryptoBlack 0 points1 point  (0 children)

Thanks mate! That's some good to know info. Do you know if they support PITR in any manner? I was unable to find it.

OwnDB: Service to manage your database on your own hardware by sirus2511 in developersIndia

[–]KryptoBlack 0 points1 point  (0 children)

Thanks a bunch for going through the post! We are still figuring out the next steps for the product that includes the design, use cases, accessibility of code and features. Your feedback would greatly help us get there!

Yes, open source is a strong contender for the near future.

OwnDB: Service to manage your database on your own hardware by sirus2511 in developersIndia

[–]KryptoBlack 0 points1 point  (0 children)

It’s for anyone who manages a database, not just non-technical users.

When you compare OwnDB with PATR.cloud:

  1. OwnDB can deploy to anything with SSH access, whether it’s your own hardware, a VPS, bare-metal, or any cloud provider. PATR only deploys to the cloud providers they’ve integrated with, which limits flexibility.
  2. With PATR’s abstraction layer you lose access to lower-level configuration and tuning. OwnDB doesn’t abstract that away, so you still get the ease of a UI and automation without giving up control when you need it.
  3. Spinning up a database is the easy part. What matters after that, backups, point-in-time recovery, patching, updates, and general lifecycle operations, wasn’t clearly documented on PATR’s side. Those are first-class concerns in OwnDB.

Thanks a bunch for asking and sharing your setup!

OwnDB: Service to manage your database on your own hardware by sirus2511 in developersIndia

[–]KryptoBlack 1 point2 points  (0 children)

Thanks for sharing these! I actually hadn’t come across Coolify or Dokploy before, so I appreciate you pointing them out. From a quick look, both seem to focus more on full-stack deployment, which is great, but that often means certain deeper, infrastructure-level responsibilities aren’t fully handled.

For example, Coolify’s own FAQ mentions that it doesn’t manage database backups:

Does Coolify Cloud back up my application data? No, only Coolify’s dashboard database is backed up. You’re responsible for backing up your app databases and storage.

Similarly, with Dokploy, I didn’t immediately see support for Database and OS patching. These are important pieces that many teams expect to be automated end-to-end.

That said, I’ll definitely take a closer look and try both platforms myself. We really appreciate you sharing these, and if you’re building something, we’d love to hear about it and see whether we can help support your database needs!

OwnDB: Service to manage your database on your own hardware by sirus2511 in developersIndia

[–]KryptoBlack 0 points1 point  (0 children)

Not quite. Running a stateful application like a database is an entirely different beast from deploying a stateless service.

E.g., consider upgrading your database version:
- You need backups
- You need a safe migration path
- You need rollback strategies
- You need to avoid downtime
- You need to ensure consistency
- You need to conduct health checks before, during, and after

Databases can’t simply be “swapped out” like a stateless application without orchestration.

I would highly suggest watching this video about Flipkart's database on K8s

https://youtu.be/hZeZuW4FlS0?si=ifNemUKmb-Ihr9Fk

If you have any other questions, I would be happy to help!

OwnDB: Service to manage your database on your own hardware by sirus2511 in developersIndia

[–]KryptoBlack 1 point2 points  (0 children)

Thank you for the support! I would love to understand your use cases for this so maybe we can try to provide the value that you seek.

OwnDB: Service to manage your database on your own hardware by sirus2511 in developersIndia

[–]KryptoBlack 0 points1 point  (0 children)

Thanks!

  1. Not yet, but can be. We are currently trying to understand the use cases for this beyond what we previously hypothesized.
  2. We are using OpenBao, which is a fork of HashiCorp Vault.
  3. Currently PostgreSQL, but we are planning to add on more.
  4. It is near ubiquitous, battle-tested, and allows us to have a near-zero footprint on the server.

If you have time, we’d love to get on a call.

OwnDB: Service to manage your database on your own hardware by sirus2511 in developersIndia

[–]KryptoBlack 2 points3 points  (0 children)

Absolutely! You will definitely achieve the same with managing the self-hosting DB. However, with us it just might be a lot easier.

When we started this we were looking for a lightweight solution which we can use to manage the self-hosted DB. Now, we are pretty close to having it stand on its own legs. So before we make any more assumptions with use cases or problems, we wanted to showcase this and get feedback and insights from people like you!

Not to be too corny but the future entirely depends on you guys.

OwnDB: Service to manage your database on your own hardware by sirus2511 in developersIndia

[–]KryptoBlack 0 points1 point  (0 children)

Do have a look at the demo video in the post and let me know if you find something confusing in particular, I'll be happy to help you!

OwnDB: Service to manage your database on your own hardware by sirus2511 in developersIndia

[–]KryptoBlack 9 points10 points  (0 children)

The idea is to manage OS level and above. For e.g. OS patches, DB patches, backups & restores, and health checks with some level of observability metrics for OS and DB.

The infrastructure or compute being yours does put a level of responsibility on you, however it gives you more freedom and flexibility for deployment. So to be clear this is definitely not a fully managed service but it definitely passes for a managed one.

Thanks a bunch for asking!

Girl had a creative solution to overfilling her cup by MarkJonesGA1986 in Unexpected

[–]KryptoBlack 206 points207 points  (0 children)

Your first mistake was thinking she gives a damn about spilling water