<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:04] ⇦ Quits: Hawk777 (~Hawk777@2605:1700:1091:8e00:53be:cd84:8139:1e97) (Quit: Leaving.)
L2[00:16:25] <Izzy> Michiyo: concept: automatic folder binder for openprinter
L3[01:58:28] *** Joins: Hawk777 (~Hawk777@2605:1700:1091:8e00:4c2c:f5:fbd1:f59e) Hawk777
L4[05:34:36] <Forec​aster> %tonk
L5[05:34:37] <MichiBot> Dogast! F​orecaster! You beat S​piderEveryOS's previous record of 4h 39m 40s (By 1h 13m 27s)! I hope you're happy!
L6[05:34:37] <MichiBot> Forecaster's new record is 5h 53m 8s! Forecaster also gained 0.0061 (0.00122 x 5) tonk points for stealing the tonk. Position #2. Need 0.3816712 more points to pass S​piderEveryOS!
L7[07:01:58] *** Joins: Vexatos (~Vexatos@2001:4647:af75:0:8892:7601:4f2:7640) Vexatos
L8[07:01:58] zsh sets mode: +v on Vexatos
L9[07:02:19] <Izzy> Say hi to the future SKS Minecraft v13 server, titania.uranus.sks.lan! Assembled out of only the finest "random bits I had laying around:" https://uranus.shadowkat.net/tmp/86bf.jpg
L10[07:03:18] <Izzy> R7 5700G, 16GB of RAM, 16GB optane drive, two 2TB HDDs, currently no normal SSD, running proxmox.
L11[07:32:47] ⇦ Quits: Hawk777 (~Hawk777@2605:1700:1091:8e00:4c2c:f5:fbd1:f59e) (Quit: Leaving.)
L12[11:28:06] <Spider​EveryOS> %tonkout
L13[11:28:07] <MichiBot> Woooo! S​piderEveryOS! You beat F​orecaster's previous record of 5h 53m 8s (By 22s)! I hope you're happy!
L14[11:28:07] <MichiBot> S​piderEveryOS has stolen the tonkout! Tonk has been reset! They gained 0.005 tonk points! plus 0.004 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 2.9219006. Position #1
L15[11:29:59] * Amanda meows and looks around
L16[11:30:06] * Amanda orders MichiBot some %soup
L17[11:30:06] <MichiBot> Waiter!! Waiter!! There's 2872.9 grams of alcohol in my soup!
L18[11:30:17] <Amanda> Hell yeah, let's get wasted!
L19[11:49:55] <Amanda> %splash Forecaster with mutable soup potion
L20[11:49:56] <MichiBot> You fling a mutable orange potion (New!) that splashes onto Forecaster. Forecaster turns into a mithril fish girl until they see a cat.
L21[11:50:11] <Amanda> Hecc
L22[11:52:30] * Amanda hides from Fore's sight, beams her to The Enclosure
L23[12:36:54] <Forec​aster> D:
L24[12:39:59] <Corded> > <Redston​eParkour> Renno its in my ~/Code/OC and nowhere else
L25[12:39:59] <vft​dan> Should I also add routing into my recipe planner :thonk: https://discordembeds.pc-logix.com/live/1541064457508229210/1787488798464-df2d7bc2d19c.png https://discordembeds.pc-logix.com/live/1541064457508229210/1787488798619-b22f399d0703.png
L26[12:49:56] <Redston​eParkour> oh you have channel defs?
L27[12:49:57] <Redston​eParkour> hmm
L28[12:50:36] <vft​dan> Well, just made a PoC
L29[12:50:50] <Redston​eParkour> yeah so the routing i do doesnt do that
L30[12:51:28] <Redston​eParkour> as in i basically do what dss2 does but more
L31[12:55:46] <Redston​eParkour> as in you have a routing file for some source `default` at `/etc/routes/default`, containing lines like `{{"alias1", "Alias One"}, {"transposer", 0, "abcdef12", 1}, {"transposer", 0, "eeeeeeee", 4}}`
L32[12:55:46] <Corded> > <vft​dan> Well, just made a PoC
L33[12:55:46] <vft​dan> Initially I just wanted to move ValleNiasmor-specific logic from `/usr/lib` to `/etc` and also the information about what machines are connected wired and which are by drone from `/etc/recupesched/recipes.cfg` to a separate file. But pulling from multiple storages also seems like a useful feature.
L34[12:55:47] <Corded> https://discordembeds.pc-logix.com/live/1541068432022310953/1787489746069-2b3258efcb99.png https://discordembeds.pc-logix.com/live/1541068432022310953/1787489746223-1cf86519f5fa.png
L35[12:59:05] <vft​dan> * `/etc/recipesched/recipes.cfg`
L36[13:02:33] <Redston​eParkour> if you want to use drones you'd probably do `{"deferrpc", "dronesrv", {"transposer", 0, "aaaaaaaa", 4}}` at the end
L37[13:03:10] <Redston​eParkour> then dronesrv would have a dronesrv-specific routing file containing all destinations
L38[13:03:22] <Amanda> ... why would io.read be returning a boolean? That's the only reason I can think of why Izzy's adf.lua at the depot would be causing this error I'm occasionally seeing
L39[13:06:00] <Corded> > <Redston​eParkour> oh you have channel defs?
L40[13:06:00] <vft​dan> Well, I haven't found a better name for the entry type, I am just representing nodes (storages) and edges (indivisible connections between storages) as a bipartite graph (like a hypergraph structure or N-M relationships in RDBMS)
L41[13:07:30] <Redston​eParkour> so you actually try to figure out the best path
L42[13:07:41] <Redston​eParkour> that seems a bit much
L43[13:10:36] <vft​dan> Well, I initially made BFS, but I didn't want it to accidently send stuff to another city and back, so I've added optionals cost field & consider it to decide at which index to enqueue the node, turning it into a Dijkstra.
L44[13:10:52] <vft​dan> * an optional
L45[13:11:57] <Redston​eParkour> Amanda: one possibility is that the fs proxy returns false for some reason
L46[13:12:15] <Redston​eParkour> i believe that gets passed on as-is
L47[13:12:33] <Amanda> for io.read? Reading input from the terminal?
L48[13:12:37] <Redston​eParkour> oh
L49[13:12:50] <Redston​eParkour> oh that io.read
L50[13:14:09] <vft​dan> I remember there are discrepancies with signatures of the lua stdlib and of OpenOS apis, idk whether it's one of them.
L51[13:16:10] <Redston​eParkour> i think ctrl-c causes false to be returned
L52[13:16:37] <Redston​eParkour> to be precise `false, "interrupted"`
L53[13:26:07] <Amanda> Oh, I figured it out. It's not the io.read that's returning a boolean, it's component.get -- one of the routing tracks had it's uuid changed
L54[13:26:09] <Amanda> component.get returning nil*
L55[13:27:30] <Amanda> helps when the resolution's high enough to see the whole error message
L56[14:03:55] <Va​ur> %tonk
L57[14:03:55] <MichiBot> Zoinks! V​aur! You beat S​piderEveryOS's previous record of 0s (By 2h 35m 48s)! I hope you're happy!
L58[14:03:55] <MichiBot> Vaur's new record is 2h 35m 48s! Vaur also gained 0.0026 tonk points for stealing the tonk. Position #3. Need 0.3792994 more points to pass F​orecaster!
L59[14:25:28] ⇦ Quits: Skye (znc@2a03:4000:8:29b::1) (Quit: ZNC - http://znc.in)
L60[14:25:34] ⇨ Joins: Skye (~skye@nightfall.moe)
L61[16:02:03] *** Joins: Hawk777 (~Hawk777@2605:1700:1091:8e00:d16:7362:a52c:f5e8) Hawk777
L62[17:22:13] <Forec​aster> %tonk
L63[17:22:13] <MichiBot> Yikes! F​orecaster! You beat V​aur's previous record of 2h 35m 48s (By 42m 29s)! I hope you're happy!
L64[17:22:14] <MichiBot> Forecaster's new record is 3h 18m 17s! Forecaster also gained 0.00213 (0.00071 x 3) tonk points for stealing the tonk. Position #2. Need 0.3905412 more points to pass S​piderEveryOS!
L65[19:51:46] <Kristo​bear38> SquidDev: I've done a sacrelige - since I wasn't gonna bother to try adding semantic action support to the lua template in lua_menhir myself, I threw AI at it. Now I have a plausibly-looking parsed AST
L66[19:52:48] <SquidDev> " I threw AI at it" You might as well tell me you pissed on my grandmother's corpse.
L67[19:53:34] <Kristo​bear38> didn't intend to offend you
L68[21:20:46] <Va​ur> %tonkout
L69[21:20:46] <MichiBot> Willikers! V​aur! You beat F​orecaster's previous record of 3h 18m 17s (By 40m 15s)! I hope you're happy!
L70[21:20:47] <MichiBot> V​aur 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: 2.15593. Position #3 Need 0.3754294 more points to pass F​orecaster!
L71[21:36:21] <Izzy> huh, apparently OpenRGB has a server mode?
L72[21:36:39] <Izzy> me omw to put OpenRGB on the v13 server to get some use out of the parts that are RGB
L73[21:59:41] ⇦ Quits: Vexatos (~Vexatos@2001:4647:af75:0:8892:7601:4f2:7640) (Quit: Insert quantum chemistry joke here)
L74[22:03:43] ⇦ Quits: simon816 (~simon816@secondary.machine.simon816.com) (Quit: ZNC 1.10.2 - https://znc.in)
L75[22:10:16] *** Joins: simon816 (~simon816@secondary.machine.simon816.com) simon816
L76[22:27:01] <Spider​EveryOS> %tonk
L77[22:27:02] <MichiBot> Woah! S​piderEveryOS! You beat V​aur's previous record of 0s (By 1h 6m 15s)! I hope you're happy!
L78[22:27:02] <MichiBot> SpiderEveryOS's new record is 1h 6m 15s! SpiderEveryOS also gained 0.0011 tonk points for stealing the tonk. Position #1.
<<Prev Next>> Scroll to Top