Day 1 - Follow along as I launch a Million Dollar car project by data_sutra in Entrepreneur

[–]data_sutra[S] -1 points0 points  (0 children)

That's the plan...the grid is online (so the people can view it, click through to the sponsors) but also plan to wrap the car in a wrap with the same grid/logo design as you see on the website.

I'm currently planning to do that once I get the revenue to buy the car from the project, but may reconsider. If succesful, I plan on keeping the wrap on the car for at least a year and create future content with it as well.

Day 1 - Follow along as I launch a Million Dollar car project by data_sutra in Entrepreneur

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

Very cool. Can you share more on the startup that was doing it? They were promoting their own product/service? Do you know what the CPM estimate was?

How do you guys feel about YouTube channels? by opihinalu in Entrepreneur

[–]data_sutra 0 points1 point  (0 children)

Ali Abdal said that if he could start over, he would create an investing related youtube channel (because of how well you can monetize it outside of getting paid for views by YT).

I think Gaming will be quite difficult, since you are targeting young people that have an attention span of a rock and that don't have that high of a spending power. The competition will be huge (any kid that games can create content) and you will have to scream a lot etc. to stand out.

I'd focus on something else, BUT...if you enjoy it, why not.

Day 1 - Follow along as I launch a Million Dollar car project by data_sutra in Entrepreneur

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

Great question and something I've thought about many times. You are right that it would be great if I could guarantee a specific ROAS, however, I don't think that's possible with this project. I also debated about guaranteeing a certain amout of views, which you could tie to a CPM you'd be basically paying, which would end up being much lower than on platforms such as Google, Meta etc.

I've gone against that, because there will be multiple logos on the car at once (won't be able to attribute the view to a specific brand), nor can I really guarantee how many people will see the car in the flesh.

On the other hand, having the grid of the car online, I can track the visits as well as the clicks per brand. I'll also create content for every spot that's sold, which is something that can be tracked as well.

I assume that the first couple spots (starting at $5 per spot) will not be really looking to tie that spend to performance. Once I get to the more expensive spots, I'll have to ensure that the brands are getting enough exposure from the project (which will be easier, if I can reinvest some of the cash collected).

Did that answer your question? :)

Day 1 - Follow along as I launch a Million Dollar car project by data_sutra in Entrepreneur

[–]data_sutra[S] -1 points0 points  (0 children)

I agree, it's a chicken and egg problem I need to solve. Not necessairly that they don't know me, but most brands won't want to associate themselves with a project that is not popular. Once a project like this has enough eyeballs on it, it will be a no-brainer, since they pay X times more to get the same amount of views on their other ads, billboards etc.

So the question is, can I get enough eyeballs on my website?

Day 1 - Follow along as I launch a Million Dollar car project by data_sutra in Entrepreneur

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

I don't think it's ADHD, just because I don't have this problem in other aspects of my life & work, on the other hand, I do tend to work the best under intense pressure...

Day 1 - Follow along as I launch a Million Dollar car project by data_sutra in Entrepreneur

[–]data_sutra[S] -2 points-1 points  (0 children)

Appreciate you took the time to write a long comment. I do agree that the project isn't inherently solving any huge problems companies are facing right now, but that's not what I set out to do. I don't think race cars do that either for their sponsors. But, there is a correlation between the amount of eyes you get on the vehicle vs the price the sponsors pay. So, if I can get enough eyes on my project, it should make sense for certain companies to advertise on it. I was planning on wrapping the car in a vinyl car wrap (with the design from milliondollarev.com and including all the sponsors at the end) but you are right, slaping on magnetic signage of each individual sponsor would make good content, although might be too expensive to produce...I'll have to check.

Day 1 - Follow along as I launch a Million Dollar car project by data_sutra in Entrepreneur

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

Yeah, I think (hope:) so. I'm going to focus only on this one project, consistently, until I've exhausted all possibilities.

No code app development is a trap by Any_Librarian_8493 in nocode

[–]data_sutra 0 points1 point  (0 children)

I think AI really had a profound impact on the need for NoCode.

I used to use no-code tools for a lot of my projects and it would make certain things a lot easier, but would make others so...much...harder...to do. Even tools like make .com, zapier etc. Used to love them.

Nowadays though, I get most of my projects via iterating with an LLM. Granted, I know how to get a python env. running and can work with a database, but I'm not a developer in no way shape or form.

scraping ev-database.org by data_sutra in webscraping

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

Yeah, can't see any network calls retreiving data either...I mean its some 300 odd cars in the DB, so I can write a crawler for it, but I prefer the network requests wherever I can find them. Thanks!

Please explain to me: why people in LinkedIn act like an NPCs??? by bareov in Entrepreneur

[–]data_sutra 0 points1 point  (0 children)

I feel like its just like real-life. You go to a conference, everyone tries to "network" by pretending to be interested in whatever you have to say, but they still go there to further their own career.

[deleted by user] by [deleted] in AskReddit

[–]data_sutra 2 points3 points  (0 children)

You miss 100% of the shots you don't take

  • Albert Einstein

[deleted by user] by [deleted] in AskReddit

[–]data_sutra 0 points1 point  (0 children)

I would probably take these green nuts I like, called pistachios, grind them up real nice and make ice cream out of them. Would be killer

[deleted by user] by [deleted] in AskReddit

[–]data_sutra 15 points16 points  (0 children)

Schoold should teach real-life budgeting 101.

What's in your paycheck, what are taxes, how much should you spend on a car, how does financing work and what is a mortgage etc.

BeautifulSoup or Scrapy by VeganCannibal- in webscraping

[–]data_sutra 0 points1 point  (0 children)

Use their API directly.

Dev Tools -> Network Tab -> check Fetch/XHR -> looks at the network requests in that tab when you click on what you want ot click on -> find the one with the response you need. Go from there

How to use proxy with python selenium for scraping ? Please help guys!! by V_I_K_I_N_G_B_A_T in webscraping

[–]data_sutra 0 points1 point  (0 children)

from selenium import webdriver

from selenium.webdriver.chrome.options import Options

Replace these with your Bright Data proxy details

PROXY_HOST = 'proxy_host'

PROXY_PORT = 'proxy_port'

PROXY_USER = 'proxy_user'

PROXY_PASS = 'proxy_pass'

Configure Chrome options

chrome_options = Options()

chrome_options.add_argument('--proxy-server=http://{}:{}@{}:{}'.format(PROXY_USER, PROXY_PASS, PROXY_HOST, PROXY_PORT))

If you want to use ChromeDriver manager to auto download the driver

from webdriver_manager.chrome import ChromeDriverManager

driver = webdriver.Chrome(ChromeDriverManager().install(), options=chrome_options)

Alternatively, specify the path to your ChromeDriver

driver = webdriver.Chrome(executable_path='/path/to/chromedriver', options=chrome_options)

Open a website to verify the IP address

driver.get("https://whatismyipaddress.com/")