#polymaths

R.L. Dane :Debian: :OpenBSD: 🍵 :MiraLovesYou:rl_dane@polymaths.social
2025-06-08
R.L. Dane :Debian: :OpenBSD: 🍵 :MiraLovesYou:rl_dane@polymaths.social
2025-06-07

@OpenComputeDesign

Yes, please join #Polymaths so I can encourage you and more frequently confront you with your intrinsic value.

I promise to be quite merciless.

@tripplehelix @amin @dmoonfire @fbievan @thedoctor

R.L. Dane :Debian: :OpenBSD: 🍵 :MiraLovesYou:rl_dane@polymaths.social
2025-05-30

@dusnm @tripplehelix @amin @sunarch @joel

#Polymaths... slowly turning into a cult since 2022.

R.L. Dane :Debian: :OpenBSD: 🍵 :MiraLovesYou:rl_dane@polymaths.social
2025-05-30

@tripplehelix @amin

A dream. But mostly just vaporware. 😄

P.S. It's an idea that some of us #polymaths had to create a new fediverse client (particularly for #GtS) for the terminal, likely in Go/#Issue9.

@dusnm gave us the inspiration to write it in Go, then quietly left before anyone assigned him any real work. >:)

(Just kidding, we all sat around, threw around some cool ideas, and then promptly did next to nothing. I think @sunarch did all the real organizational work; good on him)

R.L. Dane :Debian: :OpenBSD: 🍵 :MiraLovesYou:rl_dane@polymaths.social
2025-05-25

I was supposed to write a #blost this morning, but instead I started a #hellthread.

DAT #POLYMATHS LIFE.

Dustin Miller PolyInnovatorpolyinnovator
2025-05-15

I see the future in the hands of the or

Dustin Miller PolyInnovatorpolyinnovator
2025-05-07
R.L. Dane :Debian: :OpenBSD: 🍵 :MiraLovesYou:rl_dane@polymaths.social
2025-05-05

Is it just me, or is #polymaths having some trouble posting replies at times?

I get bad gateway errors in tut occasionally, and in Tusky, some replies will go into drafts, but still get posted later.

P.S. This only seems to happen to replies, not new posts. And possibly only to replies outside of polymaths.

Dustin Miller PolyInnovatorpolyinnovator
2025-05-03

Why did I start doing interviews about ? What was the point really. Well I had always wanted to do interviews in the first place, but I could have easily just done content creators and call it a day. But there was something about people that drew my attention. I love exploring their lives. Before and during the call.

2025-02-22

guys how do I edit in semaphore? #polymaths

edit: phanpy editing works!!

2025-02-17

Has life just felt different for you before and after the pandemic?

https://sheepdev.xyz/blog/how-the-pandemic-changed-our-world

Day 38 of #100daystooffload

#blogging #blog #website #indieweb #polymaths

Peter "Poly" Patersonsolusspider@polymaths.social
2025-02-16

I went ahead and deleted my #Mastodon account at https://linuxrocks.online/@SolusSpider
99% of my contacts should be following me here now on this #GoToSocial account, so no more need for forwarding.
#LinuxRocks #Polymaths #Fediverse

Next task is to update direct links, starting with the one in https://solusspider.w3spaces.com/spider.html

Dustin Miller PolyInnovatorpolyinnovator
2025-02-15

Polymaths are the torchbearers of interdisciplinary collaboration, breaking down silos and fostering a culture of cross-pollination that fuels creativity and progress.

2025-02-14
2025-01-27

this instance is missing some cat pics!

#polymaths #CatsOfMastodon

my tuxedo kitty laying on the ground, head up, looking off in cute kitty contemptkitty peeking over a duvet, about to pouncekitty standing atop a brick fireplace looking off in victory
2025-01-26

Just migrated to #Polymaths!

(finally, i know XD)

R.L. Dane :Debian: :OpenBSD: 🍵 :MiraLovesYou:rl_dane@polymaths.social
2025-01-26

When I was using my #fosstodon account as my main account, it seemed like I mostly interacted with the #polymaths community.

Now that I'm on here as my main, I'm getting tons of followers from fosstodon. 😄

R.L. Dane :Debian: :OpenBSD: 🍵 :MiraLovesYou:rl_dane@polymaths.social
2024-12-27

Hey all #polymaths / #hellthreadists,

I've got a bash one-liner (should probably work in ksh and possibly zsh) for importing lists.csv into your polymaths account.

It requires toot (can be had from your rolling release distro's repo, or pipx install toot), and for toot to be logged into your (not alpha) polymaths account.

Export your lists.csv from polymaths alpha and run this in the same directory.

Check the error messages carefully. Just FYI, it will create any list found in your lists.csv, so if you run it more than once, it'll try to re-create the same list and generate an error, but it's not catastrophic.

It will also follow each account in the list, just in case, and it also converts @alpha.polymaths.social accounts to @polymaths.social, so if the account hasn't been created yet, or has a different name (*COUGH* @joel), you'll have to fix that manually.

It's far from foolproof, and not even in the same parsec as FAST, but hey, it's something. XD

IFS=$'\n'; for list in $(grep , lists.csv |cut -f1 -d, |sort -u); do echo "::: ::: -> $list"; toot lists create $list; for user in $(grep "^$list," lists.csv |cut -f2 -d, |sed 's/alpha\.\(polymaths\.social\)/\1/'); do echo "::: $user -> $list"; toot follow $user; toot lists add $list $user; done; done

Let me know if it works for you.

cc: @amin

Client Info

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