Anyone following along probably has questions about just how the heck we're using a single YAML fence in a Markdown file as shared storage for multiple users?

Well we're not.

The <oculus-fence> Web Component assigns as session id the first time one is called. The rest of them share the same id while until the session expires. The `write_path` method intercepts calls containing X-Wanderland-Client-Id and cuts them their own slice of the universe - an overlay driver tracking an append-only list of updates made by that session.

Replay on read. Multi-player ready. Collision proof updating.

Game on Wayne. Game on Goose

#emacs #wanderland #jupyter #orgmode

Title: P0: Onnx, jupyter [2024-07-25 Thu]
I have been enhancing my Jupyter to Org mode
converter j2o written in Python.

I studying ONNX framework now and I want to build RAG and
memory for personalized AI.

I have found cool looking underrated game "Darksiders:
Wrath of War" 2010. Didn't played.
😶 #dailyreport #jupyter #onnx

Title: P0: Onnx, jupyter [2024-07-25 Thu]
I have been enhancing my Jupyter to Org mode
converter j2o written in Python.

I studying ONNX framework now and I want to build RAG and
memory for personalized AI.

I have found cool looking underrated game "Darksiders:
Wrath of War" 2010. Didn't played.
😶 #dailyreport #jupyter #onnx

Title: P1: I configured Eglot + TRAMP + Org source blocks. [2024-07-07 Mon]
I also wrote two functions for Auto-Save #files#.
When you get message: "Use M-x recover-this-file".
To check difference before that and to remove #file#.

And I configured Python code snippets or templates with
abbrev and sketeletons (built-in packages, without
yasnippets and other shit).
😶 #files #file #dailyreport #emacs #eglot #jupyter #autosave #snippets #issuecomment #files #file

Title: P0: I configured Eglot + TRAMP + Org source blocks. [2024-07-07 Mon]
It is Jupyter alternative. ⛳

Now I can edit Python files remotely within or without
Org-mode with full IDE features. ˊ・ω・ˋ And I can easely
switch to any other language. 😹

A little hack for that I took from here:
https://github.com/joaotavora/eglot/issues/216#issuecomment-1052931508

It is “C-c '” key that acitvates Org source block editing. #issuecomment #dailyreport #emacs #eglot #jupyter #autosave #snippets #issuecomment #files #file

org-edit-special and eglot · Issue #216 · joaotavora/eglot

Hello, thanks for the eglot, it looks very promising. Right now, I am trying to configure eglot. I have added to my init.el the following: (use-package eglot :ensure t :hook ((python-mode . eglot-e...

GitHub

Title: P1: I configured Eglot + TRAMP + Org source blocks. [2024-07-07 Mon]
I also wrote two functions for Auto-Save #files#.
When you get message: "Use M-x recover-this-file".
To check difference before that and to remove #file#.

And I configured Python code snippets or templates with
abbrev and sketeletons (built-in packages, without
yasnippets and other shit).
😶 #files #file #dailyreport #emacs #eglot #jupyter #autosave #snippets #issuecomment #files #file

Title: P0: I configured Eglot + TRAMP + Org source blocks. [2024-07-07 Mon]
It is Jupyter alternative. ⛳

Now I can edit Python files remotely within or without
Org-mode with full IDE features. ˊ・ω・ˋ And I can easely
switch to any other language. 😹

A little hack for that I took from here:
https://github.com/joaotavora/eglot/issues/216#issuecomment-1052931508

It is “C-c '” key that acitvates Org source block editing. #issuecomment #dailyreport #emacs #eglot #jupyter #autosave #snippets #issuecomment #files #file

org-edit-special and eglot · Issue #216 · joaotavora/eglot

Hello, thanks for the eglot, it looks very promising. Right now, I am trying to configure eglot. I have added to my init.el the following: (use-package eglot :ensure t :hook ((python-mode . eglot-e...

GitHub

It's Monday night, your daughter is at dance and you're stuck in town at the library waiting for her...

[As you do]

You're bored

[As you do]

What do you do?

Goose Pong Mobile

[As you do]

PEEK / POKE / EXECUTE

state = peek('goose-pong:game-state.yaml')

poke('goose-pong:game-state.yaml', state)

execute('goose-pong:board', action='poke_cell', params={'row': ball_row, 'col': ball_col, 'value': '🪩'})

[As you were]

#jupyter #emacs #orgmode #wanderland

Exploring Petabytes of the Night Sky in Jupyter.

In this Jupyter blog guest post, Robert Nikutta and Stéphanie Juneau from NSF NOIRLab show how Jupyter enables thousands of astronomers to effectively work with large-scale data on the NOIRLab’s Astro Data Lab Science Platform.

#jupyter #astronomy #data
https://bit.ly/3QprZfq

"""
What the heck am I supposed to do with executable markdown?
"""
--- you, confused as to what the heck you're supposed to do with executable markdown

+++

"""
I dunno, stuff
"""
--- me, explaining that you can do whatever you can think of, multiple adapters like HTTP are available out of the box so you can, you know, get the IP of your web server or summin

#jupyter #orgmode #emacs