12 Oct 2022 |
ckie (they/them) | all the problems seem silly sometimes but they're very real like it just crashes if i try to run it no big type error | 19:51:08 |
ckie (they/them) | then i can ask the computer to show me what it was up to! | 19:51:29 |
ckie (they/them) | then i can find out i have to recompile mesa with debug symbols so i can figure out why vulkan bork!
(a current thing on my todo) | 19:51:58 |
k0kada (he/him) | C is a really powerful scripting language that ends up generating assembly lol | 19:52:02 |
k0kada (he/him) | In a actual scripting language, miss a type and you have an exception | 19:52:19 |
k0kada (he/him) | In C, miss a type and you have something | 19:52:29 |
k0kada (he/him) | Maybe your program work by mistake? Maybe it explodes your computer | 19:52:45 |
k0kada (he/him) | Still, it is kinda fun depending on your state of mind | 19:53:01 |
ckie (they/them) | yeah i guess it doesn't need your effort spread out, it's just one simple line of thinking | 19:53:02 |
ckie (they/them) | can just wget a single-file header library and i'm good to go, relaxing | 19:53:35 |
ckie (they/them) | fmouse was like that | 19:55:41 |
ckie (they/them) | it was so boring to write! was great | 19:55:50 |
k0kada (he/him) | Still, really need to learn one more systems language while I still like programming lol
| 19:56:00 |
k0kada (he/him) | Either Rust or Zig | 19:56:07 |
k0kada (he/him) | In reply to @ckie:ckie.dev fmouse was like that Oh nice, looks kinda like those vim extensions for browser | 19:57:16 |
ckie (they/them) | mhm | 19:57:28 |
ckie (they/them) | i don't use it that much | 19:57:33 |
ckie (they/them) | but like, i wanted to draw some text and that was the most surprising/complex thing | 19:57:52 |
ckie (they/them) | after getting confused by the pango docs i ended up just stealing a little monospace 8x8 font from some old embedded thing and sticking it in | 19:58:28 |
k0kada (he/him) | In reply to @k0kada:matrix.org Still, really need to learn one more systems language while I still like programming lol Someday I need to rewrite my i3 status bar generator in one of those languages | 20:03:16 |
k0kada (he/him) | It had a really nice design, everything was async and based on block updates | 20:03:41 |
k0kada (he/him) | But since it was in Python, the CPU usage ended too high for just scrapping a few information from the system and outputing json | 20:04:18 |
| * ckie (they/them) yawns | 20:05:18 |
ckie (they/them) | played Stray a bit earlier, was nice | 20:05:30 |
k0kada (he/him) | Need to go back to Tales of Arise | 20:06:22 |
k0kada (he/him) | I just started Tsukihime Remake though | 20:06:34 |
k0kada (he/him) | In reply to @k0kada:matrix.org It had a really nice design, everything was async and based on block updates BTW, it was completely overkill for the job too. Kinda did just to prove it would work :P | 20:13:46 |
k0kada (he/him) | In reply to @k0kada:matrix.org It had a really nice design, everything was async and based on block updates * BTW, it was completely overkill design for the job too. Kinda did just to prove it would work :P | 20:13:56 |
ckie (they/them) | :p | 20:22:28 |
13 Oct 2022 |
@hab25:matrix.org | Hi all, if I have working a nix-doom-emacs setup and I want to add org-transclusion, which is in elpa but not part of a doom module, it is as simple as adding (package! org-transclusion) to my package.el , right? | 15:05:24 |