-
nsITobin
has it occured to anyone that Spectrum offering free antivirus is basically priming old people to be scammed
-
tomman
"free antivirus" is like a plain white van with "FREE CANDY" signs
-
nsITobin
heh
-
nsITobin
yeah
-
njsg
user behavior probably matters much more for security than antivirus, and we live in an era where 1) it's apparently usual for mass mailings to have cryptic tracking URLs 2) People click all these links (and often don't have an alternative besides not clicking)
-
njsg
it's like somebody grabbed all the security advice of the late 20th century / early 21st and flushed it down the toilet. (Or threw it out of a Boeing 737 Max window)
-
njsg
-
» njsg blinks
-
frg_Away
njsg new logo for 7.1.0
-
frg_Away
Windows 7 and 8.1 hosts broken Windows 8.1 guest additions broken since 7.0.17 (signinig issue).
-
frg_Away
Windows 8.1 x86 3D broken but tis is something probably no one will notice.
-
frg_Away
-
frg_Away
-
njsg
sigh. My feeling has been that VirtualBox was never great about compatibility. But not working on NT6.1!?
-
frg_Away
They ued a new Windows 10 api in 7.1
-
njsg
(I'm reminded of their attitude regarding wanting to run a Win4.10 guest over a decade (two decades?) ago, it wasn't great - this is virtualization software, perhaps it'd not be far-fetched to accept it might be used for that.)
-
njsg
But this is all Oracle Legal now, so I don't expect improvements...
-
frg_Away
they are probably underfunded and understsaffed. I have given up filing issues. Devs are usually ok to work with. It is still a good program.
-
nsITobin
it's this bullshit that ruins software .. LIES
bugzilla.mozilla.org/1701123#c51
-
njsg
if that's outright wrong, then almost sounds like the kind of thing I've seen from parts of the Wayland crowd in the fediverse.
-
njsg
also sounds like the "you're using ALSA? you need to use PulseAudio to hear audio from more than one application at the same time" thing
-
nsITobin
I was only about it not being soley important enough to drive the port .. but yeah seems to be lies..
-
nsITobin
njsg: remember I lost my github account for being anti-wayland
-
nsITobin
and pointing basic shit like this out on a gist that was pointing this shit out
-
nsITobin
and GTK4 and especially 5 is important for the waylandists because GTK4 is kinda crap to use on x11 and GTK5 will not HAVE x11 at all.. with their defacto standards or just deeming it THE platform toolkit
-
nsITobin
it upsets me njsg
-
nsITobin
and while qt is even more extreme in their not only does it have to be qt but all the functionality is provided by kde foundation supersets .. there are other full toolkits on linux still as well.. like motif.. and fox toolkit.. and others.. its just more monoculture
-
njsg
oh? I thought qt was better in that regard, that you could use *just* qt
-
njsg
as opposed to GIMP ToolKit, which for some reason tends to pull GNOME stuff. One would understand if it were GIMP stuff...
-
Sompi
Why unicode enthusiasts are so obsessed with poop emojis?
-
Sompi
...and why they are so obsessed in writing every computer program in such way that it is hard-coded to a specific encoding (usually UTF-8 or UTF-16) and not encoding-independent?
-
Sompi
every fucking time
-
Sompi
unicode is a nice thing to have, but often defaulting to it (or worse, forcing everyone into using it) only creates more problems and doesn't solve anything
-
njsg
there are also those writing utilities that assume all terminal devices can (or want to) do colors
-
njsg
(which probably in some cases means they've never seen a terminal?)
-
Sompi
what character set does HTTP/2 use for default for the filename in the GET field?
-
Sompi
the real HTTP protocols (by which I mean HTTP/1.1 and older) use ISO-8859-1 by default, and it is in the specification
-
Sompi
but that "HTTP/2" protocol doesn't seem to have anything about encodings in its spec
-
Sompi
Firefox changed the character set of its address bar to UTF-8 and it instantly created some stupid problems with filenames that have scandic characters
-
Sompi
firefox is actually violating the HTTP specification because it doesn't convert the path to ISO-8859-1
-
njsg
you mean it's not doing quoting anymore?
-
njsg
and sending it down the wire as UTF-8?
-
Sompi
no
-
Sompi
it escapes it as hexadecimal numbers using the %xx notation
-
Sompi
but it doesn't convert the filenames to ISO-8859-1
-
njsg
ah, so is using the wrong encoding for quoting?
-
Sompi
instead it just requests the UTF-8-encoding path which confuses the server
-
Sompi
UTF-8-encoded*
-
Sompi
and now filenames containing åäöÅÄÖ don't work anymore
-
Sompi
ä.txt used to mean 0xE4 0x2E 0x7E 0x78 0x7E
-
Sompi
now it is "%C3%A4.txt" which is of course interpreted by the server as 0xC3 0xA4 0x2E 0x7E 0x78 0x7E
-
Sompi
and there is no such file
-
njsg
I guess it's time to revive the timeless saying: {{kk|set eiv{t en{{ ole ongelma
-
njsg
but I'm now more curious about this change in quoted encoding, I have to see what's specified about that and what used to be server behaviour
-
njsg
as I've hit some issues with that a couple times
-
njsg
along with a server wanting \ instead of / but rewriting \ as /, but that's probably unrelated :-P
-
njsg
(that last line was not in ISO-646, if anyone's wondering, I do mean forward and back slashes)
-
Sompi
I hate when HTTP/2 enthusiasts claim that encryption-agnostic protocols are "not safe"
-
Sompi
IMO they are much safer than protocols that require a specific encryption set because an encryption-agnostic protocol like HTTP/1.1 can have a much stronger encryption
-
Sompi
and also they are usually simpler so the probability of security-related bugs is lower
-
njsg
that's the xmpp s2s thing all over again...
-
Sompi
why everything else has to be a lie
-
Sompi
everything new*
-
Sompi
I meant to ask: why everything new has to be a lie, but was multitasking and thinking about something else
-
njsg
it seems to be a kind of argument often seen, and then sometimes even demanded, I'd not be surprised if some entities out there mandated that sites must refuse plain-text to be eligible for something
-
njsg
truth is that you can both have encryption and plain-text, and there are scenarios where encrypted HTTP is now breaking or making sites less compatible
-
njsg
"retrocomputing" for one case
-
Sompi
demanding both encryption and third-party signing (which is practically the case with "HTTP/2") is even more stupid than just hard-baking the encryption into the payload protocol
-
Sompi
it's actively hostile towards hobbyists and self-hosting things
-
Sompi
the whole CA infrastructure is just broken
-
njsg
wait, a requirement for third-party signing?
-
Sompi
else the browser shows a scary warning page
-
njsg
I see I have some reading to do about "HTTP/2", but wow.
-
Sompi
about a self-signed cert
-
njsg
ah, warning message. On one hand I'd say we have had that already for ages in browsers, OTOH I'm sure can be made worse
-
njsg
there *was* some browser now flagging non-HTTPS downloads, for instance
-
Sompi
of course the HTTP/2 spec doesn't require the certificate to be signed by a third party, but practically it leads into that requirement
-
njsg
but then it's not much different than HTTP, is it?
-
Sompi
no
-
Sompi
instead of a centralized certificate authority, what we really need is a p2p network that is used to check that everyone receives the same self-signed certificate from the same source
-
Sompi
it would accumulate trust over time
-
Sompi
of course it would also be initially very unsafe
-
Sompi
because the "peers" can be just one man-in-the-middle
-
Sompi
but assuming that they cannot compromise everyone's internet, after you have some trusted peers it would make those self-signed certs much more safe
-
Sompi
but the ones that are lying about "security" are also actively making it harder to have peer-to-peer connections
-
njsg
Sompi: is what you have in mind the PGP/GPG web-of-trust model or close to that?
-
Sompi
I don't know
-
nsITobin
now I am three levels above a spectrum CSR a nice lady in the north carolina office who seems to agree with me that there is something fishy about my account how its been treated and how there has YET to be a single field maintaince request actually satisifed they keep getting viewed and closed according to her..
-
nsITobin
oh I also "rented" a router from walmart that gives identical results to my router
-
nsITobin
I have a better idea
-
nsITobin
make self-signed == http
-
njsg
what do you mean, treat it as http in the UI?
-
nsITobin
yes
-
nsITobin
as a valid but unverified origin
-
nsITobin
as http is treated now at best
-
nsITobin
http in most browsers is listed as grey "Not Secure" self-signed fits the requirement for basic encrypted connections but unverified so functionally eq with the added encryption for better or worse
-
nsITobin
it would preserve the key freedom of http .. being able to JUST put up a website
-
nsITobin
and has the "advantages" of encrypted connection
-
nsITobin
for whatever that is worth
-
nsITobin
i just don't see that happening
-
nsITobin
but i think it should
-
nsITobin
Maybe I should fork the http protocol
-
nsITobin
now there is a phrase njsg
-
nsITobin
k, I've decided.. I am forking http(s)/1.1 into the web protocol
-
nsITobin
"fork the web"
-
nsITobin
k
-
» njsg goes look for gopher+.txt
-
nsITobin
maybe i should just design a whole new protocol
-
nsITobin
and make it xml based
-
nsITobin
the internet needs more protocols less http/html standards
-
nsITobin
how are you this fine evening the tomman
-
tomman
just had a crash here out of the blue, otherwise a typical boring Sunday
-
nsITobin
what happened?
-
tomman
clicked on a NY Times involving The Copyright Mouse, and suddenly... a crash
-
tomman
restarted, tried the same link again, this time opened fine
-
nsITobin
strange
-
nsITobin
likely something poked the js engine wrong
-
nsITobin
or dom more likely