firmly of the belief that guitars are real

  • 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: August 16th, 2023

help-circle

  • guitars are real@sh.itjust.workstoMemes@lemmy.mlNo take backs?
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    10 months ago

    You know how scientists announced they got slime molds to solve mazes? I imagine it could be something like that. The slime mold is just looking for food and living its life. What it doesn’t realize is that the food has been put somewhere that will force it to solve certain computational problems along the way.

    Now imagine a central scheduler breaking down computational problems into bite-sized chunks and using an immersive storytelling simulator to force a few billion humans to do something similar. I could see it, in theory.



  • I don’t see the hypocrisy. If the universe is a simulation, that wouldn’t make whoever built the universe a god. There would be no analytical reason to conclude that, unless we started from the specially-crafted supposition that any being capable of creating something like the observable universe had to be equivalent to God, but at that point, you’re just defining your way into theism. If the universe is a simulation, which is not a terribly interesting thought experiment tbh, then it could be a simulation for any reason. The simulators could have been interested in the dynamics of gas and dust dispersion within galaxies and just so happened to create a sophisticated enough simulation that it could simulate the evolution of natural life. If the entire Universe had been “created” (although the point of defining it as a simulation is to point to how it doesn’t really exist, ipso facto if God is a simulator, then God is not a Creator in the sense theists mean) to study dust dynamics at the galactic scale, somehow I think theists would be dissatisfied and not feel like they had really found what they meant by “God.”

    In theory, any type of Boltzman Brain could assemble itself at any time and start processing information, so in theory, a simulation could also be an entirely natural phenomenon occurring in a higher-order reality. The two ideas are different, even though Christians like to claim everyone is a theist and everything is theism even when they aren’t and it isn’t.

    Anyways, the simulation hypothesis is sort of fun to think about sometimes, while “I invoke supernatural powers to explain phenomena I don’t understand” isn’t all that interesting.



  • Yeah, but I don’t know any other language where the fact a program is written in that language is used as a selling point. I never cared that Linux was written in C, I cared that it does its job. I’ve heard about Redox many times, yet never once has there ever been anything said about it other than “it’s written in Rust! :D” Literally, the fact that it’s a UNIXY operating system written in Rust is the first thing about the OS on their home page.

    Hey, Linux started as a learning project, you learn more about programming by writing code, so I’m not saying it’s bad, I just can’t understand why I’d care about something that at this stage seemingly is just a learning project.







  • Encrypting your disk only provides at-rest protection, meaning there are entire swathes of physical attacks it provides zero protection against. Tons of stuff a malicious actor can do during runtime with physical access that you’d never notice. it quite literally only protects against thugs smashing your door in and physically walking away with the disk.

    So if you’ve painted yourself into a corner with a baby’s first config, what you can do to step up your level of data protection (until you can redo your setup properly) is creating an encrypted filesystem or filesystem image (use fallocate to create a large empty file, then connect it to a loopback device, encrypt with LUKS, and use it as a virtual filesystem), rsync your data directory to it, and then unlock/mount it at boot under the directory where Nextcloud is configured to store your data. It’s god-awful, but this should be more or less transparent to Nextcloud if you do it right, and then at least your data directory gets at-rest encryption, and tbqh if someone is smash and grabbing your hard drive they are probably more interested in your data than they are your OS config.

    I wouldn’t say this is an acceptable or preferable alternative to FDE, but it sounds like you’re still figuring out the best ways to set these things up, and this will get you more protection than none. But, realistically, you should probably not worry about it too much and should think about the security of your setup as a learning exercise/study in best practices.


  • guitars are real@sh.itjust.workstoMemes@lemmy.mlW8 wot
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    11 months ago

    I wish more content creators would upload to PeerTube (or something like it). I get it, there’s no instances with good monetization options, it just sucks we’re all stuck in various walled gardens because of how expensive video delivery is.



  • You know, I appreciate Chomsky, but his work is mainly intended to get you reading and thinking more on your own than to give you all the answers. Not everything that happens in the news media is a distraction from something else just because he broke down that one propaganda trick really well. Sometimes, events stay glued to our screens because they really are the main propaganda event of the day, and they really do want you to spend all day and all night thinking about it.

    In this case, Israel needs tons and tons of people frothing at the mouth supporting genocide, and Palestinians are needing just as many, if not more, to consider that genocide may be wrong, and they’re playing tug-of-war in the media. That’s all I’m seeing.


  • The most useful philosophy I’ve come across is “make the OS instance disposable.” That means an almost backups-first approach. Everything of importance to me is thoroughly backed up so once main box goes kaput, I just have to pull the most recent copy of the dataset and provision it on a new OS, maybe new hardware if needed. These days, it’s not that difficult. Docker makes scripting backups easy as pie. You write your docker-compose so all config and program state lives in a single directory. Back up the directory, and all you need to get up and running again with your services is access to Docker Hub to fetch the application code.

    Some downsides with this approach (Docker’s security model sorta assumes you can secure/segment your home network better than most people are actually able to), but honestly, for throwing up a small local service quickly it’s kind of fantastic. Also, if you decide to move away from Docker the experience will give you insight into what amounts to program state for the applications you use which will make doing the same thing without Docker that much easier.


  • Watching videos is like an order of magnitude easier than reading for large swathes of the population. Fully 18% of the US adult population is functionally illiterate – they can pass a reading test, but their reading level is so low it hardly matters. These folks can still watch YouTube/Dystopian Vine (sorry, TikTok).

    Also, this much is just my own speculation, but A/V media is a lot easier to push people’s emotional buttons with because it’s much, much faster and easier to consume content via video and we’re likely hardwired to pay more attention to audio/visual stimuli than abstract imagery in our heads. A video+audio track of an explosion is always going to hit people harder than a careful description of the same explosion, and if people expect it to be easier and to provide a larger emotional impact, they’re more likely to go for the thing that makes them feel something more easily.

    We are all governed by dopamine more than we like to admit.