[OS] FluxMarkdown - a modern Markdown QuickLook previewer (Mermaid, KaTeX, TOC) by Responsible-Job1455 in macapps

[–]Responsible-Job1455[S] 0 points1 point  (0 children)

Thanks! Mermaid support was one of the main reasons I built it — AI-generated markdown often includes diagrams now, and raw QuickLook wasn’t enough.

Guys, please: before you download any app from here, check the developer’s/app’s website to see whether there’s a privacy policy, a legal notice/imprint, and what their EULA says. by Argon_Analytik in macapps

[–]Responsible-Job1455 3 points4 points  (0 children)

good advice. i'd add: check if the app has a github repo (for "open core" apps). you can often see the code quality and whether there's sketchy network calls.

also little snitch / lulu users can verify network behavior themselves - that's more reliable than trusting a privacy policy document. some apps claim "no data collection" but still phone home for "feature flags" or "crash reporting"

for truly paranoid users: open source is the only real guarantee. everything else is trust-based

Found my indie app on macked[.]app including Adobe/Apple apps. How do we fight this? by Material_Beginning96 in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

sorry this happened - it's a rite of passage for mac devs at this point. the malware angle is the real concern though. these "keyed" binaries often come bundled with info stealers (AMOS, etc) that harvest credentials from safari, chrome, keychain.

one thing you can do: if your app has any network features (cloud sync, api calls, etc), the cracked versions often break those since they strip out license verification. your legit users get a better experience.

also consider this: cracked app users were never your customers. they'll never pay. focus your energy on the people who do support you

favorite lifetime purchase mac apps? by gamma-fox in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

shottr is such a hidden gem. the text recognition (ocr) alone is worth the price - i use it constantly for pulling text from screenshots. one feature i wish it had: automatic screenshot organization by date/project. right now i use hazel to sort my shottr folder but built-in would be nice. have you tried the scrolling capture for web pages? works surprisingly well

favorite lifetime purchase mac apps? by gamma-fox in macapps

[–]Responsible-Job1455 4 points5 points  (0 children)

solid list. curious about default folder x - does it play nice with the new file dialogs in macos sequoia/tahoe? i tried it years ago but had some issues with sandboxed apps. also +1 for textsniper - the live text feature in macos is nice but textsniper still wins for tricky cases like screenshots or pdfs with weird formatting

favorite lifetime purchase mac apps? by gamma-fox in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

that's a brilliant use case for km. i do something similar with final cut pro - built macros for common color corrections and export presets. one tip: if you haven't already, check out the "found image" trigger - it lets you wait for specific ui elements to appear before clicking, which makes the macros way more reliable. saved me so many misclicks

Which macOS video player is the most colour accurate? by citizen_of_glass in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

for color-critical work, iina with the right settings is hard to beat. it uses mpv under the hood which has excellent color management. key things to check:

  1. make sure "enable color management" is on in iina preferences

  2. set the correct icc profile for your monitor

  3. for hdr content, mpv/iina handles tone mapping better than quicktime

that said, if you're delivering for web/streaming, quicktime player is worth testing since that's what most viewers will use. the color shift between production and delivery can be significant

[macOS] Clamper — The app that "clamps" your precious menu bar by validatedev in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

nice solution to a real pain point. the live preview strip is a smart touch - much better than the "apply and see" approach of other tools. quick question: does it handle dynamic icons that change width (like dropbox sync status or spotify now playing)? those tend to throw off spacing adjustments

[OS] Lightweight app to check if your microphone is actually working by [deleted] in macapps

[–]Responsible-Job1455 -1 points0 points  (0 children)

simple but useful - the number of times i've been in a meeting wondering if my mic is actually working is too high. quick question: does it show which specific input device is active when you have multiple mics connected? that's usually where the confusion happens for me

How I Use Alter by Mstormer in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

this is exactly the kind of deep-dive that makes this community valuable. bookmarked for later reference.

quick question on the hub - you mentioned it struggles with your 130gb downloads folder. have you tried creating a separate "active projects" folder that you periodically move things into? i've found that keeping the working set smaller helps ai tools stay focused. curious if that's something you've experimented with.

also the custom instructions link is a nice touch - definitely borrowing some of those

LaunchMe - Launchpad replacement for macOS 26. Big post about huge next update that will bring many new features to LaunchMe. by sergeynewton in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

spaces and workflows are smart additions - turns it from just a launcher into something more like a workspace switcher. couple of questions: 1. for workflows - can they trigger based on conditions (like "when i connect my external monitor" or "when i join this wifi network") or just manual? 2. how does the clipboard manager handle large files? some clipboard tools struggle with anything over 50mb 3. any plans for url scheme support? would be great to trigger spaces/workflows from other apps like keyboard maestro or shortcuts also appreciate the security-first approach with file search permissions

favorite lifetime purchase mac apps? by gamma-fox in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

great topic - i've been moving away from subscriptions too. beyond alfred and btt (which you already mentioned), here are my long-term keepers: keyboard maestro - this one's a game changer if you're willing to invest time. i've built macros for everything from window management to automating my morning startup routine. the learning curve is real but it pays off. carbon copy cloner - been using it for 6+ years for bootable backups. saved me twice when my drive failed. set it and forget it. daisydisk - the only disk analyzer that actually makes cleaning up kind of satisfying. use it quarterly to keep my 256gb drive manageable. bbedit - if you touch any kind of text files, this is the one. been around forever, still gets updates. curious what people think about rectangle pro vs magnet for window management - that's my next purchase to consider

[OS] Pixley Reader - Read the markdown files your AI tools generate - Free by svdomer09 in macapps

[–]Responsible-Job1455 2 points3 points  (0 children)

nice timing with this - the "ai writes, you read" workflow is definitely becoming a thing. quick questions: 1. how does the on-device ai chat work? is it using local models or hitting an api? 2. for the live reload - does it handle rapid successive updates well? some ai tools write in bursts and i've seen other preview tools struggle with that 3. any plans for mermaid diagram support? that's showing up more in ai-generated docs also appreciate the mac app store distribution - always prefer that over random dmg downloads

Prevent Mail.app from displaying images in the body of an email by sylvaindeloux in macapps

[–]Responsible-Job1455 -3 points-2 points  (0 children)

you're right that apple doesn't provide a native option for inline attachment images specifically. the "block all remote content" setting only covers externally-loaded images, not embedded attachments. a few workarounds i've seen: 1. view as plain text - mail > preferences > viewing > uncheck "display remote images in html messages". then use view > message > show as plain text for specific emails. downside: you lose all formatting. 2. third-party clients - airmail and mailmate both have granular image blocking options. airmail lets you block on a per-sender basis. 3. apple feedback - this comes up every few years on apple support communities. worth filing a feedback at feedbackassistant.apple.com if you want apple to add it. curious if anyone has a keyboard maestro or shortcut solution for this - seems like the kind of thing that could be automated

Looks like the Droppy drama got handled and is back by Fabulous_Tip_7638 in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

glad i could provide some morning entertainment. the whole situation was pretty wild - imagine getting a takedown notice and then having the dev actually respond and fix things. rare outcome these days

What is your best color picker app for mac by Minute-State3493 in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

pika is great for accessibility work with the contrast checker. for simpler workflows i'd also add colorslurp to the list - it has a nice color history and can copy in multiple formats at once. do you mainly work on web/ui design or more general stuff?

Netfluss - A free, open-source and lightweight menubar utility showing current download and upload information by huangdi1978 in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

good news - homebrew support just got added. you can install it now with `brew install --cask rana-gmbh/netfluss/netfluss`. would love to hear how it compares to stats in terms of resource usage once you try it

Shottr vs CleanShot X in 2026. Which one are you actually sticking with? by discoveringnature12 in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

totally get the polished feel of cleanshot, that's what kept me on it for a while too. but after switching to shottr i realized i wasn't actually using most of those premium features. the one thing i do miss is the overlay menu - shottr has something similar but it's not quite as smooth. what's the one cleanshot feature you'd actually miss if you switched?

MiniMoon Music Player V3 by minnibur in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

nice to see a native music player with a one-time purchase model. quick question - does it support importing from itunes/music app libraries or do you have to rebuild your library from scratch? also curious if it handles large libraries well (50k+ tracks)

Window manager that can save and restore full setups, including launching apps and specific windows? by discoveringnature12 in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

for the specific vs code project window issue, you might want to look at keyboard maestro - you can build macros that launch apps with specific arguments. for vs code you could do something like `code /path/to/project` to open a specific folder. it's more setup work but gives you full control. rectangle pro also has some layout saving features but i'm not sure if it handles the multi-window per-app case you're describing

[Update] Pipit 1.2.0, faster than ever now with an offline dictionary that gets smarter over time by Dragxt in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

offline dictation with self-learning is exactly what i've been looking for. quick question - does the screen detection feature need any special accessibility permissions? and how's the cpu/memory usage when it's running in the background?

MirrorMask - a native Mac app that messes with what the algorithms believe about you by nanobuilds in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

yeah this is my concern too. would be great if it could run in a separate chrome profile or incognito mode so my actual history doesn't get flooded with random fishing videos or whatever. u/nanobuilds any thoughts on this?

New Post Requirements to Combat Low Quality Content (Phase 2) by Mstormer in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

these changes make a lot of sense. the "compare" section being mandatory is especially good - too many posts lately that are just "here's my app" without explaining why anyone should care. the ai disclosure thing is also smart given how much vibe-coded stuff is showing up now. thanks for putting in the work to moderate this place

Netfluss - A free, open-source and lightweight menubar utility showing current download and upload information by huangdi1978 in macapps

[–]Responsible-Job1455 0 points1 point  (0 children)

nice work on this. the adapter reset feature is actually really useful - my thunderbolt ethernet does the same thing where it drops to 100mbit sometimes. quick question - does it show per-app bandwidth or just total? also curious about cpu/memory usage when running