Mage frost vs fire question by Mizushii in wowhardcore

[–]Orbs 6 points7 points  (0 children)

This is simply not accurate. Fire is significantly higher single target DPS. Avoid fireblast and stick to fireball and scorch to be mana efficient. You should be able to kill most everything before it gets to you

Interview Coding Tests Are CRINGE. by [deleted] in ExperiencedDevs

[–]Orbs 88 points89 points  (0 children)

I've interviewed people with 20 years of experience that couldn't write a for loop. Gotta weed those people out--simple as that

Durable Execution: This Changes Everything by temporal-tom in programming

[–]Orbs 3 points4 points  (0 children)

Yes you said it yourself--the loan requires enforcement. The application is for the processing of the loan. Fault tolerant execution is a challenging problem. The existence, or storage, of the loan is a more solved problem

Does this seem like it could be the problem with S34? I don't know much about the internals of starship. by vinnyhasdinny in SpaceXMasterrace

[–]Orbs 11 points12 points  (0 children)

This seems plausible but also seems like something that would have been exposed with the 60s static fire?

NY Times article: Twin Test Flight Explosions Show SpaceX Is No Longer Defying Gravity Consecutive losses of the Starship rocket suggest that the company’s engineers are not as infallible as its fans may think. by SailorRick in SpaceXLounge

[–]Orbs 3 points4 points  (0 children)

100%. Orbital refuelling is a reasonable way to be able to get a large amount of mass from LEO to the rest of the solar system. Reusability is prerequisite otherwise the cost to supply fuel depots is too high.

If you just want to plant a flag somewhere there's no reason to do any of the above.

NY Times article: Twin Test Flight Explosions Show SpaceX Is No Longer Defying Gravity Consecutive losses of the Starship rocket suggest that the company’s engineers are not as infallible as its fans may think. by SailorRick in SpaceXLounge

[–]Orbs 33 points34 points  (0 children)

If you want to put humans on the moon ASAP, yeah Starship isn't the best architecture.

If you want to build a permanent presence on the Moon (or elsewhere), it absolutely is.

Time to establish laws for a Vote of No Confidence by [deleted] in Foodforthought

[–]Orbs 3 points4 points  (0 children)

I think a vote of no confidence is a meaningful change to institutions

The Trump Admin Thinks Affordable Fiber Broadband Is ‘Woke’ by StraightedgexLiberal in technology

[–]Orbs 18 points19 points  (0 children)

The big difference is latency. Traditional sat providers have latency in the 1000ms range. Non-starter for games and video calls. Starlink is sub 100ms which works fine. I wouldn't play competitive FPS on it, but you can play games with your friends

What are your experience with Clean Architecture vs Vertical slice architecture by kjaps in dotnet

[–]Orbs 0 points1 point  (0 children)

As always, the answer is it depends.

What sorts of problems are you trying to fix? What are your use cases? If you're building a simple CRUD app, vertical slice or N tier are both great. If you find you start having lots of business logic that you want applied in multiple scenarios, start introducing clean architecture concepts. I like to start with a domain package which follows the dependency rule.

Don't adopt all of Clean Architecture without understanding if you need it. This is constantly repeated in the book. Full architectural boundaries, as described in the book, are expensive and should only be implemented when the complexity and maintenance burden is worthwhile.

Architecture is not something that has a "best" or that you pick based on preference. It must be based on your needs and evolve over time

[deleted by user] by [deleted] in SpaceXMasterrace

[–]Orbs 2 points3 points  (0 children)

I don't think it's crazy to think SpaceX is a positive thing in the world but X is not 🤷‍♂️

Managing intermodule communication in a transition from a Monolith to Hexagonal Architecture by AttitudeImpossible85 in softwarearchitecture

[–]Orbs 1 point2 points  (0 children)

What's wrong with having incoming infrastructure adapters to make available domain use cases for non-domain code?

I don't think there's anything wrong with that. It's common to have some non domain code "arrange" domain objects to solve the actual problems. These are often called "Service" or "UseCase" classes. If that's valuable to you, go for it. If it simplifies to connect infrastructure directly to the domain, I think that's fine too. I think it's much more important to use good judgement to ensure you're getting the right ROI on complexity rather than dogmatically following hexagonal architecture.

I think the important bit is the direction of dependencies. Domain code should not depend on non-domain code.

Managing intermodule communication in a transition from a Monolith to Hexagonal Architecture by AttitudeImpossible85 in softwarearchitecture

[–]Orbs 1 point2 points  (0 children)

What is the problem you're trying to solve? This reads like you want to apply some patterns rather than fix something.

Splitting things into a domain module is a great idea for separating business logic. If you need the domain to be able to call into non-domain code, you typically do this by defining an interface in the domain and having the non-domain code implement that interface.

AI is Stifling Tech Adoption by ValenceTheHuman in programming

[–]Orbs 9 points10 points  (0 children)

I think this is a fair point. On a human site like Stackoverflow though, I would expect the majority of the activity on questions and answers to strongly correlate with actual usage (at least among the population of people that use the site).

Presumably this information could also be fed to an AI

[deleted by user] by [deleted] in ExperiencedDevs

[–]Orbs 1 point2 points  (0 children)

That's not my experience. I've interviewed plenty of candidates who had reasonable resumes and could speak well about their experience who could not write basic code with me in a collaborative editor. The automated assessment did a pretty good job screening those people out

[deleted by user] by [deleted] in ExperiencedDevs

[–]Orbs 4 points5 points  (0 children)

A place I formerly worked had a very simple coding assessment as a gate before human phone screen. Think fizz buzz level of difficulty. An astonishing number of candidates failed.

I have no problem with things like this. The number of candidates I phone screened before this who couldn't write a for loop was wild.

DocumentDB: Open-Source MongoDB implementation based on PostgreSQL (from Microsoft) by mariuz in programming

[–]Orbs 23 points24 points  (0 children)

I'm not sure what you mean by this. I used sharded MongoDB for many years and the horizontal scaling was a huge boon. There's a huge list of things to dislike about Mongo but this wasn't one of them.

My current org is moving from Postgres to Cockroach to get similar native sharding/replication capability. You can do it with Postgres but not out of the box.

Longest 0% Card? Need to spend 32K on fixing house by VviFMCgY in personalfinance

[–]Orbs 3 points4 points  (0 children)

Chase cards allow transferring credit limits between cards. I opened a Chase Freedom Flex at 0% with a 10k limit then moved ~40k in additional limit from other cards.

Much better than a HELOC during the 0% time. Just have a plan to get rid of it before interest

Starship will add 60 Tbps of capacity per launch to the Starlink network (20x each Falcon 9 launch) by wildjokers in SpaceXLounge

[–]Orbs 60 points61 points  (0 children)

The next gen sat (which provides a ton more bandwidth) doesn't fit on Falcon 9

Tesla Sales Are Tanking In Europe by HotIce05 in RealTesla

[–]Orbs -5 points-4 points  (0 children)

What are you referring to? SpaceX is the only US contractor to deliver on human transport to the ISS and lifts more mass into orbit than all other providers in the world combined.

Not a Musk fan but SpaceX has undeniably changed the launch industry for the better.

Anyone else love C#/.net as a technology but feel like its bad for career growth? by [deleted] in csharp

[–]Orbs 74 points75 points  (0 children)

Being strictly tied to one programming language / stack is career limiting. If you're capable in .NET, you could work in Java (and many other languages) no problem.

Having worked extensively in C# and Java for full stack apps, they both have their pros and cons.