Firefox 121 defaults to Wayland on Linux

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. wayland-accessibility-notes

    Research on accessibility in the Wayland based Linux desktop

    To be completely clear I am not a Linux programmer, and I don't have the bandwidth I think to become one, this is my secondhand understanding of the situation.

    Here is a bit of a discussion though on this topic:

    - a summary of the situation: https://github.com/splondike/wayland-accessibility-notes/blo...

    - talon-required features and their current compatibility: https://github.com/splondike/wayland-accessibility-notes/blo...

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. community

    Voice command set for Talon, community-supported. (by talonhub)

    Talon is what I would describe as accessibility for programmers (my definition, not the developer's!). You effectively write software that replaces keyboard and mouse usage, generically, flexibly and programmatically.

    So when you write commands you bind them in different way: app specific[1], feature specific[2][3], OS-specific, hecking __programming language specific__[4] etc, and the in talon mixes and matches all of that stuff together.

    So let's say I have VSCode focused on a javascript file . Talon knows this, and so I have "panel switch" which is a vscode specific command, and "op strict equal" to insert ` === `, but I also have generic text editing commands (because it's an editor), and multi cursor commands (because vscode has been tagged as multi cursor supporting), and tab commands (because vscode is a tab-based editor), and so on and so on.

    If I then switched to the browser I would keep the generic text editing commands, and the tab commands, as it supports both of those things, but I would no longer have multi cursor support (or JS commands), because my browser doesn't support that.

    This also means you can by and large use the same talon config (and so the same voice commands) on windows, mac and x11.

    So for me switching to windows is actually less of a pain because most of the ways I interact with my computer don't actually change, as talon abstracts that away quite a bit.

    [1] https://github.com/talonhub/community/blob/main/apps/vscode/... / https://github.com/talonhub/community/blob/main/apps/vscode/...

  4. xpra

    Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.

    I want to move to the "future", but I use several firefox profiles via xpra in combination with xdotool based hotkeys. The fluidity with which I can control my different profile windows without a mouse and with which I can switch between computers with no lag with this setup is a big reason why I have stuck with a Linux desktop, so I am sad to see those super powers go away for no perceived benefit. I have tried Wayland several times now and don't notice any performance differences, just more bugs in Wayland.

    `xdotool search` seems like it has been deemed a security issue for reasons I can't understand (if someone has hacked in to the point that they can even run such query commands, surely I'm already pwn'd). Maybe I'm oversimplifying it, but to me it's like being upset that someone who broke into your house can see the color of your curtains. The powerful feature set of X far outweighs these minor security concerns.

    And it looks like xpra is facing huge issues switching over https://github.com/Xpra-org/xpra/issues/387 :(, I have yet to be as satisfied with any other free remote desktop software (paid nomachine is close but less scriptable).

    I hope these aren't fundamental limitations of wayland, but the challenges seem steep.

  5. i3

    A tiling window manager for X11

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Cybershard Keyboard Layout

    4 projects | news.ycombinator.com | 27 Nov 2024
  • Automatic Visual Feedback for System Volume Change in I3wm via Dunst

    4 projects | dev.to | 27 Jun 2024
  • XPRA

    1 project | news.ycombinator.com | 9 May 2024
  • Why is remote desktop slow when host monitor is off unless HDMI cable is used?

    4 projects | news.ycombinator.com | 10 Apr 2024
  • Show HN: Chrome Reaper

    4 projects | news.ycombinator.com | 19 Dec 2023

Did you know that Python is
the 2nd most popular programming language
based on number of references?