Abes
173 posts

Abes
@abesnights
When you are lost, Father awaits you with open arms and calls your name.
Katılım Ocak 2024
129 Takip Edilen13 Takipçiler

I went to mass today(didn't receive communion) but I didn't get to confess my sins yet to the priest because the confessional was closed this time not sure why. I have made an act of contrition for a spiritual confession in the meantime and will go next Wednesday.
ScholasticZoomer@ContraMolinism
Please pray for me, I'm returning to mass tomorrow for the first time in months and I have a lot to confess and make reparation for. Thank you
English

@_trish_xD Performance = better resource usage (which generally includes running faster). The things you named are what you do to achieve performance. And you optimize *both* functions and data flow.
English

@BigModernism What is "Novus Ordo vision of Lent" supposed to mean? Do you just use anything (however unrelated) to bash NO?
English

@ezbank3 @CaramelKaiteki @swooqp I understand, but then don't all register operations boil down to being bitwise?
English

@abesnights @CaramelKaiteki @swooqp I mean the CPU interprets it as a bitwise operation, since you're flipping bits to perform bitwise operation. If you wanna be real specific, this is a pure bitwise implementation given x:
uint m = 1;
while ((x & m) != 0)
{
x ^= m;
m <<= 1;
x ^= m;
return x;
}
English

@rask01n1k0v @CaramelKaiteki @swooqp For IPv4 as a 32-bit unsigned number (or four packed bytes, which is equivalent).
English

@ezbank3 @CaramelKaiteki @swooqp You are using negation, which is an arithmetic operation. Am I missing something?
English

@abesnights @CaramelKaiteki @swooqp Yes, you would, if you're constrained by the physical layer. You'd use the two's complement:
Func<uint, uint> inc = x => (uint) (-(int)~x);
English

@CaramelKaiteki @swooqp Usually in networking end devices store ips as either a 4 byte array or a packed uint containing 4 uints (8 bits each) that represent each octet of the IP. So if ur autistic enough you'd increment using bitwise operations
English

@CaramelKaiteki @NoTraceOfSense @swooqp I'm not sure what you mean. If you want to make an array of regex expressions for each banned IP address, that would be very inefficient.
English

@abesnights @NoTraceOfSense @swooqp Not really, could make the string an array and add the IPaddresses you want cleared that way
There's many ways to skin this cat
English

@ConFalseFlag @paleochristcon @Trent_Horn Trent hasn't condemned smoking or being assertive. In fact, he explicitly said it was fine. He was on the (icky) Whatever podcast, and he does plenty of debates. You couldn't have picked a worse target.
English

@paleochristcon @Trent_Horn “Smoking man bad. Smoking man mean. Smoking man goes on shows I find icky. I refuse to validate smoking man with a debate.”
English

So as to the @Trent_Horn video people keep sending me.
I am just asking for the ability to face my accuser as I found the video fundamentally dishonest and would like to debate this issue with him. If he declines then I don't see how he has a leg to stand on.
English

@NoTraceOfSense @CaramelKaiteki @swooqp You'd have to change the expression each time a new IP is to be added. Unmaintainable.
English

@CaramelKaiteki @swooqp Having IP address as a string is already not great, but in C# you'd just do:
if (ipAddress.StartsWith("1.1.1.")) return 0;
Or you would, like a normal person, have a hashmap of banned IPs and do a lookup:
return bannedIps.Contains(ipAddress);
English

@swooqp string check = "1.1.1.";
for (int i = 0; i < 255; i++) {
if (ipaddress == check + i.ToString())
return 0;
}
Wouldn't this be easier (this in C# since that's what I know)? Like... I know there's probably even simpler options there but this alone is like... so easy?
English

@TitusINRI @JoshuaBarzon Why a savior if no sin?
English

@HCordv @Nee966951735Nee @orthodox_33ad The actual room does not look like that – it's (pincushion?) distortion, so that the whole audience hall fits into a single image. The supposed "snake eyes" are on two opposing walls. You are getting tricked like a boomer on Facebook.
English

@Nee966951735Nee @orthodox_33ad Look at the head's snake. Like He said in Apocalipsis, 7. "Come here, and I will show you the judgment against the great prostitute with whom the kings of the earth have committed fornication, and the inhabitants of the earth have become drunk with the wine of her fornication."
English


@Watch_Tower_Dow @elonmusk Even I can acknowledge when my mortal enemy, a jewess, is right on the money (no pun intended).
English

@Visuljkoo @phainomenons She has obviously wronged you. Scaring children into believing in God is stupid and evil. I was asking whether you think it's possible she did so, because she wanted you to be saved. Perhaps she acted out of fear and ignorance.
English

yall have no idea how evil old ladies really are
✰@juicenotthekid_
This is a GREAT idea. Why not put child care centers in retirement homes?
English














