summaryrefslogtreecommitdiffstats
path: root/2023/talks/hyperdrive.md
diff options
context:
space:
mode:
Diffstat (limited to '2023/talks/hyperdrive.md')
-rw-r--r--2023/talks/hyperdrive.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/2023/talks/hyperdrive.md b/2023/talks/hyperdrive.md
index cc6323c5..9c70a791 100644
--- a/2023/talks/hyperdrive.md
+++ b/2023/talks/hyperdrive.md
@@ -58,7 +58,7 @@ Check out [the manual](https://ushin.org/hyperdrive/hyperdrive-manual.html#Insta
You're welcome to join our public XMPP chat room!
- xmpp:discuss@conference.ushin.org ([Join anonymously from your browser](https://anonymous.cheogram.com/discuss@conference.ushin.org))
-- \#\_bifrost\_discuss\_conference.ushin.org:aria-net.org (Matrix bridge)
+- #_bifrost_discuss_conference.ushin.org:aria-net.org (Matrix bridge)
Bugs can be submitted to the [ushin issue tracker](https://todo.sr.ht/~ushin/ushin). Patches, comments or
questions can be submitted to the [ushin public inbox](https://lists.sr.ht/~ushin/ushin).
@@ -83,7 +83,7 @@ for user freedom.
## Questions and answers
-- Q: It\'s not clear how hyperdrive (not hyperdrive.el) works. Do I
+- Q: It's not clear how hyperdrive (not hyperdrive.el) works. Do I
need to install something on my computer to use it? Can I use it
from my phone?
- A: Like the emacs transmission client connects with the
@@ -97,23 +97,23 @@ for user freedom.
- Q: I use multiple computers and my partner also would like acess to
my notes. so 2 questions. How well would this work with using this
to editing my zettelkasten hyperdrive using multiple computers
- - A: Hyperdrives are single-writer, so you\'d be better off
+ - A: Hyperdrives are single-writer, so you'd be better off
linking between drives.  In the future, we plan to add support
for <https://github.com/nobiot/org-transclusion> to
hyperdrive.el.
- Q2: How well would it work if my and my partner worked on the
same hyperdrive zettelkasten
- A: If you linked between drives, it could work quite well!
-- Q: What would be a good way of getting Hyperdrives if you don\'t
+- Q: What would be a good way of getting Hyperdrives if you don't
want to install NPM and hava a binary. Could you compile it with
- deno or the \"rust or zig or go?\" cli alternative tool? I would
+ deno or the "rust or zig or go?" cli alternative tool? I would
prefer to download a single binary.
- - A: Jonas has been using hyper-gateway installed with a \`guix
- shell\` command. Thank you, Jonas!!!
+ - A: Jonas has been using hyper-gateway installed with a `guix
+ shell` command. Thank you, Jonas!!!
- Quick gist:
<https://gist.github.com/tarsius/509e9c65c9df1bc243d77cd968d60daa>
- Q: <https://github.com/datrs/hypercore> rust hyperdrive?
- - A: I\'m not familiar with this rust port yet.
+ - A: I'm not familiar with this rust port yet.
- Q: If you had your druthers, what would make your work on
hyperdrive.el easier?
- A: User feedback!! Please try it out :)
@@ -126,12 +126,12 @@ for user freedom.
- Q: Is data transferred between nodes in the clear or encrypted?
- A: Encrypted in transit.
- Q: Is there a searchable catalogue of hyperdrives? 
- - A: Not yet, but we have plans for a distributed \"trust\"
+ - A: Not yet, but we have plans for a distributed "trust"
network that could be used with hyperdrive:
<https://git.sr.ht/~ushin/trust.el>
- Q: Any plans for FUSE or posix semantics?
- A: Not yet. There was
- <https://github.com/andrewosh/hyperdrive-fuse> , but it\'s not
+ <https://github.com/andrewosh/hyperdrive-fuse> , but it's not
maintained currently.
- Q: Any plans for a TRAMP interface?
- A: Good idea!  A TRAMP interface may make it easier to offer
@@ -139,18 +139,18 @@ for user freedom.
- Q: How does this comprare to syncthing?
- A: Syncthing is useful for sharing files among a small group of
trusted peers, like an F2F network
- (\<<https://en.wikipedia.org/wiki/Friend-to-friend>\>). 
+ (<<https://en.wikipedia.org/wiki/Friend-to-friend>>). 
Hyperdrives are useful for publicly sharing a set of files which
you can updated going forward and which others can link to.
- Q: If you edit a file on the hyperdrive, then edit the same file on
the local mirror. How is the conflict handled when you sync the
mirror again?
- - A: If I understand correctly, you\'re asking about what happens
+ - A: If I understand correctly, you're asking about what happens
when you write to the same hyperdrive from multiple machines.
- The short answer is, \"Please don\'t do that.\" However, it
+ The short answer is, "Please don't do that." However, it
appears that the Holepunch team is making progress on
<https://docs.holepunch.to/building-blocks/autobase> for
- \"autohmatically rebasing\" hyperdrive history, effectively
+ "autohmatically rebasing" hyperdrive history, effectively
allowing for multi-writer hyperdrives.
- Q: wouldn't user be able to collaborate asynchronously by viewing diffs on a serially "shared" file, in other words, a user would copy another peer's text file, edit and upload their changes, share the link to their updated file so that then others can see diffs and in that way co-create an evolving file?
- A: You could try this. Another idea that we have in the works is integration with <https://github.com/nobiot/org-transclusion>