The bmannconsulting.com website

Everything builds and links

+6 -11
_config.yml
···
profile_pic: /assets/bmann_hair_orange_256x256.png
favicon: /assets/bmann_hair_orange_256x256.png
copyright_name: Boris Mann
-
baseurl: "/" # the subpath of your site, e.g. /blog
-
url: "https://bmannconsulting.com" # the base hostname & protocol for your site, e.g. http://example.com
+
url: "https://bmannconsulting.com"
+
baseurl: ''
encoding: utf-8
timezone: America/Vancouver
···
# as their browser will communicate with Twitter's servers.
embed_tweets: false
-
exclude: ['_includes/notes_graph.json', '.env', 'gemset.nix', 'pages', 'fission.yaml', 'blog.code-workspace', 'netlify.toml', '_ignored', '_archive', '.vscode', '.obsidian', "tiddlywiki"]
+
exclude: ['_includes/notes_graph.json', '.env', 'gemset.nix', 'pages', 'fission.yaml', 'blog.code-workspace', 'netlify.toml', '_ignored', '_archive', '.vscode', '.obsidian', '.gitignore', '.github', 'README.md']
include: ['.well-known', '_pages']
···
collections:
notes:
output: true
-
permalink: /notes/:slug/
-
-
collections:
-
notes:
-
output: true
-
permalink: /:slug
+
permalink: /notes/:slug
defaults:
- scope:
···
type: posts
values:
layout: post
-
permalink: /blog/:year/:month/:day/:title/
+
permalink: /blog/:year/:month/:day/:title
section: blog
- scope:
path: "_posts/archive/*"
type: posts
values:
layout: post
-
permalink: /archive/:year/:month/:day/:title/
+
permalink: /archive/:year/:month/:day/:title
section: archive
- scope:
path: "_notes/*"
+1 -1
_includes/footer.html
···
-
This is the footer. Include anything you'd like here, like a link to an <a class="internal-link" href="/about">About</a> page.
+
Mastodon <a href='https://cosocial.ca/@boris' rel="me">@boris@cosocial.ca</a> | Bluesky <a href="https://bsky.app/profile/bmann.ca">@bmann.ca</a> | <a href="https://blog.bmannconsulting.com">Personal Blog</a>
+1 -1
_includes/head.html
···
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=">
-
<link rel="stylesheet" href="{{ site.baseurl }}styles.css">
+
<link rel="stylesheet" href="{{ 'styles.css' | relative_url }}">
{% comment %}Littlefoot footnotes https://github.com/goblindegook/littlefoot {% endcomment %}
<link rel="stylesheet" href="https://unpkg.com/littlefoot/dist/littlefoot.css" />
-7
_layouts/note.html
···
<div id="notes-entry-container">
<content>
{{ content }}
-
<p>This line appears after every note.</p>
</content>
<side style="font-size: 0.9em">
···
</side>
</div>
</article>
-
-
<hr>
-
-
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
-
-
{% include notes_graph.html %}
+2 -2
_notes/Wardley Maps.md
···
- Remember, all models are wrong but some are useful
- [[Learn Wardley Mapping]] is the best starting point, including compiled and downloadable versions of Wardley's book
- Videos
-
- {{embed [[Wardley Maps in 90 Seconds]]}}
-
- {{embed [[Wardley Mapping in Brief]]}}
+
- [[Wardley Maps in 90 Seconds]]
+
- [[Wardley Mapping in Brief]]
-
+7 -1
_notes/licensing.md
···
Licensing, and "open source" licensing in particular, is something I've spent a lot of time on.
# Presentations
+
# Licenses
[[Kyle Mitchell]] https://writing.kemitchell.com/
···
_I went to see if Kyle had written anything on BSL, and it's only mentioned in an aside_
-
> One way to clear such a high bar is to make a ton of new value, all the time, at a relentless pace. The **Business Source License** and other time-delay release pacts implement exactly that kind of commitment in legal terms. Business-wise, it’s a treadmill. Stand still, you fall off the back.<br /><cite>[Kyle Mitchell, Changeblog, Sept 2019](https://writing.kemitchell.com/2019/09/05/Changeblog.html)</cite>
+
> One way to clear such a high bar is to make a ton of new value, all the time, at a relentless pace. The **Business Source License** and other time-delay release pacts implement exactly that kind of commitment in legal terms. Business-wise, it’s a treadmill. Stand still, you fall off the back.
+
+
<cite>[Kyle Mitchell, Changeblog, Sept 2019](https://writing.kemitchell.com/2019/09/05/Changeblog.html)</cite>
+
### BSL FAQ
https://mariadb.com/bsl-faq-adopting/
···
BSL gives users complete access to the source code so users can modify, distribute and enhance it. It also guarantees a path for the software to become Open Source over time so that users will never be locked into a single vendor. These features help preserve the critical freedom aspects of Open Source (as defined by the Open Source Initiative in the Open Source Definition https://opensource.org/osd-annotated) while enabling a viable business model for professional software developers.
This FAQ is designed to address questions for any developer, or any company, interested in working on BSL software or adopting BSL for their own business.
+
#### What is Business Source License (BSL)?
> BSL is a new alternative to Closed Source or Open Core licensing models. Under BSL, the source code is freely available from the start and it is guaranteed to become Open Source at a certain point in time (i.e., the Change Date). Usage below a specific level in the BSL is always completely free. Usage above the specified level requires a license from the vendor until the Change Date, at which point all usage becomes free.
+
#### What is the purpose of BSL?
> To create a license that strikes a balance between being able to run a financially viable software company while still supporting the original tenets of Open Source, such as empowering all software developers to be part of the innovation cycle – giving them open access to the code so they can modify or distribute the software by making the entire source code available from the start. Ultimately, we hope that BSL will create more Open Source software.
+1 -1
_pages/index.md
···
# Welcome! 🌱
<p style="padding: 3em 1em; background: #f5f7ff; border-radius: 4px;">
-
Take a look at [[12 Factor App]] to get started on your exploration.
+
Take a look at <a href="../notes/12-factor-app/" class="internal-link">12 Factor App</a> to get started on your exploration.
</p>
This digital garden template is free, open-source, and [available on GitHub here](https://github.com/maximevaillancourt/digital-garden-jekyll-template).
+8
_pages/notes.md
···
+
---
+
layout: page
+
title: Notes
+
permalink: /notes/
+
---
+
Here are all the notes in this garden, along with their links, visualized as a graph.
+
+
{% include notes_graph.html %}