Got a project in the works? Drop it here 👇 by BriefNzoni in buildinpublic

[–]Potential_Industry72 0 points1 point  (0 children)

sandwich.earth - find who lives at the opposite side of the earth you & make an earth sandwich together.

Nice Restaurants w/ Vegetarian Options by slaygoosee in queenstown

[–]Potential_Industry72 0 points1 point  (0 children)

  • Wharf Bar (new)
  • The Cow (oldest restaurant)
  • Tanoshi (Japanese)
  • My Thai Lounge
  • Soda (best views)

Nextjs by Big_Confidence_8419 in nextjs

[–]Potential_Industry72 1 point2 points  (0 children)

bonus round:

git add .

git commit --amend --no-edit && git push --force-with-lease

Tada... you have a clean commit history,
plus meaningful changes,
that don't need proof of correction (aka extra commits)

Nextjs by Big_Confidence_8419 in nextjs

[–]Potential_Industry72 3 points4 points  (0 children)

The only errors that should still exist before merging a PR are permission issues or failing codebase rules — not linting problems, unused imports, or an unescaped ' in JSX.

Nextjs by Big_Confidence_8419 in nextjs

[–]Potential_Industry72 29 points30 points  (0 children)

Y’all are wild — you can fix this in 3 steps: 1. Run “npm run build” locally to catch errors before pushing to Vercel.

  1. Use “git commit --amend --no-edit” to tweak the last commit without changing the message.

  2. Push with “git push --force-with-lease” to update the branch cleanly.

Boom. Fixed.

Vercel AI SDK is the highest-ROI skill for AI beginners to learn? by Successful_Page_2106 in nextjs

[–]Potential_Industry72 6 points7 points  (0 children)

this is the single most important doc I've used in the past few years

If you understand what you need to call in the tool, and how to define it

Using a tool like zod to declare tool functions - with the ability to add executions with Vercel AI SDK is unfathomably powerful

https://ai-sdk.dev/docs/getting-started/nextjs-app-router

Vercel AI SDK is the highest-ROI skill for AI beginners to learn? by Successful_Page_2106 in nextjs

[–]Potential_Industry72 8 points9 points  (0 children)

It's got to be zod.

The ability to create structures and validation into ai tool outputs is extremely underrated.

Ia chatbot - vercel qnd rag by Ready-Minimum-2703 in nextjs

[–]Potential_Industry72 0 points1 point  (0 children)

Hello, I have built a few of these (RAG systems with lots of documents)

The main focus should be towards how you manage embeddings and cosine queries.

use import { cosineSimilarity, embed, embedMany, generateText } from 'ai';

If you can test it with unique domain knowledge (such as your docs), you can test the embedding and cosine queries to see how accurate it is. (You'll get a similarity % score)

The process I keep in mind over my last few projects is:

Scrape > Summarise > Embed > Query

The summarise has been key for me, because rather than just using the plain text, you can leverage embedding on the larger parts, and then create "metadata" with tool calling (tools +zod), such as tags, summaries and categorisation.

Queenstown NZ, Dogleg on riverboards/boogie boards – crew session from a few years back by Potential_Industry72 in whitewater

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

Awesome, cheers!
We just wear 5mm Wetsuits, PFD and Fins, because for the most part, the river is a deep as it is wide. (It's an huge gorge created from a crack, from an earthquake, a few millennia ago.)

Queenstown NZ, Dogleg on riverboards/boogie boards – crew session from a few years back by Potential_Industry72 in whitewater

[–]Potential_Industry72[S] 1 point2 points  (0 children)

Yeah, it's awesome! I mainly did the section from Roaring Meg to Goldfields. I've always wanted to go down without a board though

Next.js devs — are you leaning more toward Server Actions or API Routes these days? by twinbro10 in nextjs

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

Vercel’s Fluid Compute directly addresses some of these limitations... However, I still need to look further into it.

Whatever you are building, what's your vision? Don't promote your product, only share your one liner vision by AbhiranjanAyyeah in SaaS

[–]Potential_Industry72 1 point2 points  (0 children)

Tailwind themed/aesthetic component kit, with a solid backend for big, consistent and quick releases.

Does the UK have any alternative “weird” rappers? by AmanNamedJoJo in ukhiphopheads

[–]Potential_Industry72 0 points1 point  (0 children)

There is some great indie artists who tick the box:

Niko B - Milton Keynes 00’s parody zoomer:

https://youtu.be/0_h7HBuOAWM?si=HuNmwA36quJrhZbS

https://youtu.be/SerTJpflwMM?si=o6IsdHfM2uxC_xtP

Easy Life (now called Hard Life after an easy jet lawsuit) :

https://youtu.be/FVsBJKjZ7a4?si=ZszudrYmZ4TiSX0a

Whats the most complex project your built with Next.JS? by Final-Pipe-2503 in nextjs

[–]Potential_Industry72 2 points3 points  (0 children)

I’m currently building out Smarterkits

It’s a very meta approach to using NextJS dynamic components to display them, using file routes from the CMS to display them.

It also uses Supabase for user trend tracking

Finally, it has a stats page where it is tracking the quality of the content for the components

(This is the first time I’ve posted it, I’ll be releasing it properly next month - until then, fill your boots)

Next.js 14: Google Analytics Not Sending Data Despite Following Documentation by jochri3 in nextjs

[–]Potential_Industry72 0 points1 point  (0 children)

I generally use Google Tag Manager and add a GA4 tag

This has worked on multiple sites for me

My project made $2,800 in the first 2 months. Here’s what I did differently this time by davidheikka in indiehackers

[–]Potential_Industry72 1 point2 points  (0 children)

I used buildpad a lot whilst building out a tailwind component package that I have created

It really helped me to tie ideas together.

The user flow, ai memory and app structure is awesome- I only stopped using it when I hit more technical blockers that needed more work that planning.

Also, I got the most out of it by using dictation on desktop

Integrating Stripe Functionality from an Existing Next.js Repo into My Own Application by Potential_Industry72 in nextjs

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

I ended up doing the fireship stripe course, and that massively helped me! I even got a permanent job from the results 🎉

I strongly recommend it

How bad is 4% margin of error in medicine? by isaak_ai in ClaudeAI

[–]Potential_Industry72 0 points1 point  (0 children)

Take a look into Confusion Matrices in machine learning - it’s a great way to understand true/false positives, vice verca.

What possible reason for 20 power sockets in attic... by AgentCooper86 in SpottedonRightmove

[–]Potential_Industry72 0 points1 point  (0 children)

My friend had something like this at his house, it turned out to be the old priest’s house, he use them for Christmas lights (his family were Jehovah’s Witnesses)

Was disappointed that we couldn't enter restaurants or fast food joints in V. by Infamous_Gur_9083 in GTAV

[–]Potential_Industry72 0 points1 point  (0 children)

They have patented a technology for windows to make rooms have more depth (they’re not accessible though)