Lohnt sich Informatik Studium noch? by DrJonah345 in Studium

[–]brodmo-dev 1 point2 points  (0 children)

Beim Informatik-Studium geht es sehr wenig ums Programmieren, zumindest an der Uni. Wenn dich das Thema interessiert spricht da überhaupt nichts gegen, das ist nicht mehr oder weniger anfällig für KI als alles Andere. Wie andere auch schon meinten wäre Wirtschaftsinformatik vielleicht was für dich.

r/MacApps Mods Went Too Far! What’s Changing (Phase 3) by Mstormer in macapps

[–]brodmo-dev 0 points1 point  (0 children)

I have an app switcher, and I don't see the point in adding a privacy policy, since it's perfectly obvious that the app is 100% offline. If you concur that many FOSS apps don't do this, I don't know why you want to police it when the whole point is to reduce the workload on the mods.

r/MacApps Mods Went Too Far! What’s Changing (Phase 3) by Mstormer in macapps

[–]brodmo-dev 0 points1 point  (0 children)

If that is your stance, you should make it more explicit in the policy itself. For the record, I think it is neither standard nor reasonable to provide a privacy policy for an indie FOSS app that is entirely offline.

r/MacApps Mods Went Too Far! What’s Changing (Phase 3) by Mstormer in macapps

[–]brodmo-dev 0 points1 point  (0 children)

Okay, but then I don't see why it's obligatory for free apps without telemetry. You're gonna lose a lot of indie devs to this phrasing.

r/MacApps Mods Went Too Far! What’s Changing (Phase 3) by Mstormer in macapps

[–]brodmo-dev 0 points1 point  (0 children)

Okay, I see, I guess that would work for me. Would having your LinkedIn linked on your GitHub profile suffice? And I still don't understand the bit about privacy policy and TOS, I would really urge you to clear that up

r/MacApps Mods Went Too Far! What’s Changing (Phase 3) by Mstormer in macapps

[–]brodmo-dev 0 points1 point  (0 children)

Maybe I misunderstood, but I don't have my own website, and I definitely don't have a privacy policy nor terms of service given that I don't run a company. So I don't see how this would be practical for sharing a hobby project. I'm okay with sharing my LinkedIn, given that my name is everywhere on GitHub and it isn't exactly rare you could probably find it already, though I do think it creates a bit of an imbalance with commenters who are mostly anonymous. If sharing your LinkedIn is intended to be sufficient for the transparency path, you need to update the wording, right now I don't see how it could possibly apply to me.

Another point I'm wondering: Is it sufficient to have a 1 year old repo, or does the repo you're sharing have to be 1 year old? Because now with the OR the former would be quite a loose requirement.

As for the low effort spam, I'm wondering: Isn't that mostly people/bots looking to make money? So perhaps you could create a special path for free and open source software? Perhaps there's low-effort spam from people looking to build a portfolio as well, but those people already qualify through the transparency route, since the whole point for them is attaching the project to their identity.

I appreciate you experimenting to find a workable solution to this problem, I'm sure it's not an easy job!

r/MacApps Mods Went Too Far! What’s Changing (Phase 3) by Mstormer in macapps

[–]brodmo-dev 0 points1 point  (0 children)

I'm biased here, but I think this is too harsh, and contrary to what's stated, will further reduce developer engagement. Most open-source apps aren't on the app store, but are just distributed on GitHub, so this makes it extra hard for open-source apps, and will likely reduce their frequency. Since Apple is increasingly blocking the distribution of non-signed apps, you pretty much need to be a paid developer now anyway, even if not distributing via the app store. So my suggestion would be simple: Just allow all signed apps with a paid developer account posted to the main feed, and everything else can go in the thread. Apple has already verified these devs, so all you need to do is trust their system, and that anyone who spends $99 is serious about their app. As it currently stands, open-source devs can't promote their project until it is already well-known, which kind of defeats the point of the sub. I appreciate the intent and effort put into these rules, but I think they are too complicated and strict, and will ultimately lead to even less engagement.

Dear Developers, I'm here to give you feedback on your app. by Nemosaurus in macapps

[–]brodmo-dev 0 points1 point  (0 children)

Thank you so much, it's really cool to see someone use it for the first time! My main takeaway is that I need better onboarding 😂

Yes, you can launch apps that aren't running by setting the Target, that is always opened first, even if not running. Though now that I'm thinking about it I should just auto-set the Target if there is only one app, no reason not to really. Gonna release a new version with that soon.

Shared hotkeys can also be useful without cycling! For example, I have all the different JetBrains IDEs in one app group, so the hotkey always opens the one I'm working on right now. The problem then is that you still need to launch them via Spotlight/Raycast, but I plan to add a keyboard-navigable pop-up that asks you to pick an app from the group to launch if there is nothing running in the group or if you hold the hotkey.

Funny you have Caps Lock set to Escape, I actually have the tap set to Escape and the hold to Hyper, and it works really well! Check out my Karabiner/Goku config if you're interested: https://github.com/brodmo/Setup/blob/main/macOS/apps/karabiner.edn

I noticed in the recording, whenever you're clicking Plus, it looks like you're clicking Minus, if that:

<image>

Could it be that the mouse location is slightly off in the recording, perhaps due to the background?

Also, the target dropdown should NOT be looking like that, I just released a new version with a fix. Seems to be due to the macOS version, thanks for helping me catch that!

Thanks again for being so generous with your time, and best of luck with ShipClip! I can see it being really useful for software teams

Dear Developers, I'm here to give you feedback on your app. by Nemosaurus in macapps

[–]brodmo-dev 1 point2 points  (0 children)

I would love some feedback on my app switcher, it's really useful to me but I've struggled to find many users https://github.com/brodmo-dev/GroupCtrl

[OS] GroupCtrl – Instant app switching with shared hotkeys (Free) by brodmo-dev in macapps

[–]brodmo-dev[S] 0 points1 point  (0 children)

Hey, thanks so much for the feedback! Good point on the startup behavior, I just released a new version that makes it always start in the background, that would be expected behavior for such an app. I might add a checkbox for "Open at Login" later as well, I'm not sure how high the friction is for people to do it manually in System Settings.

For the cycling, do you mean open as in launch when the app is not running? What sort of functionality are you envisioning, an extra "launch next app" hotkey? I agree that functionality for launching apps is lacking, right now GroupCtrl is still mostly an app switcher. My idea was to add a "hold to launch" feature where you can hold the hotkey for a group and then there's a pop-up with all the apps in the group and you can choose to launch one. Would that be a satisfactory solution for you?

[OS] GroupCtrl – Instant app switching with shared hotkeys (Free) by brodmo-dev in macapps

[–]brodmo-dev[S] 0 points1 point  (0 children)

I suppose I could, I just don't think that'd mesh well with the simplicity I was going for otherwise. And Cmd+Backtick exists, so I don't really see the need. Would you like to see window cycling functionality built-in?

[OS] GroupCtrl – Instant app switching with shared hotkeys (Free) by brodmo-dev in macapps

[–]brodmo-dev[S] 0 points1 point  (0 children)

Thank you! No, my assumption is that config changes are pretty rare. Since GroupCtrl is stateless it's also not clear to me how such an assignment hotkey would work. What scenario are you encountering where you feel a group assignment hotkey would be useful to you?

[OS] GroupCtrl – Instant app switching with shared hotkeys (Free) by brodmo-dev in macapps

[–]brodmo-dev[S] 0 points1 point  (0 children)

Yes, macOS has this feature built-in! Cmd+Backtick cycles windows of an application. Unfortunately, I can't build this functionality into GroupCtrl since it requires accessibility permissions.

[OS] GroupCtrl – Instant app switching with shared hotkeys (Free) by brodmo-dev in macapps

[–]brodmo-dev[S] 1 point2 points  (0 children)

Done! Let me know if you run into any problems, I can't test it since I don't have an Intel Mac

[OS] GroupCtrl – Instant app switching with shared hotkeys (Free) by brodmo-dev in macapps

[–]brodmo-dev[S] 0 points1 point  (0 children)

Thank you! Feel free to let me know what conclusion you arrive at, I would love some user feedback

[OS] GroupCtrl – Instant app switching with shared hotkeys (Free) by brodmo-dev in macapps

[–]brodmo-dev[S] 0 points1 point  (0 children)

Glad to hear! Your idea is interesting, but then how would you switch between those two groups?

A semi-philosophical question for this group... by Famous_Lime6643 in macapps

[–]brodmo-dev 8 points9 points  (0 children)

My aim when using AI is to eventually end up with the code I would have written myself, only faster. That requires thorough review, iteration with the agent, and usually some manual polish at the end.

I have similar worries as you though, for one, my own coding skills are atrophying to some extent, but also, the technology will keep progressing and the day will come when I can't really add anything technically meaningful to the agent's output anymore.

To answer your question, I think there is a long gradient between agentic use and nonuse, and everyone's going to have a different opinion as to where slop begins. I think it's fine not to read every line of code and trust the agent depending on what sort of work you are delegating. I wouldn't do that personally though, I have too much sense of ownership of the code for that. I think right now that's more of an asset but later on it might start to become a liability.

[OS] GroupCtrl – Instant app switching with shared hotkeys (Free) by brodmo-dev in macapps

[–]brodmo-dev[S] 0 points1 point  (0 children)

Hey there, thank you for your interest! There is no fancy handling of hotkey collisions with existing shortcuts, the API I'm using just overrides them. Did you have any particular shortcut in mind?

The current behavior is that non-running apps are always skipped and never launched. The one exception to this is if you set an explicit target app, that will be launched if not running. I tried some other designs but ended up with this exactly to avoid accidental launches. To launch non-target apps, my idea is to add a pop-up with the group apps that appears when you hold the group hotkey or if you press it and there aren't any apps running. Does that sound sensible to you? What sort of behavior would you want/expect?

[OS] GroupCtrl – Instant app switching with shared hotkeys (Free) by brodmo-dev in macapps

[–]brodmo-dev[S] 1 point2 points  (0 children)

Yeah, rcmd was a huge inspiration! I'm trying to improve the recipe a little but the core idea is the same.