<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:08:40] * Amanda
continues to pad over to nadja, wonders why she doesn't seem
to be getting closer
L2[00:17:10] * Amanda
lays down to rest, wonders why nadja is now getting farther
away
L3[00:19:12] * Amanda
catshrugs, drags Elfi into her floof for cuddles while she watches
YouTubes
L4[01:09:06] <Amanda> Night girls,
don't forget to tie your Ethernet cables to the back of your
car and tin cans
L5[01:09:34] <Izzy> Does anyone have a
preferred way to output from a Lua script to syslog or the systemd
journal?
L6[01:10:15] <Amanda> Izzy: systemd services
have their stdout/err on the journal
L7[01:10:50] <Amanda> Anyways, night
night
L8[01:11:01] <Izzy> I want to log from a CGI
script
L9[01:22:10] <Hawk777> If all else fails, if
you have a socket API, you can use that. The protocol isn’t
particularly complicated, though don’t try to figure it out from
whatever the most recent RFC describing “the syslog protocol” is
because that’s not the version that journald implements.
L10[01:25:25] <Hawk777> Each packet is
“<P>DATE NAME[PID]: MESSAGE”, where “P” is the facility
number left three bits plus the priority, “DATE” is the date in “%b
%e %H:%M:%S” format, “NAME” is the program name, “PID” is the
process ID, and “MESSAGE” is the message text. Shove that in a
single datagram to the relevant UNIX-domain socket.
L11[01:25:31] <Hawk777> The angle brackets
are literal.
L12[01:28:07] <CompanionCube> is /dev/log a
thing?
L13[01:28:13] <Hawk777> Some senders
include a NUL at the end, but journald doesn’t need it, and if you
do, it’ll consider it “parseable but with extra misunderstood data”
and therefore keep two copies of the message in the record, the
decoded bits plus a SYSLOG_RAW, which it won’t do if you don’t
include the NUL.
L14[01:28:15] <CompanionCube>
%tonkout
L15[01:28:16] <MichiBot> Awesome!
CompanionCube! You beat Vaur's previous record of 1 hour, 33
minutes and 3 seconds (By 1 hour, 23 minutes and 52 seconds)! I
hope you're happy!
L16[01:28:17] <MichiBot> CompanionCube 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.06699. Position #1
L17[01:28:24] <CompanionCube> %drink
L18[01:28:24] <MichiBot> You drink an
ommitted pear potion (New!). CompanionCube's eyes turn the
color of dirt until their next sip of water.
L19[01:28:50] <Hawk777> CompanionCube: Yep
IIRC that’s the socket to which you send the messages, formatted as
I mentioned above.
L20[01:28:56] <Hawk777> (or a symlink to
it)
L21[03:16:33] ⇦
Quits: Hawk777 (~Hawk777@2001:569:7cae:7e00:51bd:959c:58f3:7d10)
(Quit: Leaving.)
L22[03:41:44]

<Forecaster> %tonk
L23[03:41:45] <MichiBot> Wah! Forecaster!
You beat CompanionCube's previous record of <0 (By 2
hours, 13 minutes and 28 seconds)! I hope you're happy!
L24[03:41:46] <MichiBot> Forecaster's
new record is 2 hours, 13 minutes and 28 seconds! Forecaster also
gained 0.00222 tonk points for stealing the tonk. Position #3. Need
0.32207 more points to pass Spider EveryOS!
L25[04:53:00] *** Joins: Hawk777
(~Hawk777@2001:569:7cae:7e00:6dc7:9a58:3ce4:d1ae) Hawk777
L26[04:54:25]

<Vaur>
%sip
L27[04:54:25] <MichiBot> You drink a gloopy
copper potion (New!). There's an acidic tinge to the potion...
A label on the bottle reads "Who needs internal organs
anyway?". Vaur takes 3d6 => [5,3,5] acid damage.
L28[05:16:44] ⇦
Parts: lunar_sam (~sam@64.79.55.123) ())
L29[05:25:04]

<RedstoneParkour> %sip
L30[05:25:05] <MichiBot> You drink a
prickly blue potion (New!). RedstoneParkour's bones turn the
color of tomato until they have an apple.
L31[05:27:59]

<Vaur>
%sip
L32[05:27:59] <MichiBot> You drink a
sans-serif currentcorn potion (New!). Vaur: Nothing seemed to
happen...
L33[06:28:13] *** Joins: Vexatos
(~Vexatos@p200300eaef0cca00373be8d43b61f1e3.dip0.t-ipconnect.de)
Vexatos
L34[06:28:13] zsh
sets mode: +v on Vexatos
L35[06:55:54]

<Ocawesome101> i have successfully
implemented inter-process rpc that doesn't totally suck
L36[06:56:20]

<Ocawesome101> i have no real demo of this
because it looks exactly like the last video i sent, the code
underneath is just much cleaner
L37[07:03:44] <Izzy> was the last video the
GUI one?
L38[07:04:55]

<Ocawesome101> yes
L39[07:04:59] <Izzy> cool :3
L40[07:05:18] <Izzy> one of these days I
will be sufficiently unhinged to turn the PsychOS vty layer into a
windowing system
L41[07:05:20]

<Ocawesome101> the window server is a
separate process, other processes use rpc to create and manage
windows
L42[07:05:27]

<Ocawesome101> that would be neat
L43[07:05:38] <Izzy> it should only require
implementing the compositor
L44[07:05:41]

<Ocawesome101> i had some infrastructure
for that in either Monolith or ULOS 1, don't recall
which
L45[07:14:39]

<Ocawesome101> aha it was ulos 1
L46[07:16:43] <Izzy> do you have code I can
steal for figuring out which parts of a window are visible?
:3
L47[07:31:18] ⇦
Quits: Hawk777 (~Hawk777@2001:569:7cae:7e00:6dc7:9a58:3ce4:d1ae)
(Quit: Leaving.)
L48[07:39:04]

<Forecaster> %tonkout
L49[07:39:05] <MichiBot> By my throth!
Forecaster! You beat your own previous record of 2 hours, 13
minutes and 28 seconds (By 1 hour, 43 minutes and 51 seconds)! I
hope you're happy!
L50[07:39:06] <MichiBot> Forecaster has
tonked out! Tonk has been reset! They gained 0.003 tonk points!
plus 0.004 bonus points for consecutive hours! Current score:
0.72868, Position #3 Need 0.31507 more points to pass Spider
EveryOS!
L51[09:22:20]

<RedstoneParkour> %tonk
L52[09:22:21] <MichiBot> Woooo!
RedstoneParkour! You beat Forecaster's previous record of
<0 (By 1 hour, 43 minutes and 16 seconds)! I hope you're
happy!
L53[09:22:22] <MichiBot>
RedstoneParkour's new record is 1 hour, 43 minutes and 16
seconds! RedstoneParkour also gained 0.00172 tonk points for
stealing the tonk. Position #5. Need 0.0088 more points to pass
Vaur!
L54[09:22:22]

<RedstoneParkour> %sip
L55[09:22:24] <MichiBot> You drink a
shimmering cyan potion (New!). The bottle turns into an
apple.
L56[09:44:38]

<Forecaster> using a whole byte as a sign
feels slightly wrong
L57[12:12:10] *
Amanda meows and looks around
L58[12:23:20]

<Forecaster> _hides all the signs_
L59[12:32:06] *
Amanda pads over to nadja again, curls up in her lap
L60[12:38:25]

<Forecaster> oh and also %tonk
L61[12:38:26] <MichiBot> Yay! Forecaster!
You beat RedstoneParkour's previous record of 1 hour, 43
minutes and 16 seconds (By 1 hour, 32 minutes and 48 seconds)! I
hope you're happy!
L62[12:38:27] <MichiBot> Forecaster's
new record is 3 hours, 16 minutes and 4 seconds! Forecaster also
gained 0.0031 (0.00155 x 2) tonk points for stealing the tonk.
Position #3. Need 0.31197 more points to pass Spider
EveryOS!
L63[13:29:27] ⇨
Joins: lunar_sam (~sam@64.79.55.123)
L64[13:56:49]

<Forecaster> %sip
L65[13:56:49] <MichiBot> You drink a porous
silver potion (New!). Forecaster's skin turn the color of aqua
but with a copper glow for 54 minutes.
L66[13:57:28]

<Forecaster> None of that makes any
sense
L67[15:12:19] ⇦
Quits: Amanda (~m-yt727s@cloud.camnet.site) (Ping timeout: 183
seconds)
L68[15:22:09] ⇦
Quits: Saphire (saphire@lunar.exchange) (Ping timeout: 183
seconds)
L69[15:22:21] ⇨
Joins: Saphire (saphire@lunar.exchange)
L70[15:25:45] ⇦
Quits: fingercomp (fingercomp@fomalhaut.me) (Ping timeout: 183
seconds)
L71[15:25:48]

<Vaur>
%sip
L72[15:25:49] <MichiBot> You drink a rising
weather potion (New!). Vaur forgets the location of a great
treasure.
L73[15:28:28] ⇨
Joins: fingercomp (fingercomp@fomalhaut.me)
L74[15:37:07] *** Joins: Amanda
(~m-yt727s@cloud.camnet.site) AmandaC
L75[16:24:38]

<RedstoneParkour> %tonkout
L76[16:24:39] <MichiBot> Dagnabbit!
RedstoneParkour! You beat Forecaster's previous record of 3
hours, 16 minutes and 4 seconds (By 30 minutes and 7 seconds)! I
hope you're happy!
L77[16:24:40] <MichiBot> RedstoneParkour
has stolen the tonkout! Tonk has been reset! They gained 0.003 tonk
points! plus 0.002 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 0.66334. Position #5 Need
0.0028 more points to pass Vaur!
L78[16:24:42]

<RedstoneParkour> %sip
L79[16:24:44] <MichiBot> You drink an
endless pussplum potion (New!). RedstoneParkour knows the exact
location of a particular molecule of oxygen until their next sip of
water.
L80[17:05:07] ⇦
Quits: scj643 (~quassel@2001:41d0:700:3949:5c1::1) (Quit:
Bye)
L81[17:06:08] *** Joins: scj643
(~quassel@2001:41d0:700:3949:5c1::1) scj643
L82[17:36:27] ⇦
Quits: scj643 (~quassel@2001:41d0:700:3949:5c1::1) (Quit:
Bye)
L83[18:08:13] ⇨
Joins: fffffff (~fffffff@109.124.221.207)
L84[18:09:36] ⇦
Quits: fffffff (~fffffff@109.124.221.207) (Client
Quit)
L85[18:13:55] *
CompanionCube acquired two copies of Rome II from a charity, alas
both had already been redeemed so will be getting returned. I
don't suppose anyone with the game on Steam is open to
unlikely shenanigans involving metadata and the disc?
L86[18:19:07]

<Vaur>
%tonk
L87[18:19:07] <MichiBot> Fopdoodle! Vaur!
You beat RedstoneParkour's previous record of <0 (By 1
hour, 54 minutes and 29 seconds)! I hope you're happy!
L88[18:19:08] <MichiBot> Vaur's new
record is 1 hour, 54 minutes and 29 seconds! Vaur also gained
0.00191 tonk points for stealing the tonk. Position #4. Need
0.06373 more points to pass Forecaster!
L89[18:40:19]

<Vaur>
%sip
L90[18:40:20] <MichiBot> You drink a forked
oculemon potion (New!). Vaur loses exactly a handful of luck.
L91[18:41:45] <lunar_sam> staring at the
compressed data until it makes sense
L92[18:42:29]

<RedstoneParkour> %sip
L93[18:42:30] <MichiBot> You drink a liquid
unobtanium potion (New!). RedstoneParkour: Nothing seemed to
happen...
L94[18:43:01]

<RedstoneParkour> lunar: is your decoder
doing weird stuff?
L95[18:43:23] <lunar_sam> no, i'm only
working on the encoder right now
L96[18:43:25] <lunar_sam> lol
L97[18:43:46]

<RedstoneParkour> ah
L98[18:43:50]

<RedstoneParkour> what method?
L99[18:48:48] <lunar_sam> honestly
it's just something i'm cooking up myself
L100[18:49:41] <lunar_sam> but i'm
realizing i just made discount bzip2 :p
L101[18:52:26]

<RedstoneParkour> ok
L102[18:53:47] <CompanionCube> i wonder if
that's like making filesystems that end up being discount
FAT
L103[18:54:15] <lunar_sam> true
L104[19:03:15] <lunar_sam> currently, the
steps it takes are: 1. (sometimes) escape the block if it contains
an instance of every value from 0-255, since i need a unique value
for the next step. 2. burrows-wheeler transform. 3. move to front
transform. 4. huffman coding
L105[19:05:15] <lunar_sam> ~though
it's still not much better than LZSS if at all~
L106[19:05:37] <lunar_sam> also a first
pass with LZSS sometimes results in better compression, sometimes
doesn't
L107[19:05:55]

<Kristopher38> Wait till you hear about
ANS that stuff's wild
L108[19:06:15] <lunar_sam> my brain
switched off with ANS :(
L109[19:06:51] <lunar_sam> honestly it was
more of an experiment than anything, and for now i'm gonna
play some HD2
L110[19:28:07] <lunar_sam> well nvm, all
my friends got off when i got on lol
L111[20:30:46] <lunar_sam> well i may
either finally be on to something or my code is completely
borked
L112[21:28:40]

<Vaur>
%tonkout
L113[21:28:41] <MichiBot> Fiddlesticks!
Vaur! You beat your own previous record of 1 hour, 54 minutes and
29 seconds (By 1 hour, 15 minutes and 4 seconds)! I hope
you're happy!
L114[21:28:42] <MichiBot> Vaur has tonked
out! Tonk has been reset! They gained 0.003 tonk points! plus 0.004
bonus points for consecutive hours! Current score: 0.67505,
Position #4 Need 0.05673 more points to pass Forecaster!
L115[21:31:23] <lunar_sam> oh huh,
it's actually worked
L116[21:31:29] <lunar_sam> that's a
surprise
L117[21:44:06]

<Vaur>
%sip
L118[21:44:07] <MichiBot> You drink a
smooth citrus potion (New!). Vaur's nails turn the color of
spice until hell has a nice fall.
L119[22:21:28] ⇦
Quits: Vexatos
(~Vexatos@p200300eaef0cca00373be8d43b61f1e3.dip0.t-ipconnect.de)
(Quit: Insert quantum chemistry joke here)
L120[22:32:11] <lunar_sam> well, there was
an attempt, but it appears i didn't do better than just LZSS
on its own
L121[22:33:15] <Amanda> %choose iced
creams or soda
L122[22:33:15] <MichiBot> Amanda: I
received a message from future you, said to go with
"soda".
L123[22:33:27] <Amanda> Hrm
L124[22:34:18] <Amanda> I hope
future-amanda put up the right wards to stop nadja from noticing,
she's been sending an awful lot of messages to break
causality
L125[22:41:00] *
Amanda noms iced creams
L126[22:59:17]

<Spider
EveryOS> %tonk
L127[22:59:18] <MichiBot> Blast! Spider
EveryOS! You beat Vaur's previous record of <0 (By 1
hour, 30 minutes and 37 seconds)! I hope you're happy!
L128[22:59:19] <MichiBot> Spider
EveryOS's new record is 1 hour, 30 minutes and 37 seconds!
Spider EveryOS also gained 0.00151 tonk points for stealing the
tonk. Position #2. Need 0.02173 more points to pass
CompanionCube!
L129[22:59:23]

<Spider
EveryOS> %sip
L130[22:59:25] <MichiBot> You drink a
forked aether potion (New!). Tonk moved forward 1 hour. (Rem. uses:
0)
L131[23:35:02] ⇦
Quits: lunar_sam (~sam@64.79.55.123) (Read error: Connection reset
by peer)
L132[23:44:24]
⇨ Joins: lunar_sam_ (~sam@64.79.55.123)