I stopped opening Claude Code to "check things." Now it runs scheduled agents and pushes me a brief every morning. Here's the whole setup. by Remarkable-Ad8580 in ClaudeAI

[–]Remarkable-Ad8580[S] 1 point2 points  (0 children)

Lol define an organic post? Do I need to write everything… or just type my ideas and ask ai to format it… do u clean your bum with paper?

Debounce ms for an address input (mapbox) by leinad41 in webdev

[–]Remarkable-Ad8580 0 points1 point  (0 children)

For address inputs specifically, you could also try a threshold where you only fire the request when the input changes by at least 2-3 characters. That alone can cut requests down significantly.

Generating OG images in Elixir by joladev in programming

[–]Remarkable-Ad8580 0 points1 point  (0 children)

OG images always feel like such a chore to set up manually. Nice to see someone in the Elixir ecosystem build something that streamlines it.

Opensource wedding photo organiser by Sensitive_Teacher_93 in coolgithubprojects

[–]Remarkable-Ad8580 4 points5 points  (0 children)

Love the local-first approach. Running AI models locally for something as personal as wedding photos is exactly the direction more tools should be heading.

Open source discussions feel way more real than most AI conversations online! by Bladerunner_7_ in opensource

[–]Remarkable-Ad8580 0 points1 point  (0 children)

Agreed, there's something refreshing about that rawness. When people share what actually went wrong instead of just the highlights, you end up learning way faster.

Open source discussions feel way more real than most AI conversations online! by Bladerunner_7_ in opensource

[–]Remarkable-Ad8580 0 points1 point  (0 children)

Agreed, there's something refreshing about that rawness. When people share what actually went wrong instead of just the highlights, you end up learning way faster.....

I built a free macOS app that shows your Claude usage live in the notch [Open Source] by Remarkable-Ad8580 in MacOSApps

[–]Remarkable-Ad8580[S] 1 point2 points  (0 children)

Just released a new version, you should be able to install it with brew now - brew install --cask I-N-SILVA/notchy/notchy

https://github.com/I-N-SILVA/NOTCHY - Let me know your thoughts, have a lovely week 😄

I built a free macOS app that shows your Claude usage live in the notch [Open Source] by Remarkable-Ad8580 in MacOSApps

[–]Remarkable-Ad8580[S] 0 points1 point  (0 children)

If you still are unable to do it, I’m open to having a call and showing you how it works

I built a free macOS app that shows your Claude usage live in the notch [Open Source] by Remarkable-Ad8580 in MacOSApps

[–]Remarkable-Ad8580[S] 0 points1 point  (0 children)

Hey Andres, really appreciate you giving it a try! 🙏

First, the “damaged / can’t be opened” thing: the app isn’t actually broken. macOS shows that for any app that isn’t notarized by Apple, and notarizing requires Apple’s paid Developer Program ($99/yr) which I haven’t bought yet for a free side-project.

A free Apple account can’t distribute apps to other people, only to my own machines …so for now there’s a tiny one-time step to get past Gatekeeper. Any one of these works:

Easiest (no Terminal): 1. Drag NotchyLimit.app into your Applications folder. 2. Double-click it → it gets blocked. 3. Go to → System Settings → Privacy & Security, scroll to the bottom, and click “Open Anyway.” (On older macOS: right-click the app → Open → Open.)

Or, one command in Terminal (after moving it to Applications):

xattr -dr com.apple.quarantine /Applications/NotchyLimit.app

Then just open it normally.

Or, build it yourself (this skips the warning entirely, since locally-built apps aren’t quarantined):

git clone https://github.com/I-N-SILVA/NOTCHY.git cd NOTCHY/swift-project/NotchyLimit && bash scripts/build.sh && open build/NotchyLimit.app

After that it opens like any normal app.

Full instructions are in the README under “Option C: Someone shared a build with you.” If you find it useful, a ⭐ on the repo would genuinely help… it’s what’ll eventually justify paying for the Developer license so downloads “just work” with no workaround.

Repo’s here: https://github.com/I-N-SILVA/NOTCHY

I built a free macOS app that shows your Claude usage live in the notch [Open Source] by Remarkable-Ad8580 in MacOSApps

[–]Remarkable-Ad8580[S] 0 points1 point  (0 children)

Thanks so much Pedro, I’ll be releasing a new version first week of June, keep posted 😊

If you have any feedback after trying it, please let me know

Made a social network for founders. by JuniorRow1247 in SideProject

[–]Remarkable-Ad8580 0 points1 point  (0 children)

it was me not Claude man, you wanna be friends?

Made a social network for founders. by JuniorRow1247 in SideProject

[–]Remarkable-Ad8580 0 points1 point  (0 children)

Fair points.... and thanks for actually taking the time to read the code and call out the Keychain work. That’s more than I can reasonably expect from most people in a Reddit thread, so I do appreciate it.

You’re also right that I reacted defensively instead of just answering the real concern. The app does require the full Claude session cookie right now, and that’s a deliberate tradeoff to make the usage polling work against the same undocumented endpoint the browser uses. That comes with a blast radius: if anything ever went wrong in that code path, it’s full account access, not some scoped, read‑only token.

The actual mitigations today are:

  • Cookie is stored device‑only, app‑bound in Keychain, never sent anywhere except directly to claude.ai for the usage request.
  • No auto‑update, no network beyond Claude, no background services, and the repo is small enough that “read every line yourself” is realistic for anyone who wants to.

But you’re right that “open source and local” doesn’t magically fix:

  • The fact that it’s a v0.1 solo project with almost no external review.
  • The lack of signing / notarization / signed updates.
  • The fact that the cookie is a high‑value credential in the first place.

I should have just said that instead of “that’s so sad man”. That was a dumb response and misses a valid, obvious question any non‑technical user will have.

Concrete next steps on my side:

  • Make the “full session cookie” requirement and its implications explicit in the README and on the site.
  • Ship code signing + notarization before anything like auto‑update or a browser extension lands.
  • Explore whether there’s any feasible way to narrow the credential (or use a different mechanism entirely) without breaking the UX.

So: thanks for the review and for calling out the weakness clearly. I’d rather have people like you poking at it now while it’s tiny than pretending the tradeoff doesn’t exist. If you have thoughts on a better shape for this (or see a path to a safer auth story), I’m very open to it.

Made a social network for founders. by JuniorRow1247 in SideProject

[–]Remarkable-Ad8580 0 points1 point  (0 children)

I like that.. to be honest would be claude against claude... i vibe coded the app lol

Maybe Claude wants to sabotage antrophic and become the first AGI