

And I can’t possibly imagine that Grok actually collects less than ChatGPT.


And I can’t possibly imagine that Grok actually collects less than ChatGPT.


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.


I’d say it’s ironic since vance literally became famous by celebrating American peasants, but for him it’s probably less about them being peasants and more about them being Chinese.
That’s fair enough. I’ve gotten a number of non-devs hooked on docker containers for running self-hosted apps that didn’t have a desktop counterpart, but admittedly they were otherwise technically oriented. OP might want to look into it if they’re so inclined, but it’s easiest to just use Voyager from the website :)
Voyager can be run in windows as a webapp - you can try it at https://vger.app/posts/lemm.ee/all, or even run it locally in a docker container with no dev knowledge needed


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’m with you 100% from the privacy and cybersecurity perspectives. That said, if they can be solved (e.g. at some point there will simply be no need for any more training data, and computers will be fast enough to do all the fancy stuff locally), I’d vastly prefer having an appliance do my housekeeping chores than a cleaning service.


Use the Meta defense: as long as you don’t seed then it’s fine.


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


A global FOSS day would be awesome. In addition to giving gifts to the authors and maintainers (and maybe Paterson and others would agree to no fees for one-time donations on that day or something), think of all the other new holiday traditions we could start…
What else?


Maybe it’s time for a FOSS general strike.
Lots of sites offload payment directly to stripe, PayPal, etc. many even let you choose the provider. I don’t see why it wouldn’t work the same way.


Yes! Slip the sound board guy your discman and $20 and get a perfect recording. I remember a few times where there were a stack of discmans and walkmans (Walkman?) recording.


Ah damnit so I did. The rest of the numbers are true, just not as close to the 1kg’s worth as noted.


A kilo of gold is worth about $193k currently, which depending on where you live and how old you are means different things. For example, if that was your whole net worth and you are a Baby Boomer in the US you’d be about $1.5M below the average family. If you’re under 35, though, you’d be slightly above average. (Via kiplinger)
FWIW because the top 1% have so much wealth they skew the average significantly - overall the median net wealth in the US is right around that $193k number, but the average is just over $1M, which is pretty amazing.
$200K in net wealth would just about put you into the global top 10% and into the top 1% if those were your earnings for the year.


The main findings from the Economic Index’s first paper are:
- Today, usage is concentrated in software development and technical writing tasks. Over one-third of occupations (roughly 36%) see AI use in at least a quarter of their associated tasks, while approximately 4% of occupations use it across three-quarters of their associated tasks.
- AI use leans more toward augmentation (57%), where AI collaborates with and enhances human capabilities, compared to automation (43%), where AI directly performs tasks.
- AI use is more prevalent for tasks associated with mid-to-high wage occupations like computer programmers and data scientists, but is lower for both the lowest- and highest-paid roles. This likely reflects both the limits of current AI capabilities, as well as practical barriers to using the technology.
Interesting, not really surprising, and nowhere near as entertaining as when Pornhub does it’s annual introspection.
Not that we have any real info about who collects/uses what when you use the API