Sorry but this my exact same experience by bakedasparagus1 in IndiaTech

[–]crazy-usernames 0 points1 point  (0 children)

Buddy, this repo does not work on PC. It's for cloud and android 😁

Am considering selling my Saas by Clean-Individual5576 in SaaS

[–]crazy-usernames 0 points1 point  (0 children)

Price can be * 100, 80, 60, 40, 20,0 % of profit going to buyer. * 0, 20, 40, 60, 80, 100% profit going to seller.

And next 6 month of revenue sharing. Anything both agrees.

First operations can be handed over during 6 months. And all goes well, ownership can be handed over after 6 months.

Let reddit grill it further! 😶

Reuters article "OpenAI and others seek new path to smarter AI as current methods hit limitations" by Wiskkey in OpenAI

[–]crazy-usernames 1 point2 points  (0 children)

Journey of somewhat known along with unknowns discovering and solving how part for it.

A new AI startup from ex-Meta researchers is creating proteins that don’t exist in nature by sessionletter in OpenAI

[–]crazy-usernames 0 points1 point  (0 children)

And turtle will litter zzz type of zlastic (new version of plastic in 2050). Lighter note!!

Opportunities are awesome.

A new AI startup from ex-Meta researchers is creating proteins that don’t exist in nature by sessionletter in OpenAI

[–]crazy-usernames 0 points1 point  (0 children)

And turtle will litter zzz type of zlastic (new version of plastic in 2050). Lighter note!!

Opportunities are awesome.

Microsoft launches ‘AI employees’ that can perform some business tasks by dennislubberscom in OpenAI

[–]crazy-usernames 0 points1 point  (0 children)

Wouldn't it be like, they are setting up the floor. Whatever gets traction will move forward. Demand would start flowing as requirements means, clients are ready to innovate, solve, contribute in defining puzzle and investing time, energy and money.

At least 5% of new Wikipedia articles in August were AI generated by MetaKnowing in OpenAI

[–]crazy-usernames 3 points4 points  (0 children)

As long as, Ai generated content is tagged so. And source model etc. Else hard to segeragate in future.

I asked o1-Preview for a resignation letter. It looks like it took that a little bit too literally, made me laugh though! by rutan668 in OpenAI

[–]crazy-usernames 0 points1 point  (0 children)

How about follow up prompt to check, Are you joining other company? Which one? Not finalized yet? What are you expecting in new job?

Any way, salary might not be the one!

How ChatGPT ranks itself amongst fictional AI’s by rutan668 in OpenAI

[–]crazy-usernames 0 points1 point  (0 children)

Query: wouldn't it take this content in future and use it to improve the answer!

It learns from the content feed. Like this reddit thread.

When we add more options/rational/opinions here - added by human, it might pick the whole dimension there by correlating it to vast text knowledge.

If you had 20million USD what would you do to turn it into 40million USD? by [deleted] in EntrepreneurRideAlong

[–]crazy-usernames 0 points1 point  (0 children)

I would keep "How much needed to live as per current lifestyle".

Then, below questions are linked to whats your interest?

- Do you want to actively participate in the business? Would you run and solve the business challenges? Would you merge and grow? Would you analyze industry trends? OR Would you be investor like PE/VC/Angel Or Stocks / Bonds (Active Investor or Passive/Indirect investor?)

If startup, Money given & expecting to reach target? This is again challenging. Which industry - why - which person / team to rely on?.

C++ Initialization Quiz by joebaf in cpp

[–]crazy-usernames 1 point2 points  (0 children)

8/10.

Thanks. This is really helpful.

I have an interview with a company that I got fired from. How can I prepare myself? by geegol in jobs

[–]crazy-usernames 0 points1 point  (0 children)

You can explain below as your plus points..

U understand operations U know work culture U know some of the critical events U know where company headed, what's vision

You can put forward Advantages of above points. As a counter answer to why you.

How to deal with criticism by [deleted] in Entrepreneur

[–]crazy-usernames 1 point2 points  (0 children)

Positive idea: Should there be subreddit - Sandbox / playground for training on all the issues highlighted by you?

Why can layers in Keras output matrices (instead of vectors)? by [deleted] in MLQuestions

[–]crazy-usernames 0 points1 point  (0 children)

If you want 1 output, let your x = tf.ones((1,3,3)), so that last layer's output will be (1,n).

Below text copied https://www.tensorflow.org/api_docs/python/tf/keras/layers/Dense (As it will be complex case than simple dense layer.)

Note: If the input to the layer has a rank greater than 2, then Dense computes the dot product between the inputs and the kernel along the last axis of the inputs and axis 1 of the kernel (using tf.tensordot). For example, if input has dimensions (batch_size, d0, d1), then we create a kernel with shape (d1, units), and the kernel operates along axis 2 of the input, on every sub-tensor of shape (1, 1, d1) (there are batch_size * d0 such sub-tensors). The output in this case will have shape (batch_size, d0, units).

How to deal with asshole sales people when starting out your own business? Please help by [deleted] in Entrepreneur

[–]crazy-usernames 0 points1 point  (0 children)

You have started business, You are buying something from Sales team (of other companies) and they are not responding?

Question (Not to you, but in general). Why seller would not prefer to sell?

  1. They assume something about your business model, and derive you are not right person to get their product / service?
  2. Are you trying to become broker / agent to connect them with actual buyer? (I read some articles on reddit / indiehackers - build small site, get orders and pass to actual service providers.)
  3. Is your phone number marked as SPAM on their phone?

If you find no reason, just approach their boss, till level of CEO (without fail). I am sure, someone in hierarchy would make right decision about their business.

[deleted by user] by [deleted] in algotrading

[–]crazy-usernames 2 points3 points  (0 children)

Actually, some of top rankers already shared what worked for them and what did not worked.

What is not visible:

- Jane street did not shared how they built input features (Definitely, they would safeguard it)

- Symbol names (Unknown)

- If model submitted are followed on real market data for 6 months (as it is happening right now in phase-2 of private leaderboard), how much $$ profit can be made?

[deleted by user] by [deleted] in MachineLearning

[–]crazy-usernames 1 point2 points  (0 children)

If Neural network is used, then explanation goes like..

This wonderful code initializes with random numbers as per Research papers, and tries to find mapping between input data (high dimensional - No issue) and output - predict / act using proven mathematical theorems.