Replies

This profile is from a federated server and may be incomplete. Browse more on the original instance.

zachleat, (edited ) to random
@zachleat@zachleat.com avatar

๐Ÿ“ฎ New blog post: An organizerโ€™s retrospective on the 11ty Conference

https://www.zachleat.com/web/11ty-conf-retro/

A small look at what goes into organizing an inaugural online conference, including a detailed budget rundown.

#11tyConf

scrwd,
@scrwd@mastodon.social avatar

@zachleat well done Zach

arstechnica, to random
@arstechnica@mastodon.social avatar

Researchers make a plastic that includes bacteria that can digest it

Bacterial spores strengthen the plastic, then revive to digest it in landfills.

https://arstechnica.com/science/2024/04/researchers-make-a-plastic-that-includes-bacteria-that-can-digest-it/?utm_brand=arstechnica&utm_social-type=owned&utm_source=mastodon&utm_medium=social

scrwd,
@scrwd@mastodon.social avatar

@arstechnica I have a few concerns - like when the plastic is "broken down" what chemicals are left in the soil that would otherwise be trapped in the plastic? Do these bacteria release the carbon in plastic into the atmosphere? Is it wise to help create bacteria that tolerates higher temperatures? And finally, is this another "Big Plastic" rouse to delay moving away from plastics altogether?

rileytestut, to random
@rileytestut@mastodon.social avatar

Updates on Delta for iPad:

โ€ข Yes, itโ€™s coming!
โ€ข Weโ€™ve been working on it for a while and itโ€™s near completion, just need to finish up controller skins + fix some last bugs
โ€ข We didnโ€™t prioritize iPad because plan was to launch in just EU with AltStore PAL (which doesnโ€™t support iPad)
โ€ข Obviously plans changed when Apple changed their rules, so weโ€™re prioritizing iPad now and it will come with the next major Delta update (1.6)
โ€ข Itโ€™s available now for Patrons through regular AltStore ๐Ÿ™‚

Screen recording of Delta on iPad mini showing full screen, Split View, and slide-over control methods

scrwd,
@scrwd@mastodon.social avatar

@rileytestut how does the Split View controller work? It looks kinda like a custom keyboard. I admit I've never managed to get my head around how all the Split View / Stage Manager stuff really works on iPad (as a user)

scrwd,
@scrwd@mastodon.social avatar

@rileytestut very clever!

Chris, to random
@Chris@mastodon.social avatar
scrwd,
@scrwd@mastodon.social avatar

@Chris I had to google it to find out why that was funny haha

DavidDarnes, to random
@DavidDarnes@mastodon.design avatar

Idea: Web Component which uses the CSS Highlight API to highlight code blocks

scrwd,
@scrwd@mastodon.social avatar

@passle Shiki web bundle seems to be over 4MB? Is it possible to just to bring in the tokenizer bit?

scrwd,
@scrwd@mastodon.social avatar

@DavidDarnes @passle I think it will be interesting when this is targeted directly by libs - so we might just see lean tokenisers maybe - right now using an full existing lib that can run on the server, in the browser seems like overkill for syntax highlighting on a blog - maybe it's cool for interactive tools tho. Aside from a smaller amount of elements in the DOM I'm not sure where the big benefits lay - like is that enough?

robb, to random
@robb@social.lol avatar
scrwd,
@scrwd@mastodon.social avatar

@robb this is amazing - when did Apple start allowing apps to emulate or execute code?

Now I just wish it was on the iPad too.

rafa, to random
@rafa@mastodon.design avatar

So what am I missing here? I use a US Apple ID, and the region is set to US, but I definitely live in the EU, isnโ€™t that enough?

scrwd,
@scrwd@mastodon.social avatar

@viticci @rafa if this works, can anyone set up an EU Apple ID, install it and the log back into their old one from anywhere?

Like I used to have a US Apple ID for some apps meant years ago, I think all I had to do was set the region for the ID/Account to US at that time. Is it more complicated now?

cheeaun, to design
@cheeaun@mastodon.social avatar

Had a quick thought, did a quick mock. Feels like using the word "address" seems better as it implies that there's a "place" where the account handle is located. Just like "email address", this could be "social address" maybe?

Side context: https://blog.joinmastodon.org/2024/02/mastodon-for-android-update/

scrwd,
@scrwd@mastodon.social avatar

@cheeaun two at symbol addressโ€ฆ

TWo AT addressโ€ฆ

twat address?

:thinkhappy:

jonhicks, (edited ) to random
@jonhicks@mastodon.social avatar

Well, it appears our โ€˜big carโ€™ is fucked, and even if I want to spend the ยฃ3-4k I'm being quoted to fix it, I can't find anyone to do the work for months (timing chains = big job).

A lot of new & used cars are so bloody expensive and ugly/unexciting at the moment, and wondering if this is the time to finally make the leap to an EV. We do a lot of miles from Oxfordshire to Glasgow and back, and wonder if the infrastructure is there yet in the UK.

scrwd,
@scrwd@mastodon.social avatar

@jonhicks @rachelandrew for me one of the biggest "that's amazing" things is the "fuel" cost - right now the EV is just 10% of the cost per mile compared to our old mild hybrid petrol car. This is with a home charger and OVO Charge Anytime at 6.7p per kWh - to get these better rates you need a compatible charger - which is different per energy supplier, but there is some cross-over - OVO and Octopus both support Ohme chargers for example.

christianselig, to random
@christianselig@mastodon.social avatar

omg I thought I was the only one. Siri why are you like this

scrwd,
@scrwd@mastodon.social avatar

@christianselig Google Assistant is just as bad - it just gets more irritating - I think it might be that in order for to do more things it requires more precise language and that's why simple things that used to work are now being plagued with follow-up questions and confirmations. Just a thought. But like some else said - after all these years how come there have been no actual improvements!? Unless that was never their goalโ€ฆ maybe all they wanted was an always-listening device in your homeโ€ฆ ๐Ÿ‘€

rem, to random
@rem@front-end.social avatar

This little guy is the next victim of my REPAIR ALL THE THINGS journey.

Good lord finding these that Christmas back was so hard!

scrwd,
@scrwd@mastodon.social avatar

@rem this looks fun - what is it?

scrwd, to CSS
@scrwd@mastodon.social avatar

Does anybody have a better way to do gradient border buttons (or boxes) with transparent background and flexible dimensions?

Here I'm using a strange-scaling SVG image as a mask over a gradient fill - it works and allows buttons of any width or size, but has a few too many "parts" for my liking.

https://codepen.io/jon/pen/yLrygwa

P.S. border-image is not a solution here because it would distort the gradient.

scrwd,
@scrwd@mastodon.social avatar

@css ha, I was hoping you had something these look a bit slicker and easier to work with than my solution - I will investigate! Some new (to me) things there too - mask-composite!

zachleat, to random
@zachleat@zachleat.com avatar

Genuinely curious: whatโ€™s the point in developer advocacy or developer relations work if the parent company requires radio silence during periods of extreme criticism, facing backlash for the companyโ€™s direction and decisions?

Shouldnโ€™t this be the moment in which your team are most useful?

scrwd,
@scrwd@mastodon.social avatar

@davatron5000 @zachleat which company's actions have triggered this line of thought? I think I've missed some news somewhere.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • โ€ข
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • osvaldo12
  • ngwrru68w68
  • GTA5RPClips
  • provamag3
  • InstantRegret
  • everett
  • Durango
  • cisconetworking
  • khanakhh
  • ethstaker
  • tester
  • anitta
  • Leos
  • normalnudes
  • modclub
  • megavids
  • lostlight
  • All magazines