HackerTrans
TopNewTrendsCommentsPastAskShowJobs

emersion

no profile record

Submissions

I'm tired of this anti-Wayland horseshit

drewdevault.com
550 points·by emersion·hace 5 años·844 comments

comments

emersion
·hace 4 meses·discuss
Some time ago I've written an article about a particular aspect of shells, job control: https://emersion.fr/blog/2019/job-control/
emersion
·hace 6 meses·discuss
Library maintainer here. Why not send a PR?
emersion
·hace 6 meses·discuss
My go-to small event loop library is https://github.com/any1/aml
emersion
·hace 6 meses·discuss
No, it just felt a tad cleaner to have the comment slashes separate from the path leading slash.
emersion
·hace 6 meses·discuss
The following would probably be more portable:

    ///usr/bin/env go run "$0" "$@"; exit
Note, the exit code isn't passed through due to: https://github.com/golang/go/issues/13440
emersion
·hace 9 meses·discuss
AFAIU not yet because the underlying GUI framework doesn't support this, but the developer mentioned they'd definitely be interested in adding it.
emersion
·hace 9 meses·discuss
"you lost compile-time type checking" makes it sound like you haven't been using code generation? Varlink has an interface definition language which makes everything type-safe.
emersion
·hace 9 meses·discuss
The main use-case is different: gRPC and Cap'n'Proto are designed for networked servers, while D-Bus and Varlink are designed for local IPC. Varlink is a lot simpler than other alternatives.
emersion
·hace 9 meses·discuss
There are open-source projects trying to replace older closed-source software used to produce these timetables:

- Netzgrafik-Editor: https://github.com/OpenRailAssociation/netzgrafik-editor-fro...

- OSRD: https://osrd.fr/en/

(Disclaimer: I'm working on OSRD.)
emersion
·hace 3 años·discuss
That's not true in general. Many mailing lists accept emails from unsubscribed users, some moderate them (requiring moderator approval for the first post), but I don't know of any which outright rejects such emails.
emersion
·hace 3 años·discuss
Related: https://blog.brixit.nl/developers-are-lazy-thus-flatpak/
emersion
·hace 3 años·discuss
My go-to CD ripper is https://github.com/cyanreg/cyanrip
emersion
·hace 6 años·discuss
https://cmpwn.com/@sir/105097280819605590
emersion
·hace 6 años·discuss
> Power user functionality like copy paste on the other hand? https://github.com/swaywm/sway/issues/4007 might want to pray before using that.

Come on.

Congratulations, you've found the only opened bug report about clipboard on Sway/wlroots. It's triggered by edge cases (X11 client hanging + fcitx apparently), and most of it has been fixed already.

Are you really trying to convince people that the clipboard is broken on Wayland with this? Maybe you could start by actually trying Wayland.
emersion
·hace 6 años·discuss
>as the platform under it (the hardware, the kernel, etc.) changes to the point that it becomes non-functional.

The kernel has a pretty strong backwards-compatibility stance, so you'd need to wait a long time.

Nobody stops you from running an outdated and insecure distribution to use X11 (in this hypothetical future). Nobody stops you from patching X11 to support newer interfaces.

If you want to stick with X11, you can. Nobody urges you to upgrade.
emersion
·hace 6 años·discuss
Yup, the thing is called the wayland-protocols repository.
emersion
·hace 6 años·discuss
<3
emersion
·hace 6 años·discuss
Nvidia still doesn't implement the de-facto standard API used by everybody else (GBM).
emersion
·hace 6 años·discuss
KDE and Mir already implement some wlroots protocols. We (wlroots) try to get as many compositors as possible on board.
emersion
·hace 6 años·discuss
Yes, Xwayland lets users run X11 applications inside Wayland compositors.