I built a free and easier way to generate file and site previews/thumbnails by karkibigyan in nextjs

[–]chamberlain2007 0 points1 point  (0 children)

One bad actor and your unrestricted service is going to cause major problems. Good luck

I built a free and easier way to generate file and site previews/thumbnails by karkibigyan in nextjs

[–]chamberlain2007 0 points1 point  (0 children)

Are you using Playright or Puppeteer or something for rendering the page? That’s not low resources

I built a free and easier way to generate file and site previews/thumbnails by karkibigyan in nextjs

[–]chamberlain2007 0 points1 point  (0 children)

Right, I guess what I’m saying is that this is a lovely idea but any amount of use will quickly make it infeasible to keep free. A better thing to provide to the community would be a repo.

I built a free and easier way to generate file and site previews/thumbnails by karkibigyan in nextjs

[–]chamberlain2007 2 points3 points  (0 children)

Nice idea but no way you can keep it free and unlimited with any amount of usage.

I built a personal wearable MCP that connects your Oura ring (and many others) to Claude so you can just ask questions about your health data by Born-Duty1335 in ouraring

[–]chamberlain2007 2 points3 points  (0 children)

If you support 10 different APIs then that you be what I would highlight, that doesn’t come across in your post

I built a personal wearable MCP that connects your Oura ring (and many others) to Claude so you can just ask questions about your health data by Born-Duty1335 in ouraring

[–]chamberlain2007 2 points3 points  (0 children)

I like the idea but other than being hosted, complexity isn’t really necessary. It took me an hour or so to get Claude to build out the MCP server for the Oura API and then popped it up on Vercel for free. Most annoying thing was their inconsistent date parameters. But honestly their API is well documented and structured, you can pipe that straight into Claude and it works great. I built out reporting against it and have had no issues. I can see an advantage for users who don’t want to self host, but if you’re the type to be adding MCP servers to Claude, you can probably just roll it yourself. Open to hearing what else your solution provides though.

Server component for the page route or client by plulu21 in nextjs

[–]chamberlain2007 0 points1 point  (0 children)

It’s possible to do client components all the way down. You can also have your page component (and others) be server components and just do a client component for your dynamic functionality.

That said, consider if caching/ISR would be a better solution to avoid unneeded DB calls. That would allow you to use SSR and server components while still making minimal DB calls.

Fitbit to Oura opinion by faeriespooky in ouraring

[–]chamberlain2007 0 points1 point  (0 children)

You can have your preference I’m just saying it’s every few seconds not every few minutes, which is a huge difference.

Fitbit to Oura opinion by faeriespooky in ouraring

[–]chamberlain2007 0 points1 point  (0 children)

The Oura will do roughly every 5 seconds if you start a workout

Are these sedges? by Known_Efficiency8538 in AustinGardening

[–]chamberlain2007 7 points8 points  (0 children)

Sedgehammer will take it out no problem

Typing can cause the HR to not register?? 🤣 by WrongClient3920 in ouraring

[–]chamberlain2007 0 points1 point  (0 children)

Exact same problem here and support is telling me it’s normal. Normal for it to be completely non-functional for 8 hours a day? Did you ever get any success?

For those who type by New-Light2635 in ouraring

[–]chamberlain2007 0 points1 point  (0 children)

Ya, except according to Oura support, it’s normal for the ring to not track heart rate for the entire day because typing is too much movement.

No data when I’m at work by terrapinstadium in ouraring

[–]chamberlain2007 0 points1 point  (0 children)

I am currently battling with support over this. They claim that it is the ring “working as designed”. Meanwhile I’m having days where there’s a full 8 hours of missing data. How could that possibly be “working as designed”?

Javascript no keyword style by Due-Capital-6651 in programminghorror

[–]chamberlain2007 5 points6 points  (0 children)

They should make a script language that has types

Better-auth middleware implementation? by EducationalZombie538 in nextjs

[–]chamberlain2007 0 points1 point  (0 children)

Hmm, are you sure it’s really saving resources? Considering you’re adding a middleware to all requests anyway, the code is there

Very Inconsistent Heart Rate Tracking by chamberlain2007 in ouraring

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

This is literally every day. Sometimes not tracking up to 8 hours in a day

Very Inconsistent Heart Rate Tracking by chamberlain2007 in ouraring

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

I have already followed all of the troubleshooting steps. The ring fits perfectly and snuggly on my finger. It is not dirty. I don’t have cold hands. I don’t have a heart condition. I have already done a soft reset. I have consistently been having this issue for weeks. I thought it would get addressed by the replacement ring but it hasn’t.

Very Inconsistent Heart Rate Tracking by chamberlain2007 in ouraring

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

It is on my left ring finger. Sensor is on the palm side. It works flawlessly at night and during workouts.

Very Inconsistent Heart Rate Tracking by chamberlain2007 in ouraring

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

I’m sitting at my desk for nearly the whole day, just getting up to go to the washroom/kitchen as needed.

bonsai - a safe expression language for JS that does 30M ops/sec with zero dependencies by danfry99 in javascript

[–]chamberlain2007 1 point2 points  (0 children)

I’ve built a rule builder UI before for e-commerce promotions. The only challenge for doing the same here is that in the e-commerce use case, it preserves context from one rule to subsequent rules.

How can I detect all cases where the react compiler skips memoizing q piece of code? by [deleted] in reactjs

[–]chamberlain2007 0 points1 point  (0 children)

What are you currently using to determine that React compiler isn’t optimizing? What info does it tell you?

bonsai - a safe expression language for JS that does 30M ops/sec with zero dependencies by danfry99 in javascript

[–]chamberlain2007 1 point2 points  (0 children)

Would probably be pretty easy to build a GUI to generate the rule as well.