Idea to launch, whats the timeframe?

In this ai era there is plenty of ideas which gets into production but never gets launched and get shelved, including plenty of mine. Some ideas are not even properly validated before production and fail.

90 days has been defaulted in communities as a timeframe to push the MVP and develop on the loop, sounds good but never seen anyone follow it properly.

If there are any founders who have successfully launched their product and made customer retention, kindly do share :)

reddit.com
u/Vegetable_Attempt578 — 9 hours ago

How is everyone who bought the SKHYV feeling?

So as the title says, how does everyone who bought the share at $170 on its debut on friday feeling? I bought some shares, a bit disappointed it crashed but still retaining some hopium until the next quarterly reports on 29th July.

reddit.com
u/Vegetable_Attempt578 — 1 month ago

Fresenius is planning to sell 5M HUMA shares and probably more after that

HUMA just got a pretty important SEC filing.

Fresenius currently owns around 18.3M shares of HUMA, which is about 6.8% of the company. They’ve now set up a 10b5-1 trading plan with Citigroup to sell 5M shares.

The sales can only start after the 30-day cooling-off period, so around August 10 at the earliest, and the plan runs until the end of October.

A few important points:

  • This is not dilution. HUMA isn’t issuing new shares.
  • Fresenius is selling existing shares into the market.
  • After the 5M sale, they would still own roughly 13.3M shares.
  • Their ownership would fall below 5%, which means future sales may no longer need the same level of public reporting.

The part I find more concerning is that the filing openly says Fresenius expects to continue selling shares even after this 5M-share plan is completed.

They’ve also told their observer on Humacyte’s board to stop attending meetings and stop receiving confidential information. That may partly be required so they can trade without possessing material non-public information, but it still looks like Fresenius is gradually stepping away from HUMA as an investment.

The commercial/distribution agreement is apparently still active, so this does not mean Fresenius has completely ended its relationship with Humacyte.

Also worth noting: the exact selling instructions are in something called “Schedule A,” but that schedule doesn’t appear to be included in the public filing. So we don’t know the minimum price, daily selling limits, or whether Citi is only allowed to sell above certain price levels.

My read:

This is clearly negative for the stock in the short term because it creates a large supply overhang. The initial 5M shares might be absorbable over a few months, but the bigger problem is the remaining 13M+ shares that Fresenius may continue selling later.

At the same time, this isn’t necessarily proof that something is wrong with Symvess or that Fresenius knows about bad clinical or commercial news. They stated that they were not aware of material non-public information when adopting the plan.

Still, I would expect the market to react badly to the headline, especially since the filing came after market close.

Not financial advice. Curious how everyone else is reading this.

NOTE: PARAPHASED WITH AI

sec.gov
u/Vegetable_Attempt578 — 1 month ago
▲ 3 r/sideprojects+1 crossposts

What if Reddit commotion and google finance had a baby?

Recently got into trading with my spare money and as always got into reddit for tips and recommendations, while on it I witnessed the revival of WENDYS live, since then there were many posts like whats the next SLS and so on, I also so saw so many comments on how they want to be a part of these trends early. So I took it out as an weekend project, The basics were clear 1) pick up the most mentioned tickers in posts and comments in finance subreddits, 2)Filter spam and only count unique accounts 3) filter with context aware (So comments like 'Market is OPEN' doesnt trigger '$OPEN' ticker) 4) No point in tracking already established tickers which had its run.

The most important remark I saw was, people saying if its in reddit its done!. so the question was is it even possible to predict them ?? The answer is YES you can track the trends early and NO because its chasing inside a blackhole.

The goal was to make it useful with information like Options Flow, Squeeze, Reddit Momentum where you can read the comments and verify yourself of the particular ticker, SEC filings, Insider information, Earnings, Daily volume breakdown and more, So if you find an interesting ticker you can get all the data in one page and download them all easily in a single click, or get alerts to your email whenever there is a breakout or SEC filings of your watch listed ticker . I tried to integrate live data for all tickers, but it just became expensive for a sideproject so just linked single click access to google finance.

This is not you see it, you immediately buy recommendation! it just puts the tickers from the open wide subreddits into your radar, where you can make informed decisions. the goal was to make this app for both BEARS and BULLS redditors, casual investors friendly, so open for any recommendations and improvements or any important data that can be valuable. The app is currently completely open and free to use :)

You can find the app here: https://ropollo.app/

u/Vegetable_Attempt578 — 1 month ago

New Billing Opened my eyes

I was a loyal customer for GHCP Pro+ for over a year now. Honestly, I never really thought too much about it. It just worked. I could sit down, open VS Code, start coding and get on with my day without worrying about billing, credits, usage limits or any of the other stuff happening in the background. Some months work would get busy and I would even activate Pro+ on my second account as well. It wasn't even a decision at that point, it was just part of my workflow.

I JUST LOVED THE EXPERIENCE AND BLINDLY FOLLOWED IT.

Then June happened.

Like many others, I suddenly found myself looking into costs, credits, model usage, requests and all these things that I honestly never cared about before. Instead of focusing on building things, I was spending time figuring out what model I should use and whether a request was "worth it".So I started looking around for alternatives.

After a some digging I came across Opencode and, more importantly, a lot of the newer models coming out of the East. And honestly, it felt like opening my eyes.

The biggest surprise wasn't that they were cheaper.The biggest surprise was that they were actually good.Really good.

Models like: Qwen 3.7 Max, MiMo v2.5 Pro, GLM 5.1, DeepSeek V4 (Pro) have completely changed how I work.

Are they better than Opus 4.8 or GPT 5.5?

Probably not.

Even Opus 4.8 and GPT 5.5 don't magically solve everything perfectly. We still review the code. We still supervise.. We still guide the model. That's part of the job.

I've been doing the exact same thing with these newer models and they get the work done surprisingly well, while costing a fraction of the price.

For day-to-day development, debugging, refactoring, architecture discussions and general coding work, they've been more than enough.

For the first time in a long while, I don't feel tied to a single provider anymore.

reddit.com
u/Vegetable_Attempt578 — 3 months ago
▲ 0 r/softwaredevelopment+1 crossposts

Collaborative realtime systems don’t usually fail loudly ,they slowly drift apart

I have been building a collaborative real-time system for a while now, and I noticed something strange.

The worst bugs were almost never 'big failures.'

Not crashes.

not outages.

not obvious websocket failures.

It was usually small, silent drift.

A task updates on one screen but not another.

An optimistic update writes slightly differently than the websocket projection.

One listener forgets a field during a broadcast.

A cache update path slowly diverges from another one over time.

Everything still mostly works, which honestly makes it worse.

Because the system becomes impossible to trust..

What really started bothering me was that most real-time tools seem focused on transport:

  • websockets,
  • syncing,
  • subscriptions,
  • event delivery, etc......

But almost nothing seems focused on architectural accountability.

Like:

  • who is actually allowed to write to cache?
  • how many update paths exist?
  • can payload continuity be verified end-to-end?
  • what stops topology drift 6 months later?

At some point while building this, I started experimenting with a much stricter rule:

One clear path from: mutation -> event -> listener -> broadcast -> projection -> cache.

Basically, I’m trying to treat real-time flow more like infrastructure layout than application glue code.

Iam still figuring this out, honestly, but I’m curious:

Have others here run into the same kind of “silent drift” problems in collaborative systems?

Or am I overthinking something that most teams just accept?

reddit.com
u/Vegetable_Attempt578 — 3 months ago

Collaborative realtime systems don’t usually fail loudly ,they slowly drift apart

I have been building a collaborative real-time system for a while now, and I noticed something strange.

The worst bugs were almost never 'big failures.'

Not crashes.

Not outages.

Not obvious websocket failures.

It was usually small, silent drift.

A task updates on one screen but not another.

An optimistic update writes slightly differently than the websocket projection.

One listener forgets a field during a broadcast.

A cache update path slowly diverges from another one over time.

Everything still mostly works, which honestly makes it worse.

Because the system becomes impossible to trust..

What really started bothering me was that most real-time tools seem focused on transport:

* websockets,

* syncing,

* subscriptions,

* event delivery,

etc......

But almost nothing seems focused on architectural accountability.

Like:

* Who is actually allowed to write to cache?

* How many update paths exist?

* Can payload continuity be verified end-to-end?

* What stops topology drift six months later?

At some point while building this, I started experimenting with a much stricter rule:

One clear path from: mutation -> event -> listener -> broadcast -> projection -> cache.

Basically, I’m trying to treat real-time flow more like infrastructure layout than application glue code.

Iam still figuring this out, honestly, but I’m curious:

Have others here run into the same kind of “silent drift” problems in collaborative systems?

Or am I overthinking something that most teams just accept?

reddit.com
u/Vegetable_Attempt578 — 3 months ago

Never in my life I watched a movie twice in theaters, I always wait for ott or find other ways if I liked it. But the first movie I watched twice in consecutive days was Michael Jackson's movie Michael. They took the best part and made it a perfect movie and gave a wonderful experience, man. The whole time it felt like Michael Jackson himself acted in the whole film it was an amazing experience for me. The songs, drama, story, screenplay 💯. Special mention to his nephew Jaafar Jackson for nailing the role.

u/Vegetable_Attempt578 — 4 months ago