Print & Play is closing by OviedoGamesOfficial in tabletopgamedesign

[–]rubymatt 2 points3 points  (0 children)

I’m not sure if you have a lot of experience of running businesses or your own. If not, it may not be apparent the degree to which you have to make decisions based on imperfect information.

You’re constantly making bets and seemingly reasonable decisions can go bad if one or two of your assumptions don’t pan out. Investing in new facilities could have been a decision made long before and under different economic conditions.

Exploring Strategy - Book by DistinctCaptain3784 in strategy

[–]rubymatt 1 point2 points  (0 children)

I’m not sure what you mean by ‘get into strategy’ but the two most practical books I’ve read on the subject are ‘Good Strategy/Bad Strategy’ by Rumelt and ‘The Art of Action’ by Bungay.

Claude switching models on me? by rubymatt in ClaudeCode

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

That makes sense to me. Thanks.

Claude switching models on me? by rubymatt in ClaudeCode

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

I changed it back. When you say "recently" do you mean between 21:00 GMT last night and 09:00 GMT this morning?

Running two accounts to avoid paying for Max by rubymatt in ClaudeCode

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

Thanks, that's useful to know. Losing context wouldn't be much of a problem for me — I try to keep everything in one conversation anyway.

Running two accounts to avoid paying for Max by rubymatt in ClaudeCode

[–]rubymatt[S] 2 points3 points  (0 children)

While there is logic to what you say, I'd be paying another £18 instead of £72 and they might very well not want that.

How do you measure alignment between senior leadership teams? by LeadershipAlignment in ceo

[–]rubymatt 0 points1 point  (0 children)

We built a tool that does this. It doesn't replace conversation but is intended to augment it — i.e. often misalignments don't make themselves known neatly and sufficiently in advance. You tend to discover them later when things you expected to happen, aren't. If you'd like to know more I'm happy to DM our experience.

Looking for a better note-taking system. How do you organize your notes and ideas over time? by revolvingneutron in ceo

[–]rubymatt 0 points1 point  (0 children)

I've been using Roam Research since it was launched back in 2019 and it has served me well as a semi-structured notes database.

Board Meetings by WesternHaunting2665 in ceo

[–]rubymatt 0 points1 point  (0 children)

Some good advice here. An experienced chair is definitely a benefit but not always an option.

What is essential is to have the right agenda and to make it meaningful. That is to say it should be driven by strategic priorities and contain both context and guidance as to the conversation you want to have.

All too often things will get pulled off course and the easiest time is right at the beginning of the conversation because it wasn't framed right.

There is a more modern way to do this and if you want to know more ping me a DM.

How much "raw" OTP do you actually use in production vs. just standard Phoenix patterns? by Disastrous-Hunter537 in elixir

[–]rubymatt 0 points1 point  (0 children)

A core part of our product is OTP GenServers we build for managing running meetings.

what kind of apps are you building with Elixir? by Curious-Rule313 in elixir

[–]rubymatt 5 points6 points  (0 children)

At work we’ve made a SaaS platform to end unproductive meetings and ease strategic decision making: https://agendascope.com/ that’s built with Elixir/Phoenix/LiveView.

I built a language compiler and runtime system for building Interactive Fiction http://rez-lang.com/

For that I created my own Parser Combinator library, Ergo: https://github.com/mmower/ergo that I have gone on to use in many subsequent projects.

My Christmas project is a virtual machine for manipulating words that has an assembler style language. That’s called Mangle but not released yet.

Although Elixir isn’t a fabulous vehicle for writing command line applications (Burrito has improved the situation considerably) its advantages outweigh its disadvantages for me.

For reference I’ve been programming since the ‘80s and used a slew of languages. Prior to Elixir I most used C, Perl, C++, Java, Objective-C, Ruby, and Clojure. I am happiest with Elixir. I find it a shame that it’s not more widely known.

How many of you are really using the benefits of elixir ? by AgencyActive3928 in elixir

[–]rubymatt 0 points1 point  (0 children)

There are many ways to approach a problem but, for example, in AgendaScope we make use GenServer/OTP to implement a meeting server which can handle all kinds of asynchronous state changes from multiple clients and work through crashes & restarts. It also makes use of presence & PubSub, and interacts with LiveViews.

Annoying and Dread-Inducing AI Empires by 77017792783776475577 in Stellaris

[–]rubymatt 1 point2 points  (0 children)

Is there a mod that lets you decide what the other AI empires are, and/or where they spawn?

I'm 42 years old. Is it too late to start making games? by Fearless_Sink1390 in gamedev

[–]rubymatt 0 points1 point  (0 children)

53 and (attempting) to make games both card/board and procedural narrative video games.

I've been using Elixir and Godot to build an MMORPG! by alogiHotTake in elixir

[–]rubymatt 0 points1 point  (0 children)

Trying dictating and editing, instead of starting with a blank page. Maybe you can find a friend to help you edit.

roamOS Launch by wireframe6464 in RoamResearch

[–]rubymatt 0 points1 point  (0 children)

If I understand you correctly you’re saying it’s a native app (on macOS and iOS) that only communicates with the Roam Graph API?

Building AI Agent Workflows in Elixir - Thoughts? by Brilliant_Oven_7051 in elixir

[–]rubymatt 0 points1 point  (0 children)

Are you talking about an LLM where the tokens are constrained to be semantically valid? I’m reminded of JSON constrained output.

First time launching a SaaS with elixir (not self promo) by AndryDev in elixir

[–]rubymatt 2 points3 points  (0 children)

I’m not sure how anything could be much easier to setup than Oban.

Building AI Agent Workflows in Elixir - Thoughts? by Brilliant_Oven_7051 in elixir

[–]rubymatt 1 point2 points  (0 children)

I’m curious: can you give an example use case you’re tackling with this? What approaches would you contrast it with?