bashmish (@bashmish) 's Twitter Profile
bashmish

@bashmish

Web Dev • ex @divriots ➡️ @story_to_design @backlight_dev @webcomp_dev • ex @FrontmenHQ • ex Lion Web Components @ing

ID: 281582952

linkhttp://github.com/bashmish calendar_today13-04-2011 15:24:54

1,1K Tweet

1,1K Takipçi

545 Takip Edilen

bashmish (@bashmish) 's Twitter Profile Photo

Seriously, how do you work on a new M1/M2 MacBook during the winter time? It's freezing cold metal, which is supposed to be good, saving energy and such, right? But my palms are very cold too as a result, I can't type and have to warm them up every few minutes... So weird.

rniwa.dev (@rniwa_dev) 's Twitter Profile Photo

Alexey Shvayka has a nice PR up for implementing form associated custom elements in WebKit: github.com/WebKit/WebKit/… #webkit #webcomponents

Serhii Kulykov 🇺🇦 (@serhiikulykov) 's Twitter Profile Photo

Web Components 2022 year in review thread! Here is a list of notable additions that landed in the browsers this year, and some proposals that are currently being discussed and prototyped.

rniwa.dev (@rniwa_dev) 's Twitter Profile Photo

Form-associated custom elements has been implemented in WebKit: commits.webkit.org/258561@main And enabled by default: commits.webkit.org/258574@main

airBaltic (@airbaltic) 's Twitter Profile Photo

The future is here! 🌐 We have selected SpaceX’s Starlink to bring internet connectivity to our Airbus A220-300 fleet ✈️ All of our passengers will have access to complimentary, high-speed satellite internet on every airBaltic flight. 👉 Learn more: tiny.cc/6323vz

The future is here! 🌐 We have selected <a href="/SpaceX/">SpaceX</a>’s Starlink to bring internet connectivity to our <a href="/Airbus/">Airbus</a> A220-300 fleet ✈️ All of our passengers will have access to complimentary, high-speed satellite internet on every airBaltic flight.
👉 Learn more: tiny.cc/6323vz
Bhanu Teja P (@pbteja1998) 's Twitter Profile Photo

Finally launching SiteGPT.ai 🚀🚀 Now, you can create a ChatGPT-like chatbot trained on your website content. It will know everything about your website and it replies based on that content. Took a lot more time to get this launched than I initially expected 😅

Finally launching SiteGPT.ai 🚀🚀

Now, you can create a ChatGPT-like chatbot trained on your website content.

It will know everything about your website and it replies based on that content.

Took a lot more time to get this launched than I initially expected 😅
Rez . codes with AI (@rezkhere) 's Twitter Profile Photo

ChatGPT just dropped their most powerful tool yet 🤯 It's called the Code Interpreter. From creating charts to basic video editing to converting files, it does it all. Here are some of the craziest things it is capable of 🧵

ChatGPT just dropped their most powerful tool yet 🤯

It's called the Code Interpreter.

From creating charts to basic video editing to converting files, it does it all. 

Here are some of the craziest things it is capable of 🧵
Lit (@buildwithlit) 's Twitter Profile Photo

📣Lit 3.0 is coming! Try the pre-release today📣 Get an early look at Lit 3.0, our first major release since Lit 2.0 two years ago. If you run Lit 2.x with no deprecation warnings, this should be a seamless upgrade! Read more and try the prerelease here: lit.dev/blog/2023-05-1…

Addy Osmani (@addyosmani) 's Twitter Profile Photo

Tip: Chrome DevTools can now override the content of Fetch/XHR requests! Great for mocking APIs without waiting on backend changes! This and lots more in Chrome 117: bit.ly/wnd117

Justin Fagnani (@justinfagnani) 's Twitter Profile Photo

I think Lit might be one of the first major libraries to ship standard decorator support. We've made our decorators work with both standard and TypeScript experimental decorators too!

Surma (@dassurma) 's Twitter Profile Photo

🔊 HERE IT IS! Off The Main Thread — A new developer podcast with Jake Archibald and myself. In this first episode I talk about WebGPU and Jake talks about if browsers are like political parties 🔥 Find it wherever you find your podcasts or go here: offthemainthread.tech/episode/webgpu…

Justin Fagnani (@justinfagnani) 's Twitter Profile Photo

Lit's built-in XSS protection is boosted by the fact that it *already* supports Trusted Types. Enable trusted-types in CSP and lit-html template literals will be trusted and all user values - which could flow to unsafe attributes - will be untrusted.

Matthieu Riegler (@jean__meche) 's Twitter Profile Photo

Initial #WebTestRunner Modern Web support has just landed for #Angular with the first RC of the 17.1 ! Soon you'll be able to leave #Karma behind !

Initial #WebTestRunner <a href="/modern_web_dev/">Modern Web</a> support has just landed for #Angular with the first RC of the 17.1 ! 

Soon you'll be able to leave #Karma behind !
jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

And you could do the whole thing without JavaScript 🤙 • Use the HTML [popover] API (nested) • CSS starting-style to transition open/close ⭐️ • Anchor positioning ⚓️ <button popovertarget="menu"></button> <div popover="auto" id="menu"></div>