Terrible idea: Christian programmer who comments their code with references to Bible verses which are applicable to the code's situation
Conversation
Notices
-
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 06:43:15 JST Foone🏳️⚧️ -
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 06:49:17 JST Foone🏳️⚧️ If not BorrowCheck(p):
ReleaseToFreeList(p); // Psalms 37:21 -
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 06:58:02 JST Foone🏳️⚧️ func SetupOSEnvironment() {
/* Mark 8:36 */
RegSet(AI_COPILOT, DISABLE);
RegSet(AI_CORTANA, DISABLE);
RegSet(CRYPTOCURRENCY_SUPPORT, DISABLE);
} -
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 07:01:41 JST Foone🏳️⚧️ if bFirstRun: showTutorial(); // Psalm 32:8
-
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 07:04:31 JST Foone🏳️⚧️ Actually I should have put Proverbs 16:8 on that cryptocurrency one.
-
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 07:06:11 JST Foone🏳️⚧️ func OnShutdownRequest():
// Matthew 4:17
for file in gOpenFiles:
close(file); -
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 07:16:22 JST Foone🏳️⚧️ /*
this injects the decompression code into our own dll.
Originally this was just a fread() and call,
but with Windows XP SP3 turning on W^X (Data Execution Protection) we have a lot more work to do to avoid causing a security exception.
- Ecclesiastes 7:10
*/ -
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 07:19:17 JST Foone🏳️⚧️ @HighlandLawyer nice one.
-
HighlandLawyer (highlandlawyer@mastodon.social)'s status on Sunday, 19-May-2024 07:19:18 JST HighlandLawyer @foone
// Matt 20:16
void reverseArray(int arr[], int start, int end)
{
while (start < end) {
int temp = arr[start];
arr[start] = arr[end];
arr[end] = temp;
start++;
end--;
}
} -
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 07:26:20 JST Foone🏳️⚧️ func OnCommand(msg) :
SendAck(msg); // Proverbs 15:23
switch(msg.type):
... -
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 07:27:40 JST Foone🏳️⚧️ My phone keyboard needs an "I am typing code" mode where it stops trying to autocorrect my spelling and punctuation
-
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 07:29:00 JST Foone🏳️⚧️ -
ceejayoz (chris@ceejayoz.io)'s status on Sunday, 19-May-2024 07:29:58 JST ceejayoz -
fraggLe! (fwaggle@moodoo.org)'s status on Sunday, 19-May-2024 07:29:59 JST fraggLe! @foone Ahh fuck, it's all Revelations.
-
Foone🏳️⚧️ (foone@digipres.club)'s status on Sunday, 19-May-2024 08:09:43 JST Foone🏳️⚧️ @1000millimeter nope. But I can roleplay as them for comedic effect
-
1000millimeter (1000millimeter@chaos.social)'s status on Sunday, 19-May-2024 08:09:44 JST 1000millimeter @foone Whey I read the follownup posts, is this just a self description?
-