Isak Roalkvam

65 Followers
160 Following
117 Posts
MSCA postdoc at Aarhus University. Studying the Scandinavian Mesolithic using computational methods.
GitHubhttps://github.com/isakro
ORCIDhttps://orcid.org/0000-0001-6974-1374

@joeroe Not making any promises, but I got inspired by your suggestion and it seems like it could be a good side project, so I've set up a (so far barren) repository for the R package "gialoadr": https://codeberg.org/isakro/gialoadr

I assume it will remain an experimental thing, but most of the work in this field appears to happen in Fortran, Matlab and Python, so it would've been nice to make a small contribution to the R ecosystem. Any contribution is appreciated If you ever get curious again:)

gialoadr

An R package for downloading and importing the result of glacial isostatic adjustment models

Codeberg.org
@joeroe Didn't think of that, but I absolutely think that that could be useful! Also compiling an overview and making it easier to retrieve and compare the output from different GIA models would be very convenient.
@s_chaussee Fantastic! Very glad to hear it. Hope the presentation goes/went well!

I struggled to find any guides for how to do this so I've written a blog post about how to use published results from global glacial isostatic adjustment models to derive time-series for sea-level change for any specific location (with Python or R): https://iroalkvam.com/posts/02gia_models/index.html

For people familiar with the topic this is likely basic stuff, and for others it might be a bit narrow, but it was a useful exercise.

RE: https://archaeo.social/@CAA_SSLA/115893524040726408

Yesterday I updated the roadmap for open-archaeo, which is a list of open source archaeological software and resources (https://open-archaeo.info). while it's fairly comprehensive, it could really benefit from a focused attempt by people who specialize in specific sub-disciplines to identify the software in their domains of expertise. If you'd like to contribute in this way, please check out the roadmap and/or get in touch!

https://github.com/zackbatist/open-archaeo/blob/master/ToDo.md#deep-dives

#DigiArchMaintainathon

Ideally I would have time to spare to look into optimizing part of the code for my R package shoredate (https://github.com/isakro/shoredate) for this weeks #DigiArchMaintainathon Will have to see about that. For now I'm pleased to finally have dealt with some weird testing issues that have been causing my R CMD checks to fail for a while. Comes with a dopamine reward:

👾🏺 This week we are hosting a week-long #DigitalArchaeology #maintainathon, an opportunity to clean, document and revise older code together!

If you’re a #ComputationalArchaeology *st take this time to update your README, add code comments, write a unit tests or consolidate your project roadmap, and post about it using #DigiArchMaintainathon. We’ll boost these posts to extend best practices throughout our wonderful #OpenScience research community!

See 👉 http://sslarch.github.io/maintainathon

Digital Archaeology Maintainathon #DigiArchMaintainathon – Digital Archaeology Maintainathon

@geospacedman Your question made me realise this was something I wanted to know myself and was a good opportunity to look it up:)

@geospacedman Not everything you asked for, but an attempt based on https://quarto.org/docs/authoring/contents.html

---
format: html
---

This is the plot that we are going to make

{{< contents a-cell >}}

Here is the code for making the plot

::: {#a-cell}
```{r}
#| echo: false
#| label: plot-code
plot(sample(1:10), sample(1:10))
```
:::

```{r}
#| echo: true
#| eval: false
#| label: plot-code
```

The plot again

{{< contents a-cell >}}

And code yet again
```{r}
#| echo: true
#| eval: false
#| label: plot-code
```

Personal computing

When computers entered the homes it was often as toys or toy-like artifacts: These machines, usually called "home computers", were often used like gaming consoles with magazines giving you code to type in to have simple games on them. Their use was limited to people who wanted to play arcade games without losing all your money or people who just loved technology. After a while and through some marketing the term personal computer was established and describes the machines people have at home […]

https://tante.cc/2026/01/08/personal-computing/