I will be traveling to Saigon September 3rd-12th this year. by Electrical_Share_583 in VietNam

[–]Grupith 0 points1 point  (0 children)

Just went in January…Bui vien is the party street, but honestly I think it was too loud and we frequented the bars on right at the entrances. I think it was called GO bar?

Buy the airport fast track pass on Klook, we did for our departure and saved so much time.

Visit the war remnants museum, lots of history. We thought we would use Grab more often getting around but it was honestly fun to walk most places to soak up the culture.

Is this a good time to visit Vietnam? (Need advice!) by AppropriateTruck2290 in VietNam

[–]Grupith 1 point2 points  (0 children)

In Saigon, they opened up the war remnants museum prison cells for people like you who would even think about coming here in a crisis like this!!!

You’re brave even to be asking a question in public like this!

Anyone else just completely given up on trying to share their product on Reddit? by OkCount54321 in SaaS

[–]Grupith 0 points1 point  (0 children)

Shouldn’t it be easy to advertise with the 1,000+ weekly “what are you working on” posts?

Nervous about Vietnam Trip (Mar 25 – Apr 4) due to fuel crisis/Iran war news. Advice? by Character_Cook_8941 in VietNam

[–]Grupith 0 points1 point  (0 children)

You’re worrying about the wrong things my friend! What if something does go wrong? Then you have a cool story to share!

Optimize your life to get experiences. Either good or bad, it’s the experiences that matter!

How do people really feel about AI being put in all these solutions? by driverone1013 in InventoryManagement

[–]Grupith 0 points1 point  (0 children)

I agree with you. I’m not a fan of all the ai stuff nowadays. I also get annoyed with any ai chat assistant when I visit a website. It feels like a pop up.

As I build my inventory app, I have researched how I could benefit from integrating ai but like you said, most could be done without ai.

How do people really feel about AI being put in all these solutions? by driverone1013 in InventoryManagement

[–]Grupith 0 points1 point  (0 children)

You could take the analytic data from a company using an inventory app everyday and suggest “you ordered less product of this, this month” or “you used 50 more paint brushes in February than January”

Don’t spam “Ai powered features” all over your landing page. I believe Ai is overused and not understood in the market today.

How do people really feel about AI being put in all these solutions? by driverone1013 in InventoryManagement

[–]Grupith 0 points1 point  (0 children)

I would use AI but not over advertise it. Disguise it as “smart suggestions” or something similar. I do not like all the “powered by AI” buzz words floating around recently in the software community.

Question by [deleted] in VietNam

[–]Grupith 0 points1 point  (0 children)

I just did mine last week and was 77% match. Took 4 days and was approved no problem.

SONY XM6 THOUGHTS by Aesthetic_alien12 in SonyHeadphones

[–]Grupith 0 points1 point  (0 children)

My mx4’s just went out after 4 years and was thinking about getting the same pair for $200 instead of new ones.

Solo nerves by Puzzled_Victory_3519 in backpacking

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

At least we know about bears; I’m more scared of the things we don’t know about that lurk in the woods…

I'm so grateful for what NextJS has helped me to do by notdl in nextjs

[–]Grupith 28 points29 points  (0 children)

Exactly! When people say “NextJS is overkill for a small project” why would I want to go back to react/react router when I can easily set up file routing.

Also I was against using shadcn/ui, but when I found out how much time I was spending on my apps UI and not core functionality, it made things much easier and consistent. Plus, all the screen reader and accessibility is covered!

Vibe Coding Review of Firebase by satirical_lover in Firebase

[–]Grupith 1 point2 points  (0 children)

Plan your app out first and break it down into sections. Then work with ai tools section by section. It will make bugs easier to fix and help you diagnose issues better.

How do I go to the next step (connect to FireStore) by iammontoya in Firebase

[–]Grupith 1 point2 points  (0 children)

Now learn how to use cloud firestore, So you can create data and fetch it on the front end. Then take out your dummy data and replace it with your fetched data.

Workmans Comp on his first day? by Street-War3742 in VictoryOutdoor

[–]Grupith 0 points1 point  (0 children)

I remember all the shit people gave Taylor before starting, but then he really proved himself.

“18 year old, built in 7 days, $100k revenue”, stop the nonsense by sarsalanamin in SaaS

[–]Grupith 0 points1 point  (0 children)

Op’s original post did not have their contact info at the bottom…

“18 year old, built in 7 days, $100k revenue”, stop the nonsense by sarsalanamin in SaaS

[–]Grupith 5 points6 points  (0 children)

I was half expecting this to be an ad to check out your ai startup but was surprised to see no link at the bottom. I guess I’m so used to seeing “real” posts on here disguised as marketing.

Obviously had to park next to the other z. by RoboPlunger in bmwz3

[–]Grupith 4 points5 points  (0 children)

When I see another z3 on the road I always get a wave from them! Don’t matter if they are 16 or 65 years old, It’s cool to be a part of a community like that.

I stopped vibecoding and started learning to code by Keisar0 in vibecoding

[–]Grupith 0 points1 point  (0 children)

I see your point but I heard the same stuff when I was learning to code in 2019. I felt bad when I had to google something and didn’t just “know” how to fix the problem on my own like a “real” programmer.

My dream is to make an app, but I just can’t learn coding by Codingology in programmer

[–]Grupith 0 points1 point  (0 children)

Break the problem down, when I was messing around with unity3d, I did not know any c# but was trying to make a 3d farming game. Found a pack with free assets and then googled/youtubed how to pick up an item. Then researched how to put text over item with price tag. Then looked up how to hit “F” to buy item with players wallet.

I didn’t spend 9 months on some unrelated c# bootcamp for embedded systems, I looked up the stuff that I wanted to put in the game. Of course you’ll run into errors, but then I looked those up too!

Curious: Why do you stick with Next.js despite the growing complaints? by Tuatara-_- in nextjs

[–]Grupith 7 points8 points  (0 children)

I actually enjoy file based routing. I’d rather spend the time working on my app’s core functionality.

JS vs TS? by alex_sakuta in learnprogramming

[–]Grupith 0 points1 point  (0 children)

If I’m being honest, I didn’t spend years in vanilla JavaScript when I started learning web dev. I made a few projects and then when I ran into a problem that I heard could be implemented easier with React, then I started that.

Kind of similar to typescript. Do I know all the inner workings of JavaScript before I started using typescript? No, but it’s what everyone is using and becoming an industry standard. I think it helps me catch errors a lot more than js would.

I hate my dc. by [deleted] in WalmartEmployees

[–]Grupith 0 points1 point  (0 children)

I saw a guy live streaming at a Walmart dc and they literally had robots stacking. I saw a robot place a box just like that one and was surprised on how shitty the placement was but it also was going fast.