Edit: I updated my RP GIT server and made more notes in a later article. Here are my notes for setting up GIT on Raspberry Pi and using a Windows client (TortoiseGit). I’ve been using this little thing as a GIT server for around 5 months now and I love it. Here is the quick notes I took while getting things setup. It’s probably really disjointed, but you might find some helpful tips in here. www.raspberrypi.org http://www.raspberrypi.org/downloads NOOBS (offline and network install) http://downloads.raspberrypi.org/NOOBS_latest Format your SD card using the SD Card Association’s formatting tool. https://www.sdcard.org/downloads/formatter_4/ Install Raspbian (GIT seemed to be pre-installed on the version I used): The defaults: username: pi password: raspberry When greeted with the post install program, find the advanced option to enable SSH. You can also change your password from there. 2017 Edit: I’m in the process of installing it on a larger SD card. Anything over 32GB will probably ...
Currently ChatGPT is in a free “initial research preview” . One of its well known use cases at this point is generating software code. I’ve also just used it to write most of this article… Well, actually a future article about cleaning up SRT subtitle files of their metadata faster than I have been by hand with Notepad++ and its replace functionality. Update: I recorded a screencast of writing the SRT subtitle cleaner application loading and processing portion. I relied heavily on ChatGPT for code. It was a fun process! https://youtu.be/TkEW39OloUA ChatGPT, developed by OpenAI, is a powerful language model that can assist developers in a variety of tasks, including natural language processing and text generation. One such task that ChatGPT can help with is creating an SRT cleaner program. SRT, or SubRip Subtitle, files are commonly used to add subtitles to video files. However, these files can become cluttered with unnecessary information, such as timing lines or blank spaces. To clean...