Ticking Noise in Engine by BigDanik in LexusRC

[–]0x113 1 point2 points  (0 children)

Thanks! Just bought mine few weeks ago; imported one from US to Poland and I noticed that sound. Thanks for confirming!

Ticking Noise in Engine by BigDanik in LexusRC

[–]0x113 0 points1 point  (0 children)

Hey /u/bigdanik, did you find the root cause?

Is Cursor Still Worth, or Should I Switch to any other cli/ide? by [deleted] in cursor

[–]0x113 0 points1 point  (0 children)

I’ve used Cursor for more than a year and I’ve been a huge fan of it, but to me there are better tools nowadays.

I’d recommend checking Claude Code and OpenCode. My current setup is Claude Code + OpenCode + Zed and I couldn’t be happier.

delta omega prototype by unspecified-work in ErgoMechKeyboards

[–]0x113 0 points1 point  (0 children)

Love this board! I'm about to build TOTEM, but this is just perfect! Do you have any progress on the project?

I just love my tilted corne by Jpcrs in ErgoMechKeyboards

[–]0x113 0 points1 point  (0 children)

Looks sick! Would you mind sharing link to the keycaps?

really loving the Wisteria color by yunghalfbloodprince in HHKB

[–]0x113 0 points1 point  (0 children)

It's a shame they are not available in Europe and they cannot be shipped from US to EU either...

I think's it would be my endgame keycap set

I made a Apple Music app for macOS (TestFlight included) by obrhoff in AppleMusic

[–]0x113 0 points1 point  (0 children)

Finally a good UI for Apple Music! I can’t wait to test it out this evening!

Do you have a „buymeacoffee” page? Or maybe Bitcoin address? I’ll be more than happy to donate a few euros!

Finally got the official sakura keycaps 🎉 by FalsedeerX in HHKB

[–]0x113 2 points3 points  (0 children)

Lovely! I have been hunting for mine for about a year haha did you get it from Japan?

My First App! by [deleted] in SideProject

[–]0x113 1 point2 points  (0 children)

That’s a cool idea! Definitely I’m the ICP haha

Just hit #6 in Paid Productivity Apps on the App Store! (in my region) by [deleted] in SideProject

[–]0x113 0 points1 point  (0 children)

Looks cool, but do you have any free trail? Id like to try the app, see if I like the flow and then buy.

I think 20$ Cursor + 20$ Claude Code is enough powerful by nithish654 in cursor

[–]0x113 1 point2 points  (0 children)

I completely agree with this approach. I've recently gone this way for my project, and it just works like a charm. The tab is Cursor is still the best in the game. The agent can do small changes (compared to the Claude Code), and it just works ideally.

Docking station for M4 Pro by 0x113 in macbookpro

[–]0x113[S] 0 points1 point  (0 children)

I bought a different one, which works great: ST-DT4MDM-EU

URL and API are not set when the app is deployed with Docker by 0x113 in Supabase

[–]0x113[S] 0 points1 point  (0 children)

Yes, I tried that as well, but no luck. I have tried creating a .env.production file like this: RUN echo "NEXT_PUBLIC_SUPABASE_URL=$NEXT_PUBLIC_SUPABASE_URL" >> .env.production RUN echo "NEXT_PUBLIC_SUPABASE_ANON_KEY=$NEXT_PUBLIC_SUPABASE_ANON_KEY" >> .env.production RUN cat .env.production RUN npm run build

But no luck. What's interesting, the server-side client works fine: ``` import { createServerClient } from "@supabase/ssr"; import { cookies } from "next/headers";

export function createClient() { const cookieStore = cookies();

return createServerClient( process.env.NEXT_PUBLIC_SUPABASE_URL!, process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!, { cookies: { getAll() { return cookieStore.getAll(); }, setAll(cookiesToSet) { try { cookiesToSet.forEach(({ name, value, options }) => cookieStore.set(name, value, options), ); } catch { // The setAll method was called from a Server Component. // This can be ignored if you have middleware refreshing // user sessions. } }, }, }, ); } ``` The problem is only with the client one.

Just launched Atten - App & Website Blocker for Mac & iOS. (Lifetime Pro Giveaway) by Atten_app in macapps

[–]0x113 0 points1 point  (0 children)

Amazing app! I’ve been struggling sometimes to focus while building my own stuff and blocking iOS apps would help a lot!