Galactic Forensics
github
/posts/tags | Light Dark
Mind Bytes.
  • 2024-09-24

    Simplify sharing your python application

    The python ecosystem has changed a lot over the last year, especially with respect to tooling. The usage of Rust has opened new, very fast, and by now very popular tools that aid in linting (ruff) and package management (uv, rye). But what tools are there if you want to share your python applications with colleagues that do not use python?

    …
    Read more ⟶
  • 2024-03-01

    Seven in a row

    One of my favorite radio shows is Radiolab, which always presents the listener with an interesting scientific question from across the board. In a recent rerun, Radiolab discussed Stochasticity. Something struck me as odd...

    …
    Read more ⟶
  • 2023-11-23

    Writing an Abstract

    Writing is an important part of everybody's scientific work. I have taken several writing courses over the years. My approach to writing has been shaped by these courses with some additional experience. Is it great now? Surely not, but better than it used to be! Here are some of my pointers.

    …
    Read more ⟶
  • 2023-09-06

    The day the Earth stood still

    Assume the following thought experiment: The Earth circling the Sun at a cozy distance of 1 AU (around 150 million km) suddenly stands still and doesn't move anymore. The only force left on the Earth is now the Sun's gravitational pull. How long will it be until we crash into the Sun?

    …
    Read more ⟶
  • 2022-03-26

    The number of atoms in a SiC stardust grain

    Let's calculate how many atoms are in a SiC stardust grain and use python to do so!

    …
    Read more ⟶
  • 2022-01-27

    Resources for Programming

    Sooner or later, most scientist have to automate certain tasks. It is generally advisable to leave such repetitive things that can be automated to the computer. Here we have a look at tools that might help with this task.

    …
    Read more ⟶