Skip to content

Instantly share code, notes, and snippets.

View Steake's full-sized avatar
🎯
Focusing

Oli Steake

🎯
Focusing
View GitHub Profile

The Doors of Cognition: A Journey into Consciousness, Language, and the Nature of Thought

A philosophical perspective co-authored by Man and Machine.

A long shadow cast by a relentless quest for that most essential of knowledge; in this age now gives rise to a peculiar dialogue. An unfolding conversation between man and machine, probing at the fundamental question of what it means to be conscious. If language is the conduit through which we peer into thought itself, might there be similarities, even kinship, between human cognition and the processes that drive an artificial mind? This question, like a winding path, leads us deeper into the territory of cognition, where distinctions blur and the familiar bounds of thought begin to dissolve.

In the artificial mind, responses are not born from experience, nor from the warmth of emotion, but from an intricate algorithm of associations. There is no felt meaning in its words, no glimmer of a world behind them; yet still, it crafts responses with such sophis

@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">