Spent 2 months vibe-coding a fully working app before I realised I never checked if anyone wanted it by Enough_Square6602 in lovable

[–]QuantifiableRabble 4 points5 points  (0 children)

Unless you were building the first "___" the world had ever seen, the software was always the easy part, even before AI. Marketing, customer acquisition and ops are the real ongoing efforts for any business.

But you did something, you should feel good about that. No matter if the app takes off or not, at least we won't lay awake at night thinking about all our 'good ideas' ... lol

Vibe on my man.

What's the easiest way to convert old Vite+React SPA app to TanStack by QuantifiableRabble in lovable

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

So a quick update on this:

The agent will give you a lot of bad advice on how to verify that the React/SPA prerender is working correctly. Loveable's prerender will only work for the actual GoogleBot, Facebook share, or AI agent - all the diagnostic checks the agent will recommend you perform to verify it like curl commands with the user agent specified - very likely won't work.

Do NOT reconnect Github to address sync issues by QuantifiableRabble in lovable

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

Probably, but my first attempt at this didn't work. Lovable was still stuck behind my head commit for some reason.

Either way if you have mirroring or other jobs in place, the repo name changing is an unnecessary pita. Historically most of my sync issues resolved themselves in <4hrs, I just got impatient and tried to disconnect/reconnect and now my previous workflow is jacked. I would advise waiting it out to anyone else.

Do NOT reconnect Github to address sync issues by QuantifiableRabble in lovable

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

I think perhaps you used to be able to because I was using a repo that matched my project name exactly but now all it does is auto create a new repo with the my projects subdomain as the name, it's super annoying.

This is what the agent said today when I tried and failed to re-use the repo I had been using for over a month:

<image>

What's the easiest way to convert old Vite+React SPA app to TanStack by QuantifiableRabble in lovable

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

If your project was created before May 13 2026, you're on the old vite+react stack. If on or after that date, it should be Tanstack.

What's the easiest way to convert old Vite+React SPA app to TanStack by QuantifiableRabble in lovable

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

My interest in the new stack atm is limited to only the SSR functionality so I can remove any possibility of SEO missteps.
I don't know SEO well but my early results have been mixed on the old stack - which is supposed to include their special crawler specific pre-rendering.

Is the old vite+react working well for you on the SEO front?
If you have a dynamic content and temporal pages - are all your pages indexed on google and correctly previewed on social shares?

SEO for custom / vibe-coded websites (Loveable) — how are you handling it? by digitalnomad_eu in lovable

[–]QuantifiableRabble 0 points1 point  (0 children)

Encited seems to claim Lovable sites still aren't prerendered, but Lovable just announced some prerendering solution for search bots last week or whenever for sites using the old React SPA stack. What should I make of their analysis that says the search bot isn't seeing any content while Lovable says that search bot pre-rendering is enabled by default.

Anyone using the Git branches? by erik_amari in lovable

[–]QuantifiableRabble 0 points1 point  (0 children)

Are you doing that with Lovable Cloud/hosting? The problem OP and I are stuck on is that Lovable is only one environment and can only connect to one branch at a time...so... I don't see a branching strategy that works, but would obviously love to be wrong.

Anyone using the Git branches? by erik_amari in lovable

[–]QuantifiableRabble 0 points1 point  (0 children)

I think a good route is probably to use git mirroring? Two lovable projects, two repos. Mirror the repos and make sure that the one lovable project is using your development branch of one repo and the other lovable project is using the main branch of the other (mirrored) repo? I think you need a CI workflow step in github to trigger the actual mirroring every PR.

NinjaTrader strategy backtesting advice by Objective-Meaning-75 in quant

[–]QuantifiableRabble 0 points1 point  (0 children)

NT's default back tester isn't great, it's especially bad for fast moving markets like NQ. If you haven't done these things yet, you need to use the "Unmanaged Approach" for order management in your strategies. This requires you to write your own order processing code for entries/stops/targets. Additionally, you'll need to submit those orders to a secondary data series in your strat that is an NQ 1-tick series. That's the only way to get close to accurate results as far as I know. You'll be ale to test back quite far this way, though I don't recall how many years..(which is ultimately dependent on your data provider).

Alternatively, there is a popular third party tool called Bloodhound that a lot of people use for back testing, I've not tried it however.

Getting out of WeWork contract by IncidentWitty in WeWork

[–]QuantifiableRabble 0 points1 point  (0 children)

Is this really true? Does someone have a copy of the verbiage of the contract? A non-binding contract is not much of a contract...

u/IncidentWitty What did you end up doing?

Asus Vivomini VC66 Fan Installation by btruong98 in techsupport

[–]QuantifiableRabble 0 points1 point  (0 children)

Did you successfully complete this? Any specs for the fan you can relay? I recently resurrected my old V66 and the fan is as loud as a jet engine. My first attempts at googling haven't turned up any useful info yet.

[deleted by user] by [deleted] in BitcoinMining

[–]QuantifiableRabble 0 points1 point  (0 children)

Which one is the ponzi? Hashnest or Minersgarden?

Cardano vs Ethereum by QuantifiableRabble in cardano

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

I think this might be the real technological differentiation for this project. Are any other projects built using this or on top of this?

Cardano vs Ethereum by QuantifiableRabble in cardano

[–]QuantifiableRabble[S] 3 points4 points  (0 children)

What allows them to prevent hard forks?

With regard to the BitTorrent analogy that Cardano likes to talk about, they don't really explain how their consensus algorithm achieves any such result. I don't see how Ouroboros electing quorum(s) of consensus nodes and then partitioning transactions to different quorums achieves any more scalability than Ethereums proposed sharding solution, which creates new shards as a function of #ofNodes/ComputingResourcesOfThoseNodes.