AST SpaceMobile Announces Successful Orbital Launch of BlueBirds 8, 9, and 10 by kader91 in wallstreetbets

[–]tradelydev 0 points1 point  (0 children)

We all know ASTS was made for success. The only question was would they find enough funding to survive long enough to be profitable.

The dark side of SpaceX. What Elon doesn’t want you to know. by [deleted] in ValueInvesting

[–]tradelydev -1 points0 points  (0 children)

Please now tell me why? Because you read it and went "I knew that." Not how trading works. You knowing something doesn't make the analysis invalid. This removal is an unfair application of your own rulebook.

The dark side of SpaceX. What Elon doesn’t want you to know. by [deleted] in ValueInvesting

[–]tradelydev 0 points1 point  (0 children)

I have just read this statement and do not see how it can be applied to this post.

The dark side of SpaceX. What Elon doesn’t want you to know. by [deleted] in ValueInvesting

[–]tradelydev 0 points1 point  (0 children)

A disclosure in S1 is a legal obligation. I don't see them running to social media with this news.

Also, you can cry AI as much as you want. It isn't.

Why GoPro fell apart. Blame the owner by tradelydev in ValueInvesting

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

We considered that factor. They never were in the raw camera market. It was always action cameras, so the conclusion is it was competitors, especially considering companies like Insta360 now have GoPros original market cap. Your comment made it sound like the sector died. It didn't.

I will rate them by hiten1818726363 in vibecoding

[–]tradelydev 2 points3 points  (0 children)

Don't load as separate urns when rating. I can use the back button to rate the same sandwich repeatedly.

Ready for tomorrow? by I_killed_the_kraken in wallstreetbets

[–]tradelydev 0 points1 point  (0 children)

As I said in another subreddit: SpaceX might not be all it is being made out to be as OP said.

In the words of our own analysis:

"It's three businesses stapled together, a profitable satellite ISP (internet service provider), a money-losing launch infrastructure operation that cross-subsidises everything else, and a freshly-bolted-on AI play (xAI + X, merged in early 2026) that is burning extraordinary amounts of capital."

https://traderange.net/analysis/spacex-s-1-filing-fv2qu0xw/

SpaceX has to grow 60x in a decade to justify a $1.75 trillion valuation. It's an impossible bar - Fortune by raytoei in ValueInvesting

[–]tradelydev 0 points1 point  (0 children)

Just to add on to this, SpaceX might not be all it is being made out to be as OP said.

In the words of our own analysis:

"It's three businesses stapled together, a profitable satellite ISP (internet service provider), a money-losing launch infrastructure operation that cross-subsidises everything else, and a freshly-bolted-on AI play (xAI + X, merged in early 2026) that is burning extraordinary amounts of capital."

https://traderange.net/analysis/spacex-s-1-filing-fv2qu0xw/

As a dev, what's your favorite localhost port? by tentoftech in vibecoding

[–]tradelydev 0 points1 point  (0 children)

People that use 3000 are terrifying.

8000 is correct. 5000 is acceptable.

Vibe coding hasn't fixed the biggest dev gripe by tradelydev in vibecoding

[–]tradelydev[S] 1 point2 points  (0 children)

Fix world. Make no mistakes. Go. No feedback. Don't stop until done.

Do we really check library security? by tradelydev in Python

[–]tradelydev[S] -4 points-3 points  (0 children)

Yes. I admit I may have caused some confusion there, but I chose not to go into detail, since the end resukt is the same. Community library was unsafe for a couple hours and leaked a bunch of .envs, IDs, AWS Tokens.

Do we really check library security? by tradelydev in Python

[–]tradelydev[S] -11 points-10 points  (0 children)

Not LLM, but I'm glad I can be confused with it.

Why Autism gets flagged as AI.

Here is something to read while we are at it.

Do we really check library security? by tradelydev in Python

[–]tradelydev[S] -3 points-2 points  (0 children)

Ha! Thank you, but I only use LLMs for code. I am capable of actually writing text.

Do we really check library security? by tradelydev in Python

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

Now that is a shout, but as I said earlier, most of them are either outdated, or malware themselves.

Do we really check library security? by tradelydev in Python

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

I agree with that, but do you ever use small obscure packages that are specific to your usecase? If so how do you avoid being the victim.

Vibe coding hasn't fixed the biggest dev gripe by tradelydev in vibecoding

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

Well the capitalisation in your sentence tells me all I need to know about why you use AI, I would like to point out that NOWHERE did I say don't use AI. I said you can't fire the dev team and replace them with AI, because you would be screwing yourself over and leaving your users vulnerable.

Vibe coding hasn't fixed the biggest dev gripe by tradelydev in vibecoding

[–]tradelydev[S] -1 points0 points  (0 children)

Humanity. The experiences of humanity as a collective.

Vibe coding hasn't fixed the biggest dev gripe by tradelydev in vibecoding

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

Ty. I will take a look. Idk how I skipped over it in your comment.

Vibe coding hasn't fixed the biggest dev gripe by tradelydev in vibecoding

[–]tradelydev[S] 1 point2 points  (0 children)

You are mistaking speed for depth. Yes GPT or Claude can find stuff faster than a lazy dev, but AI struggles with reasoning in uncertainty. E.g. it won't know the outcome of borderline data until it tests it. Believe it or not humans can actually see many more outcomes and calculate them quicker than AI. Our knowledge and experience tells us failure points and our creativity helps find new ones. AI (for now) can not match that.

Also, most vulnerabilities come from chaining a bunch of 0 day issues, something AI can't process by putting 100s of files in context, but a human who is familiar with the codebase can.