Today’s post is called “The Adventures of the Ninja” which really means sorry for the radio silence and here’s what happend in the meantime. And I think I’m not exaggerating when I say “It has been quite a ride!”. Let’s start at the beginning. The story of me not really being able to blog regularly due to third-year PhD sprint stress has been slowly starting back in Mainz in 2020 (where I was a DH fellow at IEG). However, the general PhD-related stress level only got worse on my subsequent Innsbruck fellowship (Ludwig-Boltzmann-Institute for Neo-Latin Studies) and the weeks leading up to both the submission of my PhD thesis in late May 2021 and me leaving for my fellowhip at the Science History Institute in Philadelphia in early June (the visa process was quite something, to say the least…). Anyway, I ultimately arrived in Philadelphia and was feeling pretty burnt out to be honest. (I have written down some of
A new version of the Colourful Cheatsheet Template
It has been a while since my last cheatsheet template. In the meantime, I have gotten a bit tired of
read more A new version of the Colourful Cheatsheet Template
LaTeX for Archaeologists: An archaeological catalogue from a spreadsheet
Today I wanted to share a long-promised second workflow for typesetting an archaeological catalogue in LaTeX. There is a first
read more LaTeX for Archaeologists: An archaeological catalogue from a spreadsheet
Navigating interdisciplinarity (as a DH scholar)
Today’s post is something at the interface of rant and rambling. While I love being interdisciplinary, it’s also quite the hassle at times which is why I guess most interdisciplinary scholars sometimes wished they weren’t doing interdisciplinary work. There are so many negative stereotypes, like… “You have it easier being interdisciplinary” vs it’s actually twice the work So do you really think that we have it easier? I hate how we always get this reproach that we’re taking the easy route. Can somebody please explain to me what’s “easy” about having to follow the state of the art in multiple fields at the same time? And then not even knowing where to get published because scholars from discipline A don’t understand half of your research and the same in the other direction. I tend to be somewhat “too historical” for the Digital Humanities but then waaaay to technical for the “normal Humanities”. I think being in the DH and doing
The most important book to read if you want to learn Digital Humanities, Computer Science, Maths, Programming or LaTeX
Today I wanted to share a tiny book review of the book I claim to be the most important book you should read if you want to learn any technical topic but are unsure if you are up for it. The book I’m talking about is not Donald Knuth (although his books are highly recommended, especially if you’re a (La)TeX nerd!). It’s not even a computer book! I’m talking about: Mindset: The New Psychology of Success by Carol Dweck (New York: Random House 2006). The fixed mindset versus the growth mindset This will be a short post because Dweck’s message is simple. There are two mindsets, the ‘fixed mindset’ and the ‘growth mindset’ and which one you have greatly impacts your success in learning and self-development. The ‘fixed mindset’ assumes your abilities and talents are fixed. Thus, you are proud of what you’re good at because you link it to your personality (“I’m a person who is good at…”). But
LaTeX for thesis writing
Having re-read my LaTeX for PhD students post, I realized I hadn’t mentioned a lot of things I would like to impart to you. So here comes LaTeX for thesis writing – a few more arguments in favour of starting to learn LaTeX now. Just to sum up what has already been said in the last post: The main points speaking in favour of you typesetting your thesis in LaTeX are the citation management, tables, maths and images which can be more of a hastle in MS Word. In the aforementioned blogpost, I also added that you should take into account that a thesis will yield two PDF outputs with very different requirements from the same document – another reason to use LaTeX. But there are many more things to take into account. LaTeX for maths, images and the like (in short, everything MS Word isn’t good at) A lot of people say that the “LaTeX is great for maths”
Learning to program: Debugging – Where to start?
After a long hiatus, I’m back today with a post on how to develop the debugging skill. If you’re new to programming, we refer to the process of finding and solving errors in the code as “debugging”. It can be difficult to acquire this skill as a newbie when you have no idea what you should even look for. This post will help you out with a few hints. Why should I learn debugging? Most people who attend a programming class for the first time get quite the culture shock. Often, their identity had encompassed something like “good with computers”. Then they see what it’s actually like to interact with a computer as a superuser, i.e. someone who interacts with the computer not only in the way intended for users by product designers, i.e. mostly the Graphical User Interface (GUI). Often computer usage the superuser way means it’s entirely text-based (although you can learn the first steps to programming with
Teaching Materials: A German intro class to XPath and XSLT
Since you all probably already know that I’m a bit short on time but trying to keep this blog alive
read more Teaching Materials: A German intro class to XPath and XSLT
The “Should I include Digital Humanities in my grant proposal?” Guide for Humanities people
Many Humanities scholars feel like you can’t get a project funded anymore if it doesn’t include DH. Some even ask me “Do I have to include DH to get funded?” Well, that answer lies outside of my expertise. I can, however, answer the probably even more important question of whether you should include DH in your grant proposal for the main purpose of improving your chances at getting funded. And if you decide to do so, how to do it right. In this post, I will give you my thoughts on the topic and also provide a checklist you might want to use to answer this question for yourself at the end. As I trust you have already figured out, I am not the person granting you funding neither am I in any way involved in the progress (at least as of now). So please take the thoughts I share here for what they are: my two cents. I’m just
List of Resources for getting started with (teaching) digital methods
Having just attended a talk in an event on Digital Humanities and Neo-Latin, I was inspired to share a short list of introductory resources on DH, especially for teachers who feel more like Humanities scholars and don’t have tons of time to learn everything autodidactically. They can use those resources to learn for themselves and pass on this knowledge or pass on this link. But also, since you’ve found this blog, you’re already on a great path to learning DH! 🙂 I’ll try to keep this updated – and it’s not really done yet, so feel free to contribute. Discipline-independent DH dariahTeach: great MOOCs on many topics Source criticism in a digital age DARIAH-EU DH course registry EADH Courses List Digital Classics Article by yours truly in German: Digitale Lernplattformen und Open Educational Resources im Altsprachlichen Unterricht I. Technische Spielräume am Beispiel des ›Grazer Repositorium antiker Fabeln‹ (GRaF). It contains a few resources on digital resources and digital teaching, mostly
read more List of Resources for getting started with (teaching) digital methods
Is the Ninja dead? No. But you deserve an update!
I’m not sure if anybody even realized I haven’t been posting lately but this is the longest hiatus we’ve ever had on this blog thus far. It was my normal practice to post pre-scheduled posts only every other week when on fellowships but now I totally went off the (WordPress) grid and I wanted to reconnect with you all. (And also, Easter greetings – if that’s something you care about!) As you might have imagined, I’m quite busy at the moment. I have some typesetting going on (my god, I’m not sure I will ever agree again to typeset a book that I’m also responsible for as an editor, it’s a crazy amount of work!), then I should finish my PhD thesis, I’m on a fellowship where I should finish a translation before heading off to the next fellowship which I hope I can actually get to because it’s in the US. So yeah, busy times. Although I have to
The most important tip for confident LaTeX newbies: Don’t reinvent the wheel! (and try a Minimal Working Example instead)
Today I wanted to address a common issue I see in troubleshooting LaTeX errors, on StackOverflow and in personal questions. It usually stems from newbies who aren’t yet aware of all the functionality provided by standard packages and thus, try to reinvent the wheel when something doesn’t work the way they expect. Why reinventing the wheel is a problem In my experience, even from me helping people with packages that I’m not all that familiar with myself, it’s always best not to reinvent the wheel (even if you succeed, the result is likely sub-par unless you’re actually really good at what you’re doing). Ask yourself if the functionality you want is something that’s likely to be a common problem. Then maybe somebody has already solved it in a comprehensive way! That’s what packages are for and that’s why they’re (hopefully) maintained by people who have given the problem at hand a good bit of thought. It is very likely that
Long-Term Twitter Strategizing: The Ninja’s “How to better promote your content on Twitter” Guide. Part 4
Twitter is an important professional networking platform for the Digital Humanities. But it’s not exactly self-evident how to make it work in your favour. This part explains long-term Twitter Strategy. This involves a few elements which might not seem so important at first but will be to keep your Twitter presence active and at a steady growth rate, without having to constantly put in lots of effort. This includes scheduled Tweets and using analytics and reflection to determine how to best cater to the interests of your followers. As some of you might remember, I did a Twitter Engagement Experiment at some time in autumn last year. Now I wanted to share my most important learnings, so you can make your Twitter presence more effective with just as little work as you want to put in. Actually, this was all just meant to be one post but it got so crazy long that I decided to make it into a
Bio Engineering, Tweet Structure or How to lure your audience: The Ninja’s “How to better promote your content on Twitter” Guide. Part 3
Twitter is an important professional networking platform for the Digital Humanities. But it’s not exactly self-evident how to make it work in your favour. This part explains how you can improve the rate you’re gaining followers at by immediately providing them with reliable information about what value you provide for them. The best and quickest way to achieve that is by a one-time improvement session for your bio! If that’s not a life hack 😉 As some of you might remember, I did a Twitter Engagement Experiment at some time in autumn last year. Now I wanted to share my most important learnings, so you can make your Twitter presence more effective with just as little work as you want to put in. Actually, this was all just meant to be one post but it got so crazy long that I decided to make it into a series of digestible short posts. More Twitter Growth/Strategy advice 8) Set up your
Retweet Bots and Hashtags: The Ninja’s “How to better promote your content on Twitter” Guide. Part 2
Twitter is an important professional networking platform for the Digital Humanities. But it’s not exactly self-evident how to make it work in your favour. This part explains all you need to know on retweet bots and hashtags. As some of you might remember, I did a Twitter Engagement Experiment at some time in autumn last year. Now I wanted to share my most important learnings, so you can make your Twitter presence more effective with just as little work as you want to put in. Actually, this was all just meant to be one post but it got so crazy long that I decided to make it into a series of digestible short posts. More Twitter Growth/Strategy advice 4) Use the power of (retweet) bots. During the last year, I have played around with bots or partly-automating retweeting on some Twitter accounts (like the epigrammetry blog’s Twitter) using bots. I created a feminist bot, a #100DaysofDH challenge bot, a #digiclass
Improve your Twitter Strategy: The Ninja’s “How to better promote your content on Twitter” Guide. Part 1
Twitter is an important professional networking platform for the Digital Humanities. But it’s not exactly self-evident how to make it work in your favour. As some of you might remember, I did a Twitter Engagement Experiment at some time in autumn last year. Now I wanted to share my most important learnings, so you can make your Twitter presence more effective with just as little work as you want to put in. I will start with the basics and common advice you can find online in this first post and then add some more info and reflection on my personal experiment in the next one. Actually, this was all just meant to be one post but it got so crazy long that I decided to make it into a series of digestible short posts. This first one will start with the very Twitter basics and why you might want to start your own “Twitter Engagement” experiment. Am I back to
“Learning LaTeX – Why should you care?” Series Part 1: Common Objections against learning LaTeX
Since some common objections why some people think learning LaTeX is not worth it or why the oppose LaTeX generally came up again in the Twitter discussion surrounding the recent post LaTeX for Philosophers? Logic and other Shenannigans, I quickly wanted to discuss the three most common objections agains LaTeX (in my experience) and why I think they’re not necessarily valid. Let’s get straight to it! 1) The “I can’t both be a good [insert job title/area of expertise here] AND spend time learning to code” aka the “LaTeX is hard to learn” objection A common argument used against LaTeX, not only in the Humanities, is “I already need all my energy being good at my job and now you want me to learn a new technology to distract me from it?”, like expressed in the following Tweet. But it’s really an extremely common one. The argument is interesting to me because you also had to learn how to use
LaTeX for Philosophers? Logic and other Shenannigans
Today, I wanted to share LaTeX resources for philosophers with you in a short post. I was included in a Twitter discussion yesterday about whether there wasn’t a post like that and I remembered there was – because a fairly long time ago I had been planning to write a post like that myself and already had a draft lying around in the depths of my WordPress account. So this is it, a short review of resources regarding the question: Should philosophers use LaTeX and what resources are there? Personal backstory which is totally irrelevant to the actual post: Funnily enough, one of my degrees is actually a Master’s degree in Philosophy, so you could say I know the field. However, I would think of my time at the Philosophy department more like a “field trip”, so to say. (Uh-oh, today is one of those bad-pun days.) I felt like getting to know the field to broaden my horizon or
read more LaTeX for Philosophers? Logic and other Shenannigans
The question of questions: Am I ‘techie’ enough for (a) Digital Humanities (degree)?
For the last two years, I had the responsibility to mentor master’s degree students in the Digital Humanities or to advise those interested in a DH degree. Today I wanted to discuss the most frequently asked question and that is: “Am I ‘techie’ enough for (a) Digital Humanities (degree)?” and partly also “How much math is there in a DH degree?”. This is my Christmas present to you. I’m hoping to do something LaTeX-related again soon but LaTeX templates are currently a go-to relax thing for times when I really need relaxing. And feeling obliged to write about that takes the fun out of it for me at the moment, so sorry, yet another DH post for now. Let’s get straight to it. Part of this post consists of the text of an informational video I made in my responsibility as a mentor for the DH degree programm in Graz. You can watch the video instead, if you like. However,
read more The question of questions: Am I ‘techie’ enough for (a) Digital Humanities (degree)?
Where can I *actually learn* programming? (as DH and otherwise)
To my great surprise, lots of people regularly ask me where I learned to program. I have lots of posts on the subject and even multiple categories on the blog concerning the topic but maybe they’re “too disguised” under obscure titles for willing learners to actually find them. So I decided to give you a short summary with the key takeaways of what I’ve written on the topic so far and the most important links – boths to my other detailled blogposts and also on the resoures I would recommend as of now. However, before the “short summary” of takeaways and suggestions for willing learners, let me start with a deep dive into the very personal side of the question “Where did you actually learn to program?”. Now where did I actually learn to code? A Disclaimer To answer the question “Where did I actually learn to program?”, we need to talk about my journey first. And.. Well, in order
read more Where can I *actually learn* programming? (as DH and otherwise)