Why Copilots and chatbots are particularly bad for modern web dev

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • caniuse

    Raw browser/feature support data from caniuse.com

    I've saved myself from having to go and npm install left-pad.

    I've already seen this effect in my own work: I'm much more willing to do things the slightly less convenient way in JavaScript rather than turning to a library when I don't have to type out those extra characters myself.

    I'm back to writing code like in the jQuery days only with native browser APIs in place of jQuery and my developer experience is SO much less frustrating!

    Baldur's larger point is that LLMs won't be able to help you with cutting new edge browser features. I don't this matters, because of how web standards work. I won't use a new platform feature until it's supported by ~95% of deployed browsers according to https://caniuse.com/ which normally takes a couple of years. Coincidentally that's about how long it takes for new LLMs that know about these features to emerge!

    If you don't know about these features, LLMs probably won't help you much. They're not replacements for staying on top of your craft. But if you DO stay on top of what's possible and know how to effectively use and prompt LLMs they'll be enormously useful here.

    One example: I've started writing Web Components now, because thanks to Claude I don't have to remember the trivia of how the syntax works.

    So my conclusion is the opposite of Baldur's. We both want developers to write more fast performing vanilla JavaScript and less bloated library-laden monsters, but I see LLMs as a powerful ally in helping us get there.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Get your own piece of internet real estate in 5 minutes

    1 project | dev.to | 3 Jul 2024
  • Show HN: Open Sourcing Our No-Code WebXR Editor After 5 Years of Development

    1 project | news.ycombinator.com | 3 Jul 2024
  • Fastly Polyfill

    1 project | news.ycombinator.com | 25 Jun 2024
  • How to Manage the Overwhelming Information Online as a Beginner in HTML, CSS, and JavaScript

    1 project | dev.to | 3 Jul 2024
  • Why Appwrite Is Your Ideal BaaS in 2024 I'm

    2 projects | dev.to | 3 Jul 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?