<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:11:23] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@2001:16b8:1eb5:bd00:fe34:97ff:fea9:75f2) (Quit: Leaving)
L2[00:37:28] <CompanionCube> Ariri: https://i.redd.it/1gmypq1u5l791.jpg
L3[00:38:51] <Amanda> ... except casinos are required to have games of skill, not luck
L4[00:39:28] <CompanionCube> counterpoint: slot machines exist.
L5[00:39:50] <Amanda> You pick when they stop, so it's still skill, in the eyes of the law
L6[00:41:51] <Amanda> and they're heavily regulated
L7[00:42:13] <Amanda> They have to use specific, approved, RNGs
L8[01:13:11] <Va​ur> %tonk
L9[01:13:12] <MichiBot> Dad-Sizzle! Va​ur! You beat Forec​aster's previous record of <0 (By 4 hours, 18 minutes and 36 seconds)! I hope you're happy!
L10[01:13:13] <MichiBot> Vaur's new record is 4 hours, 18 minutes and 36 seconds! Vaur also gained 0.00431 tonk points for stealing the tonk. Position #1.
L11[01:26:08] <lunar_sam> https://xmpp.404.city:5280/usershare/c44a7f29876bb754953efd718432c3cb3316b2da/ohiAhd82tOBrWDLQJRxqyZrDCnIJf8OnbADTkHUs/20220624205343_1.jpg
L12[01:26:14] <lunar_sam> https://xmpp.404.city:5280/usershare/c44a7f29876bb754953efd718432c3cb3316b2da/MXAhxcRAS6QxwusfHcASLR013pT5GnT6OaqV1Hgb/20220624210407_1.jpg
L13[01:26:18] <lunar_sam> https://xmpp.404.city:5280/usershare/c44a7f29876bb754953efd718432c3cb3316b2da/es3NNEyhLURK0D53bpu1LRe07OXsOPbVuuQnldsn/20220624210447_1.jpg
L14[01:27:13] <lunar_sam> blue lipstick hits different
L15[01:32:58] ⇨ Joins: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L16[02:21:01] * Amanda curls up ontop of elfi, meows sleepily about her fun little openfaas function to generate a qr code to give her a mostly-prefilled form to add new devices to her netbox instance
L17[02:23:52] * Amanda does a heccen zzzmew
L18[02:36:33] <Ar​iri> cursed question: can i force git to track the .git folder
L19[02:50:47] <Ocawes​ome101> why would you want that?
L20[02:50:50] <Brisingr​Aerowing> I'm pretty sure it'll yell at you if you try that.
L21[02:51:17] <Brisingr​Aerowing> I know Mercurial did.
L22[02:51:45] <Ocawes​ome101> `git add .git` just does nothing
L23[03:18:47] <Hawk777> Could you make .git a symlink to something else and then track that instead?
L24[03:19:06] <Hawk777> Though I also repeat OCA’s question of “why would you want that?”.
L25[03:24:01] <Ar​iri> >Ocawesome101: why would you want that?
L26[03:24:01] <Ar​iri> i feel like if i say why ill get shunned by everyone here
L27[03:27:21] <CompanionCube> seems not?
L28[03:30:16] <CompanionCube> lol, in a video about the minecraft chat thing they mentioned hacked client devs adding a 'autoreport' hack to file reports against everyone online
L29[03:33:53] <Hawk777> Not by me, I love cursed stuff.
L30[03:35:19] <CompanionCube> what's in .git that you want to track, even?
L31[03:54:29] <Hawk777> My guess is it probably won’t check *out* properly since it would be a security hole to allow a clone of an untrusted remote repo to create .git/config.
L32[03:55:02] <Hawk777> My symlink idea would get around that since you’d have to create the .git → .actual_git symlink yourself after cloning.
L33[03:56:59] <Elfi> I'm pretty sure if you tracked .git the repo would be permanently dirtied and would probably start breaking as you committed the .git changes to itself
L34[03:57:16] <Ar​iri> >CompanionCube: what's in .git that you want to track, even?
L35[03:57:16] <Ar​iri> well, im trying to make an updater system for a modpack using git, that way someone just downloads the repo and imports it to MMC, its ready to go
L36[03:57:48] <CompanionCube> okay?
L37[03:58:17] <Ar​iri> the issue is the script is using git to update as well, but it doesnt work without overwriting all the files
L38[03:58:31] <Ar​iri> bc its not tracked
L39[03:58:35] <Ar​iri> so i want to add the index
L40[03:58:36] <Elfi> I think what you want is `git submodule`
L41[03:59:05] <CompanionCube> aren't git submodules notoriously difficult tho?
L42[03:59:38] <Elfi> But they're actually supported
L43[04:01:19] <Ar​iri> im not sure if submodule will get what Im trying to achieve
L44[04:01:27] <Ar​iri> or that im even smart enough to use it properly
L45[04:02:19] ⇦ Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L46[04:02:24] <Elfi> Then you may want to pursue a different route altogether because including a tracked repo is liable to break things
L47[04:02:37] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L48[04:03:53] <Ar​iri> well i dont really get why when i download the repo, import it to MMC, the script (which just pulls the repo), has an issue when i try to pull the same repo
L49[04:04:01] <Ar​iri> its the same files its trying to overwrite
L50[04:05:38] <Elfi> It sounds like the problem is the script doesn't actually do repo tracking
L51[04:05:46] <Elfi> So that would be moot
L52[04:06:23] <Elfi> Is it just pulling the latest commit off a github page or something?
L53[04:07:13] <Elfi> Can you post the script for review?
L54[04:07:13] <Ar​iri> yea
L55[04:07:19] <Ar​iri> https://github.com/Sencres013/EmiTech/blob/master/script/main.py
L56[04:07:35] <Ar​iri> ignore 6-11
L57[04:07:35] <Ar​iri> we were trying a workaround-
L58[04:09:41] <Ar​iri> i had the idea of doing tracking of some sort but im not sure how to actually achieve it, and i just thought git would handle it
L59[04:10:02] <Ar​iri> which it would if the files were tracked after downloading it
L60[04:10:52] <CompanionCube> you can nest git repositories you know
L61[04:11:37] <Ar​iri> i did not know that
L62[04:12:12] <CompanionCube> may or may not want to configure .gitignore appropriately
L63[04:12:38] <CompanionCube> my ~ is a git repo containing other git repos
L64[04:13:25] <Ar​iri> still not sure how exactly i would do it
L65[04:13:25] <Ar​iri> ill just explain what im going for: an executable script that MMC runs prelaunch which will check if the modpack needs to be updated (via git), and if it does, get it from git; the entire pack will be downloaded, at least how its currently set up, when the repo is downloaded, which comes out as a zip we can toss into MMC making it simple for players
L66[04:13:48] <CompanionCube> does the .zip come with the .git in it?
L67[04:13:53] <Ar​iri> that way new players get the latest version, and the entire pack doesnt have to be redownloaded
L68[04:14:10] <Izaya> Arcanox: rsync may do most of what you're after
L69[04:14:12] <Izaya> fuck
L70[04:14:17] <Izaya> Ariri:*
L71[04:14:47] <Ar​iri> >CompanionCube: does the .zip come with the .git in it?
L72[04:14:48] <Ar​iri> it does not, which is why I was trying to get ,git into the repo but thats likely has bad consequences
L73[04:14:48] <Ar​iri> when i try the script with just a newly initialized .git, it doesnt work bc files arent tracked
L74[04:15:00] <Ar​iri> it only works when i manually move my projects .git to the instance folder
L75[04:15:12] <CompanionCube> yeah iirc github .zips don't include the repo history
L76[04:15:15] <Ar​iri> which is obviously not really what we're going for
L77[04:15:29] <CompanionCube> if you want that you need to host it yourself or just 'git clone'
L78[04:15:30] <Ar​iri> the .zip doesnt have .git at all, yea
L79[04:16:02] <Ar​iri> yea, most of our players are windows so git clone isnt really an option, which is also we are making a binary for the script
L80[04:16:14] <Ar​iri> :/
L81[04:16:24] <Ar​iri> im over my head
L82[04:16:37] <Ar​iri> Izaya: rsync with github?
L83[04:16:43] <Elfi> If you are hosting it on github, a better idea would be to use its web API to compare its release against the current one
L84[04:16:46] <Ar​iri> not sure what you mean
L85[04:17:35] <Ar​iri> Elfi: would I be able to compare it when the zip we're downloading wouldnt even have a .git folder?
L86[04:18:09] <Elfi> Yes, because it's tracking by release version, not commit number
L87[04:18:14] <Izaya> just rsync in general, don't think GH supports it
L88[04:18:34] <Elfi> Or you could distribute the script alone and have it clone and update the repo
L89[04:19:03] <Elfi> The quintessential "online installer"
L90[04:19:32] <Elfi> In its own repo to track changes to the script, of course
L91[04:19:44] <Elfi> Compatmentalization is important
L92[04:20:23] <Ar​iri> so i suppose it was better after all to actually make releases then
L93[04:20:23] <Ar​iri> i think the script alone idea is better because i originally had that idea but thought we didnt need to this way
L94[04:21:03] <Ar​iri> i think i get how to do it now, thanks yall
L95[04:21:10] <Ar​iri> %pat Elfi
L96[04:21:11] <MichiBot> Ariri is patting Elfi with the coordinates to the foxen home world. Elfi regains 1d6 => 3 hit points! The coordinates to the foxen home world flickers and pops out of existence.
L97[04:21:28] <Elfi> Oh, Amanda won't like that
L98[04:21:42] <Ar​iri> Izaya: out of curiosity, rsync with what? FTP?
L99[04:21:54] <Izaya> rsync has a native protocol
L100[04:21:54] <Ar​iri> Elfi: which part, the patting or the foxen home world?
L101[04:22:03] <Elfi> The homeworld
L102[04:22:09] <Ar​iri> ah'
L103[04:22:12] <Ar​iri> %blame Inari
L104[04:22:12] * MichiBot blames Inari for it not being Friday. Or if it is Friday then for it being Friday
L105[04:22:46] <Elfi> Well okay, topical enough I suppose
L106[04:23:20] <Ar​iri> Izaya: correct me if im wrong, but basically rsync the repo using ssh?
L107[04:23:31] <Ar​iri> bc otherwise i dont get how to use rsync here without hosting something myself
L108[04:25:00] <Izaya> I was assuming with a server available
L109[04:25:35] <Ar​iri> yeah thats the main problem im trying to get around
L110[04:25:51] <Ar​iri> especially since my server isnt hidden anyways.. or working for that matter
L111[04:28:33] ⇦ Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) ())
L112[04:28:49] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L113[04:46:03] <Forec​aster> %tonk
L114[04:46:04] <MichiBot> I'm sorry Forecaster, you were not able to beat Vaur's record of 4 hours, 18 minutes and 36 seconds this time. 3 hours, 32 minutes and 52 seconds were wasted! Missed by 45 minutes and 44 seconds!
L115[04:48:31] <Forec​aster> I just implemented my own git-like diff system when I made my modpack manager
L116[04:56:56] * Izaya just uses packupdate, but that requires a server
L117[05:59:07] ⇦ Quits: Hawk777 (~Hawk777@2607:c000:827f:f200:e8f5:eaa5:cf3d:7fd) (Quit: Leaving.)
L118[06:00:31] ⇦ Quits: glasspelican (~quassel@2607:5300:201:3100::325) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
L119[06:01:04] ⇨ Joins: glasspelican (~quassel@2607:5300:201:3100::325)
L120[06:50:23] ⇦ Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) ())
L121[06:50:33] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L122[07:08:30] ⇦ Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) ())
L123[07:08:35] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L124[07:13:24] ⇦ Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) ())
L125[07:13:34] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L126[07:27:56] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1eb5:bd00:fe34:97ff:fea9:75f2)
L127[08:11:30] ⇨ Joins: Vexatos (~Vexatos@p200300eaef041c22003d39776acc3e52.dip0.t-ipconnect.de)
L128[08:11:30] zsh sets mode: +v on Vexatos
L129[08:11:50] ⇨ Joins: DOC (~DOC@ns5007120.ip-51-222-245.net)
L130[08:12:26] ⇦ Quits: DOC (~DOC@ns5007120.ip-51-222-245.net) (Client Quit)
L131[08:13:19] <Forec​aster> https://xkcd.com/2637/
L132[08:53:45] ⇦ Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) ())
L133[08:53:56] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L134[09:03:33] ⇦ Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L135[09:03:40] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L136[09:20:22] ⇦ Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L137[09:20:22] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L138[09:31:37] ⇦ Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) ())
L139[09:37:24] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L140[09:42:33] ⇦ Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L141[09:42:38] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L142[09:44:13] ⇦ Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L143[09:44:25] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L144[09:49:18] <Forec​aster> %tonk
L145[09:49:18] <MichiBot> Darn! Forec​aster! You beat Va​ur's previous record of 4 hours, 18 minutes and 36 seconds (By 44 minutes and 38 seconds)! I hope you're happy!
L146[09:49:19] <MichiBot> Forecaster's new record is 5 hours, 3 minutes and 14 seconds! Forecaster also gained 0.0037 (0.00074 x 5) tonk points for stealing the tonk. Position #2. Need 0.27444 more points to pass Va​ur!
L147[10:15:51] <lunar_sam> oh sorry about the connect/disconnect spam
L148[10:16:11] <lunar_sam> i didn't realize it does that when i loose connection at work even though i'm using it through XMPP
L149[10:16:15] <lunar_sam> kinda annoying
L150[10:16:27] <Va​ur> %sip
L151[10:16:28] <MichiBot> You drink a smelly tuna potion (New!). Vaur turns into a coralcreep sheep boy until they sneeze.
L152[10:38:56] ⇦ Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L153[11:06:23] <Va​ur> %sip
L154[11:06:23] <MichiBot> You drink a fiery titanium potion (New!). Vaur suddenly craves pie.
L155[11:08:24] <Forec​aster> %sip
L156[11:08:25] <MichiBot> You drink a light bavarium potion (New!). When Forecaster drinks the last drop, a bucket of water materializes above their head and dumps its contents over them. Forecaster avoids the bucket and it's content! (12 vs DC 8)
L157[11:08:31] <Forec​aster> phew
L158[11:31:07] <Izaya> lunar_sam: would suggest leaving profanity running in tmux to avoid that
L159[11:31:13] <Izaya> biboumi is kinda silly
L160[11:33:22] <lunar_sam> Izaya: problem is my LTE disconnect
L161[11:33:36] <lunar_sam> disconnecting, rather
L162[11:35:15] <Izaya> lunar_sam: on a server
L163[11:35:27] <Izaya> biboumi sends parts/disconnects when all the clients disappear
L164[11:35:35] <lunar_sam> ah
L165[11:35:50] <lunar_sam> i'm using the jabberfr.org bridge lol
L166[12:41:46] <Amanda> MichiBot! I gave those to you for safe keeping!
L167[12:45:10] <Forec​aster> stop giving MichiBot buckets of water >:
L168[13:04:11] <Amanda> I was referring to the coordinates of the foxen home world that she broke earlier after helping ariri pat elfi
L169[13:04:45] <Forec​aster> well someone is supplying those buckets > - >
L170[13:59:35] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1eb5:bd00:fe34:97ff:fea9:75f2) (Ping timeout: 189 seconds)
L171[14:01:55] <Va​ur> %sip
L172[14:01:55] <MichiBot> You drink a gloopy ruby potion (New!). Vaur forgets the location of a great treasure.
L173[14:54:25] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1eb5:bd00:fe34:97ff:fea9:75f2)
L174[14:55:35] <Va​ur> %sip
L175[14:55:35] <MichiBot> You drink a warpy pear potion (New!). A genie tries to turn Vaur into an otter, but Vaur successfully dodge the beam! (17 vs DC 12)
L176[15:04:49] <Forec​aster> %tonkout
L177[15:04:49] <MichiBot> Huzzah! Forec​aster! You beat your own previous record of 5 hours, 3 minutes and 14 seconds (By 12 minutes and 15 seconds)! I hope you're happy!
L178[15:04:50] <MichiBot> Forec​aster has tonked out! Tonk has been reset! They gained 0.005 tonk points! plus 0.008 bonus points for consecutive hours! Current score: 2.11293625, Position #2 Need 0.26144 more points to pass Va​ur!
L179[15:17:37] ⇨ Joins: Webchat644 (webchat@alyon-651-1-28-114.w82-122.abo.wanadoo.fr)
L180[15:17:46] ⇦ Quits: Webchat644 (webchat@alyon-651-1-28-114.w82-122.abo.wanadoo.fr) (Client Quit)
L181[15:56:02] ⇦ Quits: SlimeDiamond (~slime@basher.zenoc.net) (Ping timeout: 189 seconds)
L182[17:04:19] <Amanda> %choose play with cubes or continue automating onboarding
L183[17:04:20] <MichiBot> Ama​nda: I tried reading my tea leaves this morning. There was something about death and doom. Anyway, go with "play with cubes"
L184[17:12:21] <Ar​iri> %oclogs
L185[17:12:21] <MichiBot> https://irclogs.pc-logix.com/?dir=logs/%23oc
L186[17:16:57] <Amanda> How goes the pack, @Ariri?
L187[17:18:22] <Ar​iri> testing the new script stuff now, and already play testing the pack
L188[17:18:22] <Ar​iri> once the script is done, i wouldn't mind some extra help for sp play testing with random stuff to see if anything breaks
L189[17:41:40] <Forec​aster> %sip
L190[17:41:40] <MichiBot> You drink a woolly redstone potion (New!). The bottle turns into an apple.
L191[17:41:54] <Forec​aster> %smash apple
L192[17:41:54] <MichiBot> Forecaster smashes a bug. But now all the NPC's are upside down.
L193[17:42:13] <Forec​aster> oh, for some reason I thought that took an argument
L194[18:39:18] <Forec​aster> %tonk
L195[18:39:19] <MichiBot> Dad-Sizzle! Forec​aster! You beat your own previous record of <0 (By 3 hours, 34 minutes and 29 seconds)! I hope you're happy!
L196[18:39:20] <MichiBot> Forecaster's new record is 3 hours, 34 minutes and 29 seconds! No points gained for stealing from yourself. (Lost out on 0.00357)
L197[18:40:05] <Va​ur> %sip
L198[18:40:06] <MichiBot> You drink a rather amethyst potion (New!). Vaur now has a mullet until Sozin's Comet returns.
L199[19:53:44] <tS​haw> https://tinyurl.com/2b5rwqwp
L200[20:06:27] <Va​ur> %sip
L201[20:06:27] <MichiBot> You drink a silent moonstone potion (New!). Vaur turns into a purple fox until they have a nap.
L202[20:11:52] <Forec​aster> fancy fox
L203[20:33:26] <Z0id​berg> >Vaur: %sip
L204[20:33:26] <MichiBot> You drink a shining bavarium potion (New!). Z0idberg now has a mullet until they have a dull potion.
L205[20:33:26] <Z0id​berg> Business up front, party in the back
L206[20:33:48] <Z0id​berg> LOL?
L207[20:34:03] <Ar​iri> lmao
L208[20:34:17] <Ar​iri> relay things
L209[20:34:20] <Va​ur> lulz, I guess michibot read that has sipping rather than answering 😄
L210[20:34:39] <Z0id​berg> That's okay
L211[20:34:53] <Z0id​berg> Now we have two party animals
L212[20:36:25] <Forec​aster> yeah, MichiBot can't tell relay replies apart from regular messages
L213[21:28:32] <Z0id​berg> This drink I got from the store apparently tastes like vegans
L214[21:28:38] <Z0id​berg> https://tinyurl.com/2b8vecku
L215[21:28:48] <Z0id​berg> "natural vegan flavoring"
L216[21:33:01] <Amanda> mmmm vegans
L217[21:53:48] ⇨ Joins: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L218[21:53:57] ⇦ Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Client Quit)
L219[21:57:28] ⇦ Quits: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) (Ping timeout: 189 seconds)
L220[22:00:42] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L221[22:18:31] ⇦ Quits: Vexatos (~Vexatos@p200300eaef041c22003d39776acc3e52.dip0.t-ipconnect.de) (Remote host closed the connection)
L222[23:14:07] <Amanda> %splash Inari with mutable potion
L223[23:14:07] <MichiBot> You fling a mutable tomato potion (New!) that splashes onto Inari. Inari turns into a dog girl until they have a tiberium potion.
L224[23:14:51] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1eb5:bd00:fe34:97ff:fea9:75f2) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@2001:16b8:1e3d:ef00:fe34:97ff:fea9:75f2)))
L225[23:14:57] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1e3d:ef00:fe34:97ff:fea9:75f2)
L226[23:59:59] <Va​ur> %tonk
L227[23:59:59] <MichiBot> Dagnabbit! Va​ur! You beat Forec​aster's previous record of 3 hours, 34 minutes and 29 seconds (By 1 hour, 46 minutes and 10 seconds)! I hope you're happy!
<<Prev Next>> Scroll to Top