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 opened issue ground/ground#27 2025-09-25 14:01:53 +10:00
Optimisation of Functions
DiamondNether90 commented on issue ground/libraries#2 2025-09-25 13:28:30 +10:00
Grogs is extremely unstable

fun -list !init
    setlist &keyChecks 32 97
    setlist &keyDown false false
    setlist &keyTracker $keyChecks $keyDown
    return $keyTracker
endfun

fun -int…
DiamondNether90 opened issue ground/libraries#2 2025-09-25 13:27:35 +10:00
Grogs is extremely unstable
DiamondNether90 pushed to main at ground/ground-programs 2025-09-25 11:15:59 +10:00
d991eab0d4 grogs+ package (WIP)
DiamondNether90 pushed to master at DiamondNether90/ground_fork 2025-09-25 08:29:54 +10:00
81d6e21a00 Deprecate *list syntax, use &direct refs instead
7066b4300d Fix "init &var -list"
5ff3e8a86a Update libraries
9dbef7f8a8 Add .gitmodules (libraries)
c0a7698497 Ints are autotransformed to doubles where needed
Compare 20 commits »
DiamondNether90 opened issue ground/ground#26 2025-09-23 14:35:51 +10:00
Remove/Replace list notation
DiamondNether90 pushed to main at ground/ground-programs 2025-09-23 08:09:40 +10:00
0e332f3d83 Ignore this
DiamondNether90 opened issue ground/libraries#1 2025-09-22 11:15:58 +10:00
Grogs - Allow doubles to be parsed for shape coordinates (i.e. automatically round)
DiamondNether90 commented on issue ground/ground#5 2025-09-22 09:58:15 +10:00
Escape Character

https://www.google.com/imgres?q=the%20future%20is%20now&imgurl=https%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fen%2F0%2F08%2FTheFutureIsNow.jpg&imgrefurl=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FTh…

DiamondNether90 created pull request ground/ground#25 2025-09-21 16:14:32 +10:00
Update README.md
DiamondNether90 created branch diamondnether90-patch-1 in ground/ground 2025-09-21 16:13:51 +10:00
DiamondNether90 pushed to diamondnether90-patch-1 at ground/ground 2025-09-21 16:13:51 +10:00
945f70d756 Update README.md
DiamondNether90 commented on issue ground/ground#9 2025-09-21 16:11:49 +10:00
Random Function

No

DiamondNether90 pushed to main at ground/ground-programs 2025-09-21 08:18:22 +10:00
acaec4d40b Packages now properly work when imported
DiamondNether90 pushed to main at ground/ground-programs 2025-09-20 12:14:48 +10:00
6bd9d5029d Download script
DiamondNether90 closed issue ground/ground#23 2025-09-20 07:43:55 +10:00
Stack Smashing Detected - Requests Library
DiamondNether90 commented on issue ground/ground#23 2025-09-20 07:43:55 +10:00
Stack Smashing Detected - Requests Library

Running sudo tee /etc/ld.so.conf.d/cpr.conf fixed the issue

DiamondNether90 pushed to main at ground/ground-programs 2025-09-19 19:44:50 +10:00
7ed5cd01e8 Bugfix
DiamondNether90 pushed to main at ground/ground-programs 2025-09-19 19:37:55 +10:00
340fb67e98 Reverse Polish Notation (math package)
DiamondNether90 opened issue ground/ground#24 2025-09-19 12:45:14 +10:00
listremove function