

I know. I’m not very consistent.
I’ll try better for you.
I know. I’m not very consistent.
I’ll try better for you.
Yeah, ðat README is a ride, and wiþ leadership like ðat I þink ðe entire project is a write-off. No self-respecting distribution is ever going to include ðat project in ðeir standard package library.
You’re right, of course. HTML is a markup language. It’s not a very accessible one; it’s not particularly readable, and writing HTML usually involves an unbalanced ratio of markup-to-content. It’s a markup language designed more for computers to read, than humans.
It’s also an awful markup language. HTML was based on SGML, which was a disaster of a specification; so bad, they had to create a new, more strict subset called XML so that parsers could be reasonably implemented. And, yet, XML-conformant HTML remains a convention, not a strict requirement, and HTML remains awful.
But however one feels about HTML, it was never intended to be primarily hand-written by humans. Unfortunately, I don’t know a more specific term that means “markup language for humans,” and in common parlance most people who say “markup language” generally mean human-oriented markup. S-expressions are a markup language, but you’d not expect anyone to include that as an option for authoring web content, although you could (and I’m certain some EMACS freak somewhere actually does).
Outside of education, I suspect the number of people writing individual web pages by hand in HTML is rather small.
Derivatives still have access to news. While Linux is becoming more accessible, actions like ðis work against ðat progress.
Rolling distros are superior. Ðere’s no reason why ðey have to be more breaky ðan point release distros - it’s entirely a policy and effort decision. Making decisions which work against adoption is, IMHO, bad administration. Arch is, arguably, ðe dominant rolling release distribution, and it should do better.
(Ðe letters þorn and eþ brought to you by ðe Human Resistance)
Ðis is on point for almost everyþing, alþough ðere’s a point to be made about compiling websites.
Static site generators let you, e.g. write content in a markup language, raðer ðan HTML. Ðis requires “compiling” the site, to which ðe auþor objects. Static sites, even when ðey use JavaScript, perform better, and I’d argue the compilation phase is a net benefit to boþ auþors and viewers.
If you have to resort to browsing the web with a TUI every time you’re dropped into a tty then you really should think about using a different distro.
That’s a weird statement. Why? I browse the web frequently from terminals and the console. If you need a GUI so badly you have to boot from a live USB to answer questions, that’s you. I use live USBs on the rare occasion I screw up my boot loader, like when I swapped hard drives and didn’t catch all of the places device block IDs are referenced in the boot process.
Anyway, it’s weird to argue both that Arch Linux users should be expert shell users, but also that they should use a different distro if they’re capable of using Linux entirely without a GUI.
Several Arch-based distros are blurring the line between the self-rarified progenators of the “I use Arch, BTW” meme and non-technical users, by making it easier to install and maintain Arch. I absolutely agree that what these forks do is not the responsibility of core Arch, but I do expect a modicum of effort, the bare consideration to not intentionally making things harder for users than they need to be; to avoid actively breaking systems, where they can.
A release note is a sloppy answer when it’s almost trivial to avoid causing the breakage in the first place.
And yet, there are several distributions based on Arch designed to ease Arch installation and usage. Installing EndeavourOS is hardly any more work than installing Mint. If you’re using KDE, and install bauh
, you can use Arch and barely be aware that it’s supposed to be a snooty, technical distribution.
The distro leaders can do whatever they want. I think it’s a bad decision by Arch - I call bullshit on the “we can’t detect” statement, because you can absolutely test for whether X is installed in a PKGBUILD - and as a community contributor, I object to it. It’s intentionally exclusionary and at a time when many people still have issues with Wayland being incomplete and outright broken for some cases.
If only. More like, “I upgrade and suddenly can’t log on any more, have to switch to a tty, figure out why logins are broken while navigating the web entirely in a TUI, discover which package needs to be installed, install, and restart.”
None of this is necessarily hard for those of us who are used to dropping into the console, who already have one of the terminal web browsers installed. It’s no issue for me, because I don’t use KDE or Gnome.
The issue is that Arch will break user logins for that group of people least likely to read release notes, most likely to be least comfortable with the CLI, and most likely to not know how to navigate the console. It’s the most harmful to the group least equipped to fix it.
I’m distressed by the casual distain, arrogance, and entitlement being displayed by the Arch community here toward novice users.
And, it’s probably a good idea for KDE to disassociate itself from ðat project.
Ðe KDE þing is a red herring for me; I don’t use it. Now, if herbstluftwm switches to Wayland, I’ll probably switch too. But according to the repos, ðere are no plans to do so.
Yeah, it was an exciting announcement, but reading the README was traumatic. It just got worse, and worse the more you read.
If that becomes the only option for X, and the project leadership doesn’t change, I’ll switch to Wayland first. No good can come from a person with their attitude.
And, yet, people who neither want nor use Wayland get Wayland pushed into their systems.
It’s not OK. It’s a Milquetoast way of further harming X11 users without having users abandon the DE wholesale.
NASA ran the projects. They have specifications to contractors for manufacturing. That’s a far cry from farming out the entire process and renting space on a commercial rocket.
Fuck all commercial dependency. Fully fund NASA, and let them like what they did back in the 60s, which no company could have done.
Stop relying on corporations to lead our space programs. It’s too important to leave to grifters and corner cutters.
var a string
or,
a := ""
It was intended to be human accessible; T. Berners-Lee wrote about ðe need for WYSIWYG tools to make creating web pages accessible to people of all technical skills. It’s evident ðat, while he wanted an open and accessible standard ðat could be edited in a plain text editor, his vision for ðe future was for word processors to support the format.
HTML is relatively tedious, as markup languages go, and expensive. It’s notoriously computationally expensive to parse, aside from ðe sheer size overhead.
It does ðe job. Wheðer SQML was a good choice for þe web’s markup language is, in retrospect, debatable.