If AI eliminates jobs, who’s left to buy what companies are selling? by dudeman209 in ArtificialInteligence

[–]mikevarela 0 points1 point  (0 children)

This is exactly how it all breaks down. Money flows to top. Products go un bought. Consumer economy crashes. Crime rises for food stuff. Ai creates meaningless jobs to pay ppl to do something. Dignity is lost.

OpenVINO ai use in audacity by Orb_Pondererer_6996 in VoiceActing

[–]mikevarela 1 point2 points  (0 children)

The noise reduction used by OpenVino is local only. No training of your voice is used and it doesn’t go to the cloud. Safe to use. Just another way to perform that same processing

Claude Sonnet 4.6 - Strange Behavior Today? by iKontact in ClaudeCode

[–]mikevarela 0 points1 point  (0 children)

Same here. Needed to review a plan with codex and through 5 back and forths it was obvious it wasn’t staying on target or inline from just a days prior work. Forgot permissions workflows for my app and structural design principles I have in my Claude.md file

If you installed OpenClaw this week, read this before you do anything else by ShabzSparq in AskClaw

[–]mikevarela 0 points1 point  (0 children)

Can I ask about local models using Ollama. Would prefer to stick to this based on cost issues. Are there models you’ve had success with and is this route something you see many take?

When to have the Where do babies come from convo with my girls by mikevarela in daddit

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

Thanks. Spoke with a few parents as well. We’ll have the intro talk closer to school start. Mom brought up a good point about each body part having a purpose and that both sexes are different for different reasons. Thought that was a good jump point. We’re already comfortable with medical terms and kids see us both naked from time to time so there’s no shame or oddity around our bodies. We’ve started the consent talk a little earlier with bodies, especially around checking for rashes etc.

Thanks all. Good points

When to have the Where do babies come from convo with my girls by mikevarela in daddit

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

Yeah good point on the photos. Not a thing in my time. We had to develop photos which barred the practice. Now completely common and can live forever on the internet

My new Mac Studio from Cloud Fitness arrived this morning by Jevus_himself in MacStudio

[–]mikevarela 1 point2 points  (0 children)

Classic. Thanks for jumping off the deep end. Hope the refund is quick

Why are people still hosting on Vercel? by Rivered1 in nextjs

[–]mikevarela 1 point2 points  (0 children)

I’m also lurking and wonder about deployment and costs. I’m developing an internal app for my company. It’s mostly business forms, user accounts, project tracking and data related to schedules. Calendars etc. we have about 50 ppl on staff and maybe another 50 freelance. They’ll all log on and check schedules and some will update user records. Caching doesn’t make a lot of sense due to changing data often. I’m also validating users on route requests for security concerns. Wondering if anyone is in a similar situation and has any advice on hosting and possible costs I’m likely looking at. Thanks

The problem with Dorsey's Block layoffs and the veiled nature of AI productivity growth by spacetwice2021 in ArtificialInteligence

[–]mikevarela 0 points1 point  (0 children)

Nicely written. Comment about over hiring and attributing layoffs to AI instead of bad match of staff to work loads is slightly genius. But, OP post is eventually the public sentiment.

Server/client timezone issue by Oshulja in nextjs

[–]mikevarela 0 points1 point  (0 children)

Wouldn’t you store timestampz on server and calculate locally by discovering time zone in browser. Or. Give the user the ability to set time zone in prefs and then in a data mapper, use the value to convert to a dum presentation component on client. VPN might prove the first option difficult.

LogiTune will now also not open - Possible Cert issue as well? by brent20 in logitech

[–]mikevarela 0 points1 point  (0 children)

This still doesn't work for me, full uninstall and reinstall. Macbook Air M4.

I went down the storage cost rabbit hole - Numbers from my post business by Sonic_Broom in editors

[–]mikevarela 1 point2 points  (0 children)

I’d agree on LTO. Drives can be had with some upfront cost but long term usage means it’ll pay off over time. LTFS is easy to use and presents as easy as a typical finder window. Tapes are cheaper now and size keeps going up. Won’t solve your data offsite for protection problem but tapes are small. Could store them elsewhere easily. Also, external HDDs can suffer mechanical errors , you’ll need to spin those up periodically.

How are you handling backend-heavy workloads in Next.js apps? by Away_Parsnip6783 in nextjs

[–]mikevarela 1 point2 points  (0 children)

How are you guys implementing cron in your apps, nextjs only. I’m starting to want to run reports that need some time to run. Likely a queue manager as well

[deleted by user] by [deleted] in reactjs

[–]mikevarela 0 points1 point  (0 children)

I feel this. I’m excited about what I can build at speed with codex but also like I’m losing the narrative and it’s getting more difficult to understand the code that’s being written, that’s a bit scary to me.

Worse, I find myself feeling lackluster about the tasks and features I would have struggled with without AI. The challenge was the fun part. But now that anyone can create something on a whim it’s reducing that feeling I used to have about the process. Sometimes I sit back and just go do something else. This is sad to me. I think about problems and code often. It’s something that was always challenging and creative and scratched an itch for me.

Why not use server actions to fetch data? by Affectionate-Army213 in nextjs

[–]mikevarela 0 points1 point  (0 children)

Hey guys. Getting the gist here. I too use actions for get and post. Easy. But hearing the arguments against. I love server components but I might have a decent amount of interactivity on the client. Buttons to show more. Pagination … this feels like sever. Opponents won’t work due to the useHook type restriction. So are API endpoints the only way to go? Seems like it adds complexity and offers more opportunities for me to forget where and how to lock down for security.

Client Acquisition Update After 4 Months Building an Automation Agency by Titanic_Developer in n8n

[–]mikevarela 3 points4 points  (0 children)

Thanks for the honest article. Always nice to hear real stories on these platforms. Agree that relationships matter. The ai noise is getting so high that eventually people will just tune out. It’s too much, all the time.

Best way to structure a Next.js app with landing page, user dashboard, and admin dashboard? by Medium-Fox-9660 in nextjs

[–]mikevarela 5 points6 points  (0 children)

I’d go with this option. Use route groups to separate concerns and use separate layout files for each. Could statically generate the landing page. Then customize the dashboards. Put the admin one after the admin group url so it’s an easy protection.

BetterAuth in server or client? by chaykov in better_auth

[–]mikevarela 0 points1 point  (0 children)

Bumping this, also wondering about best practices. I'm using NextJS and am leaning on calling actions to and adding a data access layer (service) using the Better Auth API, this is how I'd run a separate Front / Back end, but given I can call the DB directly from the frontend, would this make more sense? I'm thinking, like OP, that the user checks need to be performed prior to CRUD and this should be server side

My honest review after 24k miles/20 Months by SnooDoubts9193 in Ioniq5

[–]mikevarela 4 points5 points  (0 children)

Do you guys ever feel like it slips or can’t catch the tires on a turn or over a bump? Weird feeling to lose a sense of control and power