jonc211

joined 2 years ago
[–] jonc211 20 points 1 week ago (10 children)

Seeing the Guatemalan cow of paradise is a big deal for cow spotters

[–] jonc211 5 points 1 month ago (1 children)

As already mentioned, the blue book by Evic Evans is a good reference, but it's a ittle dry. Vaughn Vernon has a book, "Implementing Domain-Driven Design" that is a little easier to get into.

Personally, I found that I only really grokked it when I worked on a project that used event-sourcing a few years back. When you don't have the crutch of just doing CRUD with a relational database, you're forced to think about business workflows - and that's really the key to properly understanding Domain-Driven Design.

[–] jonc211 60 points 1 month ago (9 children)

I’ve always understood DRY to be about not duplicating concepts rather than not duplicating code.

In the example here, you have separate concepts that happen to use very similar code right now. It’s not repeating yourself as the concepts are not the same. The real key is understanding that, which to be fair, is mentioned in the article.

IMO, this is where techniques like Domain-Driven Design really shine as they put the business concepts at the forefront of things.

[–] jonc211 24 points 1 month ago (2 children)

Fringe disagrees

[–] jonc211 2 points 1 month ago* (last edited 1 month ago)

If you’re up for reading a book, I can recommend “Healing the Shame That Binds You” to get more insight into this sort of stuff

[–] jonc211 3 points 2 months ago (2 children)

That’s dedication. Where are you up to now?

[–] jonc211 9 points 2 months ago* (last edited 2 months ago) (1 children)

Yeah, that’s my dilemma. I wouldn’t say I can support a stready stream of rockets with LDS and blue circuits yet.

I have a nice ratioed 45 SPM starter build set up, but because it’s all ratioed then if I’m researching yellow science I don’t have a lot spare to go towards rocket production.

I think I might add a few more resources without going too crazy and then head to Vulcanus. Building a proper smelting setup with foundries seems very cool.

Will be next week before I get to that point though.

[–] jonc211 15 points 2 months ago (9 children)

I’ve got all the Nauvis sciences automated as well as getting my first space platform set up. That’s sending a steady stream of space science down now.

I’ve put in quite a few hours over the first two days, but won’t be able to play for a while now.

Currently torn between trying to set off for another planet or scale up my Nauvis base to better support things going forward. Former seems more fun. Latter seems more sensible!

[–] jonc211 89 points 3 months ago (1 children)

Darrell was educated here

[–] jonc211 40 points 3 months ago (6 children)
[–] jonc211 31 points 3 months ago

I told you. I’m not Xena, I’m Lucy Lawless

[–] jonc211 13 points 3 months ago (2 children)

https://mitpress.mit.edu/9780262046305/introduction-to-algorithms/

This one is pretty hardcore. I bought the 2nd edition of it over 20 years ago when I started my career as a developer due to not doing a CS degree.

 

I've just set up arcosphere balancing in my K2SE playthrough.

My set up is relatively simple, though it uses a lot of combinators! I'm taking the inputs for a recipe as signal I and the products as signal P. If I > P then I request the inputs for that particular recipe.

I then added a slight tweak to multiply the products by 1.1, so the inputs need to exceed products by 10% before the request comes through.

Initially, it never reached equilibrium and the gravimetrics facilities would keep churning away. With the extra 10% buffer, it settles down a lot more easily and kicks in only when things start to become more unbalanced.

I've been producing naquium tesseracts and DSS3 data cards for a while now and it seems to be hanging together.

I had a hiccup early on when I ended up really unbalanced due to the length of time bots were in the air with arcospheres leading to the balancing running amok. My fix for now has been to move DSS3 and tesseracts close to the balancing area, but not sure this is going to be sustainable. Let's see!

view more: next ›