Skip to content

Commit

Permalink
Update now and other notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnsmnstrr committed Nov 4, 2023
1 parent 78fc89b commit 8ea020c
Show file tree
Hide file tree
Showing 25 changed files with 96 additions and 45 deletions.
Empty file added notes/().md
Empty file.
11 changes: 7 additions & 4 deletions notes/3DPrinting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ tags:
# 3D-Printing

Whenever possible, I try to print things instead of buying them. This makes me more conscious of the actual value of an item and gives me control over how it will be designed and how it will function in the context of my existing setup.
I tend to create modular designs using proven systems like [Polypanels](https://www.makeanything.design/polypanels) or the GoPro-mount, so they will be reusable and replacement parts are easily reproduced when needed. In this way there are also many designs created by other people that will immediately be compatible with mine.
I tend to create modular designs using proven systems like [Polypanels](https://www.makeanything.design/polypanels), [Gridfinity](https://gridfinity.xyz/) or the GoPro-mount, so they will be reusable and replacement parts are easily reproduced when needed. In this way there are also many designs created by other people that will immediately be compatible with mine.

## My Printer
- Creality [CR6-SE](https://www.kickstarter.com/projects/3dprintmill/creality-cr-6-se-leveling-free-diy-3d-printer-kit) - got it from [[kickstarter]]

## [Octoprint](https://octoprint.org/)
My Octoprint instance runs on a [Raspberry Pi](./raspberrypi.md) Model 3b and lets me control my printer over the local network. ([Don't just make your printer available to the public internet](https://octoprint.org/blog/2018/09/03/safe-remote-access/))
My Octoprint instance runs on a [Raspberry Pi](./raspberrypi.md) Zero 2 and lets me control my printer over the local network. ([Don't just make your printer available to the public internet](https://octoprint.org/blog/2018/09/03/safe-remote-access/))

### Setup
- [Octoprint on Raspberry Pi](https://community.octoprint.org/t/guide-install-octoprint-on-a-raspberry-pi-running-raspbian/2337)
Expand All @@ -22,13 +22,15 @@ My Octoprint instance runs on a [Raspberry Pi](./raspberrypi.md) Model 3b and le
### Plugins
- Creality Temperature Fix
- OctoEverwhere
- [[homeassistant]]

## Things I Printed
## Things I’ve Printed
- IKEA Hooks (Skadis, Tertial, Tisken)
- Tube Squeezer
- Cable Clips
- [Polypanels](https://www.makeanything.design/polypanels) (shoutout @ [makeanything](https://www.youtube.com/channel/UCVc6AHfGw9b2zOE_ZGfmsnw) - one of my favorite makers on [[youtube]])
- a MagSafe mount for my iPhone
- Gridfinity storage modules for my [[workshop]], desk and more - designed by [Zack Freedman](https://www.youtube.com/@ZackFreedman), another favorite YouTuber of mine)

## Design Philosophy
- avoid support material
Expand All @@ -42,4 +44,5 @@ For quick sketches and simple models I prefer [TinkerCAD](https://tinkercad.com)
My slicer of choice is Cura. It has a nice Octoprint integration and even lets me import models directly from thingiverse or MyMiniFactory

## Links
- https://thingiverse.com
- https://www.thingiverse.com/dennismuensterer/
- https://www.printables.com/@dnnsmnstrr_304895
10 changes: 10 additions & 0 deletions notes/Stack.canvas
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"nodes":[
{"id":"0c2052872dc7b400","x":-940,"y":-300,"width":1600,"height":440,"type":"group","label":"Apps"},
{"id":"f3a7efe92343a492","x":-337,"y":-280,"width":400,"height":400,"type":"file","file":"bettertouchtool.md"},
{"id":"57465702b0743ff4","x":-920,"y":-280,"width":400,"height":400,"type":"file","file":"alfred.md"},
{"id":"8002adc384f2d054","x":240,"y":-280,"width":400,"height":400,"type":"file","file":"raycast.md"},
{"id":"9b5016bc29b35673","x":-337,"y":-800,"width":400,"height":400,"type":"file","file":"macos.md"}
],
"edges":[]
}
2 changes: 2 additions & 0 deletions notes/alfred.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ tags:
A customizable version of the macOS Spotlight tool.
I keep my Alfred preferences symlinked within the [[dotfiles]] directory.

> Recently, I have mainly been using [[raycast]], which supports most of the main features of Alfred and has a better store, so this page is kind of outdated
## Snippets
Alfred allows the creation of Snippets, which can be auto-expanded when a certain keyword is typed. Some of my favorites are `mdl` for [[markdown]] links and [[emoji]]-completion (`:emoji:`). Some of my own snippets are shared at https://github.com/dnnsmnstrr/workflows#snippets

Expand Down
6 changes: 3 additions & 3 deletions notes/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ tags:

# [API](https://github.com/dnnsmnstrr/api)

My personal api is available at `http://api.muensterer.xyz` (redirects to [next.muensterer.xyz/api](https://next.muensterer.xyz/api))
My personal api is available at `https://dnnsmnstrr.vercel.app/api/`

## Available routes:

| Route | Description |
| :-------------: | :------------- |
| [`/dennis`](https://next.muensterer.xyz/api/dennis) | Returns information about me |
| [`/events`](https://next.muensterer.xyz/api/events) | A list of events in my life (used for [muensterer.xyz/life](https://muensterer.xyz/life)) |
| [`/events`](https://next.muensterer.xyz/api/events) | A list of events in my life (used for my [life-timeline](https://dnnsmnstrr.github.io/life)) |
| [`/social`](https://next.muensterer.xyz/api/social) | Returns a json of my [social-urls](https://gist.github.com/dnnsmnstrr/09a2559a9a970de5e8e9e5c2eaf1183b) |
| `/social/` + (`facebook`, `twitter`, `instagram`, `linkedin`, `github`, `youtube`, `spotify`, `telegram`) | Gets a redirect to the given profile page |
| [`/playlist`](https://next.muensterer.xyz/api/playlist) | Returns a json of my [[spotify]] playlists |
Expand All @@ -26,4 +26,4 @@ Much of the data made available through this api is stored in [gists](https://gi
<script src="https://gist.github.com/dnnsmnstrr/a36fa8e855b19e9ebddb8a2878103b04.js"></script>

## Resources
- [Sheety](https://sheety.co/) turn a spreadsheet into an API
- [Sheety](https://sheety.co/) turns a spreadsheet into an API
13 changes: 9 additions & 4 deletions notes/bettertouchtool.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ tags:

# [BetterTouchTool](https://folivora.ai)

My favorite preset: [AquaTouch](https://community.folivora.ai/t/1704)
BTT is at the core of how I interact with [[macos]]. Most of the gestures and shortcuts I use are handled by this application. It also controls the touchbar and a stream deck where those are available.

My own customizations: [HydroTouch](https://github.com/dnnsmnstrr/HydroTouch)
My favorite preset used to be [AquaTouch](https://community.folivora.ai/t/1704), which is sadly not being actively maintained anymore.
Instead, I have created my own customizations, inspired by AquaTouch: [HydroTouch](https://github.com/dnnsmnstrr/HydroTouch)


## Setup
Expand All @@ -20,8 +21,8 @@ My own customizations: [HydroTouch](https://github.com/dnnsmnstrr/HydroTouch)

## Development

- most of my named triggers use AppleScript, slowly migrating to JavaScript where possible
- Album Artwork path: `~/Library/Application Support/BetterTouchTool/spotify_cover.png`
- most of my named triggers used AppleScript, which have mostly been migrated to JavaScript where possible
- Album Artwork for the playing song is stored under this path: `~/Library/Application Support/BetterTouchTool/spotify_cover.png`

### Scripting
Docs: https://docs.folivora.ai/docs/1106_java_script.html
Expand All @@ -30,3 +31,7 @@ Docs: https://docs.folivora.ai/docs/1106_java_script.html

- [Presets gone after update](https://community.folivora.ai/t/how-can-i-restore-my-presets/14976/2)
- BTT -> Help -> Restore Settings from Backup -> Second-most recent option in the dropdown

## Links
- https://community.folivora.ai/
- https://docs.folivora.ai/
10 changes: 9 additions & 1 deletion notes/bitwarden.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
Password manager
My go-to Password manager


### iOS Setup

Settings -> Passwords -> Password Options -> select `Bitwarden`


- https://bitwarden.com/
2 changes: 1 addition & 1 deletion notes/clipboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ created: 1684359616816

The clipboard is one of the most important tools of a developer. Some things I have learned/routines I have started following:

- Never delete text that might become useful again, always cut instead
- Never delete text that might become useful again, always cut instead (requires an active clipboard manager)
- Before submitting a form on a website, be sure to copy the contents in case it get lost

## Clipboard managers
Expand Down
4 changes: 4 additions & 0 deletions notes/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ Since July 2022, my [[website]] is set up to use Cloudflare. It supposedly makes
The CNAME must point to dnnsmnstrr.github.io.

A wildcard `*` is proxied through cloudflare (IP can be anything, like 8.8.8.8) and intercepted by a page rule, which rewrites the URL to from `*.muensterer.codes/*` to the current [[api]] URL. The dynamic pattern allows the destination URL to include variables: `https://dnnsmnstrr.vercel.app/api/redirect/$1/$2`. This lets me access my redirects using subdomain notation (e.g. `dennis.muensterer.codes`).

## Zero Trust

Cloudflare Zero trust can be used to set up a tunnel to services running on an internal network, like [[homeassistant]] or invidious
6 changes: 5 additions & 1 deletion notes/coding.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ tags:

My preferred programming language is [[js]]

For code editing I use Atom or VSCode, in some cases Xcode - see [[ide]]
For code editing I use VSCode, in some cases Xcode - see [[ide]]

I have a [coding playlist](https://open.spotify.com/playlist/0camicGxGNwB9YS66nAwtb) on [[spotify]]. My aim is to keep it at 1337 songs, but sometimes there are more when I found a bunch of new songs.

My first steps with programming were in [Scratch](https://scratch.mit.edu/). At university I learned C, Java and Racket. The Apple Developer Academy taught me Swift and now I mainly use JavaScript, starting to learn TypeScript.
9 changes: 5 additions & 4 deletions notes/fav.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Some of the things I like most. ❤️

## Movies 🎥

- Wes Anderson
- Tarantino
- Wes Anderson (Grand Budapest Hotel is my all time favorite)
- Tarantino (really liked Django, Inglorious Basterds and Once upon a time in Hollywood)
- Nolan: Interstellar, Inception, Tenet, also enjoyed Oppenheimer
- Star Wars

## TV Shows 📺
Expand All @@ -31,8 +32,8 @@ Some of the things I like most. ❤️

Mainly german **hip hop**, but also rap and pop in german or english.

💻 For coding I have my [1337 h4x0r Playlist](https://www.youtube.com/playlist?list=PLCX8_v91hH7oM7LJ7J8jjSNcf9SYGXfOt) (also on [[spotify]])
💻 For [[coding]] I have my [1337 h4x0r Playlist](https://www.youtube.com/playlist?list=PLCX8_v91hH7oM7LJ7J8jjSNcf9SYGXfOt) (also on [[spotify]])

## [[food]]
- Pizza (it's only real pizza in Naples) 🍕
- Pizza (it's only real pizza if it’s Neapolitan) 🍕
- Sushi 🍣
1 change: 0 additions & 1 deletion notes/focus.md

This file was deleted.

2 changes: 2 additions & 0 deletions notes/gridfinity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
As a fan of modular things, Zack Freedman’s storage system really caught my attention. I have printed countless custom storage bins, holders and baseplates to organize my stuff.
It is always going to be a work in progress, but I really like how flexible the system is and continue to find new ways to organize my life in a grid.
4 changes: 4 additions & 0 deletions notes/homeassistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ tags:

# Homeassistant

Now the chip shortage is slowly subsiding, I was able to get my hands on a [Home Assistant Yellow](https://www.home-assistant.io/yellow/) and a CM4 with 4GB of RAM.
This now runs my HA server with all the zigbee, Bluetooth and WiFi devices in my smart home connected to it.

Coincidentally, it fits perfectly into a 3x3 block of the [[gridfinity]] system, which allowed me to build a custom mini server rack with a modular approach.
## [[Docker]]

Shell: `sudo docker exec -it --user root homeassistant /bin/bash`
Expand Down
4 changes: 2 additions & 2 deletions notes/homelab.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tags:

# Homelab

I run various services on an old Dell Optiplex PC, mostly in [[docker]] containers.
For the OS I chose [Linux Mint](https://www.linuxmint.com/).
My homelab journey started off by running various services on an old Dell Optiplex PC, mostly in [[docker]] containers. For the OS I chose [Linux Mint](https://www.linuxmint.com/).
After noticing how high the power consumption of the old computer was, I switched to running multiple [[raspberrypi]] devices, totaling to just a portion of what the PC was using in energy.

## Services

Expand Down
3 changes: 2 additions & 1 deletion notes/ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ A list of things I want to make. Some of them might become [[projects]].
- [ ] AI-music-generator
- [ ] Custom Font (https://fontforge.org/en-US/)
- [ ] [Gist](https://developer.github.com/v3/gists/) API generator
- [ ] - [x] E-Cajon
- [ ] Digital advent calendar based on HSON config
- [x] E-Cajon
- [x] Redirect API service
- [ ] Fuzzy matching
- [x] [Humble Key](https://www.humblebundle.com/home/keys) Distributor
Expand Down
7 changes: 4 additions & 3 deletions notes/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ These Apps **have** to be on my phone for it to be usable to me.

- [[spotify]]
- Comms: WhatsApp, Telegram, Mattermost
- Socials: Twitter, Instagram, YouTube, Reddit (duh)
- Socials: Twitter, Instagram, YouTube, ~~Reddit~~ (not since [Apollo was killed](https://www.reddit.com/r/apolloapp/s/5s1pPrgg8i))
- Amazon, Kickstarter (gotta keep consuming)
- Finance Stuff (Banking, Crypto
- Finance Stuff (Banking, Crypto)
- Sparkasse
- Revolut
- Coinbase
- Dev
- Working Copy (for [[git]] on the go)
- GitHub
- Scriptable, Data Jar, Shortcutify (dependencies for [[shortcuts]])
- Obsidian for notes editing

### Games

Expand All @@ -37,6 +38,7 @@ I also enjoyed:
- Blackbox
- Candy Crush (I can stop anytime!)
- Smash Hit
- Bloons TD-6
... a more detailed list is in [[gaming]]

### Making Music
Expand Down Expand Up @@ -71,7 +73,6 @@ I also enjoyed:
- Organization
- Games


### Focus modes

I have focuses set up for different situations:
Expand Down
1 change: 1 addition & 0 deletions notes/kickstarter.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ Did the creator deliver on previous projects?

## Still waiting...
- [HyperDisk](https://www.kickstarter.com/projects/hyperdisk/hyperdisk-probably-the-smallest-and-fastest-portable-ssd)
- [PRO30](https://www.kickstarter.com/projects/munitio/pro30-wireless-compact-high-fidelity-on-ear-headph)

![waiting](https://media1.giphy.com/media/26BRuo6sLetdllPAQ/giphy.gif?cid=e1bb72fftt42r7rurh93gzbc0ayzu41uketmg0wllu0xuv5k&rid=giphy.gif)
7 changes: 6 additions & 1 deletion notes/music.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: 2020-08-07
tags:
- music
-
- overview
---

Expand All @@ -17,4 +17,9 @@ I also play ukulele and collect various electronic instruments, such as Sample/D

[Some songs I enjoy playing](https://open.spotify.com/playlist/5w86GPXC86kKEpbLSKVxFS?si=LpP47g6NQ1qlRj1K8Xr5ig)

## Playlists




<script src="https://gist.github.com/dnnsmnstrr/6d09e7d0d8696eb87460c7d5370bd079.js"></script>
20 changes: 9 additions & 11 deletions notes/now.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ created: 1684359616824
---
## What I’m doing now

> Last updated: 2023-07-11
> Last updated: 2023-11-04

Living in: Mainz, Germany
Expand All @@ -17,28 +17,26 @@ Working at: [hpm GmbH](https://web.hpm.agency)
Current [theme](https://www.themesystem.com/) : `Year of the docs`

In the beginning of 2023, I began [[journaling]] with Day One. My goal is to make one entry a day for at least one entire year.
I heard Apple will be [making their own journaling app](https://9to5mac.com/2023/04/21/apple-journaling-app/), which I'm excited for. (Can't wait to try iOS 17)

I was excited for [Apple’s own journaling app](https://9to5mac.com/2023/04/21/apple-journaling-app/), but after finally getting it in iOS 17.2, I’m quite disappointed. Will be sticking with Day One for a while.
#### [[music]]
Current Playlist: [Take It Off](https://open.spotify.com/playlist/3T8e2O5sYOVqSERJnmTqvL)
Current Playlist: [Regen](https://open.spotify.com/playlist/2uL3x2SDjeumqANdztCI4A)

#### [[gaming]]
- [Recently played on Steam](https://steamcommunity.com/id/dnnsmnstrr/games/?tab=recent)
- Got into Bloons TD 6
- back in a candy crush phase at the moment

#### Reading
Currently reading: "Hass" by [Şeyda Kurt](https://seydakurt.de/buecher/)
Still reading: "Hass" by [Şeyda Kurt](https://seydakurt.de/buecher/)

#### [[projects]]

While playing piano, I got frustrated by the Ultimate Guitar Tabs app, so I'm building my own chords app with Expo and React Native.
While playing piano, I got frustrated by the Ultimate Guitar Tabs app, so I built my own chords app with Expo and React Native. Right now I’m in the process of porting the application to SwiftUI

I'm also trying to port my [[redirect]] API to a separate project with built-in AI capabilities: [redairect.com](https://redairect.com)
I'm also moving my [[redirect]] API to a separate project with built-in AI capabilities: [redairect.com](https://redairect.com)

#### Activities
- Going to the Oben Ohne Open Air festival in Munich soon
- Purchased a season ticket for the [Belantis](https://www.belantis.de/) theme park near Leipzig

- joined the https://offenewerkstattmainz.de/ - a Makerspace that was opened close to what I live
- participating in the [Circular Hackfest](https://hackfest.tech/) soon
## Links
- [nownownow.com profile](https://nownownow.com/p/xPQ6) - [link to edit data](https://my.nownownow.com/)
- [Derek Sivers - The now page movement](https://sive.rs/nowff)
Expand Down
5 changes: 3 additions & 2 deletions notes/raspberrypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ tags:

# [Raspberry Pi](https://www.raspberrypi.org)
My Pi Collection
- Pi 2B
- Pi Zero W
- Pi 3B
- Pi Zero W + Zero 2
- Pi 4 (4GB)
- CM4 (in my [[homeassistant]] yellow)
- [Pico](https://www.raspberrypi.org/products/raspberry-pi-pico/) (Microcontroller)

## Tools
Expand Down
5 changes: 3 additions & 2 deletions notes/shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ tags:

# Shortcuts

Shortcuts are supported on [[ios]], [[macos]] and Apple Watch
Shortcuts are supported on [[ios]], [[macos]] and Apple Watch. I love being able to customize my devices (to the extent that Apple allows, would obviously be great to get even more access)

## Automations

I have lots of shortcuts for all kinds of categories:
I have lots of shortcuts for all kinds of categories (each is a folder):
- Homescreen - things to show on the Home Screen for quick access
- Web - helpers for sharing, scraping or searching the Internet
- Music - actions related to [[music]] (Playback, Spotify, Chords)
Expand Down Expand Up @@ -47,6 +47,7 @@ Some of my shortcuts rely on other apps to function.
- [Reddit](https://www.reddit.com/r/shortcuts/comments/gzjgbr/list_of_helpful_links_for_shortcuts_information/)
- [Apple Guide](https://support.apple.com/en-gb/guide/shortcuts/welcome/ios)
- [MacExpertGuide](https://macexpertguide.com/how-to-use-siri-shortcuts-in-the-new-ios-14/)
- [Action Directory](https://matthewcassinelli.com/sirishortcuts/actions/) by Matthew Cassinelli ([free shortcuts](https://matthewcassinelli.com/sirishortcuts/library/free/))

### Sharing
- https://routinehub.co/user/dnnsmnstrr
Expand Down
4 changes: 2 additions & 2 deletions notes/uses.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ A list of what I use:
- AirTag and other Trackers compatible with the Find-My-Network

### Smarthome
- Home Assistant with Zigbee-USB-Receiver
- Home Assistant Yellow
- Philips Hue and different compatible lights (Innr, Ledvance/Osram)
- Amazon Alexa: some Echo Dots, a Show 5 and Flex with motion sensor
- Amazon Alexa: some Echo Dots, an Echo Pop, a Show 5 and Flex with motion sensor

### Tools
See also: [[makerer]]
Expand Down
3 changes: 2 additions & 1 deletion notes/website.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ tags:
Hosting on Github [[pages]] is free, but domains usually are not, so I tend to switch domains fairly regularly (whenever renewal would be too expensive). Due to this reason, I usually use `https://dnnsmnstrr.github.io` as the url in most places, which automatically redirects to the current domain.

Some domains I've had:
- muensterer.tech
- [muensterer.tech](https://get.tech/search?DomainName=muensterer)
- muensterer.xyz
- muensterer.link
- muensterer.codes (managed by name.com)
- muensterer.lol (namecheap)

## API
I also run a personal [[api]] service on Vercel, which provides data to some of my [[projects]], as well as a [[redirect]] service with dynamic aliases, so I don't have to remember any links and can just add what I'm looking for to the url of my website.
Expand Down
2 changes: 1 addition & 1 deletion notes/wishlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ tags:
- [Cinephile Game](https://www.cinephilegame.com/shop/cinephile-super-deluxe) - `PLEX10`
- [Movie Palette](https://moviepalette.com/products/the-grand-budapest-hotel-2014?variant=43514598392061) - `PLEXTV`
- [steam cleaner](https://www.amazon.de/-/en/dp/B01KZ0X4LG/)
- [Beats Studio Buds +](https://store.apple.com/de/xc/product/MQLK3ZM/A)
- [This is Fine Brickset](https://www.mocpixel.com/products/61-403pcs-dog-this-is-fine-moc-building-block-bricks)

0 comments on commit 8ea020c

Please sign in to comment.