- 12 Posts
- 114 Comments
Anonymouse@lemmy.worldto Showerthoughts@lemmy.world•They should use the huge stockpile of confiscated ivory to make dentures for old elephants so that they can live longerEnglish2·6 months agoI saw a documentary once that said that elephants are starting to be born without tusks. Male & female. It’s evolution in action. It’s sad to me, but life finds a way.
Anonymouse@lemmy.worldto Showerthoughts@lemmy.world•They should use the huge stockpile of confiscated ivory to make dentures for old elephants so that they can live longerEnglish2·6 months agoThere was a sea turtle at an aquarium that I visited with a 3d printed shell, so why not this?
I’d prefer to use the confiscated tusks to beat the poachers with. After that, they should give them back.
I researched this a little while ago. The new protocol is licensed by Google and has not been released to the public. Also, unless everyone in the middle supports the protocol, messages are routed through Google’s network.
I settled on Signal for people who will switch and SMS for the rest. I do plug Signal when I can, like sending images between Apple & Android are degraded, but not on Signal.
Anonymouse@lemmy.worldto Selfhosted@lemmy.world•What is a service you host you never knew you needed?English2·6 months agoI landed on Tandoor. I had a bunch of recipes on one of those web sites and they switched to a subscription model and locked me out of my recipes. I don’t remember why I chose Tandoor over Mealie, but having full ownership over my recipes is freeing.
Anonymouse@lemmy.worldto Privacy@lemmy.world•[Meta] !privacy@lemmy.dbzer0.com is under new management, feel free to join us thereEnglish4·6 months agoWhat’s the deal with VPNs? I noticed many instances don’t work over VPN but didn’t know where to ask.
Anonymouse@lemmy.worldto Privacy@lemmy.world•Hackers Claim Massive Breach of Location Data Giant, Threaten to Leak DataEnglish1·6 months agoDo you think this would make enough people mad enough to get their representatives to do something about it?
Anonymouse@lemmy.worldto Selfhosted@lemmy.world•Tell me why I shouldn't use btrfsEnglish2·8 months agoI am interested in compression. I may give it a try when I swap out my desktop system. I did try btrfs in it’s early, post alpha stage, but found that the support was not ready yet. I think I had a VM system that complained. It is older now and more mature and maybe it’s worth another look.
Anonymouse@lemmy.worldto Selfhosted@lemmy.world•Tell me why I shouldn't use btrfsEnglish1·8 months agoThose are some good points. I guess I was thinking about the hardware. At least where I do RAID, it’s on the controller, so that offloads much of the parity checking and such to the controller and not the CPU. It’s all probably negligible for the apps that I run, but my hardware is quite old, so maybe trying to squeeze all the performance I can is a worthwhile activity.
Anonymouse@lemmy.worldto Selfhosted@lemmy.world•Tell me why I shouldn't use btrfsEnglish1·8 months agoGenerally, if a lower level can do a thing, I prefer to have the lower level do it. It’s not really a reason, just a rule of thumb. I like to think that the lower level is more efficient to do the thing.
I use LVM snapshots to do my backups. I don’t have any other reason for it.
That all being said, I’m using btrfs on one system and if I really like it, I may migrate to it. It does seem a whole lot simpler to have one thing to learn than all the layers.
Anonymouse@lemmy.worldto Selfhosted@lemmy.world•Tell me why I shouldn't use btrfsEnglish2·8 months agoI’ve got raid 6 at the base level and LVM for partitioning and ext4 filesystem for a k8s setup. Based on this, btrfs doesn’t provide me with any advantages that I don’t already have at a lower level.
Additionaly, for my system, btrfs uses more bits per file or something such that I was running out of disk space vs ext4. Yeah, I can go buy more disks, but I like to think that I’m running at peak efficiency, using all the bits, with no waste.
Anonymouse@lemmy.worldto Showerthoughts@lemmy.world•I can imagine the "will you be using the mobile app?" question to get cheaper food is going to devolve into the Mark of the Beast and someday no one will be able to buy anything without using the appsEnglish19·9 months agoThat is the plan. Imagine an app that can provide personalized pricing to extract just less than the amount that would cause you to go elsewhere?
It knows when you get paid and can splurge. It knows when you are drunk or high and have less self control. It’s the digital pricing tags at the grocery store, but personalized to you (and not with your best interests in mind).
If it helps quell any anxiety, the ring cameras are not made of quality components. A neighbor with a south facing camera said that the camera was there when they moved in, but the lens is so sun damaged that you can’t see anything. It was installed maybe 2 years ago. They said that they only use it as a doorbell now.
As mentioned in another post, a malicious neighbor could blast UV light at the cameras day and night for a while to make the camera mostly ineffectve.
Anonymouse@lemmy.worldOPto Privacy@lemmy.world•China hacked Verizon, AT&T and Lumen using the FBI’s backdoorEnglish91·9 months agoNo outrage, just a reminder to encrypt, VPN or whatever to protect yourself from surveillance.
I don’t like your phrase, “incompetence of those who designed the backdoor”. I was not in the room, but in my mind, the execs said “build a back door for the govn’t” and the engineers said “you can’t do that JUST for one party” then the execs said “do it anyways or get fired, we’re getting fistfulls of cash to do it” and the engineers said “I enjoy feeding my family, it’s your company anyways” and did it.
Perhaps I’ve been naieve.
I have local incremental backups and rsync to the remote. Doesn’t syncthing have incremental also? You have a good point about syncing a destroyed disk to your offsite backup. I know S3 has some sort of protection, but haven’t played with it.
I have tailscale mostly set up. What’s the issue with USB drives? I’ve got a raspberry pi on the other end with a RO SD card so it won’t go bad.
I’ll have to check this out.
I attended some LUGs before covid and could see something like this being facilitated there. It also reminds me of the Reddit meetups that I never partook in.
That’s something that I hadn’t considered!
I’ve been trying to learn K8s and more recently the Gateway API. The struggles are that most Helm charts don’t know Gateway (most are barely Ingressroute) and I’m trying to find a solution to one service affecting the other gateways.when a service cannot find a pod, the httproute fails and when one route fails, the ingress fails. It’s a weird cascading problem.
Right now, I’m considering adding a secondary service to each gateway that resolves to a static error page. I haven’t looked into it yet; it cane to me in the brief moment of clarity before I fell asleep last night.
Also, I may be doing everything wrong, but I am learning and learning is fun.