Bottomless but not topless? Eden was a wild place!
🅸 🅰🅼 🆃🅷🅴 🅻🅰🆆.
𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍 𝖋𝖊𝖆𝖙𝖍𝖊𝖗𝖘𝖙𝖔𝖓𝖊𝖍𝖆𝖚𝖌𝖍
Bottomless but not topless? Eden was a wild place!
And you are right, in all ways!
I misread the title of the post. Hazards of being subbed to both “privacy” and “piracy”.
I did it by doing a download of all my posts, and then deleted my account and everything I ever wrote there. I understand the argument that that this is “bad for the internet,” but I’m not interested in helping Reddit profit off my labor when I’m not using their service. Also, it’s a no-takeh backs approach; once I did it, I couldn’t go back, short of creating a new account, which is easy for me to resist.
I have a Kobo as almost exclusively the only way I read books anymore, and I’ve owned a Sony and a Nook; the Kobo has lasted the longest and I like it best. That said, why do you claim it’s the most privacy friendly?
I can believe it, and I really do hope it has an impact. After this election, I’m doubly pessimistic about progressive outcomes.
Haitian workers have revitalized Springfield’s economy, and their departure could severely impact local businesses and neighborhoods.
Sounds like wishful thinking, but I certainly hope so. I hope people there can’t get the services they need because the rednecks don’t want you do the jobs the Haitians were doing.
But, probably not.
Nope, just ignorance!
Neither. I honestly found mainly references to Zelda when I went looking, and thought the IRL ones were made based on the game.
The app must have simulated the game instrument, which had some sort of sustaining reverb. However, that wikipedia article is fantastic! There are multi-chambered ocarinas, which would support chords, which recorders don’t; that’s cool!
I honestly didn’t know there was a real version first!
Me.
My sister showed up at one Christmas with an Ocarina app on her phone. It was really cool; I’d never played Zelda nor understood the relationship, so I thought it was a real instrument and spent some time in a Zelda rabbit hole.
Still haven’t played the game, and I still wish there was a real instrument that sounds as cool as that app. The real difference between that and a recorder is the reverb; a real ocarina would have to have some difference sound-making mechanism than a whistle; there’d have to be some vibrating component, like in a harmonica.
I love this comment.
My related anecdote is that I studied Aikido for many years, and there’s a lot of woo-woo in it. Energy, and Ki and whatnot. At one point (I was taking physics at the time) I realized that Aikido of all about directing momentum and force, and force as levers on body parts, and that you could probably calculate all of the various ideal angles for maximum conservation of momentum, and angles for balance points… and I realized that all of the woo-woo was a simplification of all of this that allows people to think about all of these things in real time and intuitively, rather than getting locked up in the theory.
I doubt that was the process and intention of the inventor, and a lot of practitioners believed in Ki or Chi or magic juice… but it’s all just physics boiled down to something people can easily visualize. And, yes, the problems start when people begin believing the magic juice, and start proclaiming that they can influence someone’s chi from a distance, or some shit. That’s a far cry from: if I bend your wrist this way, it’s incredibly painful and you’re going to fall over to stop it, or break your wrist.
As Linux is a multi-user system, stuff you install can either run a system process, or a user process. Most other comments are assuming you installed a process that’s running as a user. On Arch, this could either be an autostart process (which is desktop agnostic) or something attached to Gnome or KDE’s startup.
On Arch,systemd
controls system services. There are two key CLI commands for working with systemd (and some GUIs, but you’ll have to find those). The first is systemctl
, and the second is journalctl
. The second gets you logs. The first controls services.
systemctl status
will give you an overview of all the services on your system.
sudo systemctl stop <service name>
will temporarily stop a service; start ...
starts it again. disable ...
will stop it from starting when you reboot – this does not stop the service, it only prevents it from being started again in reboot. As you’ve guessed, enable ...
re-enables the service. status ...
gives you a status for the process, and the last few lines of the log for it.
systemd
services can also be run at the user level; the commands are all the same, but you add --user
every time to control the user services.
journalctl -xe
gives you a system log since boot. You can also look at logs for previous boots, look at logs only for a single process (-u <servicename>
), look at user processes (same --user
argument), tail a log to watch new messages roll in (--tail
) and a bunch of other stuff.
Systemd also controls scheduled jobs (that used to be handled by cron) with timers. Really, most Linux distros these days should be known as systemd/Linux.
I suspect what you’re looking for is sudo systemd disable <service>
, but if it’s a user processes, check ~/.config/autostart
and your desktop config tool section for auto-start settings.
It will help if you can say which desktop you’re using (Gnome? KDE? LXDE? Or just a window manager?) and what the package is. If you give the package name, we can explain exactly how to disable it. Otherwise, you have the hodge-podge of answers below.
This is fantastic. Was not expecting the punchline.
Young me would have missed the personal interaction. Older, less hormonally-motivated me would be fine if the accommodations were nice, reasonably large, and contained a good, Linux-based, powerful computer, a copy of the entire Library of Congress archives, and deep clones of Github and Sourcehut. A decent, fast, current generation AI setup would go a long way to filling any gaps. I think I could probably live for several decades - maybe centuries - left to my own devices. Until the literature and media ran out.
I’d like to be able to work with AI systems to generate movies from my favorite sci-fi books. Just, throw literature at it, give it some direction, tweak the output, have a ton of dedicated processing power and a lot of free time, and no copyrights to worry about.
The Mona Lisa was underwhelming, too. :-P
Why does it bug me that the pencil lines disappear in the last panel?
I’m hoping that, in our hubris, we’ll re-create the environment that allows dinosaurs to rise again.
Aren’t the keep-alive settings declared in the connection itself? Or are you saying some clients may not respect that?
If OP controls both endpoints, it may be easier, but still: I know of no Wireguard implementation that provides hooks for something like this.
Their best bet is probably their own SYN/ACK client-server solution - a dead-man’s switch, separate from Wireguard but connected only over that interface.
This is great additional information, much of which I didn’t know!
I’m doing the backing-up-twice thing; it’d probably be better if I backed up once and rsync’d - it’d be less computationally intensive and save disk space used by multiple restic caches. OTOH, it’d also have more moving parts and be harder to manage, and IME things that I touch rarely need to be as simple as possible because I forget how to use them in between uses.
Anyway, great response!
I have no opinion about rsync.net. I’d check which services restic supports; there are several, and it is it supports rsync.net and that’s what you want to use, you’re golden. Or, use another backup tool that has encryption-by-default and does support rsync.net - there are a couple of options.
I would just never store any data that wasn’t meant for public consumption unencrypted on someone else’s servers. I make an exception for my VPS, but that’s only because I’m more paranoid about exposing my LAN that putting my email on a VPS.
restic, and other backup tools, are generally not always on. You run them; they back up. If you run them only one a month, that’s how often they run. The remote mounting is just a nice feature when you want to grab a single file from one of the backups.
What you’re describing is a classic backup use-case. I’m recommending the easiest, cheapest, most reliable offsite solution I’ve used. restic has been around for years, and has a lot of users and a lot of eyeballs look at it, and it’s OSS. There are even GUIs for it, if you’re not comfortable with the CLI. B2 is generally well-regarded, is fairly easy to figure out, and has also been around for ages. Together, they make a solid combo. I also backup with restic to a local disk and use that for accessing history - B2 is just, as you say, in case of a fire, or theft, I suppose.
I wouldn’t.
Use a proper backup tool for this, like restic. BackBlaze has reasonable rates, especially of you’re mostly write-only, and restic has built-in support for B2 and encrypts everything by default. It also supports compression, but you won’t get much out of that on media files. restic is also cross-platform and a single executable, so you can throw binaries for OSX, Linux, and Windows on a USB stick and know you can get to your backups from anywhere. It also allows you to mount a remote repository like a filesystem (on Linux, at least), and browse a backup and get at individual files without having to restore everything. It’s super handy if you screw up a single file or directory.
Obliquely related story.
My wife was briefly an actor, and they were running The Cask. During one rehearsal, the guy playing Montresor was doing the brick laying, and he started going:
“One brick… ah, ah, aah!
Two bricks… ah, ah, aaah!”
I don’t know if you had to be there, but I almost died laughing. Now I can’t read or see a reference to The Cask without thinking about that.
Threeee bricks… ah, ah, aaaah!