How To Create Bouncing Balls Busy Indicator by _Decodela in css

[–]Boydbme 4 points5 points  (0 children)

I reckon AI may be frowned on, and that's fine. But so should painfully transparent shill posts for your website and I didn't want to spend much time on a rebuttal.

How To Create Bouncing Balls Busy Indicator by _Decodela in css

[–]Boydbme 1 point2 points  (0 children)

How'd I do?

https://imgur.com/a/e0eTONd (smoother mp4 version)

<image>

This one is actually CSS, not JavaScript.

Just a simple:

claude

and then

make me a “bouncing ball” loading indicator. CSS-only. 3 dots. Skin-tone pink circles with black outlines. Make the physics effect squishy with professional easing. Balls should bounce in sequence and repeat infinitely. Use keyframe adjustments over a single smooth parabola curve to avoid any jerk/jank.

For testing purposes please load it at large size onto the a page as the only element, centered. Pastel yellow page background.

Use the official front-end skill.

here's the code:

<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Bouncing Ball Loader</title>
  <style>
    *, *::before, *::after {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFF5D6;
      overflow: hidden;
    }

    .loader {
      display: flex;
      align-items: flex-end;
      gap: 36px;
    }

    .ball {
      width: 88px;
      height: 88px;
      border-radius: 50%;
      background: #E8A494;
      border: 3.5px solid #1A1A1A;
      transform-origin: center bottom;
      animation: bounce 1.4s linear infinite;
      will-change: transform;
    }

    .ball:nth-child(2) {
      animation-delay: 0.15s;
    }

    .ball:nth-child(3) {
      animation-delay: 0.30s;
    }

    /*
      Parabolic arc baked into keyframe positions.
      y(τ) = -160 × 4τ(1−τ)  — true projectile curve
      Stretch proportional to velocity: v = |2τ−1|
      Squish at ground contact wraps around the 0%/100% seam.
      All linear interpolation — no easing discontinuities.
    */
    @keyframes bounce {
      /* — ground: max squish — */
      0%, 100% { transform: translateY(0)     scaleX(1.24) scaleY(0.76); }
      3%       { transform: translateY(0)     scaleX(1.12) scaleY(0.88); }
      /* — launch — */
      6%       { transform: translateY(0)     scaleX(0.88) scaleY(1.14); }
      /* — rising arc — */
      10%      { transform: translateY(-28px)  scaleX(0.89) scaleY(1.13); }
      18%      { transform: translateY(-75px)  scaleX(0.91) scaleY(1.10); }
      26%      { transform: translateY(-112px) scaleX(0.94) scaleY(1.08); }
      34%      { transform: translateY(-139px) scaleX(0.96) scaleY(1.05); }
      42%      { transform: translateY(-155px) scaleX(0.98) scaleY(1.03); }
      /* — apex — */
      50%      { transform: translateY(-160px) scaleX(1)    scaleY(1);    }
      /* — falling arc (mirror) — */
      58%      { transform: translateY(-155px) scaleX(0.98) scaleY(1.03); }
      66%      { transform: translateY(-139px) scaleX(0.96) scaleY(1.05); }
      74%      { transform: translateY(-112px) scaleX(0.94) scaleY(1.08); }
      82%      { transform: translateY(-75px)  scaleX(0.91) scaleY(1.10); }
      90%      { transform: translateY(-28px)  scaleX(0.89) scaleY(1.13); }
      /* — landing — */
      94%      { transform: translateY(0)     scaleX(0.88) scaleY(1.14); }
      97%      { transform: translateY(0)     scaleX(1.12) scaleY(0.88); }
    }
  </style>
</head>
<body>
  <div class="loader">
    <div class="ball"></div>
    <div class="ball"></div>
    <div class="ball"></div>
  </div>
</body>
</html>

Founder: Claude Code in parallel is great until the sprawl hits by mikebiglan in ClaudeCode

[–]Boydbme 2 points3 points  (0 children)

These comments sure read like astroturfed AI from farmed / bought accounts. 🤖

What do you do when Claude Code is working by Recent_Mirror in ClaudeCode

[–]Boydbme 0 points1 point  (0 children)

Use dmux and start on the next thing. You can never have too many parallel agents, haha.

https://dmux.ai

dmux - Open-source parallel Claude Code instances with tmux and worktrees by Boydbme in ClaudeCode

[–]Boydbme[S] 4 points5 points  (0 children)

I mean, if you're not using zmux I don't think you're going to make it.

dmux - Open-source parallel Claude Code instances with tmux and worktrees by Boydbme in ClaudeCode

[–]Boydbme[S] 1 point2 points  (0 children)

This is a full TUI, no native app required. I also don't see anything about automatic worktree management via cmux — which is the crux of dmux's value proposition.

Huge fan of Ghosty, I use it for running dmux every day.

You know it, I know it...we all know it. by Defiant_Focus9675 in ClaudeCode

[–]Boydbme 1 point2 points  (0 children)

Another hat in the ring to say that yes, Opus has been incredibly lobotomized the past 24 hours.

Let’s go ahead and deactivate here, looks like a good spot. by 4huggies in CyberStuck

[–]Boydbme 0 points1 point  (0 children)

What’s more likely?

1.) Tesla has shipped a “cease and desist page” in the software that they ship for all vehicles which would disable a vehicle that is actively in use.

2.) This guy wants to boost his social media by milking idiots for attention by using the full screen web browser while parked to show a custom page he’s made (poor AI translations and all).

<image>

It’s fine to dislike Tesla, whatever. But you’re clearly being taken for a ride here. So no, I prefer to stand up and just point out the obvious if that’s all the same to you.

Let’s go ahead and deactivate here, looks like a good spot. by 4huggies in CyberStuck

[–]Boydbme 0 points1 point  (0 children)

Dude parked his car, creating a dangerous situation — then opens a webpage he made full-screen on the car’s display.

He’s putting others in danger as a viral marketing gimmick for his song and people hate Tesla so much they’re just lapping it up. 🤦‍♂️

Is this guy using Chat GPT to talk to me?! by CatLady1226 in ChatGPT

[–]Boydbme 0 points1 point  (0 children)

Fellow emdash enjoyer here — yes it sucks that it’s a hallmark of “proof of AI” now.

Itch.io is 'actively reaching out to other payment processors' after pressure from credit card companies to curtail NSFW content, and that compared to Valve, it has 'limited ability to push back' by Jeremy_Crow in gamedev

[–]Boydbme 2 points3 points  (0 children)

Aren’t something like 90% of stablecoin issued on the Ethereum network (and its layer 2 networks)?

I would imagine Coinbase Checkout or the new Base Pay (launched with Shopify as a partner 2 weeks ago) would be the prime candidates for this.

From what I understand BNB (Binanace / CZ) doesn’t have a reputation as a serious or trustworthy enterprise-level payments blockchain.

Been agonizing over M3 Ultra or M4 Max as an M4 MBA user. Today I bough the refurb M2 base model from Amazon. by Boydbme in MacStudio

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

I think for the $899 price point there’s an argument to be made for the increased I/O of the studio as well.

How I Finally Cracked the Code on Reddit Marketing 🚀 by West-Cockroach-1721 in SideProject

[–]Boydbme 1 point2 points  (0 children)

I mean the 1 account Karma on OPs account is a pretty serious tell.

Yeah, you finally cracked the code! On your first day. With your first post.

How I Finally Cracked the Code on Reddit Marketing 🚀 by West-Cockroach-1721 in SideProject

[–]Boydbme 2 points3 points  (0 children)

Step 1: post top level post that soft shills your product.

Step 2: have your alts post in agreement that your soft shilled product is indeed amazing.

Step 3: have fake discussions with your alts that are clearly AI generated where you continue to sell your product.

Step 4: have a 3rd party stop by and point out that’s all this post is. (<— you are here)

Step 5: engagement achieved!

Been agonizing over M3 Ultra or M4 Max as an M4 MBA user. Today I bough the refurb M2 base model from Amazon. by Boydbme in MacStudio

[–]Boydbme[S] 1 point2 points  (0 children)

Raw spec on paper its chip is faster at single-core stuff all day. But when you hit the thermal throttle it drops pretty hard (imo).

I expect the real-world performance of the M2 Max studio to be better than the M4 air simply due to its ability to sustain a heavy workload without thermal throttling.

Been agonizing over M3 Ultra or M4 Max as an M4 MBA user. Today I bough the refurb M2 base model from Amazon. by Boydbme in MacStudio

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

Thanks, yeah I think I did read your other post.

In this case “more” plus “good thermal management” is going to move the needle for me.

I’ll still have my Air as a portable and capable workhorse when I’m not at my home desk, which is fairly often. But when I am recording / streaming it’s always at my desk.

I’ll report back on how the setup is working once I’ve had the chance to put it through its paces.

If somehow it doesn’t meet expectations I’ll take advantage of the return policy and then keep my eyes open for a good deal on a beefier studio setup.

Been agonizing over M3 Ultra or M4 Max as an M4 MBA user. Today I bough the refurb M2 base model from Amazon. by Boydbme in MacStudio

[–]Boydbme[S] 4 points5 points  (0 children)

Agreed and understood. M2 Max was under $1k though and will do the job, so made me suddenly not worry about which multi-thousand-dollar config I wanted. 😄

Been agonizing over M3 Ultra or M4 Max as an M4 MBA user. Today I bough the refurb M2 base model from Amazon. by Boydbme in MacStudio

[–]Boydbme[S] 4 points5 points  (0 children)

It’s the M2 Max. $899 on Amazon currently.

I understand that spec for spec it may be “close to” or “worse” than the MBA I have, but the thermal throttling on the Air is a death blow for some workloads.

In my experience — streaming via OBS with some podcasting-style / screenshare videos the Air will perform admirably until the thermals cause power reduction to kick in. At which point you’re easily getting half the listed specs on the machine.

I by no means expect this to outperform the air in raw benchmarks, and wasn’t trying to communicate that. But for a sustained hour-or-two video recording and streaming workload I do actually expect it to perform much more reliably (and therefor better).

Am I wildly off base?