X-post for visibility:
Angular 20.1 brings another cool new feature for you to use to debug your Angular applications: the Signal Graph.
We'd love your feedback on it. Also, check out this great visual explanation from Angular community member Igor Sedov (I think not on Mastodon?).
There's nothing scarier than sending out a detailed design doc and then getting...
Nothing...
No feedback, no objections, no consensus, no signal.
IS IT TERRIBLE OR NOT?!
Nothing builds confidence in a product quite like seeing the #Vite logo as their production favicon.
My current favorite #AI interaction:
Me: This counter isn't updating, please fix it.
AI: Hmm, that's strange, no idea what's going on. Must be something with change detection, I'll just inject and call `markForCheck`.
I feel so seen.
Are there any good datasets or surveys about #AI software development tools and their usage?
* What models are the most popular?
* What tools or interfaces are devs using?
I'm thinking something like #StateOfJS but about AI trends and preferably focused on frontend web. Anything like that exist?
And like, I get that I don't *really* decide sometimes. Yeah, I do need to fill out manager feedback within some specified timespan dictated by others.
But I think the vibe is different, it's more demanding. Just say "Please provide manager feedback" and I won't feel so negative about it.
I have a real pet peeve for any notification which starts with "It's time to...".
* It's time to update your income.
* It's time to give manager feedback.
* It's time to fill out this survey.
I decide what I do and when, not your arbitrary timelines.
I hate footnotes, especially on the web, and hopefully by the end of this, you will too.
With #Netflix launching #Anime adaptations of video game properties (ex. #DevilMayCry, #TombRaider), how has no one green lit an anime #TheWorldEndsWithYou?
Closed (Won't Fix - Don't feel like it)
At long last, my wife and I have BLOOPED THAT RINSE (aka we finished BLUE PRINCE).
The game is massive and tricky and oh so tightly designed. Makes for great couch "co-op" where we're both working together to solve things!
I also took more notes ( #Obsidian, obviously ) this than I have for any other game. That's how you know it's great.
For a show called #Murderbot, there sure is a whole lot of not murdering going on.
Anyone know if it's possible to remove all #CSS variables on an element?
I'm thinking something like `all: initial;` but covering inherited CSS variables.
The solutions I'm finding involving looking at loaded stylesheets on the page, which feels way more heavyweight than this should be.
What makes Windows 11 so much better is that instead of using 1's and 0's, Windows 11 only uses 1's.
I went out to try to improve society, somewhat. #NoKings
@zachleat new captchas just dropped
I forgot how annoying it is to develop #browser #extensions.
All I want to do is call a function on the global scope, but nooooo...
I need to create a content script to inject a `<script>` tag which loads from the extension which connects to the service worker which proxies to the DevTools panel.
Like, just let me inject directly into a frame!