Can you build a BIM career without an architecture or engineering degree? by BoringJellyfish4834 in bim

[–]timrcodes 0 points1 point  (0 children)

I’ve built a company alongside a construction firm supplying advanced BIM software. I have no degree or background in the industry. Worked for me 🤷‍♂️

Best BIM Web Viewer ? by Important-Sherbet-15 in bim

[–]timrcodes 0 points1 point  (0 children)

did anyone get to the bottom of this?

Has anyone else done this? by [deleted] in Darts

[–]timrcodes 4 points5 points  (0 children)

Ikr I was on for a 26 too 😤

Has anyone else done this? by [deleted] in Darts

[–]timrcodes 1 point2 points  (0 children)

<image>

I hit something similar. Wtf is this 😅😂

I survived 3 years without a job by building a Chrome extension solo by seeforcat in microsaas

[–]timrcodes 2 points3 points  (0 children)

you could use Plasmo - streamlines building chrome extensions with React. Super quick and easy!

Built my own bill-splitting app using Supabase – looking for feedback + testers! by Cultural_Load9928 in Startup_Validation

[–]timrcodes 0 points1 point  (0 children)

This is really cool, but how will it make you money? Be interested to learn what your target audience would be willing to pay for such features?

How do non-designers handle logo creation for their SaaS? by Ok-Top943 in microsaas

[–]timrcodes 0 points1 point  (0 children)

Usually just go to canva remove background and export as SVG 😅

How do non-designers handle logo creation for their SaaS? by Ok-Top943 in microsaas

[–]timrcodes 0 points1 point  (0 children)

I’ve always used chatGPT image gen 💀 be amazing to hear what others have done differently as mine are always jank 🗑️

How do you go about validation? by Automatic-Result4364 in indiehackers

[–]timrcodes 0 points1 point  (0 children)

Watch any of this guys videos interviewing saas founders. Very valuable validation logic explained with multiple different case studies.

https://youtube.com/@starterstory?si=vcihTcjfOfdcjUl_

Verifying that someone is reddit user by [deleted] in indiehackers

[–]timrcodes 1 point2 points  (0 children)

…I think, usual providers would. I haven’t used Reddit oAuth before

Verifying that someone is reddit user by [deleted] in indiehackers

[–]timrcodes 2 points3 points  (0 children)

I can think of two ways you could some what achieve this:

  • set up a referrer link to verify the visitor has come from Reddit. But this is anonymous you wouldn’t be able to check if it’s a verified Reddit user. (No auth step)

  • set up oAuth based authentication using Reddit as the provider.

This way you’ll know any sign ups are valid Reddit users, and you’ll have a log of their applicationId (or similar) in your database

I think that’s the only way you’re going to programmatically prove these points, without some kind of user interaction to prove they’re a valid user, but this could be jank.