feral_hedgehog

@feral_hedgehog@pawb.social
1 Post – 45 Comments
Joined 1 years ago

There's a very nice (albeit somewhat outdated) talk here.

In a nutshell, both X11 and Wayland are protocols that define how software should communicate to (hopefully) display stuff on your screen.
Protocols as in there's a bunch of documentation somewhere that says which function a program must call to create a window, without specifying how either program or function should be implemented.
This is great because it allows for independently written software to be magically compatible.

X11 is the older protocol, and was working fine good enough for many years, but has issues handling a bunch of modern in-deman technologies - issues which can't be fixed without changing the protocol in a way that would make it incompatible with existing software (which is the entire point).
Plus its most used implementation - Xorg, consists of a huge and complex codebase that fewer and fewer people are willing to deal with.

Wayland is the newer protocol, that mostly does the exact same thing, but better, in a way that allows for newer tech, and completely breaks compatibility in order to do so.

The trouble with the whole situation was that in order to replace X with Wayland basically the entire Linux graphics stack had to be rewritten - and it was, with raging debates and flame wars and Nvidia being lame.
They also wrote a compatibility layer called Xwayland that lets you keep using older X-only apps which somehow manages to outperform Xorg.

Now we're at the point where major distributions are not only switching to Wayland by default, but also dropping support for Xorg completely, and announcing that they'll no longer maintain it, which is why posts about it keep popping up.

One step closer to ⛧ Linux 6.6.6 ⛧

2 more...

So get comfortable, while I warm up the neurotoxin emmiters chlorine refreshments

Construction workers were digging foundations at a local work site and found a Soviet T-34 tank burried in the ground.

Important context:

  • My town is not in Russia or the former USSR.
  • My town is not in Europe either.
  • Our military doesn't even operate Soviet equipment.
  • My town is also not next to a border with a country who might have operated Soviet equipment when it was also not so friendly with my country.

There are some plausible theories, but to this day nobody really knows how it got here or why it got burried.

Ohh and the real kicker: the street this all happened on is named after an indigenous tank, so the news headlines all basically said "Tank found on Tank street!"

2 more...

Does this mean I can stop setting MOZ_ENABLE_WAYLAND?
Or is it just enabling the compilation of Wayland sections (which I thought happened a while ago?)

Which edition are you trying to install? Are you using an up-to-date ISO?
I've only ever used the business edition, and it's never given me any trouble.

  1. Head over to the tools section in the megathread at !piracy@lemmy.dbzer0.com
  2. Grab a clean business editon ISO from one of the listed sources.
  3. Create an installation flash drive using rufus.
  4. Make sure all the legacy CSM crap is disabled in BIOS.
  5. Boot off the flash drive and run the installer.
  6. When you get prompted to sign in with a Microsoft account click "Domain join instead" (or something similar).
  7. Create a normal account but leave the password field blank (to avoid having to enter security questions).
  8. After you finish the setup and get into Windows, hit Ctrl+Alt+Delete and set a password.
  9. (optional) Go into settings and either enter your legally obtained key to activate Windows (it should automagically recombobulate itself into a matching editon) or read through the aforementioned tools section for an alternative 🏴‍☠️
  10. ???
  11. PROFIT You've installed Windows.
3 more...

We'll bang ok?

"Oi, fuckface!"

Right so just installed xscreensaver - automatic blanking and locking is indeed broken BUT it does display all the pretty animations just fine! (at least on Sway)
Don't really have time to mess around with it but maybe try figuring out which mechanism is used for screen locking in your environment (in Sway's case it's swayidle) and get it to start xscreensaver right before calling the real locker program?
BTW you can get xscreensaver-settings to come up by unsetting the WAYLAND_DISPLAY variable:

env --unset=WAYLAND_DISPLAY xscreensaver-settings

Philosophical BS: I don't think it's correct to say that Wayland doesn't support screen savers, but rather that it doesn't support XScreenSaver, or, more accurately, the mechanisms it uses for screen locking and idle-detection.
As others have pointed out, equivalent functionality has already been implemented and is used by various screen lockers. What appears to be missing is something to take this functionality, and display an animation instead of just locking the screen.
I noticed that all of XScreenSaver's animations are actually separate binaries in /usr/lib/screensaver/ so we basically need a locker that speaks Wayland's locking protocol, but also takes and runs those binaries in full screen mode.
Or maybe XScreenSaver's dev can be convinced to add support once the protocols are stable?

I got two Brother laser AIOs (MFC1910W) for my folks and myself.
All I had to do on Arch was install brother-mfc-1910w for printing, brscan4 for scanning and oh-brother for (occasionally) upgrading the firmware, all over WiFi.
I think more user-friendly distros come with these packages preinstalled, so it should just be a matter of opening the printer manager and waiting for it to show up.
Don't think they make the specific model anymore, but any Brother laser AIO should do.

Maybe rebuilding the ramdisk failed during the original upgrade?
One of the post-install stages after upgrading the kernel is rebuilding the initramfs - a tiny environment for bootstrapping the main OS.
If you trigger it manually with mkinitcpio --allpresets you'll notice it has fancy colorful output, with clearly visible warnings/errors.
However when invoked as part of an upgrade this coloring is removed, making errors difficult to spot.
I had this stage randomly fail a few times, resulting in an unbootable system like you described - solution was to just trigger a manual rebuild or reinstall the kernel with pacman -U.
It's possible that this is what actually fixed things when you downgraded the kernel.

  • "Screensaver" isn't a feature of X - it's functionality provided by XScreenSaver which uses X mechanisms to detect user inactivity, lock the screen and display an animation.
    Equivalent mechanisms exist in Wayland, but XScreenSaver doesn't have logic to interact with them. This can be solved by either teaching XScreenSaver how to talk to these new mechanisms (difficult as it was developed for X from the ground up) or implementing something new.
  • Network transparency already exists (and has for some time) in the form of waypipe.
  • xset isn't a feature of X - it's a utility to control it. Since Wayland compositors aren't X, it makes sense for them to be controlled differently.

Kinda depends on how much you're familiar with low level programming.
For a quick check to see if it's for you start by learning a little about how a processor works here (the first episode can get a bit condescending at times, but it's good info).
Then try diving into a disassembly CTF like MicroCorruption.
If you (somehow) enjoy both those things, consider learning C and specifically how to use it to break things through shellcode.
C Programming: A Modern Approach, and The Shellcoder's Handbook are great resources for that (look here for instructions on obtaining them 😉).

Correct ^_^
Tank was likely captured in Egypt in the 50s or 60s, and transported to a military workshop next to the city - probably to study Soviet armour.
Years later the city was expanding, so they decided to move the base someplace else and someone decided to just burry the thing instead of transporting it again.
At least, that's the official, "logical" explanation that we got that conveniently ignores the possibility of secret Soviet space-time travel experiments!

Are we reading the same article?

You assume they've read the article 😬

Might sound kinda dumb, but try dumping a bucket of (ice) cold water on your head.
The trick is to dump all the water at once and not gradually to get your body into a "I'm being attacked by lions!" state.
This is for instant relief. For gradual improvement try increasing your daily water intake - set reminders to drink a glass or two during the day and drink right before going to sleep and right after waking up.
Source: inherited migraines from my grandma and started getting them regularly around my teens.
Doing the above has made me nearly migraine-free except for when there's drastic weather changes (when I get them with auras and everything 😵‍💫).
Good luck!

1 more...

There's a bug open for Firefox and you can change VSCode's behavior by putting this in your keybindings.json:

{
    "key": "shift+insert",
    "command": "editor.action.selectionClipboardPaste",
    "when": "textInputFocus && !editorReadonly"
}

Not sure why either of them are messing with a "standard" shortcut...
If you want a more system-wide solution there are utilities that let you sync the PRIMARY (on selection) and CLIPBOARD (Ctrl+c) buffers mentioned in the Arch Wiki entry.

Yeah no way, the 90s were something like 10 years ago and... wait now we're in...
Ohh... Ohh no...

OwO

... and fear amongst Hamas members

7 more...

Powers of two, squares and cubes up to 20 and the NATO phonetic alphabet.

WHY ARE YOU SENDING MEMES IN THE SOUP APP?!

Finally finished Inscryption.
Holly shit what a game.

NEED A DISPENSER HERE!

Ohh man my shoes gradually untying during the day have been bugging me for years! Always assumed it was because I was tying them in a hurry...
Just checked and sure enough I've been making granny knots all this time. Can't believe I never thought to look it up 😅
Thank you so much!

:/

Drone footage of tunnel entrance on hospital grounds:
https://videoidf.azureedge.net/b9216285-5630-44f4-87a0-7f8f543de11f

Israeli hostages being led inside the hospital:
https://videoidf.azureedge.net/a72d538a-f733-45bc-a045-e6b432578160
https://videoidf.azureedge.net/7bf213e9-9301-436f-9a37-66fe5461a6c6

More pictures of Hamas terrorists with hostages inside hospital:
https://idfanc.activetrail.biz/ANC191120236486845465465

Map of where hostages' bodies were later recovered:
https://idfanc.activetrail.biz/ANC19112023684648516

But don't let the truth detract from those fuzzy feelings of righteousness :)

1 more...

Yeah, what could those out of touch edgelords possibly know about terrorism?

Been using this futon mattress for half a year - best sleep I've ever had.
Keep in mind though that this is coming from someone who is fine sleeping on two folded up blankets 😅

Yeah but OP is upset about not being able to share or resell the game, which isn't possible after using the key, even with the physical copy...

Reddit used to be open source?

תנו בראש!

Wait there's places without mandatory driving lessons?!

3 more...

Latest LTSC is still on Windows 10 and the next one won't be out till mid 2024.
I have it running without issue on some machines - not sure how it is for gaming though...
Like it'll probably run most things but maybe there'll be a loss in performance?

If you look closely at the picture you'll see that it is in fact a Hamas terrorist, and not a child - don't feel bad though, it's a common mistake ^_^