orris

joined 2 years ago
[–] orris@lemmy.world 2 points 5 months ago

Because just praying to the machine god wont work, that is for when the magic is already infused. To truly create rocks that can think, one must shred such societal confinement and bare welcome the machine spirit and allow it to pass through them.

Or so I am told.

[–] orris@lemmy.world 18 points 5 months ago (2 children)

Not used proton pass. Does it collect favicons by querying every host?

[–] orris@lemmy.world 4 points 7 months ago

Iirc Seagate use hex and modulus calculations, meaning the data looks scary but is totally fine. Do a google search for “interoperate seagate smart data” and there are a bunch if good resources and potentially apps that will help.

[–] orris@lemmy.world 3 points 9 months ago (1 children)

TL;DR: Linux No, Android Yes

The desktop linux binary is currently only x86__64. But work is being done https://github.com/futo-org/Grayjay.Desktop/issues/83

Lineage should be able to install the android version for armv8.

I haven’t done any of this, just from what I’ve read. YMMV

[–] orris@lemmy.world 8 points 10 months ago

I’d say running up against a 16bit number for a database import in 2025 is a little cursed. MS is special, still has a 260 path character limit (albiet soft now) in Windows.

Also with more phones taking an image and a video that is only 32767 snaps, which is probably a regular headache for initial imports.

[–] orris@lemmy.world 8 points 11 months ago

Couldn’t stand working with people who shop at Asda!

[–] orris@lemmy.world 4 points 1 year ago (1 children)

It doesn’t seem to be, they look like different cables, look at the strain relief after the clear part, looks like a different pattern and shorter. They are probably both fully seated.

[–] orris@lemmy.world 8 points 1 year ago (2 children)

Yes, or the systems etc. Or the port is disabled if the switch has the ability.

[–] orris@lemmy.world 7 points 1 year ago

‘Type disco into console for lights’ for CS

[–] orris@lemmy.world 4 points 1 year ago (1 children)

What is something something “*******”

[–] orris@lemmy.world 2 points 2 years ago* (last edited 2 years ago)

Thats great! Overly simplistic explanation, the container is in its own little network and when you connect wireguard inside the container it is punching a hole out to where the wireguard server is located. Without knowing your setup its difficult, but that is probably why your ping is acting as it does. The container doesn’t know how to get to where you’re attempting to ping.

The allowed ips is a list, off the top of my head it accepts single IPs and cidr blocks. 0.0.0.0/0 is the cidr block that essentially means all ipv4 IPs, ::/0 is the same for ipv6. So to answer directly, the , is an or, its for any IP in the list.

[–] orris@lemmy.world 4 points 2 years ago* (last edited 2 years ago) (2 children)

Does your wireguard config have ipv6 addresses? If your not using them you can safely remove them.

For example Change AllowedIPs = 0.0.0.0/0, ::/0 To AllowedIPs = 0.0.0.0/0

Also could try adding net.ipv6.conf.all.disable_ipv6=1 in the sysctls section

Multiple edits: I’m terrible with formatting while not on a phone.

More edits: just found out i can expand errors and the compose. Looks like it is the AllowedIPs line in peer1.conf. Just removing , ::/0 as above “should” solve it

view more: next ›