London based software development consultant
- 509 Posts
- 71 Comments
codeinabox@programming.devOPto
CSS@programming.dev•An Interactive Cover ComponentEnglish
2·14 days agoAgreed though the article has this disclaimer:
Before we dive into the code, I think it’s worth pointing out that the goal is largely to be immersive and expose some lore. I think this design and effect fit because of the theme and because it’s not for critical content. My point is that it’s just an aesthetic component for a game that makes this acceptable — I don’t think this is necessarily a good user experience for your every day website where there are stakes.
codeinabox@programming.devto
Programming@programming.dev•Open source Vercel alternatives?English
4·14 days agoThere are several European based alternatives to Vercel. It’s also worth having a read through or posting to !web_hosting@programming.dev
codeinabox@programming.devOPto
Linux@programming.dev•Claude Code Found a Linux Vulnerability Hidden for 23 YearsEnglish
15·21 days agoThough that quote is followed by this, which indicates at least five of those vulnerabilities were real:
I searched the Linux kernel and found a total of five Linux vulnerabilities so far that Nicholas either fixed directly or reported to the Linux kernel maintainers, some as recently as last week:
codeinabox@programming.devOPto
Programming@programming.dev•Your Engineers Aren't Lazy, Your Codebase Is Punishing ThemEnglish
2·21 days agoYour comment reminded me of this article, The Software Quality and Productivity Crisis Executives Won’t Address, which discusses the lack of technical leadership when it comes to tackling technical debt, and that the solution is usually a rewrite.
Instead, most organisations don’t tackle technical debt until it causes an operational meltdown. At that point, they end up allocating 30–40% of their budget to massive emergency transformation programmes—double the recommended preventive investment (Oliver Wyman, 2024).
It’s definitely got the worst defaults compared to the alternatives.
pnpm, Bun, and Deno have all made better choices about their defaults. pnpm blocks postinstall scripts, Bun requires explicit opt-in for them, Deno’s permission model is restrictive by design.
codeinabox@programming.devOPto
Programming@programming.dev•Code Review Is Not About Catching BugsEnglish
41·1 month agoI agree but it depends on how teams create and refine their tickets. For example, you could have high level tickets, and someone picks one up and creates an implementation that’s not an appropriate fit for your architecture.
codeinabox@programming.devOPto
Programming@programming.dev•The diminished art of codingEnglish
21·1 month agoThank you for not assuming my motivations. Could you please elaborate on what you mean by “oneshotted”? I share a lot of articles, so I’m not surprised you recognise my username.
codeinabox@programming.devOPto
Programming@programming.dev•The diminished art of codingEnglish
33·1 month agoI don’t specifically seek them out. I follow quite a few different programming blogs, and I am just sharing what people are posting about, and it just so happens a lot of people are posting about this topic.
codeinabox@programming.devOPto
Programming@programming.dev•Why your next mobile app is probably headlessEnglish
7·1 month agoHeadless does not mean “no screen anywhere.” It means you are not required to use the company’s app or site to finish the job.
You might say: “Book a flight and a hotel in Tokyo.” A helper (with hooks into services, e.g. MCP or other agent APIs) talks to airlines and hotels for you. You might never see their homepage or their “join our club” popup.
Whilst I can see where the author is going with this, I can’t see some tasks, particularly booking concert tickets, being done by AI agents. Whilst it may be convenient for end users, it’s also open to exploitation by scalpers.
codeinabox@programming.devOPto
Web Development@programming.dev•BaseWatch — Track CSS & Browser Feature Support, Get Baseline AlertsEnglish
1·1 month agoLooking at the credits at the bottom of the site, it was built by someone whose first language appears to be Italian.
codeinabox@programming.devOPto
Web Development@programming.dev•BaseWatch — Track CSS & Browser Feature Support, Get Baseline AlertsEnglish
13·1 month agoWhen did we start judging developers on their graphic design skills? 🤔
codeinabox@programming.devOPto
Web Development@programming.dev•BaseWatch — Track CSS & Browser Feature Support, Get Baseline AlertsEnglish
2·1 month agoIf you’re going to make that claim, could you please provide some evidence.
Not sure if you were even looking for paper reviews.
I didn’t write the article, I just shared it because I thought it was interesting.
codeinabox@programming.devOPto
Programming@programming.dev•Claude is an Electron App because we’ve lost nativeEnglish
6·2 months agoI think you’re misconstruing the author’s argument, at no point does the author imply that Claude knows best, or that Electron apps are better. Their closing argument is certainly not an endorsement for Electron or AI slop.
Don’t get me wrong: writing this brings me no joy. I don’t think web is a solution either. I just remember good times when native did a better-than-average job, and we were all better for using it, and it saddens me that these times have passed.
I just don’t think that kidding ourselves that the only problem with software is Electron and it all will be butterflies and unicorns once we rewrite Slack in SwiftUI is not productive. The real problem is a lack of care. And the slop; you can build it with any stack.
codeinabox@programming.devOPto
Programming@programming.dev•Claude is an Electron App because we’ve lost nativeEnglish
63·2 months agoImagine being such a slop-brainwashed fanboi
Do you have any evidence for this? Looking through the post, and the author’s other blog post titles, there is very little mention of AI or Claude.
Instead of throwing labels at the author, it’s much more worthwhile to discuss their key argument about the challenges of developing native apps.
codeinabox@programming.devOPto
Web Development@programming.dev•Anti-libraryism: 10 web APIs that replace modern JavaScript librariesEnglish
2·2 months agoCheck against Can I Use, all of the APIs, except for the following are supported by major browsers:
- Synchronous Clipboard API only Safari has full support, the rest have partial
- Temporal only currently supported in Chrome and Firefox
codeinabox@programming.devOPto
Web Development@programming.dev•Anti-libraryism: 10 web APIs that replace modern JavaScript librariesEnglish
5·2 months agoThe fact that people even bring javascript as the backend is a bit crazy to me.
To clarify do you mean replacing JavaScript just on the backend? This article is about using JavaScript on the front end.
codeinabox@programming.devOPto
Web Development@programming.dev•Anti-libraryism: 10 web APIs that replace modern JavaScript librariesEnglish
2·2 months agoI’m intrigued, what would you replace it with?
codeinabox@programming.devOPto
JavaScript@programming.dev•Node.js vs Deno vs Bun Performance BenchmarksEnglish
1·2 months agoWhat are your thoughts on this 2023 comparison?


















Could you give more context about what Vercel features you need - is the site statically generated, or do you also need Vercel Functions?