this post was submitted on 24 Dec 2023
2 points (100.0% liked)

programming

104 readers
1 users here now

  1. Post about programming, interesting repos, learning to program, etc. Let's try to keep free software posts in the c/libre comm unless the post is about the programming/is to the repo.

  2. Do not doxx yourself by posting a repo that is yours and in any way leads to your personally identifying information. Use reports if necessary to alert mods to a potential doxxing.

  3. Be kind, keep struggle sessions focused on the topic of programming.

founded 11 months ago
MODERATORS
 

Playing around with plan9’s webfs, have a prototype for reading/writing to the lemmy api as if it were a series of files.

The program creates the files dynamically and it can then be mounted to wherever, in the case of the example here I just mounted it to the /n directory.

Currently I only have one api endpoint but this is good enough for a proof of concept.

top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 10 months ago* (last edited 10 months ago) (1 children)

Omg this is really cool. Can you share the code?

[–] [email protected] 1 points 10 months ago

Yeah! here you go. Its still very wip, but feel free to check it out!