Advertisement · 728 × 90

Posts by Phips Peter

Are there any solo adventures?

4 days ago 1 0 1 0

This is exactly my dream! I hope it happens!

I’ll check out that module, thank you for the tip.

5 days ago 1 0 1 0

I feel like the Codex should give them much of the game engine already and I’d love to play an adventure written by the team. My busy adult friends bounced off Draw Steel! for the time complexity

5 days ago 3 0 1 0

My other favorite would be a “Draw Steel!” game by @hellomcdm.bsky.social in the style of Final Fantasy Tactics / Triangle Strategy

5 days ago 6 0 1 0

I would love to see a Blades in the Dark game as well!

5 days ago 1 0 1 0

Yeah, totally agreed

1 week ago 1 0 0 0

What did you change about the system prompt?

1 week ago 0 0 0 0
Advertisement

That’s a really cool idea for the map

1 week ago 1 0 1 0

I assume most people view source through dev tools and it’s pretty easier to unminify with formatters.

3 weeks ago 2 0 0 0

It seems like the evasion / accuracy die is working a bit like armor with a dynamic value?

1 month ago 0 0 1 0

I’m very curious about this one

1 month ago 1 0 0 0

Our reactivity was lazy too. In practice that didn’t matter when you rendered a large list of reactive tasks.

1 month ago 1 0 1 0

Are there any times where you feel like you know more than Opus? Eg are you providing value add by steering the model?

1 month ago 1 0 1 0

That makes sense. I was thinking about building a local first app so I don't even need SSR. I'd use TanStack Query to just load the data from IndexedDB

1 month ago 1 0 1 0
Advertisement

@jovidecroock.com do you have a perspective on the ideal Preact stack these days? I imagine some combo of ISO Router, Tan Stack Query, Signals?

1 month ago 2 0 1 0

That’s really cool! I had not noticed that in the API before. I had been doing a similar thing with classes by making the signals private properties and exposing getters / setters for them.

1 month ago 1 0 0 0

Yeah, I think this was one of the core issues with how Luna 1 worked. Everything was a fine grained leaf including responses from the server and all component state so the graph was very large.

1 month ago 1 0 1 0

Totally agreed. Do you have a sense of the practical size limits for Preact Signal's graph? E.g. are there best practices of when store an object as a signal vs an object of signals? Same for collections?

1 month ago 1 0 1 0

I really enjoyed programming in it and want Signals to work. (I use Preact Signals in side projects, it’s great!) I just worry about repeating the patterns that drove us to rewrite Asana.

1 month ago 1 0 1 0

So we would setup and tear down large dependency graphs that would never be leveraged by the user because of their behavior. Also many of our engineers struggled thinking about frequently their computed out effect function would be triggered by dependent inputs.

1 month ago 1 0 2 0

We did end up moving away from fine grained reactivity due to performance though. We built our entire framework around Signals (it looked a bit like Solid and was the inspiration for Meteor). In practice, we didn’t get the fine grained reactivity benefits. Users would load a page and navigate away.

1 month ago 1 0 1 0

Yeah, I’m not saying the model is entirely broken. Just that users need to know about those edge cases. We wrapped time and other mutable globals in Signals to help. Kinda like the useSyncExternalStore of Signals.

1 month ago 1 0 1 0

Asana built a whole framework on Signals in 2009 that we eventually moved on from. There are a few other issues that can cause bugs. If you use a non signal value in a conditional that can cause issues as well (e.g. time or randomness). These issues also apply to computed signals too right?

1 month ago 2 0 1 0
Advertisement

Can you make it so that the bottom of the subtitle aligns with the tip of the sword?

1 month ago 0 0 0 0

What’s the subtitle?

1 month ago 0 0 1 0

I like the sword of the pixel logo but the glow and smoothness of the word

1 month ago 1 0 1 0

Cool! That type of project has always been my dream side project.

1 month ago 1 0 0 0

@rpdeshaies.farirpgs.com what is Free Blade?

1 month ago 1 0 1 0

I’m so excited! Given that you don’t want to build transitions / form actions, do you see Preact diverging more from React?

1 month ago 1 0 1 0

Yeah, I’m curious as well.

1 month ago 1 0 0 0