rkta's comments

rkta | 1 year ago | on: Linux.die.net and JavaScript Kill W3M:'(

Why don't you read your local man pages? w3m comes with w3mman to do so.

With local man pages I know at least that the man page matches my installed version.

rkta | 1 year ago | on: Git-PR: patch requests over SSH

After reading the website and also trying the mentioned `ssh pr.pico.sh help` I still don't know what exactly to do to use this.

> 4. External contributor submits a PR to SSH server But how? That numbered list let me think of that old cartman profit meme.

I like the idea, but I'm not convinced yet, that this is really easier than just sending an email by `git request-pull`.

rkta | 2 years ago | on: My deployment platform is a shell script

Parsing ls is an anti-pattern, but the author says it works for years - we all do mistakes and as long as it works you don't notice.

And it's an easy fix:

    - for project in $(ls go-cicd); do
    + cd go-cicd || exit 1; for project in \*; do

rkta | 2 years ago | on: Reflections on Distrusting xz

What's malicious about that patch? From reading the thread it looks like an attempt to fix a FP from some tooling.

rkta | 2 years ago | on: Test browser for web tracking – EFF

  Our tests indicate that you have you have strong protection against Web tracking.

  Your browser fingerprint appears to be unique among the 191,640 tested in the past 45 days.

  User Agent
  w3m/0.5.3+git20230718
  Bits of identifying information: 17.55
  One in x browsers have this value: 191640.0
So I have strong protection by being basically unique? Not sure what this means.

rkta | 2 years ago | on: Deja News joins antispam war (1997)

> The site also will filter incoming spam with in-house technology that uses artificial intelligence to look for machine-generated postings

Some things don't change.

rkta | 2 years ago | on: Introduction to sysclean(8)

Yes, like the app to warn me in case of a disaster which gets the location permission removed and thus cannot warn me anymore.
page 1