And here I was, just assuming that to be true about most people…
How inconsiderate of me.
- 1 Post
- 46 Comments
feral_hedgehog@pawb.socialto Asklemmy@lemmy.ml•Whats the nost bizzare local story from your city?8·1 year agoCorrect ^_^
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!
feral_hedgehog@pawb.socialto Asklemmy@lemmy.ml•Whats the nost bizzare local story from your city?35·1 year agoConstruction 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!”
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
finegood 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.
feral_hedgehog@pawb.socialto World News@beehaw.org•Video of Palestinians stripped, forced to sit outside by IDF soldiers raises ire7·1 year ago… and fear amongst Hamas members
feral_hedgehog@pawb.socialto World News@beehaw.org•Israel-Gaza live news: IDF resumes strikes as ceasefire with Hamas ends - BBC News1·1 year agoLol, they fired rockets at Israel at 05:42 (ceasefire was scheduled till 07:00) and yesterday 3 people were killed in a terrorist attack that they (proudly) took responsibility for.
Guess we’re due for another apology from the BBC…
feral_hedgehog@pawb.socialto World News@beehaw.org•IDF evidence so far falls well short of al-Shifa hospital being Hamas HQ3·1 year ago:/
Drone footage of tunnel entrance on hospital grounds:
https://videoidf.azureedge.net/b9216285-5630-44f4-87a0-7f8f543de11fIsraeli hostages being led inside the hospital:
https://videoidf.azureedge.net/a72d538a-f733-45bc-a045-e6b432578160
https://videoidf.azureedge.net/7bf213e9-9301-436f-9a37-66fe5461a6c6More pictures of Hamas terrorists with hostages inside hospital:
https://idfanc.activetrail.biz/ANC191120236486845465465Map of where hostages’ bodies were later recovered:
https://idfanc.activetrail.biz/ANC19112023684648516But don’t let the truth detract from those fuzzy feelings of righteousness :)
feral_hedgehog@pawb.socialto Linux@lemmy.ml•Firefox (finally) enables Wayland by default on their builds30·1 year agoDoes 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?)
feral_hedgehog@pawb.socialto World News@beehaw.org•Ex-Human Rights Watch chief - Israel violating humanitarian law in Gaza2·2 years agoYeah, what could those out of touch edgelords possibly know about terrorism?
feral_hedgehog@pawb.socialto World News@beehaw.org•Ex-Human Rights Watch chief - Israel violating humanitarian law in Gaza1·2 years agoIf 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 ^_^
feral_hedgehog@pawb.socialto Linux@lemmy.ml•Severity HIGH security problem to be announced with curl 8.4.0 on Oct 11 (CVE-2023-38545) · curl/curl · Discussion #120268·2 years agoAre we reading the same article?
You assume they’ve read the article 😬
feral_hedgehog@pawb.socialto Gaming@beehaw.org•Weekly “What are you playing” Thread || Week of October 1st6·2 years agoFinally finished Inscryption.
Holly shit what a game.
Looked around some more - maybe it’s because they’re all GTK apps?
https://unix.stackexchange.com/questions/178070/why-does-shiftinsert-paste-from-clipboard-in-some-applications-and-primary-in-o
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.
feral_hedgehog@pawb.socialto Linux@lemmy.ml•Linus Torvalds Announces First Linux Kernel 6.6 Release Candidate61·2 years agoOne step closer to ⛧ Linux 6.6.6 ⛧
- “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.
- “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.
Does the pope shit in the woods?