Notes on using GNU Emacs' Tramp system in an unusual shell environment

Lobsters Hottest News

Summary

The author explains that their blog is blocking requests from old or suspicious browser user agents to mitigate a surge in high-volume crawlers, likely for LLM training data. Specific instructions are provided for users of Vivaldi and Inoreader to adjust settings or report issues.

<p><a href="https://lobste.rs/s/vwjrsl/notes_on_using_gnu_emacs_tramp_system">Comments</a></p>
Original Article Export to Word Export to PDF
View Cached Full Text

Cached at: 05/09/26, 06:43 PM

# You're using a too-old browser Source: [https://utcc.utoronto.ca/~cks/cspace-bad/cspace-old-browser.html](https://utcc.utoronto.ca/~cks/cspace-bad/cspace-old-browser.html) ## You're using a suspiciously old browser You're probably reading this page because you've attempted to access some part of[my blog \(Wandering Thoughts\)](https://utcc.utoronto.ca/~cks/cspace-bad/space/blog/)or[CSpace](https://utcc.utoronto.ca/~cks/cspace-bad/space/), the wiki thing it's part of\. Unfortunately you're using a browser version that my anti\-crawler precautions consider suspicious, most often because it's too old \(most often this applies to versions of Chrome\)\. Unfortunately, as of early 2025 there's a plague of high volume crawlers \(apparently in part to gather data for LLM training\) that use a variety of old browser user agents, especially Chrome user agents\. To reduce the load on[Wandering Thoughts](https://utcc.utoronto.ca/~cks/cspace-bad/space/blog/)I'm experimenting with \(attempting to\) block all of them, and you've run into this\. If this is in error and you're using a current version of your browser of choice, you can contact me at[my current place at the university](https://www.cs.toronto.edu/~cks/)\(you should be able to work out the email address from that\)\. If possible, please let me know what browser you're using and so on, ideally with its exact User\-Agent string\. ## A special note to people using Inoreader \(the feed reader\) I am not blocking Inoreader's feed fetcher or considering it to be too old, and it routinely fetches feeds from me\. I don't know why Inoreader is showing you this page\. It is possible that they're periodically trying to fetch feeds or pages with an old browser HTTP User\-Agent \(or an actual old browser\) and taking the results of that fetch \(this page\) as what they should show people instead of the results of their syndication feed fetcher agents\. This is a bad mistake today;[the results of modern HTTP fetches depend partly on the HTTP User\-Agent used](https://utcc.utoronto.ca/~cks/space/blog/web/HTTPResultsAndUserAgents)\. ## A special note for people using Vivaldi Due to an ongoing attack, you may need to change[the "User Agent Brand Masking" setting](https://help.vivaldi.com/desktop/miscellaneous/user-agent-brand-masking/)so that your Vivaldi identifies itself as Vivaldi, instead of Google Chrome\. This applies to even the current version of Vivaldi\. ## A special note for people using archive\.\* You may be seeing this through archive\.today, archive\.ph, archive\.is, and so on\. Unfortunately, archive\.\* crawls pages to archive in a way that is impossible to distinguish from malicious actors\. They use old Chrome User\-Agent values, crawl from IP address blocks that are widely distributed and not clearly identified as theirs, and some of their IP addresses have falsified reverse DNS entries that claim they are googlebot IP addresses \(which is something that is normally done only by quite bad actors\)\. I suggest that you use archive\.org, which is a better behaved archival crawler and can crawl[my blog \(Wandering Thoughts\)](https://utcc.utoronto.ca/~cks/cspace-bad/space/blog/)\. Chris Siebenmann, 2025\-02\-17

Similar Articles

Emacs is my browser

Lobsters Hottest

Joshua Blais shares how he replaced mainstream browsers with Emacs’ built-in EWW for 85-90 % of daily web use, citing fewer distractions and higher signal-to-noise ratio.

The Most Emacs Bzr Saga

Lobsters Hottest

The article recounts the 2008 decision by GNU Emacs developers to adopt Bazaar over Git for version control, highlighting performance concerns and Richard Stallman's insistence on using a GNU package despite technical benchmarks favoring Git.

The Emacsification of Software

Hacker News Top

The author discusses the frustration of reading Markdown in the terminal and describes using Claude to quickly build a custom macOS Markdown viewer (MDV.app), illustrating how AI enables rapid creation of personal software tools.

A Technical Guide to Compiling Emacs for Performance on Linux and Unix systems

Lobsters Hottest

This technical guide provides a step-by-step process for compiling Emacs from source on various Linux distributions to optimize performance through CPU-specific instruction sets and modern display protocols like Wayland. It also covers configuring dependencies and fine-tuning the native Lisp compiler for faster execution.