<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:11] <AdorableCatgirl> hi
L2[00:01:22] <AdorableCatgirl> i'm working on bringing Tsukinet to OpenOS
L3[00:01:38] <AdorableCatgirl> with a few fun utilities running on Tsukinet
L4[00:01:52] <AdorableCatgirl> and maybe even a surprise
L5[00:04:00] <Ocawes​ome101> Neat
L6[00:04:30] <ThePi​Guy24> %slap Izaya
L7[00:04:30] <MichiBot> ThePi​Guy24 is slapping Iz​aya with the physicists for 1d4 => 2 damage!
L8[00:04:37] <ThePi​Guy24> rip
L9[00:04:40] <Izaya> why am I being slapped
L10[00:04:53] <ThePi​Guy24> ask the physicists
L11[00:05:06] <AdorableCatgirl> hey
L12[00:05:12] <AdorableCatgirl> no slapping the network engineer
L13[00:05:33] <ThePi​Guy24> will stop slapping when they fix the internet proxy :p
L14[00:05:40] <ThePi​Guy24> %pet Izaya
L15[00:05:41] <MichiBot> ThePi​Guy24 is petting Izaya with Ariri. Izaya regains 1d4 => 1 hit points!
L16[00:05:46] <AdorableCatgirl> what internet proxy
L17[00:05:49] <ThePi​Guy24> hmmm
L18[00:05:55] <Izaya> the one I was running to provide HTTP(S) access over FRequest
L19[00:05:57] <ThePi​Guy24> on a server we play on
L20[00:05:58] <AdorableCatgirl> do you mean a vtunnel server--oh
L21[00:06:04] <Izaya> you can run one yourself you know
L22[00:06:13] <Izaya> gotta go shopping today
L23[00:06:17] <AdorableCatgirl> also i only now noticed my vtunnel is down
L24[00:06:18] <ThePi​Guy24> rip
L25[00:07:03] <AdorableCatgirl> it's up now
L26[00:10:10] ⇨ Joins: Arcanox (~dragonox@45.159.182.212)
L27[00:10:57] <expert975> Does any upgrade let me get information about the items a robot is carrying on its inventory?
L28[00:39:07] ⇨ Joins: surferconor425 (sid77899@ealing.irccloud.com)
L29[00:43:53] ⇦ Quits: surferconor425 (sid77899@ealing.irccloud.com) (Ping timeout: 190 seconds)
L30[00:44:02] ⇦ Quits: S3_ (~sid159874@id-159874.hathersage.irccloud.com) (Read error: Connection reset by peer)
L31[00:52:39] ⇦ Quits: dmod (sid32492@id-32492.brockwell.irccloud.com) (Ping timeout: 202 seconds)
L32[00:56:33] ⇨ Joins: regakakobigman_ (~regakakob@c-73-174-187-176.hsd1.pa.comcast.net)
L33[01:00:58] ⇦ Quits: Lucifer (sid32492@id-32492.brockwell.irccloud.com) (Ping timeout: 190 seconds)
L34[01:56:32] <The_St​argazer> how do I replace inputted characters in `term.read()` with something else?
L35[01:57:10] <The_St​argazer> nvm, you have to actually state `pwchar=(whatever)`
L36[02:07:32] <Ko​dos> You can also make a scrollable list of prewritten answers
L37[02:15:54] <The_St​argazer> why isn't `9223372036854775807` equal to `math.pow(2,63)-1`? isn't `9223372036854775807` equal to `(2^63)-1`?
L38[02:16:39] <Adorabl​eCatgirl> weird
L39[02:16:46] <Adorabl​eCatgirl> ahh
L40[02:16:48] <Adorabl​eCatgirl> floating point
L41[02:17:20] <Adorabl​eCatgirl> why do you need it
L42[02:17:23] <The_St​argazer> i don't
L43[02:17:26] <The_St​argazer> was just curious
L44[02:17:35] <Adorabl​eCatgirl> anyways, floating point decimal shit
L45[02:18:11] <The_St​argazer> so `math.pow` returns a float?
L46[02:22:18] <Adorabl​eCatgirl> yeah
L47[02:27:52] <Ko​dos> Hold the fuck on. Since when can you use an opensecurity door controller in a microcontroller
L48[02:38:54] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L49[02:39:13] <Mimiru> @Ko​dos since ben_mkiv
L50[02:41:19] <gamax92> @The_Stargazer all numbers in lua are floats
L51[02:41:27] <The_St​argazer> oh
L52[02:44:34] <The_St​argazer> Why isn't `loglevel >= 4` working? `loglevel` is set to `4` but it says `attempt to compare number with string`? Can `>=` only be used on strings or something?
L53[02:46:52] <Adorabl​eCatgirl> no
L54[02:46:57] <Adorabl​eCatgirl> Lua 5.3 has ints
L55[02:47:11] <The_St​argazer> ?
L56[02:47:21] <Adorabl​eCatgirl> to gamax
L57[02:47:21] <The_St​argazer> whats the difference between an int and a number?
L58[02:47:23] <Adorabl​eCatgirl> anyways
L59[02:47:26] <The_St​argazer> oh
L60[02:47:27] <Adorabl​eCatgirl> lua 5.3
L61[02:47:38] <Adorabl​eCatgirl> numbers can be ints or floats
L62[02:47:43] <The_St​argazer> right
L63[02:47:56] <gamax92> well, yeah, I guess that's true
L64[02:48:03] <gamax92> I never liked 5.3
L65[02:48:07] <Adorabl​eCatgirl> ?
L66[02:48:28] <Adorabl​eCatgirl> how come lmao
L67[02:48:31] <Elfi> GAMAX
L68[02:48:34] <gamax92> the addition of ints broke various code that used to work fine
L69[02:48:35] * Elfi tacklehug!
L70[02:48:40] <Adorabl​eCatgirl> i've come to prefer it--huh
L71[02:48:51] <Elfi> Is Temia c:
L72[02:49:02] * gamax92 hugs back
L73[02:50:06] <AmandaC> %tell Inari make sure to warm your nii about the dangers of forming a contract with a dryad.
L74[02:50:07] <MichiBot> AmandaC: Inari will be notified of this message when next seen.
L75[02:53:39] <The_St​argazer> um..
L76[02:53:47] <The_St​argazer> why is lua treating a number as a string?
L77[02:53:55] <Adorabl​eCatgirl> what
L78[02:54:18] <The_St​argazer> `loglevel = 3` this is a number
L79[02:54:39] <The_St​argazer> `if loglevel >= 4 then` this fails with `attempt to compare number with string`
L80[02:54:48] <The_St​argazer> but `if tonumber(loglevel) >= 4 then` works fine
L81[02:55:16] <The_St​argazer> in the interpreter `if loglevel >= 4` just returns `false` when `loglevel = 3`
L82[02:56:20] <The_St​argazer> why is that happening
L83[02:56:23] <The_St​argazer> that shouldn't happen right?
L84[02:56:26] <Ko​dos> Lua
L85[02:56:31] <Ko​dos> Nuff said
L86[02:57:40] <Adorabl​eCatgirl> are you sure
L87[02:57:50] <Adorabl​eCatgirl> loglevel isn't being set to a string somewhere
L88[02:58:49] <The_St​argazer> oh i'm stupid
L89[02:58:53] <The_St​argazer> thanks
L90[02:59:10] <The_St​argazer> i forgot to convert it to a string after getting it from the list of args
L91[02:59:13] <The_St​argazer> er, number
L92[02:59:15] <Adorabl​eCatgirl> oh
L93[03:06:39] <Klea​dron> i thought lua allowed seemles conversion of strings and numbers
L94[03:14:30] <The_St​argazer> how many bytes can `file:read("*a")` read at once?
L95[03:14:35] <The_St​argazer> is it always the entire file?
L96[03:17:10] <Adorabl​eCatgirl> yeah
L97[03:18:53] <The_St​argazer> isn't there a limit on reads though?
L98[03:20:47] <Adorabl​eCatgirl> in OpenOS? i don't think so, beside memory limit
L99[03:22:07] <The_St​argazer> Code Block pastebined https://paste.pc-logix.com/rofujerobo
L100[03:22:07] <The_St​argazer> I think this is the read limit?
L101[03:22:16] ⇨ Joins: GTASA (~gtasa@27.219.124.57)
L102[03:22:16] <The_St​argazer> or is this just for `fs.read()`?
L103[03:22:56] <The_St​argazer> i'll never understand the comma after `is` (`when 'read' is,`)
L104[03:23:38] <Adorabl​eCatgirl> fs.read
L105[03:23:38] ⇦ Quits: GTASA (~gtasa@27.219.124.57) (Client Quit)
L106[03:23:54] ⇨ Joins: GTASA (~gtasa@27.219.124.57)
L107[03:24:06] ⇦ Quits: GTASA (~gtasa@27.219.124.57) (Client Quit)
L108[03:24:43] <Adorabl​eCatgirl> not this again
L109[03:25:04] <Mimiru> 27.219.124.57
L110[03:25:07] <Mimiru> Same IP...
L111[03:25:12] <Adorabl​eCatgirl> ofc
L112[03:25:33] <The_St​argazer> Huh, looks like there's no limit on `io.read()`
L113[03:25:42] <Mimiru> %remindme 24h /mode -b *!*@27.219.124.57
L114[03:25:44] <MichiBot> I'll remind you about "/mode -b *!*@27.219.124.57" at 01/16/2020 09:25:43 PM
L115[03:25:44] <The_St​argazer> and if there is, it's not 2kb
L116[03:25:53] <AdorableCatgirl> oh my god it's actually from chia
L117[03:26:08] <AdorableCatgirl> i know how to get them to leave if they join again
L118[03:26:17] <Mimiru> Yeah?
L119[03:26:33] <AdorableCatgirl> lemme just whip out the china copypasta
L120[03:26:39] <Mimiru> ._.
L121[03:27:12] <AdorableCatgirl> *china
L122[03:27:13] <The_St​argazer> also: why does OC beep at me if I hold insert?
L123[03:27:15] <AdorableCatgirl> yes, chia
L124[03:27:22] <AdorableCatgirl> chia pets
L125[03:27:22] <AdorableCatgirl> also
L126[03:27:23] <Mimiru> chi chi chia
L127[03:27:27] <AdorableCatgirl> insert is paste
L128[03:27:44] <The_St​argazer> i know that
L129[03:28:08] <AdorableCatgirl> probably something to do with that
L130[03:28:33] <The_St​argazer> ok there's probably no limit on io.read
L131[03:28:40] <The_St​argazer> works with files over 20kb
L132[03:28:46] <AdorableCatgirl> anyways
L133[03:28:56] <AdorableCatgirl> i've finally started writing docs on Tsukinet
L134[03:28:59] <The_St​argazer> and I can't see a situatio where someone has a 30kb /etc/hosts file
L135[03:29:02] <The_St​argazer> situation*
L136[03:30:44] <AdorableCatgirl> https://github.com/Adorable-Catgirl/Random-OC-Docs/tree/master/protocols/tsukinet/1.0 you can see what i have *here*
L137[03:31:54] <AdorableCatgirl> expect my normal documentation quality of "it's okay"
L138[03:45:08] <The_St​argazer> how do I remove all hexadecimal characters after a space (and also remove the space) on each line? can't figure out the pattern
L139[03:46:21] <gamax92> I had a really large hosts file on my phone once and it made browsing get really slow
L140[03:46:48] <The_St​argazer> how big?
L141[03:47:06] <DaCompu​terNerd> You want a regular expression for hex after a space?
L142[03:47:20] <The_St​argazer> also, why would you need a big hosts file? was it for a local network?
L143[03:48:06] <DaCompu​terNerd> It'd be` [\dABCDEF]*` I guess
L144[03:48:17] <DaCompu​terNerd> ... It removed a couple spaces
L145[03:48:40] <DaCompu​terNerd> There was a space before the [
L146[03:50:03] <Izaya> presumably, for adblocking purposes
L147[03:50:20] <Izaya> phones are intentionally gimped so hosts file is one of the few effective ways to do it
L148[03:52:36] <AdorableCatgirl> o
L149[03:52:43] <AdorableCatgirl> nice
L150[03:52:48] <AdorableCatgirl> anyways, what i meant to say was
L151[03:53:00] <AdorableCatgirl> i'll finish my tsukinet OpenOS driver tomorrow
L152[03:53:09] <AdorableCatgirl> it's gonna be c o m f y
L153[03:53:54] <gamax92> yeah it was for adblocking
L154[03:54:25] <Izaya> related: Fennec F-Droid is much better - namely, faster - than IceCat Mobile
L155[03:55:02] <AdorableCatgirl> i'll also release Tsukinet driver with two fun utils
L156[03:55:16] <gamax92> I wish I had a fast browser for my phone, I am using fennec atm though
L157[05:27:31] ⇦ Quits: expert975 (~expert975@200.103.75.66) (Quit: WeeChat 2.6)
L158[05:33:03] ⇦ Quits: Victorsueca (~Victor_su@90.165.120.190) (Ping timeout: 190 seconds)
L159[05:33:18] ⇨ Joins: Victor_sueca (~Victor_su@90.165.120.190)
L160[05:45:41] ⇦ Quits: Dimtree (~dimtree@75-109-152-81.nbrncmtk01.res.dyn.suddenlink.net) ()
L161[05:59:32] <bauen1> Lizzian: wget seems to have finished, with just 4.8gb of data
L162[06:10:42] <Ar​iri> going to miku expo next year anyone want to come along
L163[06:12:13] <Izaya> miku expo?
L164[06:12:36] ⇦ Quits: bauen1 (~bauen1@ipb21bb53f.dynamic.kabel-deutschland.de) (Ping timeout: 200 seconds)
L165[06:13:17] <asie> miku expo is a hatsune miku live concert
L166[06:27:55] <Izaya> figured it'd be about minecraft
L167[06:28:05] <Izaya> given hatsune miku created minecraft
L168[06:29:39] ⇨ Joins: DeeadMX (~deeadmx@183.202.202.205)
L169[06:29:58] <DeeadMX> Hello
L170[06:30:31] <DeeadMX> 有人?
L171[06:31:31] <Izaya> %hello
L172[06:31:32] <MichiBot> Iz​aya: Hello! Welcome to #oc! The one and only opencomputers channel! Please ask your questions directly (dont ask to ask) and provide error/code examples! (Use pastebin.com if theyre more than one line!) Dont mind the random conversation you might have walked into.
L173[06:32:09] <asie> Izaya: ffs while i have nothing against miku i'm sick of this misattribution nonsense
L174[06:32:13] <asie> we all know megurine luka created minecraft
L175[06:32:50] * Izaya checks wikipedia
L176[06:32:52] <Izaya> whoops
L177[06:32:58] <Ar​iri> i thought it was the kagamine twins
L178[06:33:00] <DeeadMX> LOL
L179[06:33:05] ⇦ Quits: DeeadMX (~deeadmx@183.202.202.205) (Remote host closed the connection)
L180[06:33:30] <Ar​iri> hrrms in japanese
L181[06:45:00] <Klea​dron> 🤔
L182[06:48:06] <Cha​rles> The wachowski brothers made minecraft in my timeline
L183[06:48:44] <Izaya> I thought they were sisters now
L184[06:48:49] ⇨ Joins: S3_ (sid159874@hathersage.irccloud.com)
L185[06:52:13] ⇨ Joins: Lucifer (sid32492@id-32492.brockwell.irccloud.com)
L186[07:05:55] ⇨ Joins: surferconor425 (sid77899@id-77899.ealing.irccloud.com)
L187[07:06:32] ⇨ Joins: dmod (sid32492@brockwell.irccloud.com)
L188[07:18:53] ⇦ Quits: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi) (Ping timeout: 190 seconds)
L189[07:35:14] ⇨ Joins: bauen1 (~bauen1@ipb21bb53f.dynamic.kabel-deutschland.de)
L190[07:38:17] <Forec​aster> %sip
L191[07:38:17] <MichiBot> You drink a runny aluminium potion (New!). Sitting down suddenly seems like a really terrible idea.
L192[07:42:21] ⇦ Quits: Kleadron (~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Ping timeout: 198 seconds)
L193[07:50:28] ⇦ Quits: gamax92 (~gamax92@c-73-153-119-160.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L194[08:27:06] <Klea​dron> Mega fan http://tinyurl.com/yx2m8vgu
L195[08:30:20] <ThePi​Guy24> by any chance is that from a dell prebuilt
L196[08:31:32] <Klea​dron> Yeah its from an old dell from the windows xp era
L197[08:31:50] <Klea​dron> I dont think the connector is compatible with anything
L198[08:31:58] <ThePi​Guy24> haha yes is good fan
L199[08:32:07] <ThePi​Guy24> they are ridiculous
L200[08:32:12] <Klea​dron> I joked about putting it in my computer
L201[08:32:17] <ThePi​Guy24> and terrifying
L202[08:32:19] ⇦ Quits: Backslash (~Backslash@d75-156-174-126.abhsia.telus.net) (Read error: Connection reset by peer)
L203[08:52:06] ⇦ Quits: ben_mkiv (~ben_mkiv@i59F67876.versanet.de) (Ping timeout: 198 seconds)
L204[08:54:00] <Lizzian> bauen1, cool
L205[08:54:43] <Lizzian> Izaya, You are correct (about the wachowski sisters)
L206[08:57:13] ⇦ Quits: Victor_sueca (~Victor_su@90.165.120.190) (Ping timeout: 190 seconds)
L207[10:09:40] ⇨ Joins: Inari (~Pinkishu@pD9E8F747.dip0.t-ipconnect.de)
L208[10:09:52] <Inari> .
L209[10:10:14] <Inari> AmandaC: Does putting one onto a leash count as forming a contracT?
L210[10:10:56] ⇨ Joins: Victor_sueca (~Victor_su@90.165.120.190)
L211[10:13:03] ⇦ Quits: ba7888b72413a16a (~ba7888b72@66.109.211.150) (Quit: https://i.imgur.com/xacQ09F.mp4)
L212[10:20:35] ⇦ Quits: bauen1 (~bauen1@ipb21bb53f.dynamic.kabel-deutschland.de) (Ping timeout: 202 seconds)
L213[10:36:34] <Izaya> only if it's consentual
L214[10:37:18] <ThePi​Guy24> kinky
L215[10:37:36] <Izaya> >want 250cc dual-sport bike
L216[10:37:54] <Inari> AmandaC: he leashed one in Mc once, shame you can't leash player :<
L217[10:38:08] <Izaya> >options are $2500 for a 400cc pigfat monstrosity, $4500 for a used KLX250, or $4750 for a new KLX250
L218[10:38:13] <Izaya> I don't understand
L219[10:41:35] <Inari> Well if yuo d on't understand, none of us will
L220[10:41:43] ⇨ Joins: ba7888b72413a16a (~ba7888b72@66.109.211.150)
L221[10:42:34] * Lizzian wants to get a motorbike at some point
L222[10:43:06] <Izaya> I would recommend something but you can only get tiny 125cc ones on your learner permit in the UK
L223[10:44:10] <Izaya> maybe a CG125 because they are indestructible
L224[10:46:54] <Lizzian> at the moment i don't really have a use for a motorbike. work is just a 15 minute walk away and i rarely go out anywehre
L225[10:48:07] <Izaya> I end up riding around a lot for no real reason because it's fun
L226[10:48:16] <Izaya> and there's a lot of nice places
L227[10:48:21] <Izaya> but the UK is full of people
L228[10:48:22] <Izaya> :|
L229[11:00:21] <Inari> https://cdn.discordapp.com/attachments/436555823423160320/667116081541808149/xsuw5vdfxxa41.png weird
L230[11:09:03] <Forec​aster> the heck is sc
L231[11:10:24] <Inari> snapchat (name)
L232[11:11:43] <Inari> https://www.youtube.com/watch?v=lusGw2tPWpQ
L233[11:11:44] <MichiBot> [OkaKoro] Okayu can't sleep because she misses Korone | length: 1m 58s | Likes: 8,785 Dislikes: 52 Views: 162,119 | by Helio Translations | Published On 21/12/2019
L234[11:13:33] <Forec​aster> ah
L235[11:32:04] ⇦ Quits: Victor_sueca (~Victor_su@90.165.120.190) (Read error: Connection reset by peer)
L236[11:38:34] ⇦ Quits: {Opsimath}Shawn (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L237[11:40:14] <AmandaC> Inari: hopefully not, or he's now your nee
L238[11:40:33] <AmandaC> After all, dryads can only form contracts with females
L239[11:41:13] <AmandaC> So if she didn't notice before the contract was made, she'll just have to fix that part of him
L240[11:45:08] <Inari> 🤔
L241[11:56:40] <Forec​aster> %sip
L242[11:56:40] <MichiBot> You drink a solid copper potion (New!). After the first sip the potion poofs away.
L243[11:56:45] <Forec​aster> aw
L244[12:08:50] <AmandaC> %drink soup
L245[12:08:50] <MichiBot> This doesn't seem to be a potion I recognize... Make sure it has an appearance and consistency keyword, and the word "potion" in it.
L246[12:09:53] * AmandaC beams some molten automato potion into a soup bowl
L247[12:10:00] <AmandaC> %drink ^
L248[12:10:00] <MichiBot> (New!) The bottle turns into a metal trident.
L249[12:22:52] <ThePi​Guy24> %drink ^
L250[12:22:52] <MichiBot> The bottle turns into a metal trident.
L251[12:23:26] <ThePi​Guy24> yes but what does the metal trident turn in to
L252[12:23:39] <ThePi​Guy24> %drink
L253[12:23:40] <MichiBot> You drink a runny lime potion (New!). After drinking the potion you realize the bottle has your face on it.
L254[12:24:08] <ThePi​Guy24> darn advertisements
L255[12:24:31] <ThePi​Guy24> i knew i shouldnt have applied for that stock photo shoot years ago
L256[12:24:48] ⇨ Joins: BomberPlayz (~BomberPla@vmd40536.contaboserver.net)
L257[12:24:51] <Forec​aster> why would the trident turn into anything
L258[12:26:19] ⇦ Quits: BomberPlayz (~BomberPla@vmd40536.contaboserver.net) (Client Quit)
L259[12:27:31] <ThePi​Guy24> idk
L260[12:28:29] <Izaya> if you get it hot enough it'll turn into a liquid
L261[12:28:43] <Forec​aster> that's true for anything
L262[12:28:47] <Adorabl​eCatgirl> a
L263[12:28:57] <Forec​aster> b
L264[12:29:10] <Adorabl​eCatgirl> e
L265[12:29:26] <Izaya> Forecaster: even you >:D
L266[12:29:38] <Forec​aster> yes
L267[12:33:45] <ThePi​Guy24> %pat Izaya
L268[12:34:15] <ThePi​Guy24> y iz not werk
L269[12:34:40] <Forec​aster> there's no "pat"
L270[12:34:43] <Forec​aster> there's "pet"
L271[12:35:32] <ThePi​Guy24> e
L272[12:35:39] <ThePi​Guy24> %pet Izaya
L273[12:35:39] <MichiBot> ThePi​Guy24 is petting Izaya with a collection of cat poop. Izaya regains 1d4 => 2 hit points!
L274[12:35:48] <ThePi​Guy24> ono
L275[12:36:42] <Forec​aster> that is Inari's fault
L276[12:39:16] <ThePi​Guy24> %slap Inari
L277[12:39:16] <MichiBot> ThePi​Guy24 is slapping In​ari with a badger for 1d4 => 3 damage!
L278[12:45:40] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L279[12:58:12] <AmandaC> oh boy oh boy, I get to see how Hekete explains to the MC's girlfriend about her coming back from summer vacation with a wife now, maybe.
L280[13:00:40] ⇦ Quits: AdorableCatgirl (~sam@pool-74-110-180-14.rcmdva.fios.verizon.net) (Ping timeout: 378 seconds)
L281[13:04:07] <Forec​aster> wut
L282[13:08:46] <S3_> Wut
L283[13:27:48] <ironmountain> wut
L284[13:35:15] <S3_> My drive will be a half hour from work every day. That's not too bad
L285[13:35:34] <S3_> At my new place
L286[13:35:58] <S3_> There's apparently a small country store 5 or 6 miles down the road
L287[13:36:13] <S3_> Hopefully it has gas
L288[13:38:13] <S3_> Yes it does
L289[13:38:38] <DaCompu​terNerd> %tonk
L290[13:38:39] <MichiBot> Waesucks! DaComputerNerd! You beat simon816's previous record of 18 hours and 32 seconds (By 21 minutes and 5 seconds)! I hope you're happy!
L291[13:38:40] <MichiBot> DaComputerNerd's new record is 18 hours, 21 minutes and 37 seconds! DaComputerNerd also gained 0.00665 (0.00035 x 19) tonk points for stealing the tonk.
L292[13:39:18] <DaCompu​terNerd> %sip
L293[13:39:18] <MichiBot> You drink a slimy radiation potion (New!). The bottle turns into an apple.
L294[13:45:02] <AmandaC> All that wait, and they did the explination off-screen in a timeskip. :(
L295[13:51:49] ⇨ Joins: expert975 (~expert975@200.103.75.66)
L296[14:03:42] ⇨ Joins: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi)
L297[14:42:48] ⇦ Quits: regakakobigman_ (~regakakob@c-73-174-187-176.hsd1.pa.comcast.net) (Ping timeout: 189 seconds)
L298[15:23:25] <Lizzian> %remindme 20m remove ns1 from domain ns lists
L299[15:23:26] <MichiBot> I'll remind you about "remove ns1 from domain ns lists" at 01/16/2020 09:43:26 AM
L300[15:43:26] <MichiBot> Lizzian REMINDER: remove ns1 from domain ns lists
L301[15:55:13] * Lizzian pets MichiBot
L302[15:55:13] * MichiBot purrs
L303[15:55:31] <AmandaC> %pet MichiBot
L304[15:55:31] <MichiBot> AmandaC is petting MichiBot with An unfortunate series of events. MichiBot regains 1d4 => 3 hit points!
L305[16:06:06] <Forec​aster> https://store.steampowered.com/app/1150620/Bed_Lying_Simulator/
L306[16:06:08] <Inari> %pet AmandaC
L307[16:06:10] <MichiBot> Inari is petting AmandaC with a large coffeepot. AmandaC regains 1d4 => 1 hit points!
L308[16:06:11] <Forec​aster> game of the year right there
L309[16:16:27] <AmandaC> Meow?
L310[16:28:49] ⇨ Joins: bauen1 (~bauen1@ipb21bb53f.dynamic.kabel-deutschland.de)
L311[16:35:55] ⇨ Joins: ben_mkiv (~ben_mkiv@i59F67876.versanet.de)
L312[16:52:26] ⇨ Joins: gamax92 (~gamax92@c-73-153-119-160.hsd1.co.comcast.net)
L313[16:52:26] zsh sets mode: +v on gamax92
L314[16:56:02] ⇨ Joins: Vexatos (~Vexatos@port-92-192-15-149.dynamic.as20676.net)
L315[16:56:02] zsh sets mode: +v on Vexatos
L316[17:05:45] ⇦ Quits: Arcanox (~dragonox@45.159.182.212) (Ping timeout: 198 seconds)
L317[17:44:12] <S3_> AmandaC: woof
L318[18:02:29] <AmandaC> S3_: mew?
L319[18:02:32] *** AmandaC is now known as Amanda
L320[18:03:23] <S3_> Lol
L321[18:27:26] ⇨ Joins: Kleadron (~kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L322[18:47:40] <Mimiru> @Forecaster taking jenkins down
L323[18:48:32] <Kleadron> why would you hurt jenkins that's not nice :(
L324[18:49:12] <Mimiru> Because I'm a bitch.
L325[18:49:32] <Mimiru> I'm rsyncing JENKINS_HOME from Eos to Aurora
L326[18:51:31] <Corded> * <Forec​aster> pushes all of the commits
L327[18:57:39] <Mimiru> ~475 mbit/s inbound.. lol
L328[18:59:12] <Forec​aster> how big of a crater does that leave?
L329[18:59:42] <Mimiru> Yes
L330[19:00:13] <Mimiru> lol.. netdata is yelling at me a lot
L331[19:01:01] <Forec​aster> well it's going to be struck by a 475 mbit explosive payload, I'd panic too
L332[19:02:49] <Mimiru> Didn't realize how much crap had accumulated in Jenkins after all these years
L333[19:03:20] <Forec​aster> :P
L334[19:04:17] <Mimiru> I'm upto build 320 on MichiBot
L335[19:04:22] <Mimiru> we're at 793...
L336[19:05:07] <Mimiru> maybe I need to make Jenkins delete older builds...
L337[19:05:15] <Mimiru> maybe keep ~5-10?
L338[19:05:31] <Forec​aster> but what if you need a build from two years ago?!
L339[19:06:11] <Forec​aster> it's not like you can just go back and rebuilt from a point in the commit history, that'd be crazy!
L340[19:06:12] <Forec​aster> D:
L341[19:06:25] <Forec​aster> Amanda: http://tinyurl.com/st9u5ds
L342[19:07:32] <Mimiru> 442..
L343[19:10:05] <Mimiru> 540 ._.
L344[19:15:35] ⇨ Joins: Arcanox (~dragonox@45.159.182.212)
L345[19:19:52] ⇦ Quits: ben_mkiv (~ben_mkiv@i59F67876.versanet.de) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@88.130.158.111)))
L346[19:19:56] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@88.130.158.111)
L347[19:29:33] <Mimiru> still syncing....
L348[19:30:08] <Forec​aster> or is it?!
L349[19:30:12] <Mimiru> Yes
L350[19:30:27] <Kleadron> let the sink in and it will finish sinking
L351[19:30:42] <Forec​aster> or... is it...
L352[19:30:51] <Mimiru> bYes
L353[19:30:54] <Mimiru> s/b//
L354[19:30:54] <MichiBot> <Mimiru> Yes
L355[19:31:16] <Adorabl​eCatgirl> yes
L356[19:31:42] <Forec​aster> or...... is ejected into space
L357[19:31:48] <Adorabl​eCatgirl> i wanted to make a forum but i don't want to make iy
L358[19:31:55] <Adorabl​eCatgirl> *it
L359[19:32:11] <Forec​aster> that sounds contradictive :P
L360[19:34:22] <Lizzian> s/Y/ny
L361[19:34:23] <MichiBot> <Mimiru> nyes
L362[19:34:39] <Lizzian> s/es/es Nyaa!
L363[19:34:40] <MichiBot> <Mimiru> nyes Nyaa!
L364[19:35:28] * Mimiru screams
L365[19:35:45] <Lizzian> s/scr/b
L366[19:35:46] <MichiBot> * Mimiru beams
L367[19:35:59] <Amanda> s/m/n/
L368[19:36:00] <MichiBot> * Mimiru beans
L369[19:36:11] <Mimiru> I have too many damn mods, and other java projects.
L370[19:36:12] <Adorabl​eCatgirl> %s s/s/sn't/
L371[19:36:18] <Adorabl​eCatgirl> re
L372[19:36:32] <Lizzian> %s/s/sn't
L373[19:36:33] <MichiBot> <Mimiru> I have too many damn modsn't, and other java projects.
L374[19:36:36] ⇨ Joins: AdorableCatgirl (~yaaic@2600:380:413e:8dd7:2cf7:9e06:f34c:2778)
L375[19:36:45] <Mimiru> modsn't
L376[19:36:54] <Mimiru> sent 5,259,045 bytes received 37,598,366,331 bytes 13,155,020.25 bytes/sec
L377[19:36:55] <Mimiru> total size is 37,709,447,284 speedup is 1.00
L378[19:37:06] <AdorableCatgirl> s/up/upn't/
L379[19:37:07] <MichiBot> <Mimiru> total size is 37,709,447,284 speedupn't is 1.00
L380[19:37:29] <AdorableCatgirl> europe
L381[19:37:41] <AdorableCatgirl> s/europe/u'r'ep/
L382[19:37:41] <MichiBot> <AdorableCatgirl> u'r'ep
L383[19:37:58] <Lizzian> s/*/Nyaa
L384[19:37:58] <MichiBot> Lizzian: Invalid regex *
L385[19:38:05] <Lizzian> :<
L386[19:38:07] <Lizzian> oh wait
L387[19:38:15] <AdorableCatgirl> s/wait/no/
L388[19:38:15] <Lizzian> s/.*/Nyaa
L389[19:38:16] <MichiBot> <Lizzian> Nyaa
L390[19:38:17] <MichiBot> <Lizzian> oh no
L391[19:38:27] <Mimiru> Transfered ~40GB..
L392[19:38:32] <Mimiru> of Jenkins shit.
L393[19:38:37] <AdorableCatgirl> s/h n/w/
L394[19:38:38] <Forec​aster> yay
L395[19:38:39] <MichiBot> <Lizzian> owo
L396[19:38:49] <Lizzian> wait what
L397[19:39:01] <AdorableCatgirl> s/y/o
L398[19:39:01] <Lizzian> oh
L399[19:39:02] <MichiBot> <Forecaster> oay
L400[19:39:06] <AdorableCatgirl> fuck
L401[19:39:19] <Lizzian> s/f/d
L402[19:39:20] <MichiBot> <AdorableCatgirl> duck
L403[19:39:28] <AdorableCatgirl> s/u/d
L404[19:39:29] <MichiBot> <AdorableCatgirl> ddck
L405[19:39:34] <AdorableCatgirl> s/c/d
L406[19:39:35] <MichiBot> <AdorableCatgirl> dddk
L407[19:39:38] <AdorableCatgirl> s/k/d
L408[19:39:39] <MichiBot> <AdorableCatgirl> dddd
L409[19:39:46] <Mimiru> yep... oof
L410[19:39:51] <AdorableCatgirl> s/d//g
L411[19:39:52] <Forec​aster> okay slow down the spam
L412[19:39:52] <MichiBot> <AdorableCatgirl>
L413[19:39:58] <Lizzian> s/./0of!/g
L414[19:40:00] <MichiBot> <Forecaster> 0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!0of!
L415[19:40:00] <AdorableCatgirl> and boom
L416[19:40:09] <Mimiru> anyway, got jenkins up, just gotta fix the subdomain, and hope everything works
L417[19:40:17] <Lizzian> k, that's enough of that from me
L418[19:40:23] <AdorableCatgirl> one more from me
L419[19:40:34] <AdorableCatgirl> but i must lay in wait with my secret weapon
L420[19:42:22] <Mimiru> 502 Bad Gateway
L421[19:42:26] <Mimiru> well... that's not ideal.
L422[19:43:46] <Mimiru> There it is
L423[19:43:52] <AdorableCatgirl> s/./えぐ/g
L424[19:43:53] <MichiBot> <Mimiru> えぐえぐえぐえぐえぐえぐえぐえぐえぐえぐえぐ
L425[19:43:59] <AdorableCatgirl> fuck
L426[19:44:02] <AdorableCatgirl> wrong paste
L427[19:44:18] ⇦ Quits: Arcanox (~dragonox@45.159.182.212) (Ping timeout: 190 seconds)
L428[19:55:17] ⇨ Joins: Arcanox (~dragonox@45.159.182.212)
L429[19:58:48] <Mimiru> Initialization script '/var/lib/jenkins/.gradle/init.d/changelog.gradle' line: 13
L430[19:58:50] * Mimiru screams
L431[20:00:52] <Mimiru> oh
L432[20:00:56] <Mimiru> 8089 != 8080
L433[20:01:35] <Mimiru> https://ci.pc-logix.com/job/LanteaBot/796/console
L434[20:01:38] * Mimiru facedesk
L435[20:03:09] <Mimiru> https://support.sonatype.com/hc/en-us/articles/360041287334
L436[20:03:18] <Mimiru> fucking. hell.
L437[20:03:30] <Forec​aster> going well
L438[20:03:48] <Forec​aster> I can tell
L439[20:03:52] <Mimiru> %tableflip
L440[20:03:59] <Forec​aster> %flip
L441[20:04:00] <MichiBot> Forec​​aster: (╯°□°)╯┻━┻
L442[20:04:03] <Mimiru> BUT WHERE THE FUCK IS HTTP SPECIFIED?!
L443[20:04:08] <Mimiru> I JUST CALL MAVENCENTRAL()
L444[20:05:39] <Mimiru> It's a built in fucking alias, but built into fucking what?
L445[20:05:48] <Mimiru> gradle? if so... then wtf do I update
L446[20:06:29] <Mimiru> gotta be the gradle-wrapper I ship with MichiBot
L447[20:06:36] <Mimiru> which.. means updating it and hoping nothing breaks
L448[20:08:22] <Mimiru> also means most of my other projects are now fucked.
L449[20:08:24] <Mimiru> so awesome
L450[20:08:28] <Mimiru> thanks maven central.
L451[20:09:11] <Amanda> AIUI it's just a convience alias, so you can just replace mavencentral() with the appropiate maven URL like you would to pull in, eg, OC's deps
L452[20:09:26] <Mimiru> is it? hmm
L453[20:20:46] <Mimiru> good catch Amanda thanks
L454[20:21:08] * Mimiru hopes the build passes and hides
L455[20:21:15] <Mimiru> fixed
L456[20:22:15] <Mimiru> I'm not overly stressed.. nooo
L457[20:22:34] <Lizzian> Mimiru, same
L458[20:23:01] * Lizzian goes to double-triple check that she's got everything off of her old server
L459[20:29:56] <Lizzian> just ns2's disk to compress and then download, and it'll be all done....
L460[20:30:04] ⇨ Joins: {Opsimath}Shawn (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L461[20:34:38] ⇨ Joins: Backslash (~Backslash@d75-156-174-126.abhsia.telus.net)
L462[20:39:37] ⇦ Quits: AdorableCatgirl (~yaaic@2600:380:413e:8dd7:2cf7:9e06:f34c:2778) (Ping timeout: 204 seconds)
L463[20:40:24] <Lizzian> done
L464[20:40:34] * Lizzian sighs a releif
L465[20:40:52] <Amanda> @AdorableCatgirl btw, for stuff likethis, you can just have `class Foo(val prop_a: TypeA, val prop_b: TypeB)` https://github.com/ShadowKatStudios/OpenSolidState/blob/master/src/main/kotlin/net/shadowkat/minecraft/opensolidstate/common/enviroments/OssmSocEnv.kt#L13-L15
L466[20:45:02] <Adorabl​eCatgirl> what did i even put there
L467[20:45:05] <Adorabl​eCatgirl> i wonder
L468[20:45:38] <Adorabl​eCatgirl> ah
L469[20:45:39] <Adorabl​eCatgirl> neat
L470[20:48:11] ⇨ Joins: AdorableCatgirl (~sam@pool-74-110-180-14.rcmdva.fios.verizon.net)
L471[20:58:44] <Inari> %pet Amanda
L472[20:58:45] <MichiBot> Inari is brushing Amanda with a collection of cat poop. Amanda regains 1d4 => 1 hit points! The collection of cat poop was shiny enough to be claimed by a dragon.
L473[20:58:50] <Inari> xD
L474[20:59:17] <Adorabl​eCatgirl> %inv count
L475[20:59:17] <MichiBot> The inventory contains 76 items.
L476[20:59:46] <Adorabl​eCatgirl> %inv add Goodn't
L477[20:59:46] * MichiBot summons 'Goodn't' and adds to her inventory. This seems very sturdy.
L478[21:00:14] <Adorabl​eCatgirl> %inv list
L479[21:00:14] <MichiBot> Adorabl​​eCatgirl: Here's my inventory: http://michibot.pc-logix.com/inventory
L480[21:04:35] <Amanda> %bite Inari
L481[21:04:35] <MichiBot> Ama​nda is biting In​ari for 1d6 => 4 damage!
L482[21:06:01] <Adorabl​eCatgirl> %roll 2d0
L483[21:06:01] <MichiBot> [0,0] => 0
L484[21:06:05] <Adorabl​eCatgirl> :(
L485[21:06:05] <Inari> Amanda: rude
L486[21:06:23] <Forec​aster> that still doesn't work.
L487[21:06:27] <Forec​aster> not changed since last time
L488[21:06:51] <Forec​aster> 0's and 1's are short circuited now
L489[21:06:55] <Adorabl​eCatgirl> sad
L490[21:07:01] <Inari> sad times
L491[21:07:15] <Forec​aster> you've tried that several times now and it hasn't changed the last 20
L492[21:07:29] <Amanda> Inari: says the one rubbing cat poop on me
L493[21:07:36] <Inari> I still have no clue what you expect to happen for rolling a d0
L494[21:07:43] <Inari> Amanda: it's your poop!
L495[21:07:45] <Adorabl​eCatgirl> a 2
L496[21:07:51] <Amanda> Inari: that doesn't make it okay
L497[21:07:58] ⇦ Quits: AdorableCatgirl (~sam@pool-74-110-180-14.rcmdva.fios.verizon.net) (Ping timeout: 378 seconds)
L498[21:08:14] <Adorabl​eCatgirl> also now that you brought it up
L499[21:08:21] <Adorabl​eCatgirl> i should check again
L500[21:08:24] <Forec​aster> it used to always output a 2 for some reason
L501[21:08:29] <Adorabl​eCatgirl> %roll d0
L502[21:08:30] <Forec​aster> until I fixed it
L503[21:08:31] <MichiBot> 0
L504[21:10:12] <Amanda> Mimiru: also, fwiw I don't seem to have encountered any issues just updating the wrapper to 4.8.1
L505[21:10:40] <Amanda> ( Other than it now working under IDEA 2019.3 and the JDK version that it's using )
L506[21:11:07] <Amanda> mods will be a different thing probably, but for MichiBot it seems fine
L507[21:11:31] <Inari> I need to make this game, the idea keeps sticking around in my head :| But it seems like a pain to make tbh
L508[21:14:25] <Adorabl​eCatgirl> that's a mood
L509[21:16:23] <Mimiru> Amanda, where did you grab 4.8.1?
L510[21:16:44] <Amanda> Mimiru: distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip
L511[21:16:55] <Mimiru> ah, sweet thanks
L512[21:19:19] <Mimiru> Looks like my mods don't use mavenCentral() anyway
L513[21:23:00] <Ťim3​Game> Quick question: What is the max. lenght of a Component name ? All it says is 'make it short'
L514[21:27:14] <ThePi​Guy24> i dont think there is one
L515[21:27:29] <ThePi​Guy24> but its good practice to keep it short
L516[21:27:34] <Forec​aster> the easier it is to type the better :P
L517[21:27:42] <Forec​aster> but descriptive of what it is
L518[21:27:54] <Forec​aster> long enough to be unique as well
L519[21:28:11] <Ťim3​Game> there must be, because if it's too long then it doesn't load corectly
L520[21:28:26] <Amanda> Mimiru: where do I get the jnlua52.so?
L521[21:28:47] <Mimiru> crap... it was on my nextcloud instance wasn't it
L522[21:28:54] * Mimiru grumbles
L523[21:29:19] <Mimiru> no.. wait
L524[21:29:39] <Mimiru> does https://michi.pc-logix.com/libjnlua52.so work?
L525[21:32:17] ⇦ Quits: expert975 (~expert975@200.103.75.66) (Read error: Connection reset by peer)
L526[21:33:02] <Amanda> Hrm, there's an awful lot of errors about missing tables
L527[21:33:20] <Mimiru> yeah... RPG crap that has yet to show up
L528[21:34:06] ⇨ Joins: AdorableCatgirl (~sam@pool-74-110-180-14.rcmdva.fios.verizon.net)
L529[21:35:39] <Adorabl​eCatgirl> anyways, i'm slowly workin on an RPG
L530[21:35:40] <Adorabl​eCatgirl> slowly
L531[21:36:19] <Forec​aster> I feel attacked
L532[21:36:39] <Amanda> It seems to be lots of stuff is missing, DynamicCommands, Inventory, etc
L533[21:36:44] <Amanda> %blame @Forecaster
L534[21:36:45] * MichiBot blames @Forecaster for doubling the time until release by asking questions
L535[21:36:56] <Amanda> unless there's a special command I'm supposed to run to migrate stuff
L536[21:37:10] <Forec​aster> migrate to what
L537[21:37:15] <Inari> https://www.youtube.com/watch?v=nLgM1QJ3S_I ~
L538[21:37:16] <MichiBot> FAUN - Walpurgisnacht (official video) | length: 3m 49s | Likes: 129,447 Dislikes: 2,611 Views: 14,836,325 | by fauntube | Published On 21/2/2015
L539[21:37:31] <Amanda> migrte the database
L540[21:37:47] <Forec​aster> migrate the database from what to what
L541[21:38:11] <Forec​aster> if you're running a new instance you have to set the tables up yourself I think?
L542[21:38:19] * Amanda stares blankly
L543[21:38:24] <Forec​aster> I don't remember if the bot has table setup queries
L544[21:38:31] <Forec​aster> otherwise I don't know what you are doing
L545[21:38:33] <Mimiru> It should auto create the SQLite stuff
L546[21:38:49] <Mimiru> if you're trying to run in MySQL mode... IIRC it doesn't do anything
L547[21:39:03] <Forec​aster> if you're trying to use a MySQL database that's incomplete
L548[21:39:12] <Forec​aster> the queries are still for SQLite
L549[21:40:49] <Forec​aster> last thing I was about to do was implement a replacement for the database versioning since MySQL didn't support the same storage method for that SQLite was using
L550[21:42:41] <Forec​aster> I don't think I turned up anything but would have had to use a version table or something
L551[21:44:23] ⇨ Joins: Teris (uid315557@id-315557.stonehaven.irccloud.com)
L552[21:45:46] <Mimiru> Ah, missing column in the creation statement for a few tables
L553[21:48:34] <Mimiru> See, I kinda thought that when it created a new DB it was V1, then it went through and did, V2 update stuff
L554[21:48:40] <Mimiru> then V3 update stuff
L555[21:48:57] <Forec​aster> it's not?
L556[21:49:16] <Mimiru> Doesn't look to.
L557[21:49:41] <Mimiru> it made a DB that had missing tables then barfed when it tried to access those tables.
L558[21:49:56] <Mimiru> even though I had statements that added them
L559[21:49:58] <Forec​aster> are you still talking about mysql?
L560[21:50:03] <Mimiru> No
L561[21:50:04] <Mimiru> SQLite
L562[21:50:31] <Forec​aster> I don't think I've touched the setup stuff for that, unless it got partially converted to MySQL and fails because of that
L563[21:50:42] ⇦ Quits: Kleadron (~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Ping timeout: 189 seconds)
L564[21:51:49] <Ťim3​Game> ok, found out it's 14 characters (max. lenght of Component name)
L565[21:52:13] <Mimiru> Anyway Amanda I've fixed (I think) the 2 affected tables, the bot now gets to the point of asking for the setup info
L566[21:52:51] <Mimiru> Oh
L567[21:52:52] <Mimiru> ffs
L568[21:53:24] <Mimiru> %flip
L569[21:53:25] <MichiBot> Mim​iru: (╯°□°)╯┻━┻
L570[21:54:58] <Amanda> now I just need to figure out wtf is causing it to explode with a SIGBUS
L571[21:56:31] <Mimiru> I've not started a fresh MichiBot DB in ages..
L572[21:56:38] <Mimiru> so I'm not used to most of these errorsl ol
L573[21:56:43] <Forec​aster> me neither
L574[21:58:24] <Mimiru> https://paste.pc-logix.com/favacitodo.css for the record @"Forecaster"
L575[21:58:35] <Forec​aster> `An Iowa Divorcee Proposes Trial by Combat` wut
L576[21:59:35] <Forec​aster> oh, those are new columns
L577[21:59:36] <Forec​aster> hm
L578[21:59:56] <Forec​aster> is that what you meant with create db as 1 and then update it?
L579[22:00:23] <Forec​aster> I guess it doesn't run the update statements on it since then it would have those new columns...
L580[22:00:34] <Forec​aster> or something weird is happening
L581[22:01:34] <Mimiru> Right, so table is created with 2 cols, a 3rd col is added, in v2. IT doesn't look like we went back and fixed the create statement in lots of cases.
L582[22:02:09] <Forec​aster> yeah
L583[22:02:25] <Forec​aster> I didn't consider it, but I would have expected it to run the statements in sequence on a new db
L584[22:02:33] <Mimiru> I think it was assumed that the DB Version thing ran in sequ.. yeah lol
L585[22:03:26] <Mimiru> I mean it *does* say "13:52:42.455 [main] INFO IRCBot - Updating database! Current version: 0"
L586[22:03:28] <Mimiru> but...
L587[22:03:36] <Mimiru> it doesn't look to actually do it
L588[22:03:41] <Forec​aster> huh
L589[22:03:43] <Forec​aster> ah well
L590[22:04:00] <Forec​aster> I should get back to finishing the conversion to mysql, then we can ignore that stuff :P
L591[22:07:54] <Mimiru> So...
L592[22:07:55] <Mimiru> org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (duplicate column name: is_favourite)
L593[22:08:01] <Mimiru> but, I'm looking at the DB
L594[22:08:05] <Mimiru> and that col is there.
L595[22:09:33] <Forec​aster> SQL error or missing db
L596[22:09:45] <Forec​aster> the db isn't missing, to duplicate column error applies?
L597[22:09:49] <Forec​aster> is there two of it?
L598[22:10:02] <Forec​aster> that shouldn't be possible even should it...
L599[22:11:10] <Mimiru> nope...
L600[22:11:10] <Mimiru> ._.
L601[22:36:22] <Inari> https://www.youtube.com/watch?v=0EX3tQWswj0 ~
L602[22:36:23] <MichiBot> 佐々木恵梨『ふゆびより』 (Music Video) TVアニメ「ゆるキャン」EDテーマ | length: 4m 39s | Likes: 31,939 Dislikes: 329 Views: 3,040,697 | by MAGES._music | Published On 5/1/2018
L603[22:41:35] ⇦ Quits: Vexatos (~Vexatos@port-92-192-15-149.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L604[22:43:45] ⇦ Quits: Stary (znc@thonk.9net.org) (Ping timeout: 204 seconds)
L605[22:43:53] ⇦ Quits: CompanionCube (znc@thonk.9net.org) (Ping timeout: 190 seconds)
L606[22:43:54] ⇦ Quits: Fridtjof (znc@thonk.9net.org) (Ping timeout: 190 seconds)
L607[22:45:33] <Amanda> %8ball rain box time?
L608[22:45:33] <MichiBot> Ama​nda: Ask again later
L609[22:53:09] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@88.130.158.111) (Ping timeout: 198 seconds)
L610[23:10:47] <Amanda> %8ball rain box time?
L611[23:10:48] <MichiBot> Ama​nda: [ The Bowling ball doesn't answer ]
L612[23:10:56] <Amanda> yup rain box yime
L613[23:12:18] <Izaya> https://arstechnica.com/?p=1644535
L614[23:14:09] <ThePi​Guy24> hmmm
L615[23:14:56] <Adorabl​eCatgirl> ooo
L616[23:17:29] ⇨ Joins: Stary (znc@thonk.9net.org)
L617[23:18:24] ⇨ Joins: Fridtjof (znc@thonk.9net.org)
L618[23:19:02] ⇨ Joins: CompanionCube (znc@thonk.9net.org)
L619[23:26:12] ⇦ Quits: Inari (~Pinkishu@pD9E8F747.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L620[23:38:20] <AdorableCatgirl> aaaaaa
L621[23:55:48] <Mimiru> bbbbbb
L622[23:56:10] <Amanda> To continue reading this great alphabet, just pay 9.99$!
L623[23:58:18] <Mimiru> And see entries like
L624[23:58:21] <Mimiru> jjjjjj
L625[23:58:24] <Mimiru> and
L626[23:58:28] <Mimiru> mmmmmm
L627[23:58:46] <The_St​argazer> do tablets still generate signals when analyzing blocks?
L628[23:59:02] <Amanda> If you install an analyzer yes
L629[23:59:08] <The_St​argazer> holding r-click for ~1s on a block doesn't generate a beep unlike what the manual says
L630[23:59:10] <Amanda> under 1.7.5 and up though
L631[23:59:27] <The_St​argazer> 1.7.5-192
L632[23:59:28] <Amanda> in 1.12 the beep doesn't happen, I don't thin
L633[23:59:33] <The_St​argazer> oh
L634[23:59:42] <The_St​argazer> doesn't generate any info in dmesg either
L635[23:59:58] <Amanda> Did you install an analyzer as an upgrad?
<<Prev Next>> Scroll to Top