London based software development consultant
- 719 Posts
- 94 Comments
codeinabox@programming.devOPto
Programming@programming.dev•Claude is an Electron App because we’ve lost nativeEnglish
53·5 days 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 Hosting@programming.dev•Self-hosting my websites using bootable containersEnglish
1·6 days agoIf your code is already in a Git repository, the simplest solution would be to use statichost, which has a free plan. It works on the same principle as Netlify, where your site is updated when you push the code.
codeinabox@programming.devOPto
Web Hosting@programming.dev•Self-hosting my websites using bootable containersEnglish
1·6 days agoThis is a very technical way to self-host, and I feel there are easier ways to go about it. Is your end goal to be able to upload a website but avoid big tech platforms?
codeinabox@programming.devOPto
Opensource@programming.dev•Tests Are The New MoatEnglish
51·11 days agoI wonder if we’ll end up in a situation of open source projects with closed source tests. Though I don’t know how that would work, because how would you contribute a new feature if the tests are closed? 🤔
codeinabox@programming.devOPto
Web Development@programming.dev•Anti-libraryism: 10 web APIs that replace modern JavaScript librariesEnglish
2·15 days 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·16 days 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·16 days agoI’m intrigued, what would you replace it with?
codeinabox@programming.devOPto
JavaScript@programming.dev•Node.js vs Deno vs Bun Performance BenchmarksEnglish
1·17 days agoWhat are your thoughts on this 2023 comparison?
codeinabox@programming.devOPto
JavaScript@programming.dev•Node.js vs Deno vs Bun Performance BenchmarksEnglish
11·17 days agoSo to confirm, you don’t trust blogs where the company is selling a product or service, even if they don’t mention it in the article? If so, that would cover a lot of articles shared on this instance.
codeinabox@programming.devOPto
JavaScript@programming.dev•Node.js vs Deno vs Bun Performance BenchmarksEnglish
12·17 days agoFor what? I don’t see any products or services being promoted in this article.
codeinabox@programming.devOPto
JavaScript@programming.dev•Node.js vs Deno vs Bun Performance BenchmarksEnglish
11·17 days agoPeople who care about performance are using loops
Well that depends, generators are faster than loops when you’re using Bun or Node.
codeinabox@programming.devOPMto
AI Coding@programming.dev•Evaluating AGENTS.md: Are Repository-Level Context Files Helpful for Coding Agents?English
1·19 days agoThe conclusion aligns with my own belief, which is that it’s better to create a minimal context by hand than get agents to create it:
We find that all context files consistently increase the number of steps required to complete tasks. LLM-generated context files have a marginal negative effect on task success rates, while developer-written ones provide a marginal performance gain.
When I have got Claude to create a context, it’s been overly verbose, and that also costs tokens.
codeinabox@programming.devOPto
CSS@programming.dev•Style Headings using the CSS :heading pseudo-classEnglish
1·19 days agoHowever in this case the opposite is true, as Chromium currently doesn’t support this feature.
codeinabox@programming.devOPto
CSS@programming.dev•Style Headings using the CSS :heading pseudo-classEnglish
2·20 days agoDo you mean features only currently available in Chrome?
codeinabox@programming.devOPto
CSS@programming.dev•Style Headings using the CSS :heading pseudo-classEnglish
1·20 days agoWell spotted, the article states:
The :heading pseudo-class is currently available in nightly builds only. You can test it now in:
- Firefox Nightly (behind a flag)
- Safari Technology Preview
There are some really good tips on delivery and best practice, in summary:
Speed comes from making the safe thing easy, not from being brave about doing dangerous things.
Fast teams have:
- Feature flags so they can turn things off instantly
- Monitoring that actually tells them when something’s wrong
- Rollback procedures they’ve practiced
- Small changes that are easy to understand when they break
Slow teams are stuck because every deploy feels risky. And it is risky, because they don’t have the safety nets.
codeinabox@programming.devtoHacker News@lemmy.bestiver.se•I don't think AGI is imminentEnglish
4·21 days agoIt"s working now
codeinabox@programming.devOPto
Opensource@programming.dev•AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold OutreachEnglish
3·21 days agoI think there’s many solutions to this, including setting a minimum account age to accept pull requests from, or using Vouch.
codeinabox@programming.devto
AI - Artificial intelligence@programming.dev•Something big is happening in AIEnglish
2·23 days agoThere’s a great rebuttal to Shumer’s post, Why I’m not worried about AI job loss.
















I 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.