Dr. James Cuff 

495 Followers
296 Following
403 Posts

executive director @ #mit • office of research computing and data • long time high performance (#hpc) and scientific computing nerd • industry professionalization advocate for folks running gnarly research computing services (#rse, #aciref)

part time & forever chief marketing officer for https://micheleclamp.com

happy admin @ https://cuff.social • running on an awesome artisanally overclocked #raspberrypi

~20yrs as an expat brit in #massachusetts, #usa

🇬🇧 / 🇺🇸

#keyhttps://keyoxide.org/[email protected]
#webhttps://witnix.com
#githttps://drcuff.github.io
#tag#hpc #linux #rse #green #foss #science
Have you quit the twitters yet?
Yes
79.3%
What is a twitter?
20.7%
Poll ended at .
We are searching for a Director of our X-ray crystallography center at the University of Florida. Come be our colleague! And spread the word, please. #ChemJobs #chemistry #ChemTwitter #crystallography https://explore.jobs.ufl.edu/en-us/job/524730/scientist-director-of-the-center-for-xray-crystallography
University of Florida - Details - Scientist; Director of the Center for X–ray Crystallography

Hi all! Mastodon newbie here. I'm trying to find my community of #scientists to follow-- mainly #deepsea #marinebiology, #entomology and #datascience but definitely not limited to just those. Any help is greatly appreciated!!

Dirty secret time.

Today I logged in via the web to the old birdscroller. I’m not proud of myself, but I do have to say.

My old list is basically a random wasteland of can’t deciders.

The best bit by far was seeing our good pals still down in the trenches pitching adverts for:

https://mast.hpc.social

I’m ok with all of that.

#hpc #cloud

HPC.social Mastodon

Mastodon instance to support and encourage communication among the High Performance Computing community and related fields. (Personal use permitted.) More community features at https://hpc.social

Mastodon hosted on mast.hpc.social
I bought a tin of sewing supplies and it came with cookies inside wtf

Can a 2,048 character toot really still be called a “toot”?

Or, may it then only be called a “sparkling trumpet”… 🤣

#mastodon #toot #trumpet #foghorn

Stumbled across a #fediverse viewer.

Calls API requests to find peers and builds an SQLite database.

https://github.com/H4kor/fediverse-explorer

Driven by:

async with session.get("https://" + instance + "/api/v1/instance/peers") as r:

https://github.com/H4kor/fediverse-explorer/blob/main/pipeline/instances.py

Found myself!

https://h4kor.github.io/fediverse-explorer/

Gives you a sense of peering in the network as size and scale.

#python #dataviz #graph

GitHub - H4kor/fediverse-explorer: Visualization and Exploration of the Fediverse

Visualization and Exploration of the Fediverse. Contribute to H4kor/fediverse-explorer development by creating an account on GitHub.

GitHub

6,600 folks have already found that @timbray is here!

I feel like I'm late to the party!

Hey Tim!

While I'm down in the Postgres weeds, this is a friendly public service reminder to put a bio and avatar on your accounts so folks will know who you are! 😃

Looks like >10% of accounts currently don't, but that's ok.

Just interesting seeing data.

(total accounts)

select count(*) from accounts;
-------
30871

(empty avatar)

select count(*) from accounts WHERE "avatar_file_name" IS NULL;
-------
3178

(empty biographies)

select count(*) from accounts WHERE "note" = '';
-------
4395

Well the ncdu and the file sizes in the database track and match up.

I think the difference in the "file" (inode) count is literally the /120/124/123 hashing that's adding "file" count.

Yeah - this should have been an object store - POSIX is gonna get mad!

Yep - confirmed!

root@mastodon:/home/mastodon/live/public/system/cache/accounts# find avatars/ -name '*' -type f | wc -l
28056

root@mastodon:/home/mastodon/live/public/system/cache/accounts# find headers/ -name '*' -type f | wc -l
19719