Jake Bennett
jakebennett.bsky.social
Jake Bennett
@jakebennett.bsky.social
I like Software Development, and the occasional Rocket League binge.
Reposted by Jake Bennett
A while back @jakebennett.bsky.social got me hooked on Severance (AppleTV). Excited to see Season 2 finally happening https://www.youtube.com/watch?v=_UXKlYvLGJY
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
www.youtube.com
December 9, 2024 at 6:13 PM
Reposted by Jake Bennett
Alright gang you asked for it, here's a new #WebComponent for you…

, a standalone component to embed @bsky.app posts, with their metadata, on any web page
bluesky-post Web Component
The bluesky-post Web Component allows you to turn a regular link to a Bluesky post into an embeddable post quote including metadata such as reply count, repost count, likes and more.
darn.es
October 29, 2024 at 4:59 PM
Reposted by Jake Bennett
This is very pretty
CSS scroll-driven contents island 🏖️

:root {
animation: sync;
animation-timeline: scroll();
counter-reset: p var(--p);
}
@​keyframes sync { to {--p: 100;}}
.p::before { content: counter(p) '%';}

wild how far you can get with CSS alone 🫶
October 29, 2024 at 8:15 PM
Reposted by Jake Bennett
I’ve just update the Laravel starter pack (with some great suggestions from @cmorrell.com).

Lots of good people to follow here:

bsky.app/start/did:pl...
October 25, 2024 at 12:40 AM