mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

#r

0 posts0 participants0 posts today
Replied in thread

@SDF Wow, I have very fond memories of this machine as it was the first instance of netmbx, our public access Unix system that was later running on a Xenix box. It had a couple of dialin modems connected to it and polled tub aka db0tui6 using UUCP

#N netmbx
#S Altos 68000; Unix SysIII
#O netmbx Berlin
#C Ralf Moritz †
#E mor...@netmbx.uucp
#T +49 30 87 81 24
#P Woerther Str. 36, D-1000 Berlin 20, W. Germany
#L 52 31 N / 13 24 E city
#R
#W mor...@netmbx.uucp; 870530
#
netmbx tub(DAILY)

#Introduction #IntroductionFr

Après 3 ans sur mastodon, je change d'instance pour me créer un vrai compte public pour parler de boulot et de biblio !

👉 Didactique des sciences : j'ai passé pas mal de temps dans le monde universitaire, maintenant je vole de mes propres ailes.

Les sujets qui m'intéressent en particulier : #Maths4Sciences, #MesureEtIncertitudes, #QCM, #Evaluation et le rôle de la formation dans la transformation des comportements.

👉 À titre perso, j'ai quelques compagnons à 4 pattes (🐴,🐴, 😼; 🐶) et j'ai vraiment besoin de passer du temps avec elleux !

👉J'essaie de m'approprier les outils libres : #inkscape, #Python, #R, #Libreoffice, #Zaclys, #Twine, #Scenari, #Framasoft ... Mais je sais toujours rien faire avec des lignes de commande... #GeekEnCarton

My #AI project I prompt #Gemini #Claude #ChatGPT & #Copilot the same prompt to compare the responses, return the results in a table I have asked them to write this code in #R I use #R because it has #CRANR 18000+ packages that #AnalyzeData I am treating them as #SpecialNeedsStudents Some can see, touch the web Some can't remember #VirtualAIClassroom Packages in R are like the specialized regions of the human brain Maybe value in packages #ReturningErrorCodes Building the #Scaffolding #ImOutThere

A new #introduction after moving! Feel like I've made my home at #hachyderm, after watching Local for a while.

I'm from Wales but have lived in the Midwest for over a decade now. My background is #astrophysics and I currently work for an #education non-profit. Mostly #requirements elicitation, defect triage and #UAT. I also help "automate the boring stuff", typically in #python or #R.

You'll likely find me posting about #privacy, #space or #RaspberryPi (this post is being written on one!)

#Introduction after moving from mastodon.social

I'm a Computational Biologist at Denali Therapeutics in California's Bay Area.

My journey includes a Masters in Biochemistry, a PhD in Developmental Biology and high-throughput experiments exploring genetic interactions.

You can usually find me either collaboratively designing experiments or analyzing genomics data.

Next, I would love to learn about image analysis.

#single-cell #biotech #neurodegeneration #compbio #r #python #nextflow

Oh well, here we go again with another instance change for me because thanks to @joeroe we have an archaeology themed instance!
#introduction:

I'm a landscape archaeologist based in Rome. I did my PhD on spatial distribution of #IronAge archaeological sites along the Euphrates.

Currently, I am working on #remotesensing tools applied to #culturalheritage and #landscapearchaeology in #WesternAsia.

I have been an #R and #QGIS user for a few years now, and love everything about them.

$ cat res.rb
require 'rexml/document'

r = "<?xml version=\"1.0\" encoding=\"utf-16\"?>\n<interface-response>\n <Command>SETDNSHOST</Command>\n <Language>eng</Language>\n <IP>192.168.1.1</IP>\n <ErrCount>0</ErrCount>\n <errors />\n <ResponseCount>0</ResponseCount>\n <responses />\n <Done>true</Done>\n <debug><![CDATA[]]></debug>\n</interface-response>"
r.force_encoding("ASCII-8BIT")
.sub!(/<\?xml.*?\?>/){|decl| decl.sub(/\s+encoding=".*?"/, "")}
parsed = REXML::Document.new(r)
$ ruby -v res.rb
ruby 1.9.3p484 (2013-11-22 revision 43786) [i686-linux]
/usr/lib/ruby/1.9.1/rexml/encoding.rb:41:in `encode': "<?" on UTF-16 (Encoding::InvalidByteSequenceError)
from /usr/lib/ruby/1.9.1/rexml/encoding.rb:41:in `decode'
from /usr/lib/ruby/1.9.1/rexml/source.rb:58:in `encoding='
from /usr/lib/ruby/1.9.1/rexml/source.rb:46:in `initialize'
from /usr/lib/ruby/1.9.1/rexml/source.rb:162:in `initialize'
from /usr/lib/ruby/1.9.1/rexml/source.rb:17:in `new'
: