7 comments

  • JLO6421 minutes ago
    Thinking back to my community college days in 2020 (right before the pandemic!), I used to rock a crappy old dual core laptop with 4GB of RAM running Fedora. Browsing the web was less than ideal and YouTube barely worked. For certain classes (the big hassle was a DB class after I transferred) running the course software was very taxing and I had a harder time with that compared to other students as a result. I remember Zoom barely working on it, but only if I didn&#x27;t use the camera. I look back at this experience a bit fondly as it made me rely more on the terminal and I shifted away from slow laggy GUIs to TUIs&#x2F;NeoVim. That said, for most other individuals in that position it really is a big limiting factor for their education.<p>Recently I was tutoring (for college essays and math) at a local high&#x2F;middle school and most students browsed the web on their smart phones, but those that didn&#x27;t were limited to school issued Chromebooks which were ungodly slow. Some of these students served as translators for their parents and I was under the impression that they used these devices to pay bills and for other household tasks as well. This experience is why to this day I try to keep the websites I make light on dependancies (I don&#x27;t like react) and fast to load (sub 300kb ideally).
  • nayuki6 minutes ago
    Which was quoted in a recent post on the HN front page: <a href="https:&#x2F;&#x2F;mohkohn.co.uk&#x2F;writing&#x2F;html-first&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mohkohn.co.uk&#x2F;writing&#x2F;html-first&#x2F;</a> , <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48475483">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48475483</a>
  • kulahan21 minutes ago
    It feels like every week someone discovers that code closer to the metal is faster, and ignores the fact that it’s easier to write higher-level code, and that this is the specific tradeoff everyone is making. Why do these articles keep getting posted? Who is this a revelation to?
  • namegulf43 minutes ago
    You&#x27;ve a point. HTML is plain and simple, works and gets the job done. Presenting on the web (may be a little bit of light css).<p>Heavy CSS animations, Javascript bloat is what slows down the websites and literally ruins the web experience.
    • thom18 minutes ago
      I personally think CSS animations are wonderful. I’ve recently returned to dabble in frontend stuff and was delighted with what you could achieve with purely declarative HTML and CSS. I’m finding that you can often match the feel of an SPA with just HTMX and some CSS and I’ve found that simultaneously very satisfying and productive.
    • hyperhello30 minutes ago
      I would say that what ruins the experience is things not working. If it was an animation or some add on that threw an exception to console and did nothing, it would be fine, but designers and their tool makers want everything to be a giant conversation between microservices, which breaks for odd, undefinable, nonlinear reasons, and requires expensive help.
  • jonchurch_48 minutes ago
    (2021)
  • jt219048 minutes ago
    (2021)
  • righthand31 minutes ago
    Now do the unreasonable effectiveness of an overly ambitious junior dev convincing management to rewrite the who site in client side react.