HeidiSeibold, to random
@HeidiSeibold@fosstodon.org avatar

Want to set up your research or code projects in a and way?

There are very useful templates available. I collected a couple of them in this post.

https://buff.ly/4agJzah

KrisAnathema, to conservative

Four #principles for improved #statistical #ecology

#OpenAccess
@MethodsEcolEvol

"(1) define a focussed #ResearchQuestion, then plan #sampling and #analysis to answer it; (2) develop a #model that accounts for the #distribution and #dependence of your #data; (3) emphasise #EffectSizes to replace #StatisticalSignificance with #EcologicalRelevance; and (4) report your #methods and #findings in sufficient detail so that your research is valid and #reproducible"

https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.14270

HeidiSeibold, to random
@HeidiSeibold@fosstodon.org avatar

I am collecting templates for setting up a #FAIR and #reproducible projects.

Here's what I already have:

Research:
🗃️ GIN-Tonic standardized research folder structure: https://gin-tonic.netlify.app/standard/
🗃️ My research project template: https://github.com/HeidiSeibold/research-project-template
🗃️ R analysistemplates: https://github.com/jonas-hag/analysistemplates

Code:
📦 Python cookiecutter template: https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter
📦 R devtools: https://devtools.r-lib.org/

🔍 Anything missing? 🔎

The full list will be published in an upcoming newsletter post.

rodolphe, to random

Wow, Gentoo officially supporting binary packages is something I didn't expected. 😲

https://www.gentoo.org/news/2023/12/29/Gentoo-binary.html

tdelmas,
@tdelmas@mamot.fr avatar

@rodolphe did they worked on builds?

barneyharris, to Futurology
@barneyharris@sciences.social avatar

noob question about

If I'm looking to use Docker to assist with making my research reproducible then should I rely on both Dockerfiles and Dockerimages or one or the other? As I understand it, the Dockerfile specifies how the Docker image will be built but an image can contain the scripts, original data, and correctly versioned software / libraries etc. So why not just / always publish the image?

RUGatHDSI, to datascience
@RUGatHDSI@fosstodon.org avatar

Next week Thursday (Nov 16th) @ 5pm Eastern Time we're so excited that Noam Ross @noamross will be speaking about Tools and Teams for Reproducible Science with R!

You should join!!

Find the registration on our web-page here:
https://rug-at-hdsi.org/calendar/

@rstats

civodul, to hpc
@civodul@toot.aquilenet.fr avatar

Super-sysadmin Yann “digital plumber” Dupont explains how his team has been building a fancy cluster on System—perhaps the first of its kind!
https://hpc.guix.info/events/2023/workshop/program/#reproducible-virtual-machine-management-with-guix

civodul, to random
@civodul@toot.aquilenet.fr avatar

Now listening to Sarah Gibson of , , mybinder.org, @turingway, and more.
https://hpc.guix.info/events/2023/workshop/program/#reproducible-computational-environments-with-binder

“Irreproducible research has real-world effects”, citing the economics paper that led to austerity measures in many countries.

“It’s OK to be human and make mistakes” as one incentive to produce .

allixender, to random
@allixender@fosstodon.org avatar
brodriguesco, to random
@brodriguesco@fosstodon.org avatar
orhun, to hamburg
@orhun@fosstodon.org avatar
boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
brodriguesco, to datascience
@brodriguesco@fosstodon.org avatar

It's back to school so how about learning how to write pipelines with ?

My book "Building reproducible analytical pipelines with " can help you with that!

Buy a drm-free epub or pdf @leanpub

https://leanpub.com/raps-with-r/

Physical copies are available https://amazon.com/dp/B0C87H6MGF (check your local market place)

Read for free forever: https://raps-with-r.dev

bakerdh, to random

New #preprint about our experiences offering 'reproducibility as a service' for a six month period: https://psyarxiv.com/k8d4u/

We made 10 papers #reproducible from @YorkPsychology covering a wide range of study designs, supported by funding from Research England 1/6

dinosaure, to random French
@dinosaure@mastodon.social avatar

And, yes, this is the end of my vacation! After one year of doing some #OCaml stuff at http://robur.coop, I would like to synthesis what is going on about #unikernels and #MirageOS!

dinosaure,
@dinosaure@mastodon.social avatar

We started to talk about some ongoing proposals with the OCaml foundation (OCamlFoundation
) too to improve security aspects on the OCaml community. I would like to point our previous effort on builds (https://builds.robur.coop)

RossGayler, to random
@RossGayler@aus.social avatar

@brodriguesco I just cast a quick (and very inexpert) eye over your https://github.com/b-rodrigues/rix repo. I see the claim that "With Nix, it is essentially possible to replace {renv} and Docker combined."

What level of dependency can't be addressed by Nix? Obviously not hardware. What about OS version?

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

if you want to know more about me and my latest book on pipelines with here's my interview with Len Epp from @leanpub 👇

https://youtu.be/aXfjhf2cDo0

obfusk, to random

We recently updated the @fdroidorg Inclusion How-To with a new section explaining why we consider #ReproducibleBuilds to be best practice and are hoping developers will support our efforts to make as many (new) apps reproducible as we reasonably can (whilst hopefully making sure it's clear this is not a mandatory requirement):

https://f-droid.org/docs/Inclusion_How-To/#reproducible-builds

ProfCompMod, to jupyter
cwebber, to random

Guix (and Mes) have achieved a FULL source bootstrap! This is INCREDIBLE STUFF! https://guix.gnu.org/blog/2023/the-full-source-bootstrap-building-from-source-all-the-way-down/

> We are delighted and somewhat relieved to announce that the third reduction of the Guix bootstrap binaries has now been merged in the main branch of Guix! If you run guix pull today, you get a package graph of more than 22,000 nodes rooted in a 357-byte program—something that had never been achieved, to our knowledge, since the birth of Unix.
>
> We refer to this as the Full-Source Bootstrap.

!!!!!!!!!!!!!!!!!!!!!!!!!!!

vagrantc,
@vagrantc@floss.social avatar

@cwebber @mcc

Well, at best I have seen at about 86% ...

https://data.guix.gnu.org/repository/1/branch/master/latest-processed-revision/package-reproducibility

Today, it is about 92% unknown... the two build farms have a fair amount of catching up to do after the core-updates merge.

"guix" itself is not particularly reproducible, due to non-determinism with parallelism in guile. Parallelism in the Debian package of guix is disable so is reproducible there, at least!

Would be good to see how much of the is bit-for-bit reproducible!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • megavids
  • InstantRegret
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • osvaldo12
  • modclub
  • normalnudes
  • provamag3
  • tester
  • anitta
  • Leos
  • lostlight
  • All magazines