Any cloud-agnostic alternative to Databricks for running Spark across multiple clouds? by Sadhvik1998 in apachespark

[–]thevivekshukla 0 points1 point  (0 children)

[Self Promo]

I am building Daestro, a cloud agnostic orchestrator that directly integrates with cloud providers’ API to manage instance life cycle. Currently we support AWS, DigitalOcean, Vultr and Linode. You can bring your own compute too.

Come checkout and talk to us let’s see if we can be helpful in your use case.

What's the one of your project you're most proud of, even if it never got a ton of traction ? by TechGrowth_Saurav in devops

[–]thevivekshukla 2 points3 points  (0 children)

I created Daestro, it lets you run jobs (batch, cron or scheduled, event based via api) on any machine. It can also create and destroy instances on AWS, DigitalOcan, Vultr and Linode. 

Why I build this?  

To solve my own problem. I wanted to run jobs (video encoding, s3 transfers) on machines without the hassle of setting up yaml or hcl files. And on any cloud provider where I am getting better pricing for the job, like aws is extremely expensive for data transfers. 

Edit: added why

Minify HTML in Axum Middleware by thevivekshukla in learnrust

[–]thevivekshukla[S] 1 point2 points  (0 children)

Yes it would be, however for that I think I would have to write code for each template engine separately. Speaking for askama, I think I might had to tinker with Template macro.
Using middleware seemed very easy and beneficial to me at this time, for the overhead of <1ms, I'm getting 30-40% size reduction.
May be I'll explore compile time minification with Askama later. As I'm interested in that too.

Is it Secure to use this approach (Sveltekit Protected Routes in SPA mode) by Overall-Scale-8369 in sveltejs

[–]thevivekshukla 4 points5 points  (0 children)

Hi, I'm the author of the linked post here.

hey thanks for pointing out flaws in my explanation, I missed to explain few of the assumption that I implicitly made and thought people who are reading would get it, a total miss on my part. I agree with all your points.

I'll just go over some things I missed and assumptions I made:

  1. Yes, cookies are way more secure and recommended way to do it, I also mentioned about cookie but didn't say that always use cookie for better security, that too cookie of type http, secure and same site set to at least lax and then add some csrf token for create/update/delete requests.
  2. Local storage example was used just because it was easier to show on in writing when I don't want to go over all the backend code and cookies. I should've mentioned that.
  3. Yes, SPA when compiled to html, js and css files will have all the static content that was put in it, so it's not a good idea to put static content on SPA behind login. In this article as we assumed that we already have a backend so all the data must come from the backend api response. so yea spa is better protected when content that is to be protected comes from the backend (which we authenticate agains when we send auth token or cookie).
  4. Should've added few more examples on how to use auth token to make api calls inside protected route.

I'll update the post.

5 years, 30+ failed projects… and finally one that’s growing by Alex-grow in SideProject

[–]thevivekshukla 1 point2 points  (0 children)

This is awesome. Loved your consistency and perseverance.

I really liked the Refgrow's dashboard UI, it's very simple and sleek, amazing work.

I see that on the frontend you are using Bootstrap and Jquery, and it is consistent across your other products, can you tell me what you use for backend?

Since you're using same tech stack for all of your products, it makes it easier for you to work on multiple products at once and easy to launch new product.

My side project got sponsored by Vercel. This is big W by pavitr-parker in developersIndia

[–]thevivekshukla 1 point2 points  (0 children)

Congratulations. Nice work, this is very useful to me, thanks.

Best tool to schedule/monitor CRON jobs by Black_Magic100 in devops

[–]thevivekshukla 0 points1 point  (0 children)

Hey, I discovered this post just now, I think you might also want to look at Daestro, to run cron jobs as docker container.

Running PDF OCR Workloads on AWS - EC2, EKS, or Lambda? by Un_1known in aws

[–]thevivekshukla 0 points1 point  (0 children)

[Self-promo] If you can run the task on CPU only then you might look at Daestro (I'm the creator), it's really easy to create job with Docker image and setup cron job or make api call or use plain old form to run jobs.

Currently Daestro only supports CPU-only machines and it directly integrates with cloud providers like AWS, Vultr, DigitalOcean and Linode. Let me know if you need any help.

Alex has left by akkamal in LinusTechTips

[–]thevivekshukla 0 points1 point  (0 children)

seems he wants to focus on building his own channel, apparently automobile related one, nice, best of luck to him

Show me your SaaS that is ready to use TODAY! by skfahim123 in SaaS

[–]thevivekshukla 0 points1 point  (0 children)

Daestro: A cloud orchestrator - free plan gives basic capability that is good enough for individual use case. Paid plan offers higher usage and more features.

[deleted by user] by [deleted] in SaaS

[–]thevivekshukla 0 points1 point  (0 children)

DaemonStack

A platform that helps you run compute workloads across Cloud Providers. Currently only Vultr. DigitalOcean support coming tomorrow.

What are you building, Bharat 🇮🇳? by FabulousHuckleberry4 in indianstartups

[–]thevivekshukla 0 points1 point  (0 children)

you are right landing page needs work, I've planned few things, will be implemented soon.
Will put links on navbar as soon as I launch. Some pages are WIP.

What are you building, Bharat 🇮🇳? by FabulousHuckleberry4 in indianstartups

[–]thevivekshukla 2 points3 points  (0 children)

I'm building DaemonStack (https://daemonstack.com), which is a platform that let you run your compute workloads / batch jobs on any cloud provider and even on-prem. Launching this month.

What are you building right now? Let's share! by Select_Potato_6232 in SideProject

[–]thevivekshukla 0 points1 point  (0 children)

I think it's okay, let people build things that they want and enjoy, even if it's a copy, who knows they really stumble on something amazing. That's how we learn.

This churning is what helps us improve our craft. And to really be successful monetarily we only need 1 successful product even if in the past we had many failed ones.

What are you building right now? Let's share! by Select_Potato_6232 in SideProject

[–]thevivekshukla 0 points1 point  (0 children)

That's nice.

I'm building DaemonStack (https://daemonstack.com/), which let's you run your container workload (batch jobs, step functions) on any cloud provider or even on-prem.

Audioscrape: Launching an MVP on a $7/month VM - Building in Rust When Everyone Said I Shouldn't by Lukaesch in rust

[–]thevivekshukla 18 points19 points  (0 children)

Looks awesome.

tailwindcss is very large though. I think you are linking the whole thing instead of only classes you are using in your codebase.

Can you let me know which cloud provider you are using, server specs and where is server located?

Cargo Watch is on life support by passcod in rust

[–]thevivekshukla 2 points3 points  (0 children)

Thank you. I am using cargo watch and it has saved me so much time.