You are viewing archived messages.
Go here to search the history.

Tom Larkworthy 2025-06-10 20:24:30

So for the LLM to explore the dependancy graph I added the "dependsOn" cross-links to the already well worn "moduleMap" function. Now I have that information available I can visualize it nicely! and furthermore I made it reactive to the runtime changes so its always up to date.

Oleksandr Kryvonos 2025-06-14 22:36:55

accidentally I discovered that typing without backspace might be somewhat fun

uprun.github.io/web-editor/keeped-2025-06-15-no-backspace-challenge.html

Kartik Agaram 2025-06-14 22:46:28

Interesting. I'm more curious about the little peephole cursor you have there. Care to say more about it?

Kartik Agaram 2025-06-14 22:48:26

Hmm, link doesn't work for me on Firefox.

Oleksandr Kryvonos 2025-06-15 05:43:35

I'm more curious about the little peephole cursor you have there.

later I would like to use this editor from tablet and since with web-pages it is impossible to ask for a virtual keyboard I need a minumum size input to be visible.

Though un-intensionally it looks like cursor on iPad (one of the things Apple thought through)

Hmm, link doesn't work for me on Firefox

I use Firefox on MacOS and on Android it seemed to be working, can you please try one more time?

Kartik Agaram 2025-06-15 05:57:45

Oh I see! I didn't realize that I need to click on the "cursor" (input box) to add keyboard focus.

Very interesting approach.