<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:40:40] <lunar_sam> lol i need to go back to the used electronics place near-ish to me and grab another PS2
L2[00:40:47] <lunar_sam> they have some labelled "for parts"
L3[00:40:54] <lunar_sam> i can yoink a disc drive
L4[01:05:11] <Z0id​berg> I am glad I am not in this state... seriously wtf: https://tinyurl.com/2eudcbew
L5[01:05:19] <Z0id​berg> @lunar_sam Have you seen this persons campaign bus?!
L6[01:05:43] <Z0id​berg> "Jesus, Guns, n' Babies".. ?!?!?!?!?!
L7[01:11:31] <Ocawes​ome101> what the fuck
L8[01:12:12] <luna​r_sam> >Z0idberg: <@175686996461617162> Have you seen this persons campaign bus?!
L9[01:12:12] <luna​r_sam> where the fuck is this
L10[01:12:17] <Z0id​berg> Georgia
L11[01:12:24] <Z0id​berg> Kandiss Taylor is apparently their name
L12[01:12:31] <luna​r_sam> what the fuck
L13[01:12:51] <luna​r_sam> actual georgia moment
L14[01:12:55] <luna​r_sam> and i don't mean the country
L15[01:14:24] <Ocawes​ome101> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/iwujijiqex
L16[01:14:42] <Va​ur> %tonk
L17[01:14:43] <MichiBot> Awesome! Va​ur! You beat Forec​aster's previous record of <0 (By 4 hours, 48 minutes and 59 seconds)! I hope you're happy!
L18[01:14:44] <MichiBot> Vaur's new record is 4 hours, 48 minutes and 59 seconds! Vaur also gained 0.00482 tonk points for stealing the tonk. Position #1.
L19[01:15:09] <Z0id​berg> Yeah it's pretty messed up.
L20[01:16:40] <Z0id​berg> See her talk, it's bad. It's real bad. I have nothing against people being faithful, but she talks like she believes that the country's decisions should be made on behalf of religious belief, which is definitely a no in the US. Then she claims that if we dont' have guns the government will become a tyranny XD
L21[01:19:02] <luna​r_sam> pain
L22[01:20:24] <luna​r_sam> god, i have to go into work tonight
L23[01:20:59] <Z0id​berg> Wanna uninstall Java from the Internet?
L24[01:21:08] <Z0id​berg> It needs to be uninstalled.
L25[01:21:30] <luna​r_sam> i think that might make me unable to clock in to work
L26[01:22:08] <Z0id​berg> First things first how come people get so defensive when you tell them that having to write a thousand try catch blocks all over your program in a million different files with no real way to delegate them rather than escalating them up the call stack toward the business logic is a BAD FUCKING IDEA.
L27[01:23:43] <Z0id​berg> Seriously. i can't make my functions small? I can't focus my functions on the task at hand? I have to catch every god damned exception and handle it right there, rather than delegating it somewhere or perhaps, "preventing the issue before it even happens anyways", nope- gotta do it now or pass it up. wtf.
L28[01:24:25] <Z0id​berg> Bad design. I don't care why anything thinks otherwise.
L29[01:25:08] <Z0id​berg> Having a purpose does not imply having no need for alternatives.
L30[01:32:39] <CompanionCube> posted elsewhere, i can't be bothered pinging relevant people: https://cdn.discordapp.com/attachments/457312182842032140/980996323023126568/image0.jpg
L31[01:36:30] <Izaya> available in all good bookstores
L32[01:57:07] * Amanda flops down around Elfi, reads to her about some more eggs hatching
L33[02:33:28] <Izaya> https://asciinema.org/a/mw7FhHdEy2lpUnBbeSfulHhGe
L34[02:51:26] <Ocawes​ome101> Izaya: http://0x0.st/oBWM.sh might be useful
L35[02:52:46] <Izaya> ooh, that's cute
L36[02:52:57] <Izaya> how does the "dirty hack to initialise instance" work
L37[02:54:13] <Amanda> Izaya: ah, I see you made ocvmaas yourself now! Though mine was much less user friendly. I don't even recall if I had a way to have multiple instances
L38[02:55:01] <Izaya> Amanda: it is very much not ready for prime time there's half a dozen places you could inject stuff into the shell
L39[02:55:23] <Izaya> but it does work and I mean I have a shittone of S10es that could run it
L40[02:55:43] <Ocawes​ome101> Izaya: it makes OCVM exit instantly (but still initialize the instance) by feeding it an invalid bios file
L41[02:55:56] <Izaya> oic
L42[02:56:12] <Izaya> I hate this it's perfect
L43[02:56:22] <Ocawes​ome101> :D
L44[02:58:40] <Amanda> Apparently mine did have multiple instances. Sandboxed by your ssh key and the passed in command:
L45[02:58:42] <Amanda> https://gitlab.darkdna.net/amanda/oc-aas/-/blob/master/main.go
L46[02:59:07] <Izaya> gitlab doesn't work in the web browser I have on this laptop, were you using that one go ssh library?
L47[02:59:27] <Amanda> In /x/crypto? Yes
L48[03:00:01] <Amanda> Izaya: here's the clone url if you'd like that: https://gitlab.darkdna.net/amanda/oc-aas.git
L49[03:01:57] <Amanda> It was designed to be run in a docker container. Then it'd also drop privileges for the ocvm command further by running it as non-root
L50[03:02:19] <Izaya> apparently if you ForceCommand you can get a bunch of ssh params as environment variables but I have the manager script set as the user shell
L51[03:03:06] <Amanda> In theory you could sandbox it further with that sysprocattr or whatever struct, but I didn't feel like diving into the kernel to find the relevant stuff iirc
L52[03:03:31] <Amanda> Especially for just a stupid little one-off idea
L53[03:04:33] <Amanda> Yeah, force command is what gitlab etc all use, as well as stuff like dokku
L54[03:05:23] <Amanda> Dokku has a wrapper for managing that stuff too, iirc, they extracted out their relevant code to a separate tool for others to use
L55[03:06:24] <Amanda> https://github.com/dokku/sshcommand
L56[03:08:09] <Izaya> can you forcecommand for a user or is it per-key only?
L57[03:11:57] <Amanda> Per-kry only I believe
L58[03:12:23] <Amanda> But it's been awhile since I looked into it, like last in the early '10s
L59[03:13:34] <Amanda> Anyways, getting late, time to bury the fairy in floof and zzzmew
L60[03:13:50] * Amanda lays her head on elfi, does a heccen zzzmew
L61[03:14:09] <Izaya> o/
L62[04:06:10] <Forec​aster> %sip
L63[04:06:11] <MichiBot> You drink a tiny pear potion (New!). Forecaster barely manages to catch a red shell that appears in front of them! (Rem. uses: 1)
L64[04:42:18] <Va​ur> %sip tiny pear potion
L65[04:42:18] <MichiBot> You drink a tiny pear potion. Vaur barely manages to catch a red shell that appears in front of them! (Rem. uses: 0)
L66[04:45:39] <CompanionCube> Izaya: can't you match user and forcecommand in sshd_config
L67[04:53:07] ⇦ Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L68[04:53:15] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L69[04:57:01] <Va​ur> %sip
L70[04:57:01] <MichiBot> You drink a concentrated bavarium potion (New!). Gravity reverses for Vaur until they use "Jeez Mew" in a sentence.
L71[04:57:10] <Va​ur> Jeez Mew
L72[05:39:57] ⇨ Joins: immibis (~hexchat@62.156.144.218)
L73[05:41:17] ⇦ Quits: immibis_ (~hexchat@62.156.144.218) (Ping timeout: 192 seconds)
L74[06:20:59] ⇨ Joins: Janek (~Android@5.172.255.18)
L75[06:47:17] <Forec​aster> that's not "in a sentence"
L76[06:48:12] ⇦ Quits: Hawk777 (~chead@2607:c000:827e:ab00:5dec:deb5:c55:7982) (Quit: Leaving.)
L77[06:48:19] ⇦ Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) ())
L78[06:48:56] <Va​ur> Jeez Mew I'm about to %tonkout !
L79[06:48:56] <MichiBot> Wow! Va​ur! You beat your own previous record of 4 hours, 48 minutes and 59 seconds (By 45 minutes and 13 seconds)! I hope you're happy!
L80[06:48:57] <MichiBot> Va​ur has tonked out! Tonk has been reset! They gained 0.005 tonk points! plus 0.008 bonus points for consecutive hours! Current score: 1.67037625, Position #1
L81[06:49:15] <Va​ur> How's that for a sentence 😼
L82[06:59:44] <Forec​aster> D:<
L83[07:07:19] ⇦ Quits: Janek (~Android@5.172.255.18) (Ping timeout: 189 seconds)
L84[07:17:31] ⇨ Joins: Vexatos (~Vexatos@port-92-192-53-187.dynamic.as20676.net)
L85[07:17:31] zsh sets mode: +v on Vexatos
L86[07:58:21] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L87[08:08:17] <Forec​aster> %tonk
L88[08:08:17] <MichiBot> Uh-oh! Forec​aster! You beat Va​ur's previous record of <0 (By 1 hour, 19 minutes and 21 seconds)! I hope you're happy!
L89[08:08:18] <MichiBot> Forecaster's new record is 1 hour, 19 minutes and 21 seconds! Forecaster also gained 0.00132 tonk points for stealing the tonk. Position #2. Need 0.05108 more points to pass Va​ur!
L90[08:08:26] ⇦ Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L91[08:09:59] ⇨ Joins: Janek (~Android@5.172.255.6)
L92[08:10:25] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L93[08:14:04] ⇦ Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) ())
L94[08:14:18] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L95[09:07:27] ⇦ Quits: Janek (~Android@5.172.255.6) (Ping timeout: 186 seconds)
L96[09:27:48] ⇦ Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L97[09:28:28] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L98[09:43:36] ⇦ Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L99[09:44:08] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L100[10:03:10] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1ef2:fa00:fe34:97ff:fea9:75f2)
L101[10:40:03] ⇦ Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L102[10:41:20] <Izaya> %roll 1d18446744073709551616
L103[10:41:20] <MichiBot> 1d18446744073709551616
L104[10:41:31] * Izaya squints
L105[10:42:41] <Va​ur> %tonk
L106[10:42:42] <MichiBot> Huzzah! Va​ur! You beat Forec​aster's previous record of 1 hour, 19 minutes and 21 seconds (By 1 hour, 15 minutes and 3 seconds)! I hope you're happy!
L107[10:42:43] <MichiBot> Vaur's new record is 2 hours, 34 minutes and 24 seconds! Vaur also gained 0.0025 (0.00125 x 2) tonk points for stealing the tonk. Position #1.
L108[10:45:25] <Forec​aster> The regex only does 3 digits
L109[10:45:52] <Forec​aster> non-parsed text is just passed through
L110[10:46:23] <Forec​aster> %roll 1d300 birds in a bush
L111[10:46:23] <MichiBot> 170 birds in a bush
L112[10:47:47] <Forec​aster> or you could probably generate a random ip address with %roll 1d255.1d255.1d255.1d255
L113[10:47:48] <MichiBot> 196.187.123.149
L114[10:50:00] ⇨ Joins: Janek (~Android@5.172.255.39)
L115[10:52:45] <Wat​tana> >MichiBot: 196.187.123.149
L116[10:52:46] <Wat​tana> imagine if it actually respond to pings lol
L117[10:53:19] <Forec​aster> it dies
L118[10:53:33] <Forec​aster> https://tinyurl.com/2l5ywmxd
L119[10:54:10] <Forec​aster> no webserver there however
L120[11:04:29] <Wat​tana> 💀
L121[11:04:59] <The P​atmann> Hey, who's pinging my modem?!
L122[11:05:03] <The P​atmann> /j /j
L123[11:06:50] <Wat​tana> bios programming is really something else
L124[11:07:00] <Wat​tana> 😩
L125[11:07:29] <Wat​tana> spaghetti code
L126[11:09:21] <Forec​aster> Better than rice code
L127[11:09:50] <Wat​tana> "rice code"?
L128[11:10:03] <Amanda> Will code your rice
L129[11:26:12] <Forec​aster> it's like spaghetti code but with hundreds of little pieces 😄
L130[11:26:21] <Forec​aster> (It's not actually, but it could have been)
L131[11:44:02] ⇦ Quits: Janek (~Android@5.172.255.39) (Ping timeout: 189 seconds)
L132[11:49:37] <Amanda> #include "foo/line1.h"
L133[11:51:01] ⇨ Joins: Janek (~Android@5.172.255.237)
L134[11:51:24] <Forec​aster> %sip
L135[11:51:25] <MichiBot> You drink an eroded nectar potion (New!). The bottle splits into two revealing a smaller Gloomy Purple potion.
L136[11:52:08] <Forec​aster> ???
L137[11:53:31] <Forec​aster> Corded decided not to relay that apparently
L138[11:53:41] <Amanda> %splash @Inari with gloomy purple potion
L139[11:53:42] <MichiBot> You fling a gloomy purple potion (New!) that splashes onto @Inari. The next glass of water @Inari has tastes like Bavarium.
L140[11:54:07] <Forec​aster> that probably tastes really bad
L141[11:55:07] <Amanda> Damn incompetent fools, you're meant to detonate the bomb, not pour it into their water supply
L142[11:55:35] <Amanda> I mean, uh...
L143[11:56:11] * Amanda grooms herself innocently
L144[12:15:07] <Forec​aster> Not suspicious
L145[12:18:58] ⇦ Quits: Saphire (saphire@lunar.exchange) (Quit: WeeChat 3.4.1)
L146[12:49:58] ⇦ Quits: Janek (~Android@5.172.255.237) (Ping timeout: 189 seconds)
L147[12:51:02] ⇨ Joins: Janek_ (~Android@5.172.255.167)
L148[12:55:34] <Wat​tana> i suddenly want to overclock ocmos lmao
L149[12:57:51] <Va​ur> %sip
L150[12:57:52] <MichiBot> You drink a fluffy bavarium potion (New!). Vaur: Nothing seemed to happen...
L151[13:04:38] ⇦ Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L152[13:05:14] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L153[13:08:53] ⇨ Joins: Saphire (saphire@lunar.exchange)
L154[13:09:32] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1ef2:fa00:fe34:97ff:fea9:75f2) (Quit: Leaving)
L155[13:09:50] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1ef2:fa00:fe34:97ff:fea9:75f2)
L156[13:17:26] <Forec​aster> %tonkout
L157[13:17:26] <MichiBot> Shoot! Forec​aster! You beat Va​ur's previous record of 2 hours, 34 minutes and 24 seconds (By 20 seconds)! I hope you're happy!
L158[13:17:28] <MichiBot> Forec​aster has stolen the tonkout! Tonk has been reset! They gained 0.002 tonk points! plus 0.001 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 1.62279625. Position #2 Need 0.05008 more points to pass Va​ur!
L159[13:54:03] ⇨ Joins: Janek (~Android@5.172.255.33)
L160[13:54:47] ⇦ Quits: Janek_ (~Android@5.172.255.167) (Ping timeout: 189 seconds)
L161[14:02:15] <Wat​tana> I got my BIOS to boot a FAT12 disk with 6502 codes inserted into https://tinyurl.com/2kpbr3eq
L162[14:02:22] <Wat​tana> Now to clean up my codes
L163[14:03:39] <Wat​tana> (The disk have a 6502 version of the boot sector generated by `mkfs.fat`. The BIOS determines wheter a drive is bootable by checking the last two bytes)
L164[14:03:54] <Wat​tana> Yes I forgot to remove the boot sector signature
L165[14:10:32] <lunar_sam> man i cant switch OSKs in phosh it seems
L166[14:10:43] <lunar_sam> aggressively annoying
L167[14:10:59] <lunar_sam> seems like i got GNOME'd
L168[14:19:34] <lunar_sam> i just want to use maliit instead of squeekboard
L169[14:21:34] <Izaya> haha *doesn't speak dbus so all the input stops working*
L170[14:55:27] ⇦ Quits: Janek (~Android@5.172.255.33) (Ping timeout: 186 seconds)
L171[15:06:44] ⇨ Joins: Janek (~Android@128.136.246.94.ip4.artcom.pl)
L172[15:23:49] <Amanda> %choose elevator-based lighting or switch-based lighting
L173[15:23:50] <MichiBot> Ama​nda: The proof is in the pudding. Definitely "elevator-based lighting". Now please get it out of my pudding.
L174[15:27:29] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1ef2:fa00:fe34:97ff:fea9:75f2) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@200116b8146b7200fe3497fffea975f2.dip.versatel-1u1.de)))
L175[15:27:33] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@200116b8146b7200fe3497fffea975f2.dip.versatel-1u1.de)
L176[15:52:21] ⇨ Joins: baschdel (~baschdel@2a02:6d40:3669:effc::846)
L177[16:05:54] <Forec​aster> %sip
L178[16:05:54] <MichiBot> You drink a salty red potion (New!). Forecaster doesn't seem to have any research points. (Rem. uses: 0)
L179[16:05:59] <Forec​aster> Aww
L180[16:09:08] ⇦ Quits: Janek (~Android@128.136.246.94.ip4.artcom.pl) (Ping timeout: 189 seconds)
L181[16:17:18] <Wat​tana> Does anyone here know how the hell memory banking in OCMOS works
L182[16:17:30] <Wat​tana> The author says the docs is dry and he ain't kidding
L183[16:39:36] ⇨ Joins: Janek (~Android@128.136.246.94.ip4.artcom.pl)
L184[16:52:13] ⇦ Quits: Janek (~Android@128.136.246.94.ip4.artcom.pl) (Ping timeout: 192 seconds)
L185[17:03:08] ⇨ Joins: Zink2 (~Zink2@109.174.18.57)
L186[17:03:18] <Zink2> Люди
L187[17:03:22] <Zink2> вы живы?
L188[17:05:04] <B​ob> Nekovo
L189[17:06:59] ⇦ Quits: Zink2 (~Zink2@109.174.18.57) (Remote host closed the connection)
L190[17:16:06] ⇨ Joins: Janek (~Android@5.172.255.89)
L191[17:43:35] <Wat​tana> >Zink2: вы живы?
L192[17:43:36] <Wat​tana> 1. Yes
L193[17:43:36] <Wat​tana> 2. At least don't use Cyrillic letters, I don't even understand Russian lmao
L194[18:03:01] <B​ob> skill issue
L195[18:04:45] ⇦ Quits: Janek (~Android@5.172.255.89) (Ping timeout: 192 seconds)
L196[18:19:57] <Amanda> Hey Elfi, why do I have brain fog and a headache before I've even stopped drinking my soda. I don't run out until like wednesday/thursday
L197[18:23:08] <Elfi> Might be time to move to iced tea
L198[18:23:30] ⇨ Joins: Kirik (~Kirik@mm-80-18-121-178.gomel.dynamic.pppoe.byfly.by)
L199[18:26:02] * Amanda flops down around Elfi, reads to her since she can't seem to keep focused on her game anyway
L200[18:53:30] <Forec​aster> %tonk
L201[18:53:30] <MichiBot> Jiminy Cricket! Forec​aster! You beat your own previous record of <0 (By 5 hours, 36 minutes and 3 seconds)! I hope you're happy!
L202[18:53:31] <MichiBot> Forecaster's new record is 5 hours, 36 minutes and 3 seconds! No points gained for stealing from yourself. (Lost out on 0.0056)
L203[19:52:00] <Amanda> ... oh dear. I think my fuel line ignited
L204[19:52:28] <Amanda> https://matrix.camnet.site/_matrix/media/r0/download/camnet.site/WWjmtCKHaRkpqxdJkpEsZEVo/544550_20220531155214_1.png
L205[19:53:32] ⇦ Quits: baschdel (~baschdel@2a02:6d40:3669:effc::846) (Ping timeout: 189 seconds)
L206[19:55:51] ⇦ Quits: Kirik (~Kirik@mm-80-18-121-178.gomel.dynamic.pppoe.byfly.by) (Quit: Kirik)
L207[19:59:12] <Forec​aster> nah, it just got really embarrased
L208[20:48:14] ⇨ Joins: TPG24 (~ThePiGuy2@host-92-17-122-20.as13285.net)
L209[20:49:39] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@92.17.122.20) (Ping timeout: 192 seconds)
L210[20:55:25] <Amanda> %choose comfort or utility
L211[20:55:25] <MichiBot> Ama​nda: The proof is in the pudding. Definitely "utility". Now please get it out of my pudding.
L212[20:55:36] * Amanda puts the utility away, curls up on her catbed
L213[21:12:02] <gam​ax92> @Wattana Thistle is a dead mod and I won't likely be updating it further.
L214[21:12:27] <Amanda> Gasp, it's a gamax!
L215[21:12:29] <Wat​tana> when did you-
L216[21:14:19] <Wat​tana> is his presence weak or am i dumb
L217[21:14:45] <Forec​aster> %sip
L218[21:14:46] <MichiBot> You drink an eroded lime potion (New!). As Forecaster drinks the potion they seem to have become magnetic and An unassuming lamp flies towards them! They fail to evade it with a 8 vs DC 14 and takes 1d​6 => 2 damage.
L219[21:49:47] <Wat​tana> maybe i really should go for a slab allocator for my kernel internally
L220[21:50:50] <Wat​tana> singly linked blocks are so flaky at least the ones i have written
L221[21:54:20] <Wat​tana> ok ok what if
L222[21:55:07] <Wat​tana> i cheat by just returning `ptr += size`
L223[21:55:12] <Wat​tana> and wrap the pointer around
L224[21:55:32] <Wat​tana> hey this might work lmao as long as i don't keep stuff for too long
L225[22:22:28] <Wat​tana> actually lets not
L226[22:26:32] ⇦ Quits: Vexatos (~Vexatos@port-92-192-53-187.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
<<Prev Next>> Scroll to Top