DiamondNether90
  • What even is a location. Are we even real.
  • Newton's Method: x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)} \implies f(x_\infty)=0

  • Joined on 2025-08-20
DiamondNether90 pushed to master at DiamondNether90/bcg 2026-07-09 17:57:47 +10:00
e430665d5e Add README
DiamondNether90 created branch master in DiamondNether90/bcg 2026-07-09 17:13:15 +10:00
DiamondNether90 pushed to master at DiamondNether90/bcg 2026-07-09 17:13:15 +10:00
4b86bebf49 Initial Commit
DiamondNether90 created repository DiamondNether90/bcg 2026-07-09 17:12:56 +10:00
DiamondNether90 commented on issue Comet/Comet#1 2026-06-25 14:27:00 +10:00
Segfault when reading / modifying struct fields

The problem is in

int32_t getMethodIndex(CometStruct* structType, char* methodName) {
    for (size_t i = 0; i < structType->numMethods; i++) {
        if (strcmp(structType->vtable[i]->n
DiamondNether90 commented on issue Comet/Comet#1 2026-06-25 12:30:00 +10:00
Segfault when reading / modifying struct fields

Here is the valgrind stacktrace

Invalid read of size 1
==21670==    at 0x4895284: strcmp (vg_replace_strmem.c:941)
==21670==    by 0x4006B76: getMethodIndex (compiler.c:177)
==21670==   …
DiamondNether90 opened issue Comet/Comet#1 2026-06-25 11:32:36 +10:00
Segfault when reading / modifying struct fields
DiamondNether90 pushed to master at DiamondNether90/discord-bot 2026-06-24 12:56:16 +10:00
dbd8934369 Merge pull request 'Refactor SQL and admins logic' (#1) from max/discord-bot:master into master
81aee4432f Refactor SQL and admins logic
Compare 2 commits »
DiamondNether90 merged pull request DiamondNether90/discord-bot#1 2026-06-24 12:56:15 +10:00
Refactor SQL and admins logic
DiamondNether90 pushed to master at DiamondNether90/discord-bot 2026-06-23 20:46:56 +10:00
d3bf40a7a7 Initial Commit
d2598631b0 Initial Commit
DiamondNether90 created branch master in DiamondNether90/discord-bot 2026-06-23 20:46:56 +10:00
DiamondNether90 created repository DiamondNether90/discord-bot 2026-06-23 20:46:15 +10:00
DiamondNether90 created pull request solstice/docs#1 2026-05-25 13:11:37 +10:00
Fix range for 64-bit integer
DiamondNether90 pushed to diamondnether90-patch-1 at DiamondNether90/docs 2026-05-25 13:11:19 +10:00
01ebf6c37e Update src/values_and_types.md
DiamondNether90 pushed to diamondnether90-patch-1 at DiamondNether90/docs 2026-05-25 13:11:19 +10:00
DiamondNether90 created branch diamondnether90-patch-1 in DiamondNether90/docs 2026-05-25 13:11:19 +10:00
DiamondNether90 created repository DiamondNether90/docs 2026-05-25 13:11:08 +10:00
DiamondNether90 opened issue solstice/solstice#13 2026-05-25 11:53:20 +10:00
Mistake in docs
DiamondNether90 opened issue solstice/solstice#12 2026-05-25 11:44:53 +10:00
Struct field not existing
DiamondNether90 commented on issue solstice/solstice#10 2026-05-21 19:04:32 +10:00
Generic type constraints

Let me just edit that rq because I know how this works 100%