diff options
Diffstat (limited to 'Biz/Nixpert.md')
-rw-r--r-- | Biz/Nixpert.md | 124 |
1 files changed, 76 insertions, 48 deletions
diff --git a/Biz/Nixpert.md b/Biz/Nixpert.md index d97b504..4e6a163 100644 --- a/Biz/Nixpert.md +++ b/Biz/Nixpert.md @@ -1,78 +1,106 @@ --- -title: Nixpert.chat biz plan +title: Nixpert.chat +header-includes: | + <link rel="stylesheet" type="text/css" media="screen" href="https://cdn.conversejs.org/9.0.0/dist/converse.min.css"> + <script src="https://cdn.conversejs.org/9.0.0/dist/converse.min.js" charset="utf-8"></script> + <style> + </style> --- -# Problem +[Nix](https://nixos.org) is a hermetic, deterministic, and declarative build system, package manager, and operating system. It will save you time and money by making sure: -Nix is hard to use, especially hard to get started with. But the benefits are -compounding for companies that do adopt it. +- your development environment is the same as your production environment +- every build you do is definitive and reproducible +- all your dependencies and environment variables are accounted for +- developers never have to compile something twice - just download it from the cache -The major pain point is getting help: devs often can't go to IRC because it's -hard to use or they are prevented from doing so by confidential company -information. +But, you have to use it right. You can't go half-way in. -# Solution +Do you find Nix hard to use? Is the documentation confusing, the language obtuse and difficult? Have you had trouble training new devs? -We create a paid chat service where devs can quickly get answers to -questions. We'll have a hosted chat client that is easy to use, maybe just use -slack or something. +If so, you need this service. -# Key Metrics +I'm offering dedicated Nix support for a limited number of clients. Here's how it works: -- Number of customers -- Questions answered per shift -- Hours of availability (24/7) +- If you have a problem or question with Nix, NixOS, or Nixpkgs, send me a message +- I will respond within an hour during business hours (~9am-9pm EST) +- I'll stay online with you until your problem is resolved +- If we can't solve it via chat, we'll start a video call to work through it -# Unique Value Proposition +To sign up, say hello in the chat box in the corner to get started, or [register][] an account. -## High-Level Concept +# Why buy as a team? -Direct-line support for your infrastructure and build code. Like monadfix.com for Nix stuff. +Get a dedicated help room just for your team. Speed up your Nix development time for everyone. Accellerate your product development by getting the infrastructure questions out of the way. -# Unfair Advantage +- $3000/month +- ∞ Nix language questions +- ∞ NixOS questions +- ∞ Nixpkgs ecosystem questions +- ∞ tooling support +- 10h code review +- + architecture review +- + security review +- + best practices -- first mover +# Why buy as an individual? -# Channels +Is Nix part of your job, but you don't feel 100% comfortable? Get fast dedicated help from an expert. Perform better at your job. Get your Nix questions answered before anyone else and get back to being productive. -- write articles on: - - common solutions - - benefits of nix - - highlight nix tool - - highlight nix function or technique +- $300/month +- ∞ Nix language questions +- ∞ NixOS questions +- ∞ Nixpkgs ecosystem questions +- ∞ tooling support +- 2h code review +- + architecture review +- + security review +- + best practices -# Customer Segments +# About this service -- crypto companies -- ml companies +This is just a private XMPP server, you can register an account [here][register] or use your own. Join the public [nix-lobby][] room to get started. When you sign up for the dedicated, paid support you'll be added to a private chat room that you can use for future help requests. We also have 1-on-1 and encrypted messaging for any sensitive information. -## Early Adopters +# Who runs this? -- startups, nix companies I know? +I'm [Ben Sima](https://bsima.me) and I've been working with Nix for 5+ years. All of my personal infrastructure runs on NixOS: email, IRC, XMPP, hardware, websites including this one. I've contributed open source packages and modules to nixpkgs. In my day job, I've managed a Nix-based build system and infrastructure for 150+ developers, handling dozens of custom packages, hundreds of builds per day, and a private cache of terabytes of Nix packages. I've probably managed the largest Nix deployment in the world besides the public NixOS.org infrastructure. -# Cost Structure +# Why make this service? -- hourly wages for staff -- infrastructure costs - - chat server via prosody - - errbot for common questions? - - jitsi video chat - - hosted chat room via conversejs.org or JSXC - - chat clients (Dino, iOS: Trillian) +My career mission is to make reliable software, and Nix is one of the best tools for that job. But people often complain that Nix is hard to use. So my goal with this project is to make Nix easy to use and understand. First I will help you with your day-to-day problems. Along the way I will work out better ways to explain the concepts, benefits and usage of Nix. Then I will take these lessons back to the Nix manual and tooling to make the product better. So in buying this service your money actually buys twice the value: you get direct suport of your daily problems, and you get indirect support by improving Nix over time. -# Revenue Streams +The business mantra I operate by is "win and help win." By offering this service I will help your organization win by improving your infrastructure and delivering reliable software products, and the Nix community wins by having more dedicated improvements contributed upstream. -- $500 - $1500 monthly subscription for companies -- pair-programming sessions for added $150/hr +# FAQ -# Growth plan +## Do you offer Nix development or training? -## Unicorn Requirements +For special projects I offer Nix development work and training on a contract basis. Message me at [bsima@simatime.com](xmpp://bsima@simatime.com) and we'll see if your project is a good fit. If not, I can recommend other contractors that I trust will get the job done. -### Sales Penetration +## How do I manage my payment and account? -## Support requirements +It's all manual right now. I'll invoice you for payment at the beginning of every month. If you want to cancel, just message me, no hard feelings. Or just don't pay your invoice I guess. -### Tech Infra +If you want your XMPP account deleted, you can usually do that from an XMPP client, or message me directly and I'll do it from the admin console. -### Customer Support +## Do you log our chats? + +Yeah I save the logs for 30 days. If you need them deleted for some reason, message me an I'll delete any logs. If you have sensitive data, use OMEMO or PGP encryption. + +[register]: https://simatime.com/chat +[nix-lobby]: TODO + +<script> + // https://conversejs.org/demo/anonymous.html + converse.initialize({ + allow_logout: false, + authentication: "anonymous", + auto_login: true, + auto_join_rooms: [ "nix-lobby@conference.simatime.com" ], + notify_all_room_messages: [ "nix-lobby@conference.simatime.com" ], + jid: "anon.simatime.com", + keepalive: true, + hide_muc_server: true, + bosh_service_url: "https://anon.simatime.com/http-bind" + }); +</script> |