07 May 24
17 Feb 24
I wanna stay up late tonight for a party so I stayed up late yesterday “so I would sleep longer on Saturday morning and not be so tired at night” but of course I woke up super early (eye mask helped zero percent) and in my sleep deprived state I apparently hacked PHP.
I don’t even have php-mode installed, I had to go fundamental in this 🐝.
14 Feb 24
28 Dec 23
When you write a module in C’Dent, you can use it in a dozen different programming languages. For instance, you could write a module in Python and use it in JavaScript, or you could write a module in JavaScript and use it in Perl 6, Ruby or Java.
What a trip.
This is of limited use since it’s for logic, not for API stuff, and most apps write their own logic instead of relying on modules for logic, but I’ll have to try to remember that this exists for things that do rely on logic.
One example that does come to mind is an infix expression parser library that takes strings as input and returns numbers. Something like that could work with C’Dent.
Under “next steps” it says:
Add variables and assignments
Conclusion: completely useless for now without further hacking & patching.
20 Dec 23
24 Oct 23
07 Sep 23
06 Sep 23
19 Aug 23
03 Aug 23
02 Aug 23
01 Aug 23
31 Jul 23
19 Jul 23
I’ve created a primitive request-and-cache function for PHP that checks for fresh content in the cache and retrieves content from a source if fresh content isn’t available.
11 Jul 23
10 Jul 23
Summary PHP-FPM, PHP FastCGI Process Manager, is a part of PHP package in OpenBSD packages nowadays. So installing PHP (php-?.? due to the version) comes with php?