Skip to content

Instantly share code, notes, and snippets.

View Steake's full-sized avatar
🎯
Focusing

Oli Steake

🎯
Focusing
View GitHub Profile
@Steake
Steake / urbit.md
Last active December 22, 2023 04:36

Urbit 👾

A Solid-State Interpreter 🚀

  • Urbit is a "solid-state interpreter" (SSI) that seamlessly integrates an interpreter with an ACID database 🛠️.
  • Defined as an "operating function" (OF), Urbit serves as a versatile OS, meticulously designed as a pure function of its input stream 🔄.
  • Functionally, Urbit constitutes a comprehensive execution stack, encompassing a VM, compiler, OS, network, web server, and core applications 🌐.
  • The system is currently in an alpha-grade state, boasting a live, relatively stable network 🌟.

Introduction & Functionality 🌈


DiffNet++: A Comprehensive Overview

Architecture Overview

graph TD;
 A[User-Item Interaction History] -->|Matrix Factorization| B1[Embedding Layer];
@Steake
Steake / genesis_public_key
Created February 20, 2018 18:43
genesis_public_key
0462baf8c7e0507eca51bd7ce9c39b1c43b10757a903731c92b5182db5d2c3b7c48f3d90b2c928e5d700ef6e2b529f828ca75b45261fbf6701d598fe5e014e31b8
@Steake
Steake / designer.html
Last active August 29, 2015 14:16
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-animated-pages/core-animated-pages.html">
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html">
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html">
<link rel="import" href="../core-animated-pages/transitions/slide-down.html">
<link rel="import" href="../core-animated-pages/transitions/slide-up.html">
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.html">
@Steake
Steake / designer.html
Last active August 29, 2015 14:16
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.html">
<link rel="import" href="../core-animated-pages/core-animated-pages.html">
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html">
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html">
<link rel="import" href="../core-animated-pages/transitions/slide-down.html">
<link rel="import" href="../core-animated-pages/transitions/slide-up.html">
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.html">