#Conduit

Robert Riemann 🇪🇺rriemann@chaos.social
2025-06-18

@flashfox @davidgerard

I don't think this writing or behaviour is productive. It seems to me that the open source community in parts does not believe in the value of standards and open source.

#Matrix is more than one company or one product. The foundation accepts new members who can vote. Instead of complaining that others donate not enough time and money, how about joining the foundation (even as individual) and campaigning to increase support for the foundation?

#element @matrix #conduit

Randall Perkinson PhotographyRMPerkinson@mstdn.social
2025-05-21
An old, rusty electric meter base and conduit on a brick wall.
Randall Perkinson PhotographyRMPerkinson@mstdn.social
2025-04-24

Conduit
Sullivan, Missouri, USA

#Photography #missouri #sullivanMO #conduit #orange

Closeup of a spool of orange wire conduit.
Randall Perkinson PhotographyRMPerkinson@mstdn.social
2025-04-20

Orange Conduit
Auxvasse, Missouri, USA

#Photography #missouri #auxvasseMO #conduit #fiber

A metal spool containing a small amount of orange fiber optic conduit sits on a gravel lot next to a white concrete block building with a red stripe running horizontally across it.
2025-04-14

Apparently did #conduwit close down. I am not sure what happened, the #conduit fork just appeared on my radar a few days ago, but apparently it implemented Simplified Sliding Sync (MSC4186) much faster than conduit (which still has not implemented it. But it should be implemented before the end of April, I was told... Lets see).

2025-03-24

Want but with the power of configuration? The recoverability of for system configuration?

Wednesday it's the online meet-up! With a great talk by @paulbutgold
about running docker / oci containers using the Guix configuration system.

His Gocix project has , , , and examples.

Meet-up details:

meetup.com/guix-social/events/

Image of the title screen for Giacomo Leidi's talk with the text "Self-hosting Forgejo in Guix using OCI Containers", and the sub-heading "Declarative Docker and OCI Container services".
Beady Belle FanchannelProfpatsch@mastodon.xyz
2025-03-11

Yes, this is a rolling pool of async green threads that are locked on a semaphore to limit parallelism.

#haskell #conduit

-- | Traverse over the given function in parallel, but only allow a certain amount of concurrent requests.
-- Will start new threads as soon as a resource becomes available, but always return results in input ordering.
runConcurrentlyBunched' ::
  forall m opts a.
  ( MonadUnliftIO m,
    HasField "batchSize" opts Natural
  ) =>
  opts ->
  -- | list of actions to run
  NonEmpty (m a) ->
  ConduitT () (NonEmpty a) m ()
runConcurrentlyBunched' opts acts = do
  let batchSize = assertField (boundedNatural @Int) opts.batchSize
  runInIO <- lift askRunInIO
  -- NB: make sure none of the asyncs escape from here
  Cond.transPipe (Cond.runResourceT @m) $ do
    -- This use of resourceForkWith looks a little off, but it’s the only way to return an `Async a`, I hope it brackets correctly lol
    ctx <- Otel.getContext
    let spawn :: m a -> Cond.ResourceT m (Async a)
        spawn f = resourceForkWith (\io -> async (io >> Otel.attachContext ctx >> runInIO f)) (pure ())
    qsem <- newQSem batchSize

    -- spawn all asyncs here, but limit how many get run consecutively by threading through a semaphore
    spawned <- for acts $ \act ->
      lift $ spawn $ withQSem qsem $ act

    Cond.yieldMany (spawned & NonEmpty.toList)
      .| awaitAllReadyAsyncs
2025-03-05

bong-ra.bandcamp.com/album/bla
I'm digging the fuck outta Bong-Ra right now. This is more Doom Metal, but they're often more a mix of Jungle and Break-beat. My math music, brushing up on trigonometry for conduit bending.
#Music #BandCamp #DoomMetal #Jungle #BreakBeat #BongRa #Math #Studying #Trigonometry #Conduit #Electrician

2025-02-07

@mntmn I run a family matrix server using #conduit. Clients are mostly Android/Schildichat. I gave up convincing people to use something differnt than WhatsApp - too much trouble. Therefor I installed a bridge to be able to organize the life of my kids. I'm close to adding a signal bridge, because there is no decent client for linux and anyway it's easier to just have all that stuff in one client.

2025-01-27

Has anyone used #ejabbered to act as a #matrix #chat #server ? I'm sure what the exact feature set it supports is. Could it be a Matrix server itself instead of #Synapse or #Conduit ? I ran #Prosody as an #Jabber / #XMPP server for years and found it suite nice.

Amelia Violettamillie@violetmillie.me
2025-01-24

Has anyone had issues with #Matrix relating to another user not having any devices/keys?

It seems to be the reason they can't see my messages, but everyone else seems to

their software: #synapse, mine: #conduit

2025-01-13

Who has experience installing and supporting #Matrix server apps? What have your experiences been with #Synapse #Conduwuit #Construct #Conduit #Dendrite #Telodendria ?

2025-01-08

I'm having mixed feeling about Matrix lately.

It's awesome that we have an open chat protocol that works and supports most features of other messaging services like Discord, WhatsApp, Telegram or Facebook.

But the only complete server implementation is Synapse, which is slow, clunky to administer, and complicated. Conduit was a great start, but people keep forking it like Pleroma.

1/3

#Matrix #Discord #WhatsApp #Telegram #Facebook #Synapse #Conduit #Pleroma

2025-01-01

Learned a new term tonight. I knew about catenaries as a source of power for street cars. Learned about ground conduits.
en.wikipedia.org/wiki/Conduit_

#conduit #streetcar #catenary

Micah Ilbery :neofox_cofe:micah@ilbery.family
2024-12-25

Conduit ⚡ —> Conduwuit 🏳️‍⚧️
Migration complete!
#SelfHosting #Matrix #Conduit #Conduwuit #HomeLab

Micah Ilbery :neofox_cofe:micah@ilbery.family
2024-12-25

Aaaaaand… now I have my own matrix server using conduit ⚡
#SelfHosting #Matrix #Conduit #HomeLab

2024-12-09

🌐🔐 sij.law/we2ee2/

Some neat updates to we2.ee, the encrypted messenger for the people—

· short profile links: we2.ee/@user (when char # counts)

· snappier #Matrix2.0 support w/ sliding sync

· txt.we2.ee for #secure self-destructing text

· #GDPR compliant #privacy policy

#MatrixOrg #e2ee #we2ee #security #infosec #messenger #community #conduwuit #conduit #synapse #foss

2024-12-05
do stickers work on matrix. how do you make them. pls my wife is dying #matrix #conduit #conduwuit

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst