101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

486
active users

#scientificsoftware

0 posts0 participants0 posts today
Christian Meesters<p>Interested in <a href="https://fediscience.org/tags/MPI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MPI</span></a> and <a href="https://fediscience.org/tags/OpenMP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenMP</span></a> parallel programming to speed up your scientific applications written in <a href="https://fediscience.org/tags/C" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>C</span></a>, <a href="https://fediscience.org/tags/Cpp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Cpp</span></a>, <a href="https://fediscience.org/tags/Fortran" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Fortran</span></a> or <a href="https://fediscience.org/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> (with <a href="https://fediscience.org/tags/numpy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>numpy</span></a>)?</p><p>Attend our course in <a href="https://fediscience.org/tags/Mainz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mainz</span></a> at the Johannes Gutenberg University (<a href="https://fediscience.org/tags/JGU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JGU</span></a>) for a 4-day course from 1. April to 4. April 2025!</p><p>See our announcement page for further details and to register: <a href="https://indico.zdv.uni-mainz.de/event/34/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">indico.zdv.uni-mainz.de/event/</span><span class="invisible">34/</span></a></p><p>Note, it is an on-site course.</p><p><a href="https://fediscience.org/tags/RSE" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RSE</span></a> <a href="https://fediscience.org/tags/HPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HPC</span></a> <a href="https://fediscience.org/tags/scientificsoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scientificsoftware</span></a></p>
Daniel Huppmann<p>The <a href="https://mastodon.social/tags/Energy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Energy</span></a> <a href="https://mastodon.social/tags/Climate" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Climate</span></a> &amp; <a href="https://mastodon.social/tags/Environment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Environment</span></a> program at <a href="https://mastodon.social/tags/IIASAVienna" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IIASAVienna</span></a> had its quarterly meeting last Friday (~100 researchers), so I had to reflect on our role as community data hub and what to present on behalf of the <a href="https://mastodon.social/tags/ScenarioServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ScenarioServices</span></a> &amp; <a href="https://mastodon.social/tags/ScientificSoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ScientificSoftware</span></a> team.</p><p>We developed a new <a href="https://mastodon.social/tags/ScenarioExplorer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ScenarioExplorer</span></a> front-end last year, and we made a lot of progress with our <a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> packages for scenario analysis, validation &amp; data-management.</p><p>Step by step towards <a href="https://mastodon.social/tags/OpenScience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenScience</span></a> and reusable, reproducible analysis...</p>
jonny (good kind)<p>Here's an ~ official ~ release announcement for <a href="https://neuromatch.social/tags/numpydantic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>numpydantic</span></a></p><p>repo: <a href="https://github.com/p2p-ld/numpydantic" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/p2p-ld/numpydantic</span><span class="invisible"></span></a><br>docs: <a href="https://numpydantic.readthedocs.io" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">numpydantic.readthedocs.io</span><span class="invisible"></span></a></p><p>Problems: <span class="h-card" translate="no"><a href="https://fosstodon.org/@pydantic" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>pydantic</span></a></span> is great for modeling data!! but at the moment it doesn't support array data out of the box. Often array shape and dtype are as important as whether something is an array at all, but there isn't a good way to specify and validate that with the Python type system. Many data formats and standards couple their implementation very tightly with their schema, making them less flexible, less interoperable, and more difficult to maintain than they could be. The existing tools for parameterized array types like nptyping and jaxtyping tie their annotations to a specific array library, rather than allowing array specifications that can be abstract across implementations.</p><p><code>numpydantic</code> is a super small, few-dep, and well-tested package that provides generic array annotations for pydantic models. Specify an array along with its shape and dtype and then use that model with any array library you'd like! Extending support for new array libraries is just subclassing - no PRs or monkeypatching needed. The type has some magic under the hood that uses pydantic validators to give a uniform array interface to things that don't usually behave like arrays - pass a path to a video file, that's an array. pass a path to an HDF5 file and a nested array within it, that's an array. We take advantage of the rest of pydantic's features too, including generating rich JSON schema and smart array dumping.</p><p>This is a standalone part of my work with <span class="h-card" translate="no"><a href="https://fosstodon.org/@linkml" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>linkml</span></a></span> <a href="https://linkml.io/linkml/schemas/arrays.html" rel="nofollow noopener" target="_blank">arrays</a> and rearchitecting neurobio data formats like NWB to be dead simple to use and extend, integrating with the tools you already use and across the experimental process - specify your data in a simple <code>yaml</code> format, and get back high quality data modeling code that is standards-compliant out of the box and can be used with arbitrary backends. One step towards the wild exuberance of FAIR data that is just as comfortable in the scattered scripts of real experimental work as it is in carefully curated archives and high performance computing clusters. Longer term I'm trying to abstract away data store implementations to bring content-addressed p2p data stores right into the python interpreter as simply as if something was born in local memory. </p><p>plenty of <a href="https://numpydantic.readthedocs.io/en/latest/todo.html" rel="nofollow noopener" target="_blank">todos</a>, but hope ya like it.</p><p><a href="https://neuromatch.social/tags/linkml" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linkml</span></a> <a href="https://neuromatch.social/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://neuromatch.social/tags/NewWork" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NewWork</span></a> <a href="https://neuromatch.social/tags/pydantic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pydantic</span></a> <a href="https://neuromatch.social/tags/ScientificSoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ScientificSoftware</span></a></p>
Christian Meesters<p>Time for a re-<a href="https://fediscience.org/tags/introduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>introduction</span></a> !</p><p>I'm a <a href="https://fediscience.org/tags/scicomm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scicomm</span></a> enthusiast and board member of <a href="https://fediscience.org/tags/Fediscience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Fediscience</span></a>. My background is in <a href="https://fediscience.org/tags/Biophysics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Biophysics</span></a>, done a Postdoc in <a href="https://fediscience.org/tags/GeneticEpidemiology" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeneticEpidemiology</span></a>, industry detour, now working in <a href="https://fediscience.org/tags/HPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HPC</span></a> for some years.</p><p>Interested in <a href="https://fediscience.org/tags/HPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HPC</span></a>, <a href="https://fediscience.org/tags/bioinformatics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bioinformatics</span></a>, <a href="https://fediscience.org/tags/OpenScience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenScience</span></a>, <a href="https://fediscience.org/tags/workflows" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>workflows</span></a> (<a href="https://fediscience.org/tags/snakemake" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>snakemake</span></a>), <a href="https://fediscience.org/tags/RDM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RDM</span></a>, <a href="https://fediscience.org/tags/scientificsoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scientificsoftware</span></a> and <a href="https://fediscience.org/tags/sciencecommunication" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sciencecommunication</span></a> </p><p>My blog can be found here: blogs.fediscience.org and my more political me can be found at <span class="h-card" translate="no"><a href="https://mastodon.m1234.de/@rupdecat" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>rupdecat@mastodon.m1234.de</span></a></span>.</p>
WeAreSeismica<p>You have spent countless hours on your code. It is time for your hard work to pay off. <br>Document and publish your code as a software report with Seismica and let it shine!</p><p>Find out more at:</p><p><a href="https://seismica.library.mcgill.ca/author-guidelines/#publication-types" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">seismica.library.mcgill.ca/aut</span><span class="invisible">hor-guidelines/#publication-types</span></a></p><p><a href="https://mastodon.social/tags/Seismology" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Seismology</span></a> <a href="https://mastodon.social/tags/EarthquakeScience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EarthquakeScience</span></a> <a href="https://mastodon.social/tags/OpenAcces" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenAcces</span></a> <a href="https://mastodon.social/tags/Scientificjournals" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Scientificjournals</span></a> <a href="https://mastodon.social/tags/DiamondOpenAccess" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DiamondOpenAccess</span></a> <a href="https://mastodon.social/tags/scientificsoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scientificsoftware</span></a> <a href="https://mastodon.social/tags/peerreviewed" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>peerreviewed</span></a></p>
Daniel Huppmann<p>Are your a <a href="https://mastodon.social/tags/SoftwareDeveloper" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoftwareDeveloper</span></a> that would like to work on <a href="https://mastodon.social/tags/Climate" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Climate</span></a>-related <a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> tools &amp; <a href="https://mastodon.social/tags/dataviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dataviz</span></a> solutions?</p><p>Or are your an <a href="https://mastodon.social/tags/EarlyCareer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EarlyCareer</span></a> <a href="https://mastodon.social/tags/Researcher" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Researcher</span></a> that prefers programming to paper-writing?</p><p>The <a href="https://mastodon.social/tags/ScenarioServices" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ScenarioServices</span></a> team at the <a href="https://mastodon.social/tags/IIASA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IIASA</span></a> <a href="https://mastodon.social/tags/Energy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Energy</span></a> <a href="https://mastodon.social/tags/Climate" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Climate</span></a> &amp; <a href="https://mastodon.social/tags/Environment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Environment</span></a> program is hiring a <a href="https://mastodon.social/tags/ScientificSoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ScientificSoftware</span></a> developer to implement new (<a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a>) user interfaces &amp; <a href="https://mastodon.social/tags/dataviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dataviz</span></a> features for our <a href="https://mastodon.social/tags/ScenarioExplorer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ScenarioExplorer</span></a> infrastructure.</p><p>👉<a href="https://iiasa.ac.at/employment/job-openings?jh=oj8uz8mtiehwnwyhls5u7b355mdre6b" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">iiasa.ac.at/employment/job-ope</span><span class="invisible">nings?jh=oj8uz8mtiehwnwyhls5u7b355mdre6b</span></a></p>
Giuseppe Bilotta<p>On an (un)related topic, does anybody have recommendations on a journal whose primary scope is <a href="https://fediscience.org/tags/HPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HPC</span></a> <a href="https://fediscience.org/tags/scientificSoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scientificSoftware</span></a>? Preference for <a href="https://fediscience.org/tags/CFD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CFD</span></a>, but more generalist recommendation are welcome too. This manuscript looking for a home is more focused on the actual code (programming strategies etc) than the physics, which makes it a poor fit for journals like CPC and JCP.</p>
Daniel Huppmann<p><span class="h-card"><a href="https://fosstodon.org/@danielskatz" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>danielskatz</span></a></span> FWIW, here‘s a non-paywalled link: <a href="https://rdcu.be/c6uMN" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">rdcu.be/c6uMN</span><span class="invisible"></span></a></p><p>I think it‘s great to emphasise the lack of incentives for <a href="https://mastodon.social/tags/scientificsoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scientificsoftware</span></a> development and <a href="https://mastodon.social/tags/openscience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>openscience</span></a> more generally), but I believe that the solutions proposed by the authors are too narrow… We need to focus on an incentive structure that focuses on the usability of the tools!</p>
Ben Fulton<p>This article presents a study on the quality and execution of research code from publicly-available replication datasets at the Harvard Dataverse repo. </p><p>"The infrequent usage and absence of libraries also tell us what researchers are not doing in their projects. In particular, libraries that are used for code testing, such as runit, testthat, tinytest and unitizer, were not present."</p><p>Yeah, I could have told you that *grumble*</p><p><a href="https://www.nature.com/articles/s41597-022-01143-6" rel="nofollow noopener" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">nature.com/articles/s41597-022</span><span class="invisible">-01143-6</span></a></p><p><a href="https://fosstodon.org/tags/testing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testing</span></a> <a href="https://fosstodon.org/tags/rse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rse</span></a> <a href="https://fosstodon.org/tags/rseng" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rseng</span></a> <a href="https://fosstodon.org/tags/ScientificSoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ScientificSoftware</span></a></p>
Christian Meesters<p>Time for an <a href="https://fediscience.org/tags/introduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>introduction</span></a> ! It's my 3rd or 4th day. Thanks for having me here. 😀 </p><p>My background: PhD in <a href="https://fediscience.org/tags/Biophysics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Biophysics</span></a>, PostDoc in <a href="https://fediscience.org/tags/GeneticEpidemiology" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GeneticEpidemiology</span></a>, industry detour, now working in <a href="https://fediscience.org/tags/HPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HPC</span></a> for ~8y. </p><p>Interested in <a href="https://fediscience.org/tags/HPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HPC</span></a>, <a href="https://fediscience.org/tags/bioinformatics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bioinformatics</span></a>, <a href="https://fediscience.org/tags/OpenScience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenScience</span></a>, <a href="https://fediscience.org/tags/workflows" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>workflows</span></a> (<a href="https://fediscience.org/tags/snakemake" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>snakemake</span></a>), <a href="https://fediscience.org/tags/RDM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RDM</span></a>, <a href="https://fediscience.org/tags/scientificsoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scientificsoftware</span></a> and <a href="https://fediscience.org/tags/sciencecommunication" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sciencecommunication</span></a> . </p><p>Former scienceblogger (German), now looking for a new plattform, since the current (scienceblogs.de) is closing down.</p>