[2025-04-03T01:32:57Z] i just realised i've been consuming at times over 2g of caffeine per day [2025-04-03T01:33:01Z] that explains the trouble sleeping [2025-04-03T01:33:03Z] holy shit [2025-04-03T01:33:14Z] caffeine overdose gang [2025-04-03T01:33:35Z] midfavila my strat might be worse honestly, usually i do similar and then knock myself out with benadryl when it's time to eep [2025-04-03T01:33:35Z] i need to get decaf or something [2025-04-03T01:33:47Z] i use sleeping meds too [2025-04-03T01:33:48Z] . _. [2025-04-03T01:34:17Z] aaaaaaaaaaaaaaaaaa i love it when i'm building gcc and then i get "error 1" [2025-04-03T01:34:19Z] very helpful [2025-04-03T01:34:27Z] better than ed telling you "?" [2025-04-03T01:34:33Z] i would rather ed [2025-04-03T01:34:36Z] ed had me punching the air when i was trying to use it for my database library [2025-04-03T01:34:38Z] i use ed on a regular basis [2025-04-03T01:34:49Z] ..which is a shell script that forms other shell scripts that set variables which is how you use it as a database [2025-04-03T01:34:56Z] ? is unironically all you need for something as simple as ed [2025-04-03T01:34:56Z] which is incredibly scuffed but i promise there was a good reason for it [2025-04-03T01:35:01Z] if you need more, ! [2025-04-03T01:35:06Z] i ended up just using sed, ed wasnt capable of what i wanted [2025-04-03T01:35:11Z] sed kinda fucking sucks though [2025-04-03T01:35:13Z] sounds like ur casul [2025-04-03T01:35:14Z] :3c [2025-04-03T01:35:17Z] babby even [2025-04-03T01:35:32Z] ok then mid lets raise the stakes [2025-04-03T01:35:35Z] https://github.com/kkrruumm/bshdb [2025-04-03T01:35:40Z] if you can port this to ed i'll be more than happy to merge it [2025-04-03T01:35:52Z] lol i never said i wasn't also [2025-04-03T01:35:55Z] <3 [2025-04-03T01:36:02Z] i'm just being rude [2025-04-03T01:36:07Z] = w= [2025-04-03T01:36:15Z] this script is unreadable to me now [2025-04-03T01:36:20Z] hopefully i never need to change anything [2025-04-03T01:36:36Z] * midfavila updates your shell [2025-04-03T01:36:45Z] (it's posix) [2025-04-03T01:36:53Z] * midfavila updates your posix [2025-04-03T01:37:00Z] * kris_ grabs a gun [2025-04-03T01:37:24Z] i ended up not using this anyway [2025-04-03T01:37:36Z] idk why you would when uhhhhhhhhhhhhhhhhhhhhhhhhh [2025-04-03T01:37:38Z] sqlite exists [2025-04-03T01:37:39Z] the original intention was to write a password manager that uses this to write to a luks encrypted file [2025-04-03T01:37:44Z] but then i found out pass exists [2025-04-03T01:37:46Z] so now i just use pass [2025-04-03T01:37:55Z] p [2025-04-03T01:37:57Z] o* [2025-04-03T01:37:58Z] yea [2025-04-03T01:40:46Z] my t480 arrives tomorrow!! [2025-04-03T01:40:56Z] i dont think im going to libreboot it though, think i'm going to just leave it stock [2025-04-03T01:43:17Z] either that or jump down the rabbithole of rolling my own coreboot for it [2025-04-03T01:44:58Z] fun times ahead [2025-04-03T01:45:13Z] alternatively, cave and use libreboot [2025-04-03T01:46:03Z] i'm definitely way too harsh on this mentality but generally the final decider for whether or not i'll use XYZ software is whether or not i like and/or trust the people involved [2025-04-03T01:46:20Z] ^ as specific as i'm going to be [2025-04-03T01:46:39Z] but yeah, given i intend on using this machine for school, not certain i want to jump down the rabbithole of rolling coreboot manually [2025-04-03T02:01:58Z] hey unrelated [2025-04-03T02:02:09Z] have you ever had issues building libbacktrace as part of gcc? [2025-04-03T02:03:05Z] building 14.2.0 using 14.2.0 on an x86_64-linux-musl using a native compiler without any cflags or similar that would affect the build and after reviewing all relevant config logs i can't find anything useful other than a possible failure of libtool [2025-04-03T02:03:22Z] i'm sure it has something to do with my userland but at the same time this is the same set of tools i've used since 2020 [2025-04-03T02:04:01Z] specifically happens when attempting to link `libstdc++_libbacktrace.la` [2025-04-03T02:04:09Z] haven't found anything searching online either... [2025-04-03T02:04:39Z] nah that kinda just worked for me [2025-04-03T02:04:41Z] :tm: [2025-04-03T02:04:53Z] yeah [2025-04-03T02:04:58Z] that seems to be a trend with gcc [2025-04-03T02:05:13Z] it either just works or fails with an obscure error even when using the same env and options [2025-04-03T02:05:17Z] i love that [2025-04-03T02:05:17Z] mid builds with clang instead eta when [2025-04-03T02:05:24Z] literally never [2025-04-03T02:05:40Z] yeah me too [2025-04-03T02:05:53Z] i will wait for mcf's c compiler [2025-04-03T02:05:57Z] even if there's a reason to i kinda dont like this entire ecosystem wide migration away from gnu personally [2025-04-03T02:06:07Z] like when it makes sense it makes sense but there's not really a group i trust more [2025-04-03T02:06:20Z] ^ makes sense for me means ditching grub and glibc [2025-04-03T02:06:43Z] i haven't used grub and glibc in ages [2025-04-03T02:06:52Z] honestly i just fucking hate that people don't stick to standards [2025-04-03T02:06:55Z] yeah i just roll UKIs and boot those directly with UEFI [2025-04-03T02:07:02Z] grub is a fucking nightmare as far as security goes [2025-04-03T02:07:10Z] whether it's using bashisms in "shell" scripts or GNU C extensions in C without fucking mentioning as such [2025-04-03T02:07:18Z] like i get it extensions make life a lot easier [2025-04-03T02:07:27Z] but provide a fallback or at least mark out where the extension is [2025-04-03T02:07:28Z] i mean my router uses grub but thats because i just use openwrt as it comes [2025-04-03T02:07:35Z] i didnt even install any extra packages [2025-04-03T02:11:41Z] okay i might have just found the issue [2025-04-03T02:11:51Z] if it is what i think it is i'm gonna be super annoyed at myself [2025-04-03T02:23:12Z] nope, that wasn't it [2025-04-03T02:23:14Z] * midfavila sighs [2025-04-03T02:23:25Z] this is exhausting [2025-04-03T02:23:39Z] tends to be, yeah [2025-04-03T02:23:42Z] i wish i knew how to help [2025-04-03T02:26:40Z] i have been trying to get this to work since mfing *november* [2025-04-03T02:26:55Z] and it is the *last* thing i need to get sorted before i can have an MVP for my uconsole [2025-04-03T02:27:03Z] this is like [2025-04-03T02:27:06Z] uniquely frustrating [2025-04-03T02:27:09Z] moreso than kiss usually is [2025-04-03T06:03:07Z] meow