@JackEllis From what I understand, Cloudflare released a beta to let you monetize the AI-bots scraping your site. Though there's still a ton of other sources of data, it might be a good start to keep an open copyrightprotected interwebz, albeit centralized & 'regulated' at Cloudflare 🤷♂️
@zenithquinn That's for the trackpad, right? I mean the magic mouse. It has become muscle memory by now, it works in the browser app of course to navigate between prev/next web pages.
Trying out @linear! Feels like a breeze after using @clickup for two years. So fast and smart UI! I feel there's one thing missing in the macos app: to use Apple's Magic Mouse prev/next slide gesture to go back and forth.
@JackEllis@ollieread What would be some basic requirements? I guess you want to see click/open stats etc? We're slowly moving to @getmailcoach, they've got integrations to postmark, ses, mailgun etc... eg: to fetch metrics
Looking for a fullstack dev in laravel + vuejs (inertia plus) to help grow Spot Workshops. Belgium only** If you're interested or you know someone who might be available, I'd appreciate the referral! #laravel#vue#php#remote#belgium
@Typedesk_com think there's an issue with the onboarding/registering and installation on macos. Name is not mandatory during registration via site, but after installation & login on macos, the app doesn't show splash/home screen. Providing a name fixed it 🤷♂️
Een domeinnaam is verdwenen uit onze lijst met producten met bijhorende dns issues 🔥 @Easyhost (@combell ), kunnen jullie dat asap bekijken want @OhDearApp laat ons dat gelukkig weten 🔥
Current solution: check if the <img> is inside the viewport, if it isn't set loading to 'lazy'.
Still think this should be browser responsibility though? 🤔
Q: given a list of (blog-)items, each having a responsive <img> (with srcset & sizes), should I use "loading=":
'lazy' on all of them
OR 'lazy' on all of them & fetchpriority="high" on first 3
OR 'auto' on all of them (is this even supported by all browsers?) #html#seo#webdev
@dr4goonis@benjamincrozat And do you use the same dto type for the incoming request as well as for the response/resource? Or inherit a base dto with common logic?