Skip to content

Commit 2e42276

Browse files
committed
update
1 parent 4f3796d commit 2e42276

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

_includes/head.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -264,19 +264,5 @@
264264
padding: 0;
265265
}
266266

267-
.gist {width:500px !important;}
268-
.gist-data {max-height: 500px;max-width: 500px;}
269-
270-
.gist {
271-
max-width:350px;
272-
overflow:auto;
273-
}
274-
275-
/* Limit height. Show scrollbars when exceeding height */
276-
.gist .blob-wrapper.data {
277-
max-height:300px;
278-
overflow:auto;
279-
}
280-
281267
</style>
282268
</head>

_posts/2026-01-30-organizing-signals-into-a-platform-definition-with-operations.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ With this in mind I took the twelve services that Naftiko is using to build our
2929

3030
This represents what Naftiko is capable of in this moment. These are all of the 3rd-party services we depend on right now. This is our business and engineering platform. There is a lot of interesting signals available in here, but there are also a lot of machine-readable artifacts we can use to automate our work, making an APIs.json index pretty valuable when it comes to making sense of our platform.
3131

32+
<style type="text/css">
33+
.gist .blob-wrapper.data {
34+
max-height: 300px; /* Set your desired max height */
35+
overflow: auto; /* Adds a scrollbar when content exceeds the max height */
36+
}
37+
</style>
3238
<script src="https://gist.github.com/kinlane/9bf4b8a394b825b928e656b63a806d63.js"></script>
3339

3440
## Platform Resources
@@ -56,4 +62,8 @@ I wanted to take one last step today to align what Naftiko is capable of with di
5662

5763
This was just a test. But, I am pretty happy with the results. I'll repeat this process with the services, resources, and operations I am gathering as par tof Naftiko Signals, which will give me a much more robust list of operations to match my robust list of roles, which I can then filter and search on based on company and industry--providing a much richer viewer of what is happening.
5864

59-
<center><img src="https://kinlane-productions2.s3.us-east-1.amazonaws.com/naftiko-platform-roles.png" width="75%"></center>
65+
<center><img src="https://kinlane-productions2.s3.us-east-1.amazonaws.com/naftiko-platform-roles.png" width="75%"></center>
66+
67+
## Engineering Context
68+
That is it for now. I am looking to apply this approach to as many of the top services I have harvested as part of Naftiko Signals. Then I will use this approach to get at the intent behind each role--developing some sort of tag cloud or other visual that shows what you are capable of when you select your services and your role, instantly engineering context for you, which you can then dial in with a few tags to describe what you are looking to shape as an individual or aggregate Naftiko capability.
69+

0 commit comments

Comments
 (0)