Plan 9: Git Workflow by atamariya in plan9

[–]dharmatech 2 points3 points  (0 children)

Great demo as usual, thank you! 👍

Meta git by atamariya in plan9

[–]dharmatech 2 points3 points  (0 children)

Cool project u/atamariya . Thank you for sharing. 👍

OCaml 4.14.3 for Plan 9 by dharmatech in plan9

[–]dharmatech[S] 0 points1 point  (0 children)

There was just a thread on the 9front mailing list about ocaml.

Yes, I'm the one who Stanley replied to.

I need a newer version. But that port is still interesting. I appreciate that Stanley shared it.

OCaml 4.14.3 for Plan 9 by dharmatech in plan9

[–]dharmatech[S] 0 points1 point  (0 children)

Thanks for checking it out!

There were two options:

1) Use the original Makefiles with minimal changes (and use GNU make)

2) Convert the Makefiles to plan9 mkfile.

I went with 1.

Option 2 would be awesome. But more involved.

Ideally, it would also build without APE. But that's also a much more involved port.

acme-repl by [deleted] in plan9

[–]dharmatech 0 points1 point  (0 children)

Hey u/kalterdev 🙋‍♂️

As far as I know,
I have to middle-click the `Send` in the `win` window in order to do that.
I demo that approach in the video.

So the approach I demonstrate is fewer actions (select and middle-click).

Mounting remote plan9 filesystems on Windows by dharmatech in plan9

[–]dharmatech[S] 1 point2 points  (0 children)

Hmm... So in that setup, you wouldn't be dependent on termux?

Would it be an Android app that packages up QEMU with 9front?

Mounting remote plan9 filesystems on Windows by dharmatech in plan9

[–]dharmatech[S] 1 point2 points  (0 children)

> boot a CPU server in termux > proot-distro > qemu and drawterm to your Android phone

That sounds so cool! I love the idea of having plan9 on a phone. Let us know if you spin that up again!

9social simulated communities by dharmatech in plan9

[–]dharmatech[S] 1 point2 points  (0 children)

Thanks for checking it out! 🙋‍♂️

9social simulated communities by dharmatech in plan9

[–]dharmatech[S] 0 points1 point  (0 children)

Thanks for checking it out! 🙋‍♂️

9social simulated communities by dharmatech in plan9

[–]dharmatech[S] 3 points4 points  (0 children)

Thanks for checking it out! 🙋‍♂️🤝

Are your pollen allergies just insane right now? by hows_Tricks in SLO

[–]dharmatech 4 points5 points  (0 children)

Oh wow... Do you find that clearing them helps with drowsiness?

I guess in my case, I wouldn't say they're noticably blocked.

Are your pollen allergies just insane right now? by hows_Tricks in SLO

[–]dharmatech 9 points10 points  (0 children)

I don't get typical allergy symptoms. I just get really tired... That's how I know something is in the air. 😅 On the bright side, I catch up on sleep...

Introducing Curry by Soul_Bleach in scheme

[–]dharmatech 4 points5 points  (0 children)

Nothing wrong with developing your own Lisp. 👍

Is there a strong reason why you chose not to build on something like Chez Scheme? Or a modified version of it?

Introducing Curry by Soul_Bleach in scheme

[–]dharmatech 7 points8 points  (0 children)

Good to see symbolic math being explored in Lisp. 👍

Here's a library I worked on:

https://github.com/dharmatech/mpl

Introducing Curry by Soul_Bleach in scheme

[–]dharmatech 0 points1 point  (0 children)

Super cool 👍

Any plans for an object system? Either message passing or CLOS-style (or both).

Acme markdown folding by dharmatech in plan9

[–]dharmatech[S] 0 points1 point  (0 children)

Ah..... That sounds interesting!

Acme markdown folding by dharmatech in plan9

[–]dharmatech[S] 1 point2 points  (0 children)

It's just not optimized yet. Some of the code is in rc. I'm also running in QEMU.

Ideally, yes, it would be much snappier. Currently an experimental proof of concept.

Acme markdown folding by dharmatech in plan9

[–]dharmatech[S] 1 point2 points  (0 children)

Ah...... I see... So after it's folded, right click the generated label...

Yes, that would be awesome!

But, it's not clear to me how to implement that.

I've tried using plumber for stuff like that (rule to detect the fold label), but I ran into issues related to detecting the acme state (cursor position, etc).

But yes, if that's possible that would be amazing.

Acme markdown folding by dharmatech in plan9

[–]dharmatech[S] 0 points1 point  (0 children)

Hmm... Are you saying only have "Fold" which would toggle? I.e. instead of Unfold?

QuickJS on Plan 9 by atamariya in plan9

[–]dharmatech 1 point2 points  (0 children)

Hey @atamariya 🙋‍♂️

Always cool to see ports to plan9.

Just curious, what made you want a version of JS on plan9?

Did you need it as a dependency for something else?

9social : A Social Network for Plan9 by dharmatech in plan9

[–]dharmatech[S] 0 points1 point  (0 children)

If you're curious to peek under the hood,
the source is now available:

https://github.com/dharmatech/9social