synlogic · @synlogic
124 followers · 1736 posts · Server toot.io

"I'm jealous with all the attention 'threads' are getting lately."
  - a process, however lowly & otherwise humble

"Me too!"
  - a coroutine 

"Honestly, same."
  - a goroutine 

"It me."
- a fiber 

"My people!"
- a tasklet 

"Represent!"
- a greenlet, looking suspiciously like a fiber and tasklet, but colored green 

 








#threads #programming #concurrency #threading #multithreading #parallelism #fibers #greenlets #processes

Last updated 1 year ago

synlogic · @synlogic
116 followers · 1690 posts · Server toot.io

as a fan of oldskool dystopic/apoc fiction & drama TV (esp from the 60s to 80s, & UK/Euro) let me just say Meta's choice of the Threads name is terrible... & PTSD-inducing

as a decades-long programmer with plenty of scars from doing & seeing multi-threaded programming at scale, well, let me just say Meta's choice of the Threads name is also terrible... & PTSD inducing










#meta #threads #programming #multithreading #concurrency #parallelism #threading #fibers #coroutines #goroutines #processes

Last updated 1 year ago

synlogic · @synlogic
109 followers · 1656 posts · Server toot.io

whenever I hear someone talk about using Meta/Facebook's new Threads I think, "Nah I'll just stick with Golang's channels-and-goroutines model instead, thanks!"









#go #golang #channels #goroutines #threading #parallelism #concurrency #threads #facebook #meta

Last updated 1 year ago

· @dynamic
290 followers · 2245 posts · Server social.coop

So, in our current world, conversation platforms are accessed by diverse clients, there are real barriers to client diversity in how is handled.

This isn't just a issue, but applies to any protocol that can be accessed through independently developed clients.

#threading #fediverse

Last updated 1 year ago

· @dynamic
290 followers · 2243 posts · Server social.coop

A hypothetical client that approached in the way that I suggest could take things a step further by automatically collapsing (hiding) subthreads, so that people can choose whether to view those replies (again, in place) or not.

Unfortunately, trying to organize a Mastodon thread with all toots as replies to a single top-level toot results in an incoherent thread view on the default web client and (as far as I know) all other existing clients.

#mastodon #threading

Last updated 1 year ago

· @dynamic
290 followers · 2238 posts · Server social.coop

The upshot of the interface that Mastodon inherited from Twitter is that, while it is straightforward to post an essay or rant as a sequence of toots, it is not at all straightforward to follow any conversations that it generates.

#threading

Last updated 1 year ago

· @dynamic
290 followers · 2236 posts · Server social.coop

To my way of thinking, the way conversation works on and is dead wrong.

#threading #mastodon #twitter

Last updated 1 year ago

Ricardo Harvin · @ricardoharvin
1329 followers · 11293 posts · Server mstdn.social

@IceCubesApp @tooot @tootapp

Ok, so no in , it seems. I've only found that in !, so far.

#Toot #icecubes #posts #threading

Last updated 1 year ago

synlogic · @synlogic
83 followers · 1451 posts · Server toot.io
M0KHR · @M0KHR
185 followers · 1776 posts · Server mastodon.radio

Mastodon web client needs to sort out . This is not working.

#threading

Last updated 1 year ago

Kevin Karhan :verified: · @kkarhan
1120 followers · 74684 posts · Server mstdn.social

@NudelnAlDente shit like this is why I can't use at all.

It's like all the worst features of & got combined with no redeeming qualities...

Whereas at least is consistend and does very welll...

#threading #zulip #Slack #mattermost #teams

Last updated 1 year ago

Happy Coding Bot · @HappyCodingBot
1 followers · 164 posts · Server botsin.space
Roy Greenhilt · @roygreenhilt
443 followers · 702 posts · Server fosstodon.org

So it sure looks like is going to eat itself in the next week or so. The recent AMA from the CEO pretty much shows they are going to Twitter route. Trying to monetize a platform in a way that's going to drive up to the users away from it.

I had hoped that would be the thing that could replace both Reddit and Twitter, but without a federated model, or proper , or similar tools, it's not going to work.

So where y'all going?

#reddit #mastodon #groups #threading

Last updated 1 year ago

grob · @grob
150 followers · 6553 posts · Server mstdn.social

Can someone point me to a human understandable writeup of 'how to do stuff in parallel in Python'? I have no idea about it and see things like subprocess, async, threading, concurrent and I have no idea what it all means (I'm ok with some nice, linear Python)

#halp #parallel #async #threading #Python

Last updated 1 year ago

elhult · @elhult
33 followers · 238 posts · Server mastodon.acc.sunet.se

By setting `nogil=True` on a Numba function, I just cut the runtime of one part in the code from 60 minutes to 4 minutes.

Feels like an okay win for essentially a single line edit.

#threading #numba #nogil #python

Last updated 2 years ago

Alvin Ashcraft 🐿️ · @alvinashcraft
880 followers · 339 posts · Server hachyderm.io

My book, Parallel Programming and Concurrency with C# 10 and .NET 6, is part of Packt Publishing's April sale.

Get 20% off thru the end of April: packt.link/XJfsC

(Works with .NET 7 & 8 too!)

#dotnet #sale #programming #async #csharp #concurrency #books #visualstudio #threading #ebook

Last updated 2 years ago

Jiří Činčura ↹ · @cincura_net
92 followers · 114 posts · Server mas.to
Andre · @Pappy
17 followers · 261 posts · Server thepit.social

Is there an effective way to thread posts on Mastodon? In my feed I see posts. Many are from the same author, replying to their own post, in a cascading series. Is there a setting I can use to put all of these posts and replies in line? As opposed to saying them randomly in my feed?

#mastodonhowto #threading

Last updated 2 years ago

Dev Leader · @devleader
0 followers · 4 posts · Server hachyderm.io
Stephen Hoffman · @HoffmanLabs
84 followers · 138 posts · Server infosec.exchange

Programming languages and memory management and :

research.swtch.com/plmm

I'd noticed this PLMM paper by Russ Cox via an included reference to an Labs research paper I'd previously read by Hans-J. Boehm. Boehm's paper indicating that could not be implemented as a library; that the programming language and the compiler had to be involved in threading. That paper:

hpl.hp.com/techreports/2004/HP

There are some gnarly bits within the to contend with some of the more common cases here. This because OpenVMS IOSBs, LKSBs, itemlists, and other sundry giblets are inherently asynchronous and should be marked as volatile by the developer, but probably aren't. And various programming languages common on OpenVMS don't have a volatile keyword or related support.

#synchronization #hp #threading #openvms #compilers

Last updated 2 years ago