Looks like I'll be keeping both around for a while longer at least!
Looks like I'll be keeping both around for a while longer at least!
`Unhandled Rejection: Error: EACCES: permission denied, mkdir '/opt/app-root/src/node_modules/next/next-swc-fallback'`
- Claude let me know how to fix the permissions. Weird that I had to do this all of a sudden.
- ChatGPT told me I didn't have the native SWC binary installed. Fixed immediately.
Fell in love with Claude over the past few weeks and have been using that as my daily driver. Yesterday though, an issue came up when deploying a next.js app. Claude gave me a solution to plaster over it which didn't feel right. So I checked ChatGPT out of curiosity and it gave me the root cause.
Screenshot of Firefox setting "Ctrl+Tab cycles through tabs in recently used order"
Looks great! The only thing keeping me from using Chrome now is the Ctrl + Tab shortcut, and that I can't set it to cycle through tabs in recently opened order. Any plans for this? Here's the equivalent setting in Firefox.
Crazy that WD-40 isn't a lubricant, because that's literally all I've ever used it for and it works perfectly every time.
64GB DDR4 memory for sale on overclockers at Β£599.99
Holy shit, I bought 64GB ram for Β£91.66 just a few months ago, and now that exact same ram is selling at Β£600. So glad I built my home lab when I did
Deleting my Vercel account felt so good π
Have always been SNP 1, Sc Greens 2 when voting but that might switch around next time. Hoping @ross-greer.bsky.social and @gillianmacmsp.bsky.social take a leaf out of Zack's book and get out talking to people across Scotland to expose Reform. Should be a full-time job doing this imo, priority #1.
Draw the line. Join the Green Party today ‡οΈ
join.greenparty.org.uk?utm_source=s...
Came here to say this. CodeIgniter was mind blowing, and gave me that a-ha moment: "So this is how advanced sites are built".
Is the red torso all one piece? Looks really big. Regardless, would love to see a video on the methods you use to print big things.
I had a smart plug working great for around 5 years till recently when I needed to reset it. Had to download an app, reset my password, accept new T&Cs, and log in, all for it to still not work. Will be buying more Zigbee devices from now on to get around that. Keeps everything local
Glastonbury is not the story.
The Genocide is.
π€ - With Andrew Marr.
Screenshot showing my spam inbox happily at zero.
Have spam emails calmed down for everyone? I used to get dozens every day, but now only get about one per week. Makes it easy to keep even the spam inbox at zero, while keeping an eye out for false positives (or false negatives?)
An apology to Keir Starmer:
This is a new image from #JWST.
The bright points with spikes are stars in the Milky Way.
Everything else is a galaxy.
Everything. Else. Is. A. Galaxy.
At this juncture Iβd like to point out:
* weβre on the brink of a golden age of medical healing
* thereβs enough money in the world to solve every problem in the world
* a united approach could stop the climate crisis
But a small group of sociopaths seeking personal power are going to throw it away.
A side-by-side comparison of an image of Stefan on stage with a mural of St. Mungo in Glasgow, which bear a striking resemblance.
Someone painted a mural of you in Glasgow
Deal status π€
So slick, well done!
Screenshot of a phishing attempt that bypassed gmail's spam filters. It is made to look like it is from OpenSea, but the email address is from noreply@autodesk.com. TLS is enabled.
Just got a cracker of a phishing attempt, bypassing the gmail spam filters. How is TLS working here? Could be wrong, but I'd have thought the autodesk[dot]com DNS or email server would need to be compromised to achieve this?
This was a hard one. But we, as developers for Apple platforms and as humans, have a responsibility to respond.
www.massicotte.org/leverage
Love this idea ghuntley.com/stdlib
Hopefully rules will make their way to Copilot soon
This is what should be on every front page right now. What's happening in the US right now is an illegal power grab by a private citizen. IT'S A COUP.
It's a digital coup. It's Musk who's leading it. The consequences are terrifying. And it's coming for us next.
1/
open.substack.com/pub/broligar...
Do not ever EVER forget that live Twitter stream where he tried to claim the stack needed a complete rewrite and an ex-Twitter eng asked for details, which he could not provide and tried to dance around the question he could not answer. That was pure internet gold.
youtu.be/cZslebJEZbE?...
Oh my god, I think this works. Thanks so much!
Anyone know if zen has a mod/setting that remaps the Ctrl + Tab keys? The default is to cycle through tabs in the order they appear in the sidebar, but I love the Arc implementation where it will cycle through based on opened most recently. Easier to get back to the page that opened a new tab.
The use case I just gave you necessitates that. An SR user cycling through lists won't have the context of the headings before if not linked with an aria-labelledby. Sighted users do have that visual context when scanning for a list
Despite all that, if we use an h2 linked to an aria-labelledby on the ul to label it instead, then it would be valid and necessary, even in your example. And if an aria-labelledby is valid on an element then surely so is an aria-label, even if only technically and not philosophically. π€·ββοΈ
An SR user would need to cycle through those other lists before getting to the page contents, so its not quite as easy to find what they're looking for. Adding the aria-label makes sense to give them a hint that sighted users get via the visual context.