this post was submitted on 18 Aug 2025
68 points (97.2% liked)

Technology

74265 readers
4424 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

this is not my article i found it here https://news.ycombinator.com/item?id=44939324

top 13 comments
sorted by: hot top controversial new old
[–] tal@lemmy.today 22 points 3 days ago (2 children)

That website is also pretty snappy for me as a user, but it could be that it's because each webpage looks like it was hand-written rather than having content slog its way towards the user through a sea of Javascript frameworks.

[–] panda_abyss@lemmy.ca 10 points 2 days ago (1 children)

I wrote a webserver for my own website analytics, running with go on a raspberry pi from an SD card it could handle 5k requests per second.

Modern computers are fast if you don't fill them with shit.

[–] not_IO@lemmy.blahaj.zone 1 points 2 days ago

that is so interesting, did you publish the code somewhere?

[–] not_IO@lemmy.blahaj.zone 7 points 3 days ago

yeah, they go mention that it's probably because it's just a static website

[–] chromodynamic@piefed.social 16 points 3 days ago (3 children)

But why do people want their text editors to do completely unrelated tasks? Genuine question.

[–] panda_abyss@lemmy.ca 9 points 2 days ago

Because it's cool and fun.

Why would someone want to build a 3d roller coaster in Excel 2003?

Because it's cool and fun.

(side note: in another video the guy complains he prefers older excel as the can't get good framerates in modern Excel)

[–] tal@lemmy.today 19 points 3 days ago

Found the ed user.

[–] tisktisk@piefed.social 8 points 3 days ago (3 children)

Another reason to use nvim over emacs. Precisely what I needed today folks
Doing the Lord's work OP

[–] tal@lemmy.today 7 points 3 days ago* (last edited 3 days ago) (1 children)

Still a limited selection of vim webservers though. Have to bump that library size up.

https://iloveemacs.wordpress.com/2016/02/27/writing-web-apps-in-emacs-lisp/

There are several solutions for running a webserver in Emacs like Elnode from Nic Ferrier, httpd.el from Joe Schafer, simple-httpd from Christopher Wellons or Emacs Web Server from Eric Schulte.

And then there's the browser side!

https://www.gnu.org/software/emacs/manual/html_mono/eww.html#Top

EWW, the Emacs Web Wowser, is a web browser for GNU Emacs that provides a simple, no-frills experience that focuses on readability.

[–] not_IO@lemmy.blahaj.zone 3 points 3 days ago

'eww' for short 😖

[–] nullPointer@programming.dev 4 points 3 days ago

can do the same with emacs tho.