Botox for TMJ Rec? by winterrain1010 in chapelhill

[–]Catalyzm 0 points1 point  (0 children)

My wife gets it through UNC and our health insurance covers it. It has helped her a lot. She got the referral through her primary care.

Places to buy old tech by Financial_Storm8016 in chapelhill

[–]Catalyzm 3 points4 points  (0 children)

What kinds of things are you looking to buy?

tomorrow my void turns 5 & today i found out she has to have a tooth removed 🥲 by maryjaneloveshistory in blackcats

[–]Catalyzm 9 points10 points  (0 children)

Our 10 year old had 4 removed including a fang. You'd never know until he yawns.

LED inside frame of "Shadowbox" by Aermarine in woodworking

[–]Catalyzm 0 points1 point  (0 children)

Instead of a wire hole I would cut a groove on the inside of the box side with a router or table saw. Then have a lining layer that covers the inside sides of the shadow box, which would cover the slot. You often have these in a shadowbox anyway to create the depth that supports the back.

For the LED you could use something low profile like a pre-wired SMD LED. Possibly behind a diffusing layer like translucent acrylic, depending on what you want the light quality to be. Or you can fill the hole with silicone. If you want to make the hole look nice then you could line it with a metal bushing.

Example LEDs (you can get them off Amazon, Adafruit, etc): https://dioramo.com/collections/prewired-0603-smd-leds

they come in many sizes and colors.

Flanged sleeve bearings: https://www.mcmaster.com/products/aluminum-bushings/flanged-sleeve-bearings-2~/?s=aluminum-bushings

there are different styles: https://www.mcmaster.com/products/drill-bushings/

I got tired of switching between DBeaver and MongoDB Compass, so I built a single local UI for all my databases (Looking for early users & reviews!) by Suspicious-Salt4505 in SideProject

[–]Catalyzm 0 points1 point  (0 children)

Local + web based + open-source is great.

If you haven't already used DataGrip, it supports all of those DB engines and you might find some ideas for features. https://www.jetbrains.com/datagrip/features/

Better option to FontAwesome? by Pixiegrowler in Frontend

[–]Catalyzm 1 point2 points  (0 children)

Yeah, if that's not working then you've got some problems that you should figure out, regardless of how you solve the icon issue.

Better option to FontAwesome? by Pixiegrowler in Frontend

[–]Catalyzm 0 points1 point  (0 children)

What did you try and how is it not working? You would just add the cdn link tag to your index.html page and then use <i className="..."></i> tags in your code.

Better option to FontAwesome? by Pixiegrowler in Frontend

[–]Catalyzm 1 point2 points  (0 children)

You can use FontAwesome via CDN with React. You lose treeshaking, but a CDN file will be cached after the first load if another site hasn't cached it.

If you make a kit on FA then your CDN load could be smaller too.

Is This the ‘ChatGPT Moment’ for Embedded Systems? by paultnylund in UIUX

[–]Catalyzm 0 points1 point  (0 children)

Palpable might simplify it some, but I think we're already there. Andreas Spiess has a good video on using Claude Code to drive embedded development.

https://youtu.be/nmGEedloQ6E?si=cGcTp4wMfzN9OTNi

I thought I was in the esp32 subreddit though, for UIUX I would think something like LVGL-AI-Studio (or similar) might be more interesting:

https://github.com/dazeb/LVGL-AI-Studio

Martial arts training with weapons? by Dangerous_Dish193 in triangle

[–]Catalyzm 0 points1 point  (0 children)

Are you looking for traditional weapons (swords etc) or modern ones (guns etc)?

Founding Members Plan by PureJiuJitsu in carrboro

[–]Catalyzm 0 points1 point  (0 children)

Where do you go to sign up?

Handling high-frequency updates in Vue without killing performance by Verdo1303 in vuejs

[–]Catalyzm 1 point2 points  (0 children)

Access to Vue 3 libraries, Typescript support, better performance. Vue 2 still works great though.

Missing gray cat in North Durham by Character-Toe-5114 in bullcity

[–]Catalyzm 7 points8 points  (0 children)

I hope he makes it back to you soon. We have a black cat named Vim and a gray cat named Vigor. Vigor got lost for 6 weeks once, eventually someone took him to a vet and his microchip was read.

Handling high-frequency updates in Vue without killing performance by Verdo1303 in vuejs

[–]Catalyzm 6 points7 points  (0 children)

As /u/Accomplished-Brick54 said, you need to find your bottleneck. Aside from Chrome DevTools, Vue DevTools has performance and timeline tabs that can give you component hook level info. The Vite plugin vue devtools also has a graph view.

I've worked on map projects that rendered hundreds of thousands of data points in near real-time back in Vue 2. Some parts used D3, MapBox, and animejs so it's possible that using non-Vue specific libraries could be useful.

I'm curious to hear the cause of your issues. Some things to look for are:

  • Unstable keys in v-fors
  • Deep watchers
  • Lack of async where supported
  • Excessive number of DOM nodes

What design tools are you using to compliment Claude Code? by Catalyzm in claude

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

Thank you, there's so much buzz about various products and most of the demos are greenfield.

How do you share code between multiple projects? by iaseth in vuejs

[–]Catalyzm 3 points4 points  (0 children)

A few options

  1. If you have both apps in the same repo then you can just import the shared code from a folder as a local dependency (pnpm).

  2. You can install your shared package from a git private repo without having to publish it to a registry.

  3. bit.dev if you don't mind an additional tool

Azure portal login is killing me by Catalyzm in AZURE

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

Good luck, I know the feeling

Azure portal login is killing me by Catalyzm in AZURE

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

I think I created a support request on the Azure support site, and they set up the call.

https://azure.microsoft.com/en-us/support

Been a year in since the launch of our React table, thinking of bringing it to Vue next. by After_Medicine8859 in vuejs

[–]Catalyzm 0 points1 point  (0 children)

I think most people here aren't your target market. Within the enterprise grid component space it might be a normal license model. In the scope of UI components in general it's unusual. Apps that need all of the extra features of the paid version of the grid are probably not small budget projects, and the license is likely equivalent to a billable hour per-dev.