tkchumly

joined 1 year ago
[–] tkchumly@lemmy.one 4 points 8 months ago (2 children)

Signals registrar is Markmonitor and is hosted from the US. Should everyone stop using signal?

[–] tkchumly@lemmy.one 2 points 1 year ago

Everybody that you meet Has an original point of view (That is now recorded)

[–] tkchumly@lemmy.one 5 points 1 year ago

I agree the balance is difficult and I agree asking later sometimes yields different results. My for instance about a sub and corresponding question asked endlessly is the privacy guides sub where people ask something like: "I'm using brave or firefox browser how do I be more private?"

Like my man you are on a discussion sub for a website literally full of instructions and recommendations with a link to that site pinned to the top of the sub. My goodness it can barely slap you in the face any harder.

It's not as bad as it was but the question is so vague that it almost demands follow up questions like what country, what threat model and what OS? It's not as bad anymore but it got super old and its the questions that are too general to be helpful and repeated hundreds of times over that really depressed me to read.

[–] tkchumly@lemmy.one 22 points 1 year ago (4 children)

Asking questions that are asked all the time in a sub or are already answered in the wiki. Not doing even basic searching for information before asking.

[–] tkchumly@lemmy.one 2 points 1 year ago

You are the first person I've ever heard of that referred to the framework as thicker and clunkier. That's good for you that you buy used and have had your desktop PC running with the same processor for 4 years but also that's upgradable. You don't need to get a new case or power supply to upgrade components. It's not just about upgradability but reparability in case something breaks or you break something. Even supporting second hand market a macbook only has so much life. The hardware can go EoL and no longer get software updates but your screen and keyboard still work fine. Would be great to just upgrade your chipset instead of the whole laptop because the processor is so old that companies don't want to support it anymore.

[–] tkchumly@lemmy.one 30 points 1 year ago (6 children)

My next laptop will be a framework. They offer parts and manuals and it is built to be fixed and upgraded instead of thrown away like almost everything else now. https://frame.work/

[–] tkchumly@lemmy.one 7 points 1 year ago

All of that is 100x harder than installing Graphene. Graphene can be installed by almost anyone who can watch this video: https://m.youtube.com/watch?v=ZAZlmYKrwfk

 

If someone you know constantly makes reproductive anatomy or other borderline jokes and you think they should stop just play dumb. After the joke just say (with a straight face) that you don't get it. When they have to explain it it the joke satisfaction is gone and then more technical words need to be used to explain it making red flags pop up for them and anyone listening. They might get in trouble and you won't need to confront the behavior directly.

Works especially well in the military (even better if it's a superior).

 

I’ve been tooling around with this for a few days now and I think I stumbled into a couple pretty useful things.

1.) having multiple VPN destinations with proton (because proton wont just load balance you to country specific plus servers):

If you already have a working openvpn config you can go to the custom options and add this to it at the bottom:

remote x.x.x.x 1194; remote y.y.y.y 1194; remote-random;

where x.x.x.x and y.y.y.y are different proton VPN IPs or DNS names. I picked plus servers because for some reason proton doesnt have us-plus.protonvpn.com or any country based DNS entry that just does that for you.

I was manually changing VPN IPs when each one would go down for maintenance and that got old quick.

2.) Split DNS

Maybe you want to have your firewall do DNS lookups for VPN tunnel establishment and then have your clients route their DNS through the tunnel to 10.8.8.1 to stream BUT you need your pfsense box to be the DNS option because you have a host override entry for local resolution of a public DNS entry (nextcloud would be a prime example).

System > General Setup add your external DNS servers here (1.1.1.2 and 1.0.0.2 for me). Check box for Disable DNS forwarder and uncheck DNS server Override

Then go to Services > DNS Resolver

Enable DNS resolver

For outgoing Network interfaces you will want your VPN interface

probably uncheck Use SSL/TLS for outgoing DNS Queries but this will depend on your DNS server you are putting in there

In custom options (if you are using UDP:

server: forward-zone: name: “.” forward-addr: 10.8.8.1@53

Hopefully that made sense and is useful to at least one person out there and you don’t need to struggle like I did. Or maybe everyone here is a pfsense guru and i’m just repeating the obvious.

 

I see stories about how election is rigged or that there are security vulnerabilities and lots of people don't believe the outcome. Why don't they just open source everything so that anyone can look at the code and be sure the votes are tallied correctly?