@ycombinator@DraftedAI What's shown here looks barely more sophisticated than what you might do in The Sims. Anybody that has seen what real floorplans look like will recognize this only the most basic part of floorplans π΅βπ«
@justinfagnani `corepack enable` will automatically activate the appropriate package manager. I believe yarn, pnpm, etc have been setting the `packageManager` property for a bit now, and corepack is built-in to all Node LTS versions
@maietta Deploy a lambda triggered on a cron schedule. Super easy with Serverless, for example β you can do it with Node or any other language supported by lambdas.
Less where is Kate Middleton, more the fossil fuel industry knew they were making our planet uninhabitable and the people responsible should be in jail
@jp2e do you know if there is a reason smart home companies haven't released many (if any) Matter-supported light switches? I've been hunting for one but they all seem to be "coming soon" which has me wondering if there's a certification bottleneck π€
@QuinnyPig From what I've read, this was in no small part SVB malpractice. Demanding "whole" immediate reparations is inappropriate considering the FDIC has always been crystal clear about how much they insure. They've committed to giving full access to the insured deposits before Monday
He who smelt it dealt it.
In all seriousness, Iβve come to view suggested rewrites as a red flag. Especially when it comes to large legacy systems.
Isolated rewrites of specific services? Hell yes.
Complete rewrite? Lol.
@TheLarkInn mix of try...catch and await promise.catch(), as needed in order to optimize for legibility.
Also, often Promise.all for parallelism. So many times I see devs using async/await, making all calls sequential when they don't or shouldn't need to be
@leeerob Looking at the metadata API, it doesn't seem to include an ability to add preconnect, dns-prefetch, and links like that. Which also support other attrs like cross origin π€
Am I missing something or is there a gap there?