Or is the arrow of time just our way of perceiving a universally necessary change of entropy?
Or is the arrow of time just our way of perceiving a universally necessary change of entropy?
Yeah, had they asked Grok instead of GPT4 it probably would have been the Book of FAFO.
It’s a pity Herbert never got to writing an official OCB, but given some of the quotes featured in the various Dune books, like:
and
and
I could see it fitting right in. And of course since GPT4.5 was almost certainly trained on Dune (along with all other English literature) it wouldn’t be surprising if this was some of its “inspiration”
Ok so you’d literally be making a regular Lenny post to some particular community on some particular instance in that case, right?
Holy shit I actually agree with Donald Trump about something.
I’m a little lost. You mention hosting content on any instance, or on GitHub. How does that work? And if your content is elsewhere what is Lemmy doing? Authx?
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 don’t know if it’s just me, but over the last few months I feel like I’ve been getting worse and worse results from ChatGPT. I’ve taken to running various OpenAI, anthropic and models in an OpenWebUI instance for anything important, and lately OpenAI is consistently at the bottom of the list.
Right. Traditional projection TVs have reflective screens - your eyes are getting photons that have bounced off of something already, making them less bright and lower contrast. Thing is still an emissive screen tho. The white photons from the projector are filtered by the LCD but then head right out to your eyes without bouncing off of anything else. This keeps the color gamut very high, and the projector only lighting up the pixels that need to be lit keeps the contrast very high (like an oLED)
Use the Meta defense: as long as you don’t seed then it’s fine.
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.
I like it for content discovery, but it feels weird to upvote bot posts. When I see something interesting enough to comment on I do try to see if there’s a similar article in a better community already or make cross-post.
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.
I think he’s pragmatic in the “whatever tool gets the job done” sense, but not in the “this is the job we should be doing” sense — if that makes any sense :)
Correct but there are really only 2 parts (3 if you’re adding a front-facing proxy which it sounds like you know how to do). If you’re using something like truenas or proxmox there are prebuilt containers for both iCloudpd and immich/photoprosm/whatever and even if not both have generic Docker containers or can be run out of their own repo checkout. So you just need:
Good luck!
Right, this is for the “hard” part of getting your content out of iCloud in an automated fashion. You’d then put the content in storage locally and use photoprism or immich or a similar self hosted gallery to be able to access them
icloudpd can be run in a container or just your host machine. It’s a little finnicky to get logins set up (and honestly I haven’t done it in a few months), but once that is working you can automate a job to pull down a backup every day/week/month and delete files from icloud.
So if there is actually some punishment handed down, any bets on what even more hellish scenario will rise up to replace the one where Google controls internet ads?