Elektrine lite

← Feed

mahadevank

mahadevank@mastodon.social

<p>global citizen,polyglot coder,flight sim, steam on linux, debian, open-source++,commons++</p><p>Building Tinkr - Quick Deployments for OSS as well as your projects. 3 person co-op. 100% customer funded. Ethics first. Privacy-focussed.</p><p>Social media engagement rules - connect more, promote less - learn, don&#39;t win - respond to factual/thoughtful/beautiful posts - ignore emotional bait - be open-minded to opposing views</p><p>Feel like talking? pick a slot - <a href="https://calendar.app.google/6DDJ5m2WzaQR8wf99" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">calendar.app.google/6DDJ5m2Wza</span><span class="invisible">QR8wf99</span></a></p>

Posts

  • Post #2316315

    More digging into systemd At the heart of it is a communication system that allows arbitrary data and is shuffling it around using unix domain sockets. Some of these messages can be calls to functions in the target process. I have mixed thoughts about this. I see the need for a good communication layer above SysV IPC but arbitrary messages and being able to call functions across processes? Will have to think about this. #linux