Charles Driver

@CharlesDriverAU
192 Followers
191 Following
91 Posts
Stats / dynamic systems of human development and education, at Uni Zurich
Bloghttps://cdriver.netlify.app/
ctsem githubhttps://github.com/cdriveraus/ctsem
google scholarhttps://scholar.google.com/citations?user=713cSToAAAAJ&hl=en
Bluesky@charlesdriver.bsky.social
at least there is a nice blue spot we can all move to though.

science software funding chat

how often do folks who review (or otherwise look at) grants (or projects) see "we will contribute to X package/library" where X is not written by the grant authors?

I see (and have been involved in) a lot of projects who say "and we'll write a package for this" but very few (almost none) that talk about external contributions to existing software.

The latter seems far more useful, but obviously less flashy. Are the incentives ("originality") in the wrong place for this to happen or am I suffering from sample bias?

the american mind cannot comprehend trains

Apply now for a #PhD or #Postdoc position at the Finnish Center for AI! We have access to Europe’s fastest LUMI #supercomputer, are part of @ELLISforEurope and have a great network of academic and industrial collaborators.

Read more about the #research areas and supervisors here: https://fcai.fi/winter-2025-researcher-positions-in-ai-and-machine-learning

#artificialintelligence #machinelearning #jobalert

Winter 2025 - Researcher positions in AI and machine learning — FCAI

FCAI
I had the privilege to contribute a bit to this nice paper: Lessons for Theory from Scientific Domains Where Evidence is Sparse or Indirect. (Woensdregt, M., Fusaroli, R., Rich, P. et al.)
https://doi.org/10.1007/s42113-024-00214-8
Lessons for Theory from Scientific Domains Where Evidence is Sparse or Indirect - Computational Brain & Behavior

In many scientific fields, sparseness and indirectness of empirical evidence pose fundamental challenges to theory development. Theories of the evolution of human cognition provide a guiding example, where the targets of study are evolutionary processes that occurred in the ancestors of present-day humans. In many cases, the evidence is both very sparse and very indirect (e.g., archaeological findings regarding anatomical changes that might be related to the evolution of language capabilities); in other cases, the evidence is less sparse but still very indirect (e.g., data on cultural transmission in groups of contemporary humans and non-human primates). From examples of theoretical and empirical work in this domain, we distill five virtuous practices that scientists could aim to satisfy when evidence is sparse or indirect: (i) making assumptions explicit, (ii) making alternative theories explicit, (iii) pursuing computational and formal modelling, (iv) seeking external consistency with theories of related phenomena, and (v) triangulating across different forms and sources of evidence. Thus, rather than inhibiting theory development, sparseness or indirectness of evidence can catalyze it. To the extent that there are continua of sparseness and indirectness that vary across domains and that the principles identified here always apply to some degree, the solutions and advantages proposed here may generalise to other scientific domains.

SpringerLink
@gavg712
Hoping, unironically, that the fediverse is ready next time! "Replies from other servers may be missing." etc etc...

My foray into IRT software with bigIRT for R now has a proper paper describing it, comparing performance.

https://osf.io/preprints/psyarxiv/594uw

Seems it might also be interesting for non-big data cases. Needs work to add flexibility on multidim & non-binary, if anyone wants a project ;)

#rstats
#psychology

OSF

@modrak_m got around to implementing it, works good, overhead reductions are obvious, quite relevant for optimization tasks. Also avoids the insanity of the parallel package's behavior inside functions (exports entire function environment to each node), avoiding need for crazy workarounds...
@modrak_m sounds excellent, I wasn't aware of mirai but this is exactly what I need... do you know off-hand if it also works in windows?

Just swapped my future backend from the standard `multisession` to `mirai_multisession` (via the `mirai` and `future.mirai` packages) and I am seeing huuuuge reduction in startup time as well as time to all workers running at 100% CPU... (was previously up to several minutes). Apparantly `mirai` indeed has much better between-session communcation.

#rstats #future #parallelism