Anonymouse

joined 2 years ago
 

Google Threat Intelligence Group (GTIG) has observed increasing efforts from several Russia state-aligned threat actors to compromise Signal Messenger accounts used by individuals of interest to Russia's intelligence services. While this emerging operational interest has likely been sparked by wartime demands to gain access to sensitive government and military communications in the context of Russia's re-invasion of Ukraine, we anticipate the tactics and methods used to target Signal will grow in prevalence in the near-term and proliferate to additional threat actors and regions outside the Ukrainian theater of war.

TL;DR: keep your apps updated & don't scan QR codes that you don't trust.

[–] Anonymouse@lemmy.world 4 points 4 months ago

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.

[–] Anonymouse@lemmy.world 1 points 4 months ago

Point taken. It was probably a bad example. I was trying to find an example of something that would be an unpopular topic rare hat would ultimately benefit the community.

[–] Anonymouse@lemmy.world 3 points 4 months ago (2 children)

I saw somebody suggest that the voting buttons should be used to indicate whether the comment benefits the discussion or not.

I suppose the same would be true of the original post; does the post benefit the community.

For example, posting a blog of why Mitsubishi is the best car maker to a photography forum is a downvote, true or not. Posting that veganism isn't a sustainable lifestyle to a vegan sub is an upvote, but you'd better be ready for some backlash.

[–] Anonymouse@lemmy.world 5 points 4 months ago

I've been using it and evangelizing it for some time now. I don't have a data plan and it works. My data, location, preferences or anything is not sold to anyone.

It can be a little overwhelming at first. It can be difficult to use at times (the search isn't great), but in using it, I feel like I'm a part of something good and I can rest better knowing that.

[–] Anonymouse@lemmy.world 11 points 5 months ago

Perhaps you can find inspiration from Daryl Davis, who convinced 200 Klansmen to give up their robes.

https://www.npr.org/2017/08/20/544861933/how-one-man-convinced-200-ku-klux-klan-members-to-give-up-their-robes

[–] Anonymouse@lemmy.world 2 points 5 months ago

I 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.world 2 points 5 months ago

There 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.

[–] Anonymouse@lemmy.world 1 points 5 months ago

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.world 48 points 5 months ago (9 children)

I heard something on a radio show during Covid on how to talk to people who have "gone down the rabbit hole". It was discussing MAGA as a cult. The guest on the show was a woman who was raised in a cult in the 70's and she "got out" and spent her time talking with others in the cult to help them to break free. I can't find a reference to the show, but I think it was Carrie Miller hosting.

My takeaway was that you can't come at people and tell them that everything they know is wrong and you will show them the way. They'll fight you. You need to deprogram them similarly to how they were programmed into the cult. Small bits, here and there to slowly guide them to questioning their beliefs. Once that happens, show them how to research and seek out information and let them know that they will be safe.

If someone found a link to the podcast/radio show, I'd be super happy.

[–] Anonymouse@lemmy.world 6 points 5 months ago

I think what we're dealing with, in part, is a collective action problem. There's a lot of people who want to do something but either don't know what to do or don't agree on what to do. It's one way that a minority population can stay in power.

What an individual can do is miniscule compared to a crowd. Also, some people are willing to break laws to make change and others are not.

[–] Anonymouse@lemmy.world 2 points 5 months ago

I 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.world 5 points 5 months ago

What's the deal with VPNs? I noticed many instances don't work over VPN but didn't know where to ask.

 

As if anybody here needs a reason to be wary of what you do online, this essay shares how a foreign adversary used back doors that were intentionally put in place to spy on Americans and how the rest of the world probably has the same back doors.

I especially appreciate the phrase "nerd harder" and the quote, "The laws of mathematics are very commendable, but the only law that applies in Australia is the law of Australia".

How can IT folk help politicans to understand?

 

While reading many of the blogs and posts here about self hosting, I notice that self hosters spend a lot of time searching for and migrating between VPS or backup hosting. Being a cheapskate, I have a raspberry pi with a large disk attached and leave it at a relative's house. I'll rsync my backup drive to it nightly. The problem is when something happens, I have to walk them through a reboot or do troubleshooting over the phone or worse, wait until a holiday when we all meet.

What would a solution look like for a bunch of random tech nerds who happen to live near each other to cross host each other's offsite backups? How would you secure it, support it or make it resilient to bad actors? Do you think it could work? What are the drawbacks?

 

I thought this group may enjoy this read about a suggestion on an option to take in the Google antitrust lawsuit. Of particular interest is that certain groups feel that the "right" approach is that everyone should be able to surveil the population, Google-style and the choice quote:

The judge repeats some of the most cherished and absurd canards of the marketing industry, like the idea that people actually like advertisements, provided that they're relevant, so spying on people is actually doing them a favor by making it easier to target the right ads to them.

 

As if you need any more reason to degoogle, consider what would happen if Google removed you from their platform tomorrow. This article some of the problems with putting all your eggs in one basket.

 

I had a super fast but small SSD and didn't know what to do with it, so I was playing with caching slow spinning LVM drives. It worked pretty good, but I got interrupted and came back a few weeks later to upgrade the OS. I forgot about the caching LVM, updated the packages in preparation for the OS upgrade, then rebooted. The LVM cache modules weren't in the initfs image and it didn't boot.

I should know better. I used to roll my own kernels since Slackware 1.0. I've had build initfs images for performance tweaks. Ugh!

Where's my rescue disk?

 

Here's the "Privacy First" pitch: whatever is going on with all of the problems of the internet, all of these problems are made worse by commercial surveillance.

If something like this were implemented in US federal law, what could the downsides be? Like California Proposition 65, the "cookie law" didn't stop tracking, it just made more pop ups. Would this do the same thing?

 

I haven't seen this posted yet here, but anybody self-hosting OwnCloud in a containerized environment may be exposing sensitive environment variables to the public internet. There may be other implications as well.

 

I was out walking around and "popping" quests on StreetComplete. I was wondering what the consensus is on the question "Who is allowed to park here?" In this case, it's an ungated parking lot next to a commercial/industrial warehouse with many companies occupying the same space. A few of the parking spots had a sign indicating "reserved for XYZ customers", but most did not. This is not a city-owned parking lot. What's the right answer?

 

I understand the intent, but feel that there are so many other loopholes that put much worse weapons on the street than a printer. Besides, my prints can barely sustain normal use, much less a bullet being fired from them. I would think that this is more of a risk to the person holding the gun than who it's pointing at.

 

Is there any decent iPod management software for linux available? I have a 6th generation iPod that I use only for music and it's really the last thing that I keep my windows partition around for. The more I use linux, the more unintuitive iTunes feels. I had tried GTKPod in the past and one other, but they didn't support the 6th gen iPods. I'd be happy with just a CLI copy type command!

 

Is anybody using only IPv6 in their home lab? I keep running into weird problems where some services use only IPv6 and are "invisible" to everyone (I'm looking at you, Java!) I end up disabling IPv6 to force everything to the same protocol, but I started wondering, "why not disable IPv4 instead?" I'd have half as many firewall rules, routes and configurations. What are the risks?

view more: next ›