Daisuke Murase

140 Followers
48 Following
212 Posts

Software Engineer, Gamer, Newbie skateboarder. He/him.

#Rust, #Coffee, #Beer, #Gaming, #Skateboarding

CityPortland, OR
Bloghttps://typester.dev
GitHubhttps://github.com/typester
This is how it handles the notch automatically.

I built a #widget tool that overlays directly onto the #macOS menu bar!

https://github.com/typester/ranma

Since macOS Tahoe lets us hide unnecessary icons, we finally have some free space up there—so why not put it to good use? It handles the notch automatically (you can specify the avoidance direction too).

Right now, I've got it set up with a workspace indicator for #Yashiki and a GitHub review request widget. Feeling pretty good so far!

#rustlang #TilingWindowManager #opensource

Finally added a #SketchyBar integration sample for #Yashiki! I'm not usually a custom menu bar person, so I implemented this to live alongside the standard OS bar.

Actually found it pretty convenient after testing it out.

https://github.com/typester/yashiki/tree/main/examples/sketchybar-menubar

#RustLang #macOS #TilingWindowManager #OpenSource

I watched the GQuuuuuuX movie last night. It was awesome!

I don’t want to give any spoilers, but for those who are interested in watching this movie, I highly recommend watching the first Gundam movie beforehand 😎

This is awesome news! #Pebble is still the best watch for me, and I wear it every day. I'm looking forward to seeing the #RePebble project.
https://repebble.com/
We're bringing Pebble back!

Eight years later, you still can't beat a Pebble

I ordered an extra SSD for my PC from Amazon three days ago. Initially, it was supposed to be delivered on the same day, but I was notified of a delay, and it still hasn’t been shipped.

However, when I check the product page on Amazon, it still shows as available. What’s going on?

As the new year begins, many people talk about starting new things, and I wanted to try something new as well!
I decided to use `nyan-mode` for the first time and discovered that it's incredibly helpful for keeping my mind calm while using Emacs.
It turned out to be much better than I had expected before trying it. I highly recommend it!

#emacs #nyan #nyancat

Just set SearchGPT as my default search engine. Will see how it work

Updated Rust to the latest - 1.80.0, and noticed that `cargo add` no longer displays a list of disabled features. (I'm not sure if this change was introduced in the latest version.)

I used this feature frequently to check what features are available in a crate, so I find this very inconvenient. I have tried to find a way to display this information in the latest version, but so far I haven't been successful.

#Rust #RustLang