✍️Write rieview ✍️Rezension schreiben 🏷️Get Badge! 🏷️Abzeichen holen! ⚙️Edit entry ⚙️Eintrag bearbeiten 📰News 📰Neuigkeiten
Tags:
An AOC Ultrawide (49″) dominates my desk. Stretching 47″ from wingtip to wingtip, it serves as: I have two MacBooks: During the work day, I typically have my work MacBook to the left of...
7.12.2024 14:57Using Raycast to Move My MacThe Birthday Problem demonstrates that, in a group of 23 people, the odds of two people sharing a birthday exceed 50%. You can read the linked article for an explanation, but the probability is...
30.11.2024 20:56Compiling the Birthday Problem into RustI’ve been cheating on Neovim lately. I’m playing around with Zed (in vim mode, naturally). Zed’s default settings allow Markdown editing just fine, of course. Markdown is just text, after all. I don’t want...
2.9.2024 00:48Editing Markdown in ZedIn reply to <a href="https://www.grailbox.com/2020/04/how-to-set-up-a-domain-in-amazon-route-53-with-terraform/#comment-20100">Rob Warner</a>. Highly recommend adding the update from what he sent. Otherwise, this was very helpful. Thank you!
17.6.2024 18:09Comment on How to Set Up a Domain in Amazon Route 53 with Terraform by Lucas DaleRecently, my boss asked me for a server capacity planning model. This was a new ask for me. I can launch Excel with the best of ‘em: fire up Alfred and type “ex<enter>”. I...
30.3.2024 19:45Flipping a Rusty CoinCool kids multiplex with Zellij. Data engineers shred data with Nushell. Let’s make them work better together. Let’s autostart Zellij when our terminal and shell start. The Zellij documentation provides instructions for making Zellij...
13.7.2023 14:26Autostart Zellij in NushellI use asdf to manage tool versions, fzf to save typing, and shell functions to bolster my memory. My recent switch to Nushell reminded me that I haven’t memorized the asdf command to install...
30.4.2023 17:50asdf and Nushell: Functions to Install and Switch VersionsI recently wrote a shell script that required both date parsing and date arithmetic. The pertinent bits for this post are that the script: Seemed simple enough. A little googling and some experimentation gave...
13.4.2023 15:54Date Parsing and Arithmetic on macOSI’ve recently re-discovered nushell and I’ve fallen hard. I’m committed. I’m stumbling my way through things, of course, but I’ve set my course and am not turning back. Perhaps one day I’ll blog my...
5.4.2023 20:45Nushell + fzf — functions for git switch and git branch -d[…] Create a React application to both display and manage messages (Part 3). […]
5.2.2023 02:02Comment on Fridge Door Part 3: Building a React Application by Fridge Door Part 2: Building a Service in Rocket and Rust – Grailbox[…] Create a React application to both display and manage messages (Part 3). […]
5.2.2023 02:01Comment on Fridge Door Part 3: Building a React Application by Fridge Door: a Message Board with a Raspberry Pi and Tidbyt – Grailbox[…] Create a ReST service using Rocket (Part 2). […]
5.2.2023 02:00Comment on Fridge Door Part 2: Building a Service in Rocket and Rust by Fridge Door Part 3: Building a React Application – Grailbox[…] Describe what we’re building (Part 1) […]
5.2.2023 02:00Comment on Fridge Door: a Message Board with a Raspberry Pi and Tidbyt by Fridge Door Part 3: Building a React Application – GrailboxThis article is part 3 in a multipart series that makes a message board using a Raspberry Pi and a Tidbyt. Here are the parts in the series: Prerequisites Nodejs Create the Application In...
5.2.2023 02:00Fridge Door Part 3: Building a React Application[…] Create a ReST service using Rocket (Part 2) […]
27.1.2023 23:05Comment on Fridge Door Part 2: Building a Service in Rocket and Rust by Fridge Door: a Message Board with a Raspberry Pi and Tidbyt – Grailbox[…] Describe what we’re building (Part 1) […]
27.1.2023 23:04Comment on Fridge Door: a Message Board with a Raspberry Pi and Tidbyt by Fridge Door Part 2: Building a Service in Rocket and Rust – GrailboxThis article is part 2 in a multipart series that makes a message board using a Raspberry Pi and a Tidbyt. Here are the parts in the series: Prerequisites Create the Service Rocket has...
27.1.2023 23:04Fridge Door Part 2: Building a Service in Rocket and RustI created a shell function (tested on zsh) that wraps both these commands. You can type: $ kittycolors or $ kittycolors -s https://gist.github.com/hoop33/06f2d5a9555997d739def91c2ab402b6
15.12.2021 14:19Comment on Displaying Your Kitty Theme Colors by Rob WarnerFor a more compact solution, tweak the command in this issue: https://github.com/sharkdp/pastel/issues/137 `for COLOR in $(grep -o "#[a-f0-9]\{6\}" ~/.config/kitty/current-theme.conf); do pastel paint $(pastel textcolor $COLOR) --on $COLOR "$COLOR "; done`
14.12.2021 23:27Comment on Displaying Your Kitty Theme Colors by Rob WarnerIn reply to <a href="https://www.grailbox.com/2020/04/how-to-set-up-a-domain-in-amazon-route-53-with-terraform/#comment-20097">Chris Harrison</a>. Thanks for this! At some point, I'll get around to updating the article. For now, I've edited to call attention to your comment.
12.10.2021 12:18Comment on How to Set Up a Domain in Amazon Route 53 with Terraform by Rob Warner