TheCaconym

joined 4 years ago
[–] [email protected] 21 points 2 years ago (1 children)

See my answer; the quote is legit.

[–] [email protected] 35 points 2 years ago* (last edited 2 years ago) (2 children)

This does not come from the Hitler diaries, it apparently comes from Monologe im Führerhauptquartier, a book grouping notes authored by Hitler and transcriptions of his informal conversations by Heinrich Heim; here is the german text (thanks to redsails for quoting the source).

The part that is of interest here:

Daß der allgemeine Lebensstandard sich gehoben hat, daran ist kein Zweifel. Hunger haben die Menschen nicht gelitten. Alles in allem gesehen, muß man sagen: Die haben Fabriken hier gebaut, wo vor zwei Jahren noch unbekannte Bauerndörfer waren, Fabriken, die die Größe der Hermann-Göring-Werke haben. Sie haben Eisenbahnen, die sind gar nicht eingezeichnet auf der Karte. Bei uns streitet man sich um die Tarife, bevor die Bahn gebaut ist

(copied from the archived book itself just in case, not a third party source)

Google translated:

There is no doubt that the general standard of living has increased. The people did not suffer from hunger. All in all, one has to say: They have built factories here where two years ago there were still unknown farming villages, factories that are the size of the Hermann Göring works. They have railways that aren't even shown on the map. Here we argue about tariffs before the railway is built

It's legit.

[–] [email protected] 51 points 2 years ago* (last edited 2 years ago) (9 children)

I wonder if there was a point where someone in an intelligence agency in the UK or the US (I'd bet the former personally) started panicking in front of their monitoring screens when they saw that Bin Laden letter going viral and started to rush for a phone, or if it all happened organically as self-censorship and people from the guardian noticed their stats going insane on that single article and checked the referrer.

Ultimately I think it was the latter, because it seems to be going even more viral (like front page news) since the removal. They should've let it die down.

[–] [email protected] 6 points 2 years ago

Makes sense, in the EU (or at least in france-cool) tech workers usually shit on apple.

[–] [email protected] 5 points 2 years ago

Thanks

And also yikes

[–] [email protected] 6 points 2 years ago (3 children)

Green text ? I assume you don't mean the 4chan thing ?

[–] [email protected] 0 points 2 years ago* (last edited 2 years ago) (1 children)

I want an openbox/fluxbox look and UI. About the only one I know of is labwc, and it's shit (despite being proudly on your list). I'm fairly sure that a lot of these, in fact, aren't close to usable.

Again, it's not that relevant, for now I can still use Xorg. For now.

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago) (1 children)

Previously, on Linux, your desktop environment is made out of:

  • The display server (xorg), in charge of dealing with the video card (by talking with drivers in the kernel through a unified interface, DRI), and handling how to display stuff properly on your particular combination of hardware, including your physical screen and its peculiarities.
  • A window manager, in charge of asking software for what they want to draw, then drawing windows, decorating them, etc. and more generally organizing what will be displayed on the screen and how it will be displayed.
  • A protocol allowing both to communicate between each other.

That protocol is old, shitty, and insecure. Those are rightful criticisms of it, and it could be argued there is a need for an alternative. This is the often touted justification for wayland.

Note that the way windows and the general desktop environment is handled in the model above is completely distinct from the actual display server; this has a nice advantage: one can write a WM relatively easily, and as such there are hundreds available for linux users to choose from - including some that traditional Windows and Mac users would consider visually exotic and different, such as tiling WMs. This has long been considered a distinct superiority of Linux over, for example, Windows, where all of this is a monolithic block.

Now the dudes that introduced wayland didn't just decide to secure the protocol; they decided to do away with that separation. Now a "compositor" handles all the stuff both xorg and the WM used to do. This means that almost none of the existing window managers work on this thing (actually the truth is none of them do, but Gnome and a few others for example created whole new compositors - today, you can run "gnome" either with that shit or with Xorg, for example), and that there will be far less of them to pick from in the future. The people implementing wayland didn't even consider this an issue at first (everyone uses gnome or KDE, right ? imbeciles), so IIRC third party devs eventually tried to implement a library to restore some degree of separation (wlroots). This still requires reimplementing a WM though, and ultimately is extremely limited anyway due to the very "security" concepts the wayland protocol introduces. Some stuff that was trivial on Xorg will not be possible at all.

You might be considering why we're talking about security in the context of a display server.

Well, the Wayland people noticed that more and more, people were installing software on Linux not through the official repositories of their distributions (which are high quality, somewhat audited, etc.) but from a galaxy of alternatives proposed by a variety of actors: flatpak, AppImage, snap, etc. The reason for this is the quality of software in general has taken a dive, and so has the quality of developers in the open source community; the usual process for someone wanting to be published on, say, debian, would normally have been to follow a few simple rules and to publish your package, accepting it'll be audited and you may have a few points to work on before it'll get up on the repos. Many devs these days are not interested, and deploy their software through the alternatives I mentioned above (which are basically all container or chroot based approaches to produce a "minisystem" with a set of defined libraries, meaning only your kernel will differ from the person having published that package).

As a result, a lot of clueless people are now installing shady software like monkeys on their system, coming from anywhere, just like on Windows. As such, the Wayland creators consider stuff such as an application discreetly capable of capturing the screen, or copying the clipboard from another app, to be potential "security issues". You may be interested to now such "security measures" do not exist on, for example, Windows (but the "security issue" do).

I'm not even trying to argue whether or not they're wrong here. I think mostly they are - the amount of issues and use cases they didn't consider is incredibly large, and it's been biting them in the ass ever since - but it's irrelevant; in theory this would not be much of a problem because, you can just keep using Xorg and your WM, right ? the fear is that maintainers and support for these will dry up (I doubt that, personally), but also and more cruciallly that as Wayland becomes more and more omnipresent for many users, various features from various critical software - such as the browser - will eventually become problematic for Xorg users.

[–] [email protected] -4 points 2 years ago (5 children)

I cannot try it, as my window manager (and in fact almost the entirety of small lightweight window managers) is not compatible with it, and never will be given the insanely higher requirements to implement a compositor compared to a WM. Wayland supporters say that'll change; I don't see how.

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

I was about to say "no it doesn't" (having installed bookworm a few weeks ago, and most definitely not having wayland), but actually it seems you're right, and "by default" just means "if you choose one of the compatible desktop environments", one of which appears to be the default selection.

If that's all they plan on doing: awesome, actually, this way anyone can pick what they prefer. I was afraid they were going to pull something like systemd (though ultimately it makes sense, as maintaining sysvinit stuff for all services would have been unfeasible; not so, at least for now, with X11/Wayland).

Thanks !

view more: ‹ prev next ›