Re: web

Liste des GroupesRevenir à c misc 
Sujet : Re: web
De : ivan (at) *nospam* siamics.netREMOVE.invalid (Ivan Shmakov)
Groupes : comp.misc
Date : 18. Jan 2025, 15:05:40
Autres entêtes
Organisation : Dbus-free station.
Message-ID : <jWv0GNpJelv3n7gK@violet.siamics.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
On 2025-01-16, Computer Nerd Kev wrote:
In comp.misc Ivan Shmakov wrote:
On 2025-01-12, Bozo User wrote:

 >>> Once you get a Gopher/Gemini browser, among yt-dlp, the web can go away.

I. e., my point being: you can't escape web by switching to
Gopher, because Gopher /is/ web.  (Even if 'darker' part of it.)

 >> While I do appreciate the availability of yt-dlp, I feel like a
 >> huge part of the reason Chromium is huge is so it can support
 >> Youtube.  Granted, there doesn't seem to be as many DSAs for video
 >> software (codecs and players), but it's still the kind of software
 >> I'd rather keep at least in a container.

 > You fear that a hacker can upload a YouTube video containing
 > an exploit and manage to pass that exploit through YouTube's
 > transcoding in order to attack Linux video player programs?
 > Seems like a big stretch to me.

I'm not familiar with how Youtube processes its videos; I've
never even uploaded anything there myself, much less looked at
their sources for security issues that might or might not be
there.

(I do have experience with Wikimedia Commons, and I'm reasonably
certain that while they offer processed versions of the user
uploads, they still keep the originals in publicly accessible
locations on their servers.  Why, I distinctly recall uploading
a fixed version of someone else's malformed SVG file there.)

Neither do I have any idea how opposed they would be to requests
from companies to introduce such security issues deliberately.
(I believe such hypothetical business entities are usually
referred to as "MAFIAA" in colloquial speech, but I can't help
but note that the company that pioneered the approach was in
fact Sony [1].)

[1] http://duckduckgo.com/html/?kd=-1&q="sony"+rootkit+controversy

And even were I to believe for videos downloaded from Youtube
to never ever have any potential security flaw whatsoever,
having two copies of video player software installed, one
within and one without container, would still be ill-advised,
if only for the reason that I might use an out-of-container
install for a potentially unsafe, non-Youtube video by accident.

 >> By the by, what's the equivalent of wget(1) for gopher:?

 > Curl supports Gopher.  Not Gemini though.

Curl is my tool of choice for doing API calls; say (JFTR, [2]
has a couple of complete examples):

$ curl -iv --form-string comment="New file." \
    -F file=@my.jpeg -F text=\</dev/fd/5 5< my.jpeg.mw \
    --form-string filesize="$(wc -c < my.jpeg)" \
    --form-string token="1337cafe+\" \
    ... -- https://commons.wikimedia.org/w/api.php\
"?action=upload&format=xml&assert=user"

[2] http://am-1.org/~ivan/src/examples-2024/webwatch.mk

However, I distinctly recall finding it inadequate as a mirroring
tool back in the day.  (Though that might've changed meanwhile.)

And similarly for yeti's comment in [3]: I try to share what I know
with others.  Such as on IRC.  So, suppose someone asks on IRC,
"how do I get an offline copy of gopher://example.com/?"

"You can easily write your own Gopher / Gemini recursive
downloader yourself" is not something I'd be comfortable giving
as an answer, TBH.  (Though I /would/ be comfortable with
providing assistance if someone explicitly asks for help with
writing one in the first place.)

[3] news:874j1yyt0s.fsf@tilde.institute

Date Sujet#  Auteur
25 Nov 24 * terminal only for two weeks85Retrograde
25 Nov 24 +- Re: terminal only for two weeks1D
25 Nov 24 +* Re: terminal only for two weeks13Lawrence D'Oliveiro
26 Nov 24 i+* Re: terminal only for two weeks2Mike Spencer
26 Nov 24 ii`- Re: terminal only for two weeks1Lawrence D'Oliveiro
26 Nov 24 i+* Re: terminal only for two weeks2yeti
26 Nov 24 ii`- Re: terminal only for two weeks1Lawrence D'Oliveiro
30 Nov 24 i`* Re: terminal only for two weeks8candycanearter07
30 Nov 24 i +* Re: terminal only for two weeks2yeti
1 Dec 24 i i`- Re: terminal only for two weeks1candycanearter07
30 Nov 24 i `* Re: terminal only for two weeks5Lawrence D'Oliveiro
1 Dec 24 i  `* Re: terminal only for two weeks4candycanearter07
2 Dec 24 i   `* Re: terminal only for two weeks3Lawrence D'Oliveiro
2 Dec 24 i    `* Re: terminal only for two weeks2candycanearter07
2 Dec 24 i     `- Re: terminal only for two weeks1Lawrence D'Oliveiro
26 Nov 24 +* Re: terminal only for two weeks51John McCue
26 Nov 24 i`* Re: terminal only for two weeks50D
26 Nov 24 i +* Re: terminal only for two weeks48yeti
26 Nov 24 i i`* Re: terminal only for two weeks47D
26 Nov 24 i i +* Re: terminal only for two weeks10Computer Nerd Kev
27 Nov 24 i i i`* Re: terminal only for two weeks9D
27 Nov 24 i i i `* Re: terminal only for two weeks8Computer Nerd Kev
28 Nov 24 i i i  +- Re: terminal only for two weeks1yeti
28 Nov 24 i i i  `* Re: terminal only for two weeks6D
28 Nov 24 i i i   `* Re: terminal only for two weeks5Computer Nerd Kev
28 Nov 24 i i i    +- Re: terminal only for two weeks1D
29 Nov 24 i i i    `* Re: terminal only for two weeks3yeti
29 Nov 24 i i i     `* Re: terminal only for two weeks2D
29 Nov 24 i i i      `- Re: terminal only for two weeks1D
26 Nov 24 i i `* Re: terminal only for two weeks36Mike Spencer
27 Nov 24 i i  +* Re: terminal only for two weeks7D
28 Nov 24 i i  i`* Re: terminal only for two weeks6Mike Spencer
28 Nov 24 i i  i +- Re: terminal only for two weeks1Lawrence D'Oliveiro
28 Nov 24 i i  i +- Re: terminal only for two weeks1D
20 Dec 24 i i  i `* URIs within URIs: google.com/url?q= et al.3Ivan Shmakov
20 Dec 24 i i  i  +- Re: URIs within URIs: google.com/url?q= et al.1Andy Burns
22 Dec 24 i i  i  `- Re: URIs within URIs: google.com/url?q= et al.1Mike Spencer
4 Dec 24 i i  `* Re: terminal only for two weeks28Oregonian Haruspex
4 Dec 24 i i   `* Re: terminal only for two weeks27Lawrence D'Oliveiro
4 Dec 24 i i    `* Re: terminal only for two weeks26candycanearter07
5 Dec 24 i i     +* Re: terminal only for two weeks23Lawrence D'Oliveiro
7 Dec 24 i i     i`* Re: terminal only for two weeks22Computer Nerd Kev
8 Dec 24 i i     i `* Re: terminal only for two weeks21root
13 Jan 25 i i     i  +* Re: terminal only for two weeks19Bozo User
13 Jan 25 i i     i  i+* Re: terminal only for two weeks3D
13 Jan 25 i i     i  ii`* Re: terminal only for two weeks2Computer Nerd Kev
14 Jan 25 i i     i  ii `- Re: terminal only for two weeks1D
16 Jan 25 i i     i  i`* web15Ivan Shmakov
16 Jan 25 i i     i  i `* Re: web14Computer Nerd Kev
17 Jan 25 i i     i  i  +* Re: web2yeti
22 Mar 25 i i     i  i  i`- Re: web1anthk
18 Jan 25 i i     i  i  `* Re: web11Ivan Shmakov
19 Jan 25 i i     i  i   +* Re: web3Computer Nerd Kev
29 Jan 25 i i     i  i   i`* Re: web2candycanearter07
4 Feb 25 i i     i  i   i `- Re: web1Lawrence D'Oliveiro
19 Jan 25 i i     i  i   `* Re: web7Ben Collver
19 Jan 25 i i     i  i    `* Re: web6yeti
19 Jan 25 i i     i  i     +- Re: web1Sn!pe
19 Jan 25 i i     i  i     +- Re: web1Ivan Shmakov
20 Jan 25 i i     i  i     +* Re: web2Ben Collver
24 Jan 25 i i     i  i     i`- Re: web1Ivan Shmakov
20 Jan 25 i i     i  i     `- Re: web1news
13 Jan 25 i i     i  `- Re: terminal only for two weeks1Bozo User
5 Dec 24 i i     `* Re: terminal only for two weeks2yeti
16 Jan 25 i i      `- Re: terminal only for two weeks1yeti
22 Mar 25 i `- Re: terminal only for two weeks1anthk
28 Nov 24 +- Re: terminal only for two weeks1Anssi Saari
13 Jan 25 `* Re: terminal only for two weeks18Bozo User
13 Jan 25  `* Re: terminal only for two weeks17Salvador Mirzo
13 Jan 25   `* Re: terminal only for two weeks16D
13 Jan 25    `* Re: terminal only for two weeks15Salvador Mirzo
14 Jan 25     +- Re: terminal only for two weeks1D
16 Jan 25     `* Re: terminal only for two weeks13Salvador Mirzo
16 Jan 25      +- Re: terminal only for two weeks1Rich
16 Jan 25      +- Re: terminal only for two weeks1Computer Nerd Kev
21 Jan 25      +- Re: terminal only for two weeks1Lawrence D'Oliveiro
23 Jan 25      `* Re: terminal only for two weeks9Ivan Shmakov
12 Feb 25       `* Re: terminal only for two weeks8Salvador Mirzo
16 Feb 25        `* Re: terminal only for two weeks7Jerry Peters
17 Feb 25         `* Re: terminal only for two weeks6Salvador Mirzo
17 Feb 25          +- Re: terminal only for two weeks1Salvador Mirzo
17 Feb 25          +* Re: terminal only for two weeks2Lawrence D'Oliveiro
19 Feb 25          i`- Re: terminal only for two weeks1Salvador Mirzo
17 Feb 25          `* Re: terminal only for two weeks2Scott Dorsey
19 Feb 25           `- Re: terminal only for two weeks1Salvador Mirzo

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal