home.social

#iroh — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #iroh, aggregated by home.social.

  1. @poes @nawanp ada kok buat host sendiri #deltachat: #chatmail. Tapi gak usah chatmail pakai SMTP dan IMAP biasa juga bisa kok. Dah pernah coba. Paling "agak boros" batere kalo IMAP nya gak support IMAP IDLE. Dan create user nya gak bisa dari aplikasi deltachat.

    Sebenernya masalah quota di nine.testrun.org atau host lainnya itu cuma bakal ngaruh buat offline message. Deltachat pakai email itu cuma buat relay kalo pas offline dan kalo gak salah bantu discovery. Begitu online dan kesedot, selanjutnya antar deltachat baik dengan akun lain ataupun akun sendiri kalo multiple device dia p2p pake #iroh.

    Tapi kalo mau agak gede quota nya, pake relaynya dari #arcanechat, dapat 2GB

  2. Did you know the #iroh blog has an #rrs feed for all our #p2p adventures? You might want to subscribe because yours truly does not keep up with being a manual RSS feed. Blogs missed so far include at least:
    - How to reject incoming packets in QUIC: iroh.computer/blog/quic-packet
    - iroh & #MoQ on a security camera: iroh.computer/blog/secure-vide

    The rss feed: iroh.computer/rss.xml

  3. Sepertinya bakal stay pakai sendme buat kirim-kirim file secara gampang dari cli

    iroh.computer/sendme

    Alternatif lain ada croc.

    github.com/schollz/croc

    #sendme #iroh #linux #cli

  4. Ever wanted to have a #p2p video call over #iroh? We have a brand new and experimental version of #MediaOverQuic (#moq) working!

    github.com/n0-computer/iroh-li

  5. How does 0-RTT work in #iroh (and #QUIC, and a little bit of #TLS), a fun exploration: iroh.computer/blog/0rtt-api

    What's even better is that @Frando already landed a PR in #rustls to improve the UX of this (github.com/rustls/rustls/pull/). Should also land in #Quinn and #iroh soon!

  6. Ever used #sendme to send files around using #iroh? It is built on top of the iroh-blobs protocol, which uses blake3 to do verified streaming. If you do this at scale you also want a store for the blobs, and that's not so trivial to build: iroh.computer/blog/blob-store-