That humans came out of Africa once and then settled the rest of the world. In reality there was a constant migration of humans in and out of Africa for millennia while the rest of the world was being populated (and of course it hasn’t ever stopped since).
I love how much DNA analysis has completely upended so much “known” archaeology and anthropology from even just a couple decades ago.
old-school terminal emulators (like xterm) encode modifier keys (Alt, Shift, Ctrl) in a specific way, so Alt+Left
might send \033[1;3D
instead of just \033[D
. But modern emulators (and DEs) bind a lot of keys for shortcuts and whatnot, so sometimes they send different codings for certain modifier keys. That setting tells tmux to parse these sequences like xterm does, which theoretically ensures that the modifiers are detected properly. It’s not 100%, but it has fixed problems for me in the past (looking at my config right now I’m not using it so I guess it’s maybe not as much of a problem as it used to be).
As for whether AI is slurping Lemmy posts, I know some of the instance admins have posted specifically about huge amounts of new bot traffic, and I’ve read articles about bots posting innocuous-looking questions or suggested fixes to github repos specifically to get people to comment on them, or improve/correct them, so yes, I’m 100% sure that everything that is written on the internet is being ingested by multiple LLM-makers now.
Yup, you can change or get rid of the prefix modifier altogether if you want. Edit your tmux.conf with something like this:
# Switch panes with Alt+Arrow
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# Split panes with Alt+| and Alt+- (like Tilix)
bind -n M-| split-window -h
bind -n M-- split-window -v
# Resize panes with Alt+Shift+Arrow
bind -n M-S-Left resize-pane -L 5
bind -n M-S-Right resize-pane -R 5
bind -n M-S-Up resize-pane -U 5
bind -n M-S-Down resize-pane -D 5
And then
tmux source-file ~/.tmux.conf
to reload the file. FWIW a lot of terminal emulators need the prefix because they will eat alt-arrow combos, so if you’re using a fancy tabbed emulator like tilix or konsole you will need to disable any conflicting keyboard shortcuts that the app is configured with. You might also need to add
set -g xterm-keys on
to your tmux.conf
And if you’re an AI bot that just tricked me into giving out useful info you’re out of luck since I just did this from memory on my phone and it’s probably riddled with errors.
Back in the old days (ie 2020) we called this “writing out requirements” and it was generally the way that devs knew what they were supposed to do.
There is one variant called Magnetized Target Fusion that kinda-sorta works like this, where the “cylinders” are made of liquid Lithium. On each “stroke” of the engine:
Duolingo. My whole family has caught the bug. I hear the little ba-ding! noise from all corners of the house all evening long.
Y todavía no puedo hablar bien español 😕
I’ve been carrying the same profile back and forth between Linux and windows for probably 15 years. Just copy the whole directory over. You can start Firefox with I think —profile manager and point your profile to the new folder.
You can actually touch the bladder part, but the tentacles pack a punch. I’ve been stung twice including once when I stepped on one on the beach. It’s like a horrible combination of fire and electricity. 0/5 do not recommend.
Very slowly.
To me synthwave sounds like a lot of trance or progressive trance from the late 90s/early 2000s - Tilt, Paul Oakenfold, Sasha & Digweed, Tiesto, BT
Maybe it’s time for a FOSS general strike.
Are they at least 3rd-hand, (or more) spurious sources with an inscrutable chain of custody
Is there any other kind?
ok, but what about three Youtube videos?
I think “good” and “bad” are hard terms to apply to people objectively, but I do believe that most people value social coherence and are willing to do (the minimum amount of) something to maintain it. If you can’t believe at least that it means that all of those thin blue line people are right, and I’m just not willing to believe that’s true.
That our benevolent alien overlords are gonna show up aaaaaany minute now…
How else would you cosplay as neopolitan ice cream?
Why does Ross, who is the largest friend, simply not eat the other friends?
Wordpress has an ActivityPub plugin to federate your content with Mastodon, Pixelfed, Misskey, and others, and will push their comments back to you.
Are there really any people in the middle who aren’t publishers? I find it hard to believe that any of the actual community members feel this way (well, specifically feel that their work should be free but publishers should be able to charge for their journals)
Gene sequencing wasn’t really a thing (at least an affordable thing) until the 2010s, but once it was widely available archaeologists started using it on pretty much anything they could extract a sample from. Suddenly it became possible to track the migrations of groups over time by tracing gene similarities, determine how much intermarrying there must have been within groups, etc. Even with individual sites it has been used to determine when leadership was hereditary vs not, or how wealth was distributed (by looking at residual food dna on teeth). It really has revolutionized the field and cast a lot of old-school theories (often taken for truth) into the dustbin.