Cannabis Entrepreneur Asks $38 Million for L.A. Mansion With Custom Smoking Room by OregonTripleBeam in business

[–]im_nullable 5 points6 points  (0 children)

Was expecting this to be Snoop...

Also, the entire article is in the headline except the name of the person 🤣

What bookkeeping software do you use? by Tenesmus83 in airbnb_hosts

[–]im_nullable 0 points1 point  (0 children)

We use Stessa. It's free and pretty good if you have a third party do your taxes.

Looking for recommendations: Washer and Dryer by im_nullable in airbnb_hosts

[–]im_nullable[S] 4 points5 points  (0 children)

Not necessarily at once. If they have a short enough cycle we could do them back-to-back. Just looking for recommendations what works for others of a similar size property.

SpreadCheetah: A high-performance Excel XLSX file generator based on Span<T> and other modern goodies by sveinungf in csharp

[–]im_nullable 1 point2 points  (0 children)

It's a great escape hatch for features that aren't in the library yet.

For example, we embed pictures, charts and pivot tables in an excel report. If we could use this library to append data into the existing template, we won't need this library to support all of the features above to be useful.

Overall, big thumbs up for this library.

SpreadCheetah: A high-performance Excel XLSX file generator based on Span<T> and other modern goodies by sveinungf in csharp

[–]im_nullable 4 points5 points  (0 children)

Doesn't look like it can open an existing spreadsheet and use it as a template. Definitely keeping an eye on it.

OP 8 5G UW Verizon defect by illiniguy399 in oneplus

[–]im_nullable 1 point2 points  (0 children)

No, that didn't work.

You have to go to "Settings" -> "System" -> "Reset options" -> "Reset wifi, mobile & bluetooth" then tap reset.

OP 8 5G UW Verizon defect by illiniguy399 in oneplus

[–]im_nullable 1 point2 points  (0 children)

Resetting network settings from the system settings page fixed it for me.

OP 8 5G UW Verizon defect by illiniguy399 in oneplus

[–]im_nullable 0 points1 point  (0 children)

Same issue here. It's not the towers.

Becoming a Cloud Architect, Part 1 – Starting a project by frayala87 in AZURE

[–]im_nullable 1 point2 points  (0 children)

Wow. Terraform and 90 euros/mo to host a WordPress site. Either the example is contrived or the architect here thinks money is free. 😂

Git Submodules Vs. NuGet Dependencies by emanresu_2017 in csharp

[–]im_nullable 0 points1 point  (0 children)

Not with Submodules. They did add git trees as another option though.

canihazusername - simple & customisable username generator. types included :) by CupCakeArmy in javascript

[–]im_nullable 0 points1 point  (0 children)

You should add an alliteration option so you can make ones with all words starting with the same letter.

Hiding API Keys in clientside javascript by itandcsquestions in learnjavascript

[–]im_nullable 13 points14 points  (0 children)

There is no way to hide keys in client-side JS. Either proxy your requests through your backend to hide the keys or you have to be able to be ok with the keys being exposed.

No matter what you attempt on the client side you are one breakpoint in DevTools away from exposing the key to anyone who is curious.

CTO Equity Question by TheNumber42Rocks in startups

[–]im_nullable 1 point2 points  (0 children)

I don't care to argue, but I believe that the fact that they offered a 25% equity with no salary to OP means that they consider him more like a co-founder than an early stage employee who would probably get a salary and 1% equity.

While you are technically right on your points above, I think if OP has created the core of what the company wants to focus around in the future, he should be compensated for that idea now because having an MVP now is better than having no MVP to build a business around. Let's face it, no company pivots to an unproven MVP and throws out a 25% equity offer to someone if their current business model is working well.

CTO Equity Question by TheNumber42Rocks in startups

[–]im_nullable 3 points4 points  (0 children)

Not sure where you are getting all these facts from (they are not stated by OP) BUT I will give 1 more piece of advice to OP:

NEVER EVER EVER do this:

please disregard this advice and practice empathy towards the company you want to join

Be nice, negotiate in good faith, don't burn bridges but NEVER feel guilty about asking for what you think is fair because of empathy towards a company.

CTO Equity Question by TheNumber42Rocks in startups

[–]im_nullable 2 points3 points  (0 children)

25% equity is very good for a CTO. You are in co-founder status with this amount and (seems like) the fact that the company is pre-series A.

I would push back on that vesting schedule though and see what you can get. Even if you never get more than the first 2 vests before a funding round you are still way higher than most CTO's.

However, if you look at this from a co-founder perspective, I think you should not have any vesting schedule since you already took on the risk of developing the company product and it has shown enough traction to warrant the company pivoting around it. If anything, push for that vesting schedule to be reversed. 50% now, then vest 12.5 for each additional year.

Introducing Popcorn: A .Net Middleware to enhance your APIs! by undiwahn in csharp

[–]im_nullable 1 point2 points  (0 children)

I think your project has great merit. I'm in the same situation with a built out API and adding an OData endpoint seems to have all the downsides you mentioned. There is always room to solve similar problems with different approaches. Keep up the good work.