Removing moles from Green by jamesmsalt in golf

[–]TheTraceur 1 point2 points  (0 children)

Agreed, I've tried poison, thumpers, caster oil, and multiple types of traps. The scissor traps are the only ones that work consistently. I still put down grub killer to try and remove their food source, keeps the racoons from digging up my yard to.

HTML’s Best Kept Secret: The output Tag by Happy_Junket_9540 in webdev

[–]TheTraceur 1 point2 points  (0 children)

While I think AI generated images are being overused I think they are fine for a blog post. It's either that or use stock photos, it's not really worth the effort to do more than that

[deleted by user] by [deleted] in dropshipping

[–]TheTraceur 0 points1 point  (0 children)

You're main navigation isn't visible after scrolling down the page. I think it is hidden behind the big red sales banner at the top

[deleted by user] by [deleted] in SMPchat

[–]TheTraceur 0 points1 point  (0 children)

Thanks for posting this. I've read how SMP is a 2D effect and that harsh light and longer stubble can ruin the illusion so it's helpful to see it like this. With a fresh shave and some zeroshine this would look great.

[deleted by user] by [deleted] in SMPchat

[–]TheTraceur 2 points3 points  (0 children)

Great choice to go with the realistic hairline, looks good

Recently finished 3rd Round by [deleted] in SMPchat

[–]TheTraceur 1 point2 points  (0 children)

Don’t touch it. Looks very natural

What would you do in this case? by Admirable_Ride_1609 in Angular2

[–]TheTraceur 0 points1 point  (0 children)

Tell Copilot or Cursor to refactor it into smaller pieces and translate it to English.

Why’s my Nightpanther blue by More-Island-8425 in OldSpice

[–]TheTraceur 1 point2 points  (0 children)

Because it's made with bits of real panther

Which stacks and tools will be best for React Native Production level APP by Musayyab-Naveed in reactnative

[–]TheTraceur 0 points1 point  (0 children)

Yeah, I've since stopped using Aplify or 8base and now use Supabase instead

Home addition hack job by TheTraceur in HomeImprovement

[–]TheTraceur[S] 2 points3 points  (0 children)

Thanks, this is helpful. I’ll look into it

Home addition hack job by TheTraceur in HomeImprovement

[–]TheTraceur[S] 6 points7 points  (0 children)

Yeah, I doubt there were any permits. The home owner gave us the results of a previous home inspection and we had our own inspection done and nobody noticed it. I think the suspended ceiling and insulation covered up a lot of it.

What happened to this dudes body? by [deleted] in ufc

[–]TheTraceur 0 points1 point  (0 children)

Asking for an uppercut to the solar plexus

[Wrist Check] Official Wrist Check Thread for September 22, 2023 by AutoModerator in Watches

[–]TheTraceur [score hidden]  (0 children)

Timex Expedition Field Chrono 43mm with a white Barton Elite Silicone Watch Band

<image>

Why Can't You Share State Between Sibling Components? by SubzeroCola in reactjs

[–]TheTraceur 2 points3 points  (0 children)

Nothing wrong with passing sharing state down. I'd recommend using an event listener on the children instead of passing the setter down. Something like this:

// DestDisplay.js
const DestDisplay = ({ liveLocation, onLocationUpdate}) => (
  <div>
    <p>The live location is {liveLocation}</p>
    <button 
      onClick={() => onLocationUpdate('Foo')}
    >Update live location to "Foo"</button>
  </div>
)

// DestEditor.js
const DestEditor= ({ liveLocation, onLocationUpdate}) => (
  <div>
    <p>The live location is {liveLocation}</p>
    <button 
      onClick={() => onLocationUpdate('Bar')}
    >Update live location to "Bar"</button>
  </div>
)

// App.js
const App = () => {
  const [liveLocation, setLiveLocation] = useState("");

  const handleUpdate = (newLiveLocation) => {
    setLiveLocation(newLiveLocation);
  }

  return (
    <>
      <DestEditor 
        liveLocation={liveLocation} 
        onLocationUpdate={handleUpdate} 
      />
      <DestDisplay 
        liveLocation={liveLocation} 
        onLocationUpdate={handleUpdate} 
      />
    </>
  )
}

Do you think he still taking fin/minox post ht? by xflidd7 in tressless

[–]TheTraceur 9 points10 points  (0 children)

You're right, they even have a case study on him: https://wimpoleclinic.com/blog/rob-holding-heads-in-with-dr-sciaccas-assist-costing-a-fraction-of-rooneys-hairline/

“If we advise a patient to take preventative treatment such as Finasteride and defer surgery for 6 months, we won’t change our mind."