Skip to content

Instantly share code, notes, and snippets.

@friso
friso / bot.txt
Created February 14, 2022 11:22
Bot description
Workbot is a crawler for an alpha-stage product not yet released to the public.
Author contact details at: https://friso.lol/pages/business.html
Workbot aspires to be a good internet citizen. It has a low maximum concurrency per crawled root,
and maintains a successive low request rate. Workbot abides robots.txt.
@friso
friso / commandments-for-SaaS-tools-and-business-email.md
Last active September 6, 2019 12:55
Commandments for SaaS tools and business email

Commandments for SaaS tools and business email

  • Business email accounts (you@company.com) shall have two factor authentication enabled.
  • Primary identification for other services is always a business email address (any@company.com).
    • With the exception of services that naturally integrate personal accounts with organisations (e.g. Github).
  • For any service, there will be one and only one root admin account that is tied to admin@company.com.
    • In case of services that separate accounts from organisations (e.g. Github), this means that a "personal" account will be created for admin@company.com and that will be used to create and own the organisation settings.
  • Passwords for accounts tied to personal email addresses (you@company.com) are never stored in a shared password vault, only in a personal vault.
  • Passwords for accounts tied to admin@company.com are stored in a shared password vault to which access is limited to a set of n individuals, where 2 <= n <= 4.
  • This same set of people, whe
@friso
friso / Productionising ML Systems.ipynb
Created December 6, 2018 19:33
Session held at Rockstart for AI / ML startups.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@friso
friso / test-swagger.json
Created February 20, 2017 13:43
Swagger json
{
"swagger": "2.0",
"info": {
"description": "Dress service to impress.",
"version": "1.0-beta",
"title": "FashionTrade.com Dress API"
},
"basePath": "/",
"schemes": [
"http"
@friso
friso / Productionising ML systems - slides.ipynb
Last active March 28, 2017 18:59
Slides for a meetup talk on the caveats of bringing ML systems to production.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@friso
friso / presentation.ipynb
Created March 13, 2016 10:35
PyData Amsterdam presentation: Understanding the tech community through notebooks
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@friso
friso / demo.ipynb
Created November 5, 2015 06:01
Divolte Data Spark Notebook demo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [
{
@friso
friso / e-mail.ipynb
Created June 5, 2014 09:11
E-mail ipython notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.