From 8ea020ccc58fef0f758547c1353013e039777379 Mon Sep 17 00:00:00 2001 From: Dennis Muensterer Date: Sat, 4 Nov 2023 01:36:44 +0100 Subject: [PATCH] Update now and other notes --- notes/().md | 0 notes/3DPrinting.md | 11 +++++++---- notes/Stack.canvas | 10 ++++++++++ notes/alfred.md | 2 ++ notes/api.md | 6 +++--- notes/bettertouchtool.md | 13 +++++++++---- notes/bitwarden.md | 10 +++++++++- notes/clipboard.md | 2 +- notes/cloudflare.md | 4 ++++ notes/coding.md | 6 +++++- notes/fav.md | 9 +++++---- notes/focus.md | 1 - notes/gridfinity.md | 2 ++ notes/homeassistant.md | 4 ++++ notes/homelab.md | 4 ++-- notes/ideas.md | 3 ++- notes/ios.md | 7 ++++--- notes/kickstarter.md | 1 + notes/music.md | 7 ++++++- notes/now.md | 20 +++++++++----------- notes/raspberrypi.md | 5 +++-- notes/shortcuts.md | 5 +++-- notes/uses.md | 4 ++-- notes/website.md | 3 ++- notes/wishlist.md | 2 +- 25 files changed, 96 insertions(+), 45 deletions(-) create mode 100644 notes/().md create mode 100644 notes/Stack.canvas delete mode 100644 notes/focus.md create mode 100644 notes/gridfinity.md diff --git a/notes/().md b/notes/().md new file mode 100644 index 0000000..e69de29 diff --git a/notes/3DPrinting.md b/notes/3DPrinting.md index 1599d58..556ca9d 100644 --- a/notes/3DPrinting.md +++ b/notes/3DPrinting.md @@ -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) @@ -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 @@ -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 diff --git a/notes/Stack.canvas b/notes/Stack.canvas new file mode 100644 index 0000000..4ea594e --- /dev/null +++ b/notes/Stack.canvas @@ -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":[] +} \ No newline at end of file diff --git a/notes/alfred.md b/notes/alfred.md index 0ede117..593d091 100644 --- a/notes/alfred.md +++ b/notes/alfred.md @@ -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 diff --git a/notes/api.md b/notes/api.md index 78660e1..1a780cc 100644 --- a/notes/api.md +++ b/notes/api.md @@ -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 | @@ -26,4 +26,4 @@ Much of the data made available through this api is stored in [gists](https://gi ## Resources -- [Sheety](https://sheety.co/) turn a spreadsheet into an API +- [Sheety](https://sheety.co/) turns a spreadsheet into an API diff --git a/notes/bettertouchtool.md b/notes/bettertouchtool.md index f6f1c47..801b85e 100644 --- a/notes/bettertouchtool.md +++ b/notes/bettertouchtool.md @@ -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 @@ -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 @@ -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/ \ No newline at end of file diff --git a/notes/bitwarden.md b/notes/bitwarden.md index b341672..f0efb90 100644 --- a/notes/bitwarden.md +++ b/notes/bitwarden.md @@ -1 +1,9 @@ -Password manager \ No newline at end of file +My go-to Password manager + + +### iOS Setup + +Settings -> Passwords -> Password Options -> select `Bitwarden` + + +- https://bitwarden.com/ \ No newline at end of file diff --git a/notes/clipboard.md b/notes/clipboard.md index 51656ef..780aa23 100644 --- a/notes/clipboard.md +++ b/notes/clipboard.md @@ -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 diff --git a/notes/cloudflare.md b/notes/cloudflare.md index 3ec5816..bd86f44 100644 --- a/notes/cloudflare.md +++ b/notes/cloudflare.md @@ -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 \ No newline at end of file diff --git a/notes/coding.md b/notes/coding.md index ee9515a..96b61f1 100644 --- a/notes/coding.md +++ b/notes/coding.md @@ -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. \ No newline at end of file diff --git a/notes/fav.md b/notes/fav.md index 46a5707..ba0ec4d 100644 --- a/notes/fav.md +++ b/notes/fav.md @@ -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 📺 @@ -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 🍣 diff --git a/notes/focus.md b/notes/focus.md deleted file mode 100644 index 66b7ee5..0000000 --- a/notes/focus.md +++ /dev/null @@ -1 +0,0 @@ -# Focus Mode \ No newline at end of file diff --git a/notes/gridfinity.md b/notes/gridfinity.md new file mode 100644 index 0000000..8379a41 --- /dev/null +++ b/notes/gridfinity.md @@ -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. diff --git a/notes/homeassistant.md b/notes/homeassistant.md index ea700e5..97f5c09 100644 --- a/notes/homeassistant.md +++ b/notes/homeassistant.md @@ -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` diff --git a/notes/homelab.md b/notes/homelab.md index 65afbbc..fa35e8f 100644 --- a/notes/homelab.md +++ b/notes/homelab.md @@ -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 diff --git a/notes/ideas.md b/notes/ideas.md index b488843..ac2ee6a 100644 --- a/notes/ideas.md +++ b/notes/ideas.md @@ -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 diff --git a/notes/ios.md b/notes/ios.md index 3ac0e65..67b6289 100644 --- a/notes/ios.md +++ b/notes/ios.md @@ -18,9 +18,9 @@ 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 @@ -28,6 +28,7 @@ These Apps **have** to be on my phone for it to be usable to me. - Working Copy (for [[git]] on the go) - GitHub - Scriptable, Data Jar, Shortcutify (dependencies for [[shortcuts]]) + - Obsidian for notes editing ### Games @@ -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 @@ -71,7 +73,6 @@ I also enjoyed: - Organization - Games - ### Focus modes I have focuses set up for different situations: diff --git a/notes/kickstarter.md b/notes/kickstarter.md index 197ea0e..c3efb44 100644 --- a/notes/kickstarter.md +++ b/notes/kickstarter.md @@ -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) diff --git a/notes/music.md b/notes/music.md index f5e63c9..d7dca6b 100644 --- a/notes/music.md +++ b/notes/music.md @@ -1,7 +1,7 @@ --- date: 2020-08-07 tags: - - music + - - overview --- @@ -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 + + + + diff --git a/notes/now.md b/notes/now.md index 432eab2..cf0ddd6 100644 --- a/notes/now.md +++ b/notes/now.md @@ -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 @@ -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) diff --git a/notes/raspberrypi.md b/notes/raspberrypi.md index 517ad08..a6a42c6 100644 --- a/notes/raspberrypi.md +++ b/notes/raspberrypi.md @@ -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 diff --git a/notes/shortcuts.md b/notes/shortcuts.md index 30ab894..a9cf6d4 100644 --- a/notes/shortcuts.md +++ b/notes/shortcuts.md @@ -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) @@ -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 diff --git a/notes/uses.md b/notes/uses.md index b3f5227..94560fd 100644 --- a/notes/uses.md +++ b/notes/uses.md @@ -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]] diff --git a/notes/website.md b/notes/website.md index 3acd6a2..34924d4 100644 --- a/notes/website.md +++ b/notes/website.md @@ -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. diff --git a/notes/wishlist.md b/notes/wishlist.md index fac5f3e..09909bb 100644 --- a/notes/wishlist.md +++ b/notes/wishlist.md @@ -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) \ No newline at end of file