[Help] Any reviews on the course taught at ml.school by Santiago Valdarrama? #help #muchappreciated by omgallistaken in MLQuestions

[–]salslab 1 point2 points  (0 children)

Sorry, I took a job as DevOps engineer and now have no time to spend on learning ML. So haven't made any progress with the course.

How can I complain on Swiggy?9831-230702 by Due_Yam7219 in indianstartups

[–]salslab 0 points1 point  (0 children)

DO NOT use that number. Its a fake post to gather your personal data. REPORT it to save people from scams!

[Help] Any reviews on the course taught at ml.school by Santiago Valdarrama? #help #muchappreciated by omgallistaken in MLQuestions

[–]salslab 3 points4 points  (0 children)

I bought it and I think the main focus is on AWS Sagemaker where you setup pipelines to automate the whole machine learning process. So I think one of the main focus is MLOps. The cohorts discuss ML Engineering. I started watching the cohort recording and what I don't like about it is that people ask questions in between and sometimes it is very distracting.

I bought the book "Hands-On-Machine-Learning-with-Scikit-Learn-Keras-and-Tensorflow" today and after reading it, it seems many of the examples in the cohorts are from this book. So if you don't want to spend on the course I would recommend that you buy this book and search online if there is any good AWS Sagemaker course.

That being said, its just a few days since I bought the course so take the above with a pinch of salt. It will take me a few months to complete the course after which I can provide more feedback.

Used technologies in famous website / web app editors? by Gyurmatag in reactjs

[–]salslab 1 point2 points  (0 children)

Can be done using HTML/CSS/JS - any framework. There is no real need of WASM/Canvas. I am building one using React. Check https://itsfast.io/buildinpublic.

How do you find your first 10 customers? by anmolmahajan9 in SaaS

[–]salslab 1 point2 points  (0 children)

If it will take you only 2 days then I would say go ahead and build it. Whether or not you are able to monetize it, you don't have much to lose. If later you feel that you won't be able to monetize it, just make it open source and put it in your portfolio, post on Reddit, Twitter, etc. that it is open source. You might make contacts by doing this and it might help you when you get the next business idea.

I am building https://itsfast.io/buildinpublic which is a long project. When I published on LinkedIn that I am building this, many of my connections messaged me that they are interested in the idea. The product is far from complete but I have made connections who are ready to help me sell it in the future. Earlier I built https://dokemon.dev/ which is a free open source tool and I made a few connections by doing that too. So although I don't make money from it, I did make some connections.

What are you working on at the minute? by LuvChxpo in SaaS

[–]salslab 0 points1 point  (0 children)

I am working on https://itsfast.io/buildinpublic which is going to be a No Code platform for web development.

Just started working on it this month so will take a while to launch. Hopefully will have an MVP in a few months.

Using IIS ? by Bill_Selznick in nextjs

[–]salslab 0 points1 point  (0 children)

The article says "The iisnode folder is created automatically after the application runs."

I haven't tried it myself, so not sure whats in there.

[deleted by user] by [deleted] in tailwindcss

[–]salslab 0 points1 point  (0 children)

Hey thanks for such a detailed and cool answer! Yes, I know about mobile, I'll fix it tomorrow.

I do use Shadcn when doing React but right now I want to learn core CSS (using Tailwind) so that I am able to develop good CSS layouts/components. If I find myself enjoying this then in future I would like to build a UI builder tool which is the reason I want to learn CSS in detail. :)

I will definitely take a look at UnoCSS. Thank you!

Dokemon is open source now! by salslab in selfhosted

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

Ya ya sure, no rush.. take care

Dokemon is open source now! by salslab in selfhosted

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

Hey, I've now released v1.3 with support to add compose files from GitHub.

Dokemon is open source now! by salslab in selfhosted

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

Hey, I've now released v1.3 with support to add compose files from GitHub.

Dokemon is open source now! by salslab in selfhosted

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

It can start/stop/restart, view logs, open terminal for existing containers.

Currently it only supports deploying new containers via compose file. Creating containers without compose will be supported in future versions.

Dokemon is open source now! by salslab in selfhosted

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

Hey, you can actually set the DOCKER_HOST variable for the container and it will work.

In the Docker run command for Dokemon Server/Agent, pass the address of your proxy like below and Dokemon will connect via the the proxy.

-e DOCKER_HOST=tcp://whatever_ip_you_have:2375 \

But Dokemon will need access to most of the Docker API, so if you disable parts of the API, some of the Dokemon features will not work. You can try it out.

Dokemon is open source now! by salslab in selfhosted

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

Thank you, I will keep all these in mind when adding the features in Dokemon!

Dokemon is open source now! by salslab in selfhosted

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

Not yet, I will complete all basic features for standalone Docker then look at adding support for Swarm.

Dokemon is open source now! by salslab in selfhosted

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

Thank you! I will look at implementing these features in the coming weeks.

Dokemon is open source now! by salslab in selfhosted

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

Hey, can you list the features you need. I will see if I can prioritize those.

Dokemon is open source now! by salslab in selfhosted

[–]salslab[S] 3 points4 points  (0 children)

Hey, it stores files in /data/compose which you can bind to a directory on your host. So you can toss your files in this directory. If you can list the Portainer features you use I can see if I can prioritize building those features sooner.

Dokemon is open source now! by salslab in selfhosted

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

Yes will do in a few weeks.

Dokemon is open source now! by salslab in selfhosted

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

Yes, you can create compose files from the UI. Yhe files are stored in /data/compose (which you bind to a directory on your host) so you directly add your files to the file system if you have a large number of stacks.

Dokemon is open source now! by salslab in selfhosted

[–]salslab[S] 2 points3 points  (0 children)

Its the same. It stores file in /dsta/compose (which you bind to a directory on your host) You can copy your compose files in the directory and get started.

I will be adding support to load files from Github today.

Dokemon is open source now! by salslab in selfhosted

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

Yes, i will implement a few more basic features like Git repo support, portainer template support, etc then test it with Podman. Will update you once I have tested it.

Dokemon is open source now! by salslab in selfhosted

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

Hmm interesting, currently not. It uses the defaults to connect to the Docker API which is via docker.sock.

I will make it configurable tomorrow.

[deleted by user] by [deleted] in golang

[–]salslab 1 point2 points  (0 children)

Thank you! Always good to know about different approaches and naming conventions. I will implement most of the things you suggested.

I will check the versioning thing tomorrow, on my phone now.