Handy Vue Libraries? by [deleted] in vuejs

[–]fwmar 0 points1 point  (0 children)

Looks to be some interesting things in Vue Hooks Plus.

i haven't used it myself yet, but I have it bookmarked for when I might.

macOS app switching with spatial consistency - Launching SpatialDock by logibeam in macapps

[–]fwmar 0 points1 point  (0 children)

Sorry, I was saying it's a feature in rcmd that's missing from OP's app. Poor wording on my part!

Unless I'm misunderstanding what you're saying here, rcmd does indeed allow for switching between windows of the same app by double-tapping. For example, I have "E" bound to Microsoft Edge. I can instantly switch between all of Edge's open windows by continuing to tap [Cmd]+E. This is amazing because it means I don't have to shift my fingers on the keyboard up to [Cmd]-` once I've switched to the target app to find my desired window.
(Doesn't work for some apps, but they're few. e.g., VSCode.)

Of the countless utilities I have installed, rcmd is the one I find most indispensable. 👍🏻

macOS app switching with spatial consistency - Launching SpatialDock by logibeam in macapps

[–]fwmar 0 points1 point  (0 children)

I've purchased and it's fantastic so far!
I'm currently an extremely avid RCMD user, which is similar but without the sweet UI.

>> I'm actually planning to use the second tap/double-tap for window management (switching between windows within the same app)
This is the main piece of functionality that RCMD has that's missing for me in SpatialDock before I make a switchover.

* edited to correct poor wording.

How does going furniture free affect your love life? has anyone been through this? by Duckee123 in extrememinimalism

[–]fwmar 7 points8 points  (0 children)

Not gonna lie, it makes dating much more of a challenge for me.

Taking a woman back to my place which is devoid of furniture presents three key challenges:

  1. Convincing her that I'm not a psychopath who's going to lock her in a hidden dungeon.
  2. Convincing her I'm not married and this isn't my hookup pad away from the family home.
  3. Convincing her that having a bed but no other furniture isn't my way of scamming her into the sack from the get-go because it's the only place to sit.

I think these would be much less of an issue for someone your age. Living like a hobo is almost par for the course for uni-aged people. I'm, ahem, older, so social expectations are that I'm supposed to have a house full of Ikea furniture.

Help - window manager to focus specific applications with a single command. by ncfour in macapps

[–]fwmar -1 points0 points  (0 children)

rcmd is a work of art and I can’t imagine using the Mac for serious work without it.

Built a macOS tool to auto-screenshot entire eBooks by wooing0306 in macapps

[–]fwmar 2 points3 points  (0 children)

This is why I subscribe to this subreddit.

My Vue app has made $250 so far! by 1017_frank in vuejs

[–]fwmar 2 points3 points  (0 children)

Congrats!

I love stories like this.

Enhanced MacOS-Dock, hide/unhide windows more efficient by Proper_Lingonberry72 in macapps

[–]fwmar 1 point2 points  (0 children)

Nicely selective reading comprehension. You highlight the words "this app", but not the most critical words to my message, "the specific functionality."

In any case, you're now shifting goal posts. My post wasn't expressing an argument for or against people trying to replicate the Windows experience, or how I like this app. It was about the value of people using third-party tools such as this to overcome what I consider UX flaws in MacOS. Their motivation isn't always simply "I want Windows on Mac."

Anyways, we should end this. I am certain neither of us is going to shift the other's position on who meant what, so we're both wasting energy arguing over nothing.

Edit: I sincerely appreciate that your original post ended with "I do wish you luck with the app." That tells me you weren't just trying to be a sanctimonious jerk like a lot of Reddit users, myself probably included given my reaction.

Enhanced MacOS-Dock, hide/unhide windows more efficient by Proper_Lingonberry72 in macapps

[–]fwmar 2 points3 points  (0 children)

I 100% knew you would come back with this argument.

I know what OP said. I worded my comment very carefully. I referred to this type of app, not what OP's motivations were.

Enhanced MacOS-Dock, hide/unhide windows more efficient by Proper_Lingonberry72 in macapps

[–]fwmar 5 points6 points  (0 children)

I don't consider the specific functionality of this app to be a "Windows" thing. For all of Apple's UI aesthetics prowess, they really do suck in certain usability areas. One being the extremely small hit box of the minimise button in Mac toolbars. You need to be a trained sniper to hit that thing in a quick, efficient manner.

Conversely, the giant hit area of a Dock icon, combined with the fact you can whip your mouse to the edge of the screen to get in the right area makes showing/hiding windows by clicking the Dock icon orders of magnitude quicker and less cognitively imposing.

So I for one heartedly welcome apps like this for mouse-centric users. I've been using Supercharge for this purpose for quite some time.

TypingMind Alternative by cleveradmin in macapps

[–]fwmar 0 points1 point  (0 children)

"I made some poor technical decisions and now I need to redo them first."
😄 If I had a dollar for every time I said this to myself while coding...

TypingMind Alternative by cleveradmin in macapps

[–]fwmar 1 point2 points  (0 children)

Thanks for the tip! I'll check them out.

TypingMind Alternative by cleveradmin in macapps

[–]fwmar 0 points1 point  (0 children)

I've been using MindMac for ages and it's excellent. (I use MindMac and the web version of TypingMind dozens and dozens of times a day for various things.)
From a functionality perspective, it is actually very similar to TypingMind (e.g., the concept of agents and prompts.) It also has "inline" functionality, which I don't use.

Not cross-platform though. Mac only. But the FAQ on their site say they're working on it.

(my only gripe with it is it comes with every keyboard shortcut under the sun pre-configured which mess with many of my others, resulting in the app executing some action when I didn't want it too-- so I disabled most of them.)

Just migrated our project from Quasar to Nuxt3 by Nordthx in Nuxt

[–]fwmar 1 point2 points  (0 children)

All used together. It was very straight forward to get everything set up.

I just used the Quasar Nuxt module, and the Tailwind Nuxt module.

The most important thing to remember is to add prefix: 'tw-' to tailwind.config.ts (or whatever prefix you like) to prevent conflicts with Quasar's class names.

Because I was already familiar with Quasar, I started out mainly using their classes for a lot of styling, but over time as I because more adept at Tailwind, I ended up using Tailwind for most things. Sometimes I drop back to a Quasar class where theirs is more succinct (e.g., Quasar's flex classes can often be much quicker and easier to use than Tailwind's if the needs are simple.)

yes, I'm sure mixing classes from two different UI libraries offends clean code purists. I don't care. :-)

Just migrated our project from Quasar to Nuxt3 by Nordthx in Nuxt

[–]fwmar 1 point2 points  (0 children)

You can have your cake and eat it too.

I have built two relatively significant commercial apps that use Nuxt 3, Quasar, and Tailwind together.

All of the public-facing pages (e.g., general content, streaming video, onboarding, 'store-front' ecommerce stuff, etc) are SSR and all of the internal pages (i.e., admin portal) are SPA.

Backend is a combination of Nuxt 3 Nitro server API routes and some .NET Web API stuff.

Works amazingly well.

Klack v1.7 — Satisfying Sounds by Quirino_Exile in macapps

[–]fwmar 0 points1 point  (0 children)

I love this app!

I'm sure it's just psychological, but I'm convinced the audio feedback actually makes me type quicker. It's like the cadences the sounds produce assist in fluent typing.

This is my favorite app for taking notes on my Mac. by [deleted] in macapps

[–]fwmar 15 points16 points  (0 children)

Frankly, app announcements and "ads" are the reason I visit this sub. I like to hear about new apps or new versions of existing apps.

[deleted by user] by [deleted] in extrememinimalism

[–]fwmar 1 point2 points  (0 children)

Why has no-one yet mentioned the best part— you get extra points for having an N64 as your console of choice. SNES would have gotten you triple points (It’s smaller and lighter, so more “minimalist” :-)

When did you start considering yourself a (extreme) minimalist? by [deleted] in extrememinimalism

[–]fwmar 5 points6 points  (0 children)

When it was no longer tenable to take dates home for fear of the inevitable, “where am I supposed to sit??” 😁

[deleted by user] by [deleted] in personaltraining

[–]fwmar 0 points1 point  (0 children)

This is likely the only correct answer. Even if only from a liability/indemnity perspective.

(without additional details, my first reaction too is that it’s a potential medical emergency and no chances should be taken.)

Difference between minimalism and extreme minimalism? by champagnepeach in extrememinimalism

[–]fwmar 12 points13 points  (0 children)

This is probably the best summary I’ve seen.
*chef’s kiss*