A person with way too many hobbies, but I still continue to learn new things.

  • 3 Posts
  • 301 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle


  • Honestly I’m not really sure about that. What I’ve seen on the idea of damage to children usually has the caveat of “more study is needed”, but of course nobody wants to subject children to such a study on purpose. On the other hand, I haven’t seen any studies yet that concluded long-term use in adults would cause any permanent damage. I suspect there could be outlying cases of extremely heavy usage but in moderation it so far appears to be perfectly safe.


  • The current belief is that it can affect the brains of growing children, but they’re not sure to what extent. In my state the legal age is 21, the same as for drinking. In adults, straight cannabis will not harm you in any way other than the usual effects of being under the influence and not always making rational choices. Worst case, you sleep it off. Do keep in mind that smoking it can slowly damage your lungs, the same as breathing any find particulates over a long period of time. I personally prefer edibles for long-term use, but the baking process does reduce the potency.

    Now, like any drug, the reason you want to take it can be very important. If you need something to escape reality on a permanent basis, obviously you have a larger problem that no drug is ever going to solve. However the occasional evening can be quite entertaining, much like a trip to the water park. Other people (like myself) take it on a regular basis to help with medical problems, usually pain relief or sleep issues, where CBD is the answer rather than the THC component.

    For myself, I’ve had sleeping problems for the past 16 years (since a bad car wreck). I worked with my doctor for awhile trying to find something that would help. The problem is, I’m a computer tech and I need my mind sharp for troubleshooting or writing code. All the prescription drugs leave your brain in a fog through much of the next day, and then what use am I? It turns out that marijuana has a fairly quick drop-off, so it can provide help through the night, and is pretty much out of my system by the time I head for work. As with anything, it takes some time to find the right dose. I take it along with other prescription medications to address different issues, but I’ve been getting good restful sleep for the past 9 years and feeling much more like myself again. For these purposes I highly recommend it, but talk to someone knowledgeable to guide you to the right strains and give advice on what to expect.



  • Are you sure about that? Ever hear about this supposed predictable network names in recent linux versions? Yeah those can change too. I was trying to set up a new firewall with two internal NICs plus a 4-port card, and they kept moving around. I finally figured out that if I cold-booted the NICs would come up in one order, and if I warm-booted they would come up in a completely different order (like the ports on the card would reverse which order they were detected). This was completely the fault of systemd because when I installed an older linux and used udev to map the ports, it worked exactly as predicted. These days I trust nothing.


  • Shdwdrgn@mander.xyztoSelfhosted@lemmy.worldHelp with ZFS Array
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    7 days ago

    OP – if your array is in good condition (and it looks like it is) you have an option to replace drives one by one, but this will take some time (probably over a period of days). The idea is to remove a disk from the pool by its old name, then re-add the disk under the corrected name, wait for the pool to rebuild, then do the process again with the next drive. Double-check, but I think this is the proper procedure…

    zpool offline poolname /dev/nvme1n1p1

    zpool replace poolname /dev/nvme1n1p1 /dev/disk/by-id/drivename

    Check zpool status to confirm when the drive is done rebuilding under the new name, then move on to the next drive. This is the process I use when replacing a failed drive in a pool, and since that one drive is technically in a failed state right now, this same process should work for you to transfer over to the safe names. Keep in mind that this will probably put a lot of strain on your drives since the contents have to be rebuilt (although there is a small possibility zfs may recognize the drive contents and just start working immediately?), so be prepared in case a drive does actually fail during the process.


  • That is definitely true of zfs as well. In fact I have never seen a guide which suggests anything other than using the names found under /dev/disk/by-id/ or /dev/disk/by-id/uuid and that is to prevent this very problem. If the proper convention is used then you can plug the drives in through any available interface, in any order, and zfs will easily re-assemble the pool at boot.

    So now this begs the question… is proxmox using some insane configuration to create drive clusters using the name they happen to boot up with???










  • Seems like a good opportunity to remind folks about the Kiwix project, which allows you to download local private copies of select information such as Wikipedia. It was originally created to provide offline access to content for countries that were otherwise blocked, but events like this have sparked some recent discussion about archiving older files to preserve history.



  • It’s weird to see T-mobile taking this stance. I switched to them years ago because they were one of the few that supported unlocked phones, and even offered them for sale. Their policies might have changed on this, but I just bought an unlocked phone off Ebay this Summer and all I needed to do was pop my sim card into the new device. Hell I had to specifically install the visual voicemail app because there wasn’t any bloatware on the phone when I got it. So I guess I’m not following what their complaint is about?



  • Most of us can’t afford the sort of disk capacity they use, but it would be really cool if there were a project to give volunteers pieces of the archive so that information was spread out. Then volunteers could specify if they want to contribute a few gigabytes to multiple terabytes of drive space towards the project and the software could send out packets any time the content changes. Hmm this description sounds familiar but I can’t think of what else might be doing something similar – anyone know of anything like that that could be applied to the archive?