@mawe

79 Followers
195 Following
742 Posts
Mastered the seahorse swimming badge in 1994 -
Coding in #rstats for work and fun, big advocate of #FLOSS, huge #Linux fanboy #DigitalNative #SharingIsCaring #nobot
Project Maintainer@standbildNews
LocationGermany
Languagesen/de/R/Python/bash
HeadwearTinfoil Hat
Mmmfffhh ... mmmffff ...

Die Gerda, der Joachim und der Sepp sind schon Spitzenleut'. Spenden sie allen einfach eine Bank.

Danke im Namen aller Radler 🙏
#cycleSunday

The holy Bible. I found my faith.

Aus der Serie "Überkomplizierte Bash Skripte die das leben vereinfachen" 😉:
Regionaler DWD Wetterbericht

https://m-weigand.de/posts/05_german_weather_service_regional_weather_report/

#Bash #linux #weather #germany

German Weather Service regional weather report from the command line

As a cyclist who prefers to ride during nice weather, I like to check the weather every so often. In Germany, the German Weather Service (DWD) provides freely accessible and up-to-date weather reports. However, since I do not like having to navigate a bunch of sub-menus on a website, I thought this might be an interesting small weekend programming project. So, in my long-running journey of creating overly complicated Bash scripts that make my life easier, I added this new contraption.

42

Maybe enough people have learned something...

https://xkcd.com/2457/

After the Pandemic

@BrodieOnLinux, I just thought it might make your life as a professional screencaster a whole lot easier when you had a dedicated hotkey for opening alacritty a larger font size. It did for me at least.
Maybe you'd like to bind

alacritty -o font.size=20

Brothers in ARM

#raspberrypi #swag

#ZDF Heute 19Uhr vom 06.04.2021 zeigt 3 Minuten 10 Sekunden lang Standbilder. Das entspricht 15.3% der Sendung.
https://social.tchncs.de/media/iiYp9ekNr773PBnRWOs
Get your R reference PDFs from a single shortcut from the desktop: https://m-weigand.de/posts/04_r_pdf_documentation_from_the_desktop/
R PDF documentation from the desktop

As of 2021, the internet might be the single greatest source of knowledge that ever existed, especially for programming. Via any web search engine it is possible to find an answer to most of the questions one could come across when working on an R script. Good ol' copy and paste from StackOverflow. However, there are times when you just want to RTFM – read the freaking manual. Be it for really understanding what this one obscure parameter really does or for understanding the return value of a function.