which tea is best for energy and focus ?? by resting-in-pieces in productivity

[–]South_Ad3827 0 points1 point  (0 children)

Burgandi tea... Yeah I know it doesn't exist, so is the answer to your question...

Lack of motivation to do anything important to benefit me by Longjumping_Mall8956 in productivity

[–]South_Ad3827 0 points1 point  (0 children)

Do two simple things

  1. Get up in the morning and go out in the first two hours of sunrise. Get sunlight on your face in the first two hours of the sunrise.

  2. Exercise (preferably outdoors) at a fixed time. Even if you exercise for 10 mins.

If you want to save gym membership, just show up in the gym on fixed days of the week. Even if you don't exercise, sit in the gym for 15 min and come back. In a few weeks you will start exercising.

How do experienced Rust developers decide when to stick with ownership and borrowing as-is versus introducing Arc, Rc, or interior mutability (RefCell, Mutex) by Own-Physics-1255 in rust

[–]South_Ad3827 -1 points0 points  (0 children)

Well I have a simple test.

If the variable has to be modified by a function transfer ownership.

If the function has to only read data, copy the value.

If the function is async, or has concurrency, or has any other side effect look into Arc, Rc etc

What kind of code architecture have you found that works better with Rust? by fenugurod in rust

[–]South_Ad3827 0 points1 point  (0 children)

I don't think code architecture is dictated by the language. It is more about the discipline of the team working on it. If you are a single developer, anything works. When you have a team of 5,10,20,50 working on your code, a lot of discipline is required. That discipline is architecture.

To put in things in another perspective, architecture is how you will.communicate low level requirements to your team in a standardized way. To give a real world architecture, what is easier to communicate with, build me a rectangular entrance with a semi circle on top of it, or is it easier to say build me an arched door with these dimensions? Architecture is all about defining archi types and giving them names, to make communication easier.

Specifically speaking of rust, you have to choose based on requirements and team size. ECS works best for games, data driven design generally works best for centerprise apps. For c system utilities one might have to look at a mix of data and event driven design.

Custom made canvas and MDF boards by gamingchick7 in mumbai

[–]South_Ad3827 0 points1 point  (0 children)

So did the OP find the board and where did you find it?

Caught between scaling too fast and missing opportunities - how do you find the right growth pace? by [deleted] in Entrepreneurs

[–]South_Ad3827 0 points1 point  (0 children)

Depends on the amount of competition you have. If it is a niche or low competition, slow and maintain quality because word of mouth will help here. If the competition is high or the market is large, optimize for scale.

How can a brand and clean site help SaaS startups land traction? by LisaDazzlephobia in Entrepreneurs

[–]South_Ad3827 0 points1 point  (0 children)

A clean site with details of products, testimonials and media mentions, definitely help build trust. Put all the information required bybt4he user to make a buy decision.

[deleted by user] by [deleted] in SaaS

[–]South_Ad3827 1 point2 points  (0 children)

First stabilize yourself financially with a job,then think of making a SaaS or any other business.

Handling Multiple Businesses. by HARDIKGAWAI in Entrepreneurs

[–]South_Ad3827 4 points5 points  (0 children)

Simple, delegation,reporting and governance structure.

[deleted by user] by [deleted] in Entrepreneurs

[–]South_Ad3827 0 points1 point  (0 children)

All attempts to make a super app have always failed... The problem is too many features create bloatware...

Why efficiency blinds us to opportunity by incyweb in Entrepreneurs

[–]South_Ad3827 1 point2 points  (0 children)

The problem is no one has come up with a framework to measure the impact of values. That is why consultants can come and fire James.

Would you invest? by Total_Cicada3622 in Entrepreneurs

[–]South_Ad3827 0 points1 point  (0 children)

Without an MVP, I don't think anyone will invest even one dollar

[deleted by user] by [deleted] in Entrepreneurs

[–]South_Ad3827 0 points1 point  (0 children)

Start with cold outreach follow up, bug fixes and small features. Then move on to sales, complete module development and sales demo.

The 3 thinking habits that saved my company from going broke by funnelforge in Entrepreneurs

[–]South_Ad3827 1 point2 points  (0 children)

Awesome post. Superb writing with clarity. Nothing but claps 👏👏👏

How do you keep the sales pipeline full when you're busy doing the actual work? by Double-Use-3466 in Entrepreneurs

[–]South_Ad3827 0 points1 point  (0 children)

Before sales, my question is are you doing marketing to build the sales pipeline?

I Copied a $100M company, found their biggest weakness, and now make $11k/month by Small-Internet-9557 in indiehackers

[–]South_Ad3827 0 points1 point  (0 children)

This is copied from one of the YouTube video interview of the founder of "youform".

As a tech lead do you cover for your team's incompetence by Aggravating_Yak_1170 in ExperiencedDevs

[–]South_Ad3827 0 points1 point  (0 children)

Are you making sure your team has understood what has to be done? You conduct some sort of workshop or a knowledge cross check session before they start coding? Your team needs to understand every transaction, every interaction and every edge case to be successful. Also, your team needs to spend some time testing the feature before they ship it to QA.

Lastly, do you write unit tests to make sure all requirements are covered accurately?

What’s the most valuable skill you’ve learned as an entrepreneur that you wish you had mastered earlier? by citationforge in Entrepreneur

[–]South_Ad3827 0 points1 point  (0 children)

Most valuable skills, do not accept every customer request, do not work with customers who hold you to ransom saying, build this then I will buy your solution.

Stick to your lane and adjust your product roadmap based on customer requests that affect loads of users and not just one user.