<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:53] <dequbed> Izaya: You mean like we have it except less bad? :p
L2[00:01:19] <Izaya> yup
L3[00:03:07] <Kristo​pher38> @Bob if moving/breaking blocks was asynchronous, I could run pathfinding and other calculations in the background and execute new commands immediately once the move/breaking finishes :P
L4[00:03:43] <Kristo​pher38> I believe computercraft's turtle moves behave like that
L5[00:04:14] <Kristo​pher38> The calculations aren't very heavy though so it's not a big issue
L6[00:04:45] <My​ros> @Bob i wanted to check the internetcard for the next move while i move
L7[00:25:14] <bad at​ vijya> Izaya: i finally tortured cmake into working
L8[00:25:24] <bad at​ vijya> i can continue on my "lua in byond" adventure
L9[00:25:36] <Izaya> step 1
L10[00:25:41] <Izaya> lua in byond
L11[00:25:43] <Izaya> step 2
L12[00:25:45] <Izaya> byond in lua
L13[00:25:51] <bad at​ vijya> lmao
L14[00:26:02] <bad at​ vijya> the idea is that i start moving over the computationally complex stuff to lua
L15[00:26:11] <bad at​ vijya> and then, eventually, decouple it from byond
L16[00:26:27] <Amanda> %tell Inari https://i.imgur.com/NC5uHD2.jpg
L17[00:26:28] <MichiBot> Ama​nda: Inari will be notified of this message when next seen.
L18[00:30:10] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1e4d:6500:ffce:d1dd:2873:6810)
L19[00:30:56] <boi​ler> anyone here know why component.internet.request() could possibly return nil? i'm having issues with it intermittently returning nil
L20[00:32:43] <Michiyo> because the request doesn't always immediately complete from my understanding.
L21[00:32:52] <Michiyo> This came up a while back, Izaya posted some code... one sec
L22[00:33:00] <Michiyo> https://git.shadowkat.net/izaya/OC-PsychOS2/src/branch/master/lib/download.lua#L85-L96 I think...
L23[00:33:27] <Michiyo> https://irclogs.pc-logix.com/view?chan=oc&log=2020-08-03.log#L140
L24[00:33:32] <Michiyo> for context...
L25[00:35:25] <Kristo​pher38> the context pertains to me not calling finishConnect() on the request object before trying to read the response
L26[00:35:44] <CompanionCube> %tonk
L27[00:35:45] <MichiBot> Darn! Compan​ionCube! You beat Va​ur's previous record of <0 (By 1 hour, 44 minutes and 26 seconds)! I hope you're happy!
L28[00:35:46] <MichiBot> CompanionCube's new record is 1 hour, 44 minutes and 26 seconds! CompanionCube also gained 0.00174 tonk points for stealing the tonk. Position #2. Need 0.10584 more points to pass Va​ur!
L29[00:36:57] <Kristo​pher38> are you getting nil when trying to call request() or when trying to read the response via read() or response()?
L30[00:40:35] ⇦ Quits: notherobrine (~1@47.199.247.86) (Read error: Connection reset by peer)
L31[00:41:03] ⇨ Joins: Herobrine (~1@47.199.247.86)
L32[00:43:00] <Amanda> Michiyo: fun fact, that's my code, I donated it to Izaya for back scritchies.
L33[00:43:06] <Izaya> ^
L34[00:43:49] <Amanda> ( I don't mind the missappropiation tbh, just being silly )
L35[00:56:51] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Ping timeout: 204 seconds)
L36[01:07:43] <boi​ler> ok, thanks for the clarification, i think i made a dumb race condition by only checking finishConnect() once
L37[01:08:14] <Kristo​pher38> yeah you have to poll it until it returns true iirc
L38[01:11:27] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L39[01:17:02] <boi​ler> ok, i implemented the polling and whatnot, it works perfectly. thank you all!
L40[01:18:54] ⇦ Quits: Sleepingfoxes (~sleepingf@c-73-103-5-31.hsd1.in.comcast.net) (Remote host closed the connection)
L41[01:19:18] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1e4d:6500:ffce:d1dd:2873:6810) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@2001:16b8:1e1b:7c00:71e6:c979:cafb:6336)))
L42[01:19:22] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e1b:7c00:71e6:c979:cafb:6336)
L43[01:26:18] ⇦ Quits: Vexatos (~Vexatos@port-92-192-39-125.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L44[02:00:28] ⇨ Joins: mineman (~mineman@pool-100-7-13-151.rcmdva.fios.verizon.net)
L45[02:00:33] <mineman> hello
L46[02:06:15] ⇦ Quits: mineman (~mineman@pool-100-7-13-151.rcmdva.fios.verizon.net) (Ping timeout: 189 seconds)
L47[03:04:40] ⇦ Quits: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net) (Remote host closed the connection)
L48[03:41:16] ⇨ Joins: grantlmul (~grantlmul@141.156.234.79)
L49[03:41:30] <grantlmul> a
L50[03:46:33] ⇦ Quits: grantlmul (~grantlmul@141.156.234.79) (Remote host closed the connection)
L51[03:46:42] <Izaya> aha
L52[03:46:49] <Izaya> there's an mms-receiving daemon for the pinephone
L53[03:46:54] <Izaya> alas, it's written in haskell
L54[03:46:58] <Izaya> so it will never be run
L55[03:49:50] <Izaya> anyway, deleted all my MMS notifications
L56[03:49:56] <Izaya> and now I can receive SMS again
L57[04:00:13] <CompanionCube> %tonkout
L58[04:00:13] <MichiBot> Sard! Compan​ionCube! You beat your own previous record of 1 hour, 44 minutes and 26 seconds (By 1 hour, 40 minutes and 3 seconds)! I hope you're happy!
L59[04:00:14] <MichiBot> Compan​ionCube has tonked out! Tonk has been reset! They gained 0.003 tonk points! plus 0.004 bonus points for consecutive hours! Current score: 0.54406, Position #2 Need 0.09884 more points to pass Va​ur!
L60[04:06:43] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L61[04:06:54] ⇨ Joins: grantlmul (~grantlmul@141.156.234.79)
L62[04:33:32] ⇦ Quits: grantlmul (~grantlmul@141.156.234.79) (Quit: Konversation terminated!)
L63[04:51:49] ⇨ Joins: grantlmul (~grantlmul@141.156.234.79)
L64[04:53:40] <CompanionCube> %sip
L65[04:53:41] <MichiBot> You drink a porous pear potion (New!). CompanionCube: Nothing seemed to happen...
L66[04:53:49] <CompanionCube> :(
L67[04:59:41] <Saphire> %sip
L68[04:59:42] <MichiBot> You drink a hairy redstone potion (New!). A genie tries to turn Saphire into a lizard, but Saphire successfully dodge the beam! (17 vs DC 12)
L69[05:02:43] <grantlmul> a funny: https://rf-tools.com/
L70[05:04:43] <Izaya> anyone have any ideas why Firefox might not work with X forwarding while everything else does?
L71[05:05:07] <grantlmul> What part of it isn't working?
L72[05:05:15] <Izaya> I wish I knew.
L73[05:05:23] <Izaya> All it says is (firefox:14892): Gtk-WARNING **: 16:00:54.947: cannot open display: localhost:10.0
L74[05:05:25] <Izaya> xeyes works fine
L75[05:05:42] <grantlmul> no display on localhost?
L76[05:05:58] <Izaya> unfortunately, local display is wayland
L77[05:06:13] <grantlmul> xwayland probably doesnt work
L78[05:06:20] <grantlmul> unless if im wrong
L79[05:06:31] <grantlmul> idk i havent bothered with wayland
L80[05:06:52] <Izaya> xwayland shouldn't enter into it; my desktop isn't running wayland
L81[05:07:06] <Izaya> ie the machine I want to display stuff on
L82[05:07:22] <Izaya> the phone - where I'm trying to run firefox from, and forward from - is the one with wayland
L83[05:07:44] <grantlmul> firefox is still trying to open a display on the phone
L84[05:07:53] <Izaya> no
L85[05:07:56] <Izaya> that's X11 forwarding
L86[05:08:06] <Izaya> 10.0 is the correct display index
L87[05:08:21] <grantlmul> i thought you were trying to do x forwarding
L88[05:08:24] <Izaya> yes
L89[05:08:46] <Izaya> ?
L90[05:09:07] <grantlmul> i would think localhost would be the phone
L91[05:09:19] <Izaya> when you do ssh -X it makes a unix socket on the remote machine and then sets $DISPLAY to point at it
L92[05:09:29] <grantlmul> i see
L93[05:09:43] <Izaya> normally sshd starts at display 10, while local displays start at 0
L94[05:09:57] <Izaya> though I will note that I tried DISPLAY=<local address of desktop>:0 and it didn't work either
L95[05:10:00] <Izaya> even with xhost +
L96[05:11:39] <grantlmul> have you tried -Y
L97[05:11:44] <Izaya> yup
L98[05:11:51] <Izaya> X and Y have the same effect
L99[05:12:09] <grantlmul> -Y is -X with less security stuff
L100[05:12:16] <Izaya> yup
L101[05:12:18] <Izaya> trusted X11 forwarding
L102[05:25:10] <CompanionCube> %inv add george galloway's former principles
L103[05:25:21] <CompanionCube> %loot
L104[05:25:21] <MichiBot> Compan​ionCube: You get a loot box! It contains a tiny bag of catnip. (Junk)
L105[05:25:37] <CompanionCube> any kitties around?
L106[05:25:37] <Izaya> GDK_BACKEND was set to wayland
L107[05:25:43] <Izaya> now what the fuck is that
L108[05:25:46] <Izaya> but anyway
L109[05:26:03] <grantlmul> https://en.wikipedia.org/wiki/GDK
L110[05:26:19] <Izaya> thoroughly disappointed with how absolutely useless firefox is for customisation
L111[05:26:29] <grantlmul> idk its pretty great
L112[05:26:32] <grantlmul> userchrome.css
L113[05:27:03] <Izaya> I can't add a toolbar at the bottom of the window.
L114[05:27:13] <Izaya> I can't move the back and forward buttons.
L115[05:27:18] <Izaya> I can't get real tree-style tabs.
L116[05:43:10] <grantlmul> Izaya: tree style tabs?
L117[05:43:23] <Izaya> tree style tabs.
L118[05:46:44] ⇦ Quits: grantlmul (~grantlmul@141.156.234.79) (Quit: Konversation terminated!)
L119[05:50:33] ⇨ Joins: grantlmul (~grantlmul@141.156.234.79)
L120[05:54:12] <Va​ur> %tonk
L121[05:54:12] <MichiBot> Dad-Sizzle! Va​ur! You beat Compan​ionCube's previous record of <0 (By 1 hour, 53 minutes and 58 seconds)! I hope you're happy!
L122[05:54:13] <MichiBot> Vaur's new record is 1 hour, 53 minutes and 58 seconds! Vaur also gained 0.0019 tonk points for stealing the tonk. Position #1.
L123[06:00:10] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e1b:7c00:71e6:c979:cafb:6336) (Remote host closed the connection)
L124[06:01:40] ⇨ Joins: south (~south@123.57.141.44)
L125[06:03:17] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Remote host closed the connection)
L126[06:04:06] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L127[06:21:50] <Va​ur> %sip
L128[06:21:50] <MichiBot> You drink a simulated violet potion (New!). Vaur's nose vanish until they see a star fall.
L129[06:23:27] ⇦ Quits: south (~south@123.57.141.44) (Remote host closed the connection)
L130[06:30:11] <Optional o​pt = null;> a badass potion please...
L131[06:30:14] <Optional o​pt = null;> %sip
L132[06:30:15] <MichiBot> You drink a thick pink potion (New!). A bunch of people in white coats approach Optional opt = null;. Optional opt = null; successfully evade the people! (19 vs DC 12)
L133[06:30:24] <Optional o​pt = null;> uh
L134[06:30:27] <Optional o​pt = null;> ty
L135[06:30:33] <Optional o​pt = null;> I guess
L136[06:30:43] <grantlmul> trying to make a windows 2000 style theme for xfce because why not
L137[06:33:53] <Izaya> look up "redmond"
L138[06:35:46] <grantlmul> they don't have *the gradient*
L139[06:44:50] ⇦ Quits: grantlmul (~grantlmul@141.156.234.79) (Quit: Konversation terminated!)
L140[06:45:28] ⇨ Joins: grantlmul (~grantlmul@141.156.234.79)
L141[06:48:04] <grantlmul> pls no hate but i installed marco
L142[06:52:01] ⇦ Quits: MichiBot (~MichiBot@ip160.ip-192-99-104.net) (Remote host closed the connection)
L143[07:20:52] <Wat​tana> Does anyone here have knowledge about graphical algorithms in opencomputers?
L144[07:21:09] <Wat​tana> I want to give my graphics library a performance boost
L145[07:21:47] <grantlmul> what kind of algorithms
L146[07:22:04] <Wat​tana> Mainly line and triangle drawing
L147[07:22:58] <grantlmul> no clue
L148[07:23:11] <Wat​tana> This is the current implementation. It can draw a cube at around 20 FPS on tier 3 screen(it's quite limited by fill rate) with backface culling. Code Block pastebined https://paste.pc-logix.com/jawebogeci
L149[07:24:24] <Wat​tana> (triangle basically draw 3 lines and there's also a function for drawing meshes)
L150[07:31:41] ⇦ Quits: grantlmul (~grantlmul@141.156.234.79) (Quit: Konversation terminated!)
L151[07:33:23] ⇨ Joins: grantlmul (~grantlmul@141.156.234.79)
L152[07:33:36] <grantlmul> full on old type stuff
L153[07:47:05] <Wat​tana> wdym
L154[07:47:29] ⇦ Quits: grantlmul (~grantlmul@141.156.234.79) (Remote host closed the connection)
L155[07:47:55] ⇨ Joins: grantlmul (~grantlmul@141.156.234.79)
L156[07:55:44] <grantlmul> downloading IE6
L157[08:05:06] <grantlmul> IE6 no worky
L158[08:11:43] <CompanionCube> %tonkout
L159[08:12:13] <CompanionCube> oh, rip michibot
L160[08:12:29] <grantlmul> :)
L161[08:12:40] <bauen1> oh ffs, seconds before i wanted to %tonk lol
L162[08:12:43] <CompanionCube> probably good news for Vaur.
L163[08:21:59] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@242.93.147.147.dyn.plus.net)
L164[08:23:48] <ThePi​Guy24> %tonk
L165[08:23:51] ⇨ Joins: Inari (~Pinkishu@p508ef33d.dip0.t-ipconnect.de)
L166[08:23:59] <ThePi​Guy24> ah crappe
L167[08:24:00] <grantlmul> heh
L168[08:24:08] <grantlmul> people trying to tonk is funny
L169[08:32:33] ⇨ Joins: MichiBot (~MichiBot@ip160.ip-192-99-104.net)
L170[08:32:33] zsh sets mode: +v on MichiBot
L171[08:34:16] <ThePiGuy24> %tonk
L172[08:34:17] <MichiBot> Yay! ThePi​Guy24! You beat Va​ur's previous record of 1 hour, 53 minutes and 58 seconds (By 46 minutes and 5 seconds)! I hope you're happy!
L173[08:34:18] <MichiBot> ThePiGuy24's new record is 2 hours, 40 minutes and 4 seconds! ThePiGuy24 also gained 0.00154 (0.00077 x 2) tonk points for stealing the tonk. Position #4. Need 0.25745 more points to pass Forec​aster!
L174[08:34:30] <grantlmul> aw the bot is up
L175[08:36:25] <grantlmul> just realized its march
L176[08:36:54] <grantlmul> coming up on that 1 year anniversary
L177[08:37:04] <grantlmul> ish
L178[08:38:20] <JP​S91> Does someone know the "Struktorizer"?
L179[08:38:29] <grantlmul> no
L180[08:39:12] <grantlmul> is this like a java visualizer thing
L181[08:39:29] <JP​S91> jep and other
L182[08:39:39] <JP​S91> jep and other language [Edited]
L183[08:39:41] <grantlmul> huh
L184[08:39:48] <JP​S91> jep and other languages [Edited]
L185[09:14:55] ⇨ Joins: Vexatos (~Vexatos@port-92-192-39-125.dynamic.as20676.net)
L186[09:14:55] zsh sets mode: +v on Vexatos
L187[10:19:17] <Kristo​pher38> @Wattana buffer your changes and display them at once
L188[10:19:44] <Wat​tana> So like... use the hardware buffer
L189[10:19:46] <Wat​tana> So like... use the hardware buffer? [Edited]
L190[10:20:43] <Kristo​pher38> Either that or just a table with all the changes
L191[10:20:54] <Kristo​pher38> So you only do one GPU.set per line
L192[10:20:59] <Kristo​pher38> That should speed things up
L193[10:21:39] <Kristo​pher38> That's your bottleneck anyway
L194[10:21:40] <ThePi​Guy24> ^
L195[10:29:50] <Wat​tana> holy shit hw buffer is a bliss
L196[10:33:46] ⇦ Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com) (Quit: Connection closed for inactivity)
L197[10:43:48] <Ar​iri> https://decrypt.co/59741/robinhood-expects-to-pay-26-6-million-finra-fine
L198[10:47:58] <Wat​tana> Flickering is (mostly) no more https://tinyurl.com/y8m5hf6b
L199[10:48:55] <ThePi​Guy24> nice
L200[10:53:10] <Wat​tana> I still would love to get a performance boost, though
L201[10:53:25] <Wat​tana> And somehow implement camera rotation...
L202[10:53:56] <JP​S91> sholnt be the performance better when you have a small symbol?
L203[10:54:25] <Wat​tana> wdym the wireframes are literally just a space with white BG
L204[10:55:33] <ThePi​Guy24> power usage is slightly worse but perfomance is better with space
L205[11:14:38] <tS​haw> Question, if I initialize a variable with 'local' should use 'local' again when I set it, or do I not need to do that to keep it 'local' https://tinyurl.com/yc7yg6uc
L206[11:17:01] <M​GR> You do not need to repeat the local later
L207[11:20:32] <tS​haw> >MajGenRe​lativity: You do not need to repeat the local la…
L208[11:20:32] <tS​haw> Understood, thank you
L209[11:27:05] <Klea​dron> local would redefine it in that scope or would throw an error
L210[11:46:50] <tS​haw> >Klea​dron: local would redefine it in that scope …
L211[11:46:50] <tS​haw> So if I wanted to change an already defined local variable from a variable to a table, I would do it within the local scope?
L212[11:47:17] <M​GR> No, you can just reassign it without having to use another local statement
L213[11:47:40] <M​GR> Lua variables aren't strictly typed, which comes with its own problems, but it also means that you can assign new types of data to the same variable with no problem
L214[11:48:07] <M​GR> Code Block pastebined https://paste.pc-logix.com/ecudozeguv is valid syntax
L215[11:48:17] ⇦ Quits: BrightYC (~BrightYC@147.78.67.50) (Quit: do_svyazi)
L216[11:48:31] <tS​haw> alright, I'll remember that
L217[11:59:00] <My​ros> %tonk EFFA9
L218[11:59:00] <MichiBot> My​ros: You should probably read this: https://michibot.pc-logix.com/tonk
L219[11:59:25] <My​ros> %tonk D0BE5
L220[11:59:25] <MichiBot> Zoinks! My​ros! You beat ThePi​Guy24's previous record of 2 hours, 40 minutes and 4 seconds (By 45 minutes and 4 seconds)! I hope you're happy!
L221[11:59:26] <MichiBot> Myros's new record is 3 hours, 25 minutes and 8 seconds! Myros also gained 0.00225 (0.00075 x 3) tonk points for stealing the tonk. Position #13. (Overtook Saphire) Need 0 more points to pass The Mi​serable!
L222[11:59:29] <My​ros> YES
L223[11:59:57] <JP​S91> ? what is it about
L224[12:00:07] <My​ros> i am now TONK
L225[12:00:16] <JP​S91> what is a Tonk?
L226[12:00:53] <My​ros> a Tonk is needed for a Plumbus
L227[12:08:27] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@242.93.147.147.dyn.plus.net) (Ping timeout: 189 seconds)
L228[12:11:51] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@242.93.147.147.dyn.plus.net)
L229[12:13:16] ⇦ Quits: Renari (~Renari@64.67.31.239.res-cmts.bgr.ptd.net) (Read error: Connection reset by peer)
L230[12:26:28] <Optional o​pt = null;> %sip
L231[12:26:28] <MichiBot> You drink a warpy amethyst potion (New!). A giant boulder is rolling towards Optional opt = null;! They successfully evaded it with a 20 vs DC 15!
L232[12:33:12] ⇨ Joins: TPG24 (~ThePiGuy2@242.93.147.147.dyn.plus.net)
L233[12:35:03] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@242.93.147.147.dyn.plus.net) (Ping timeout: 198 seconds)
L234[12:40:45] ⇨ Joins: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net)
L235[12:41:24] <Va​ur> %sip
L236[12:41:24] <MichiBot> You drink a warpy currentcorn potion (New!). As Vaur drinks the potion they become the target of a wad of llama spit! They successfully evaded it with a 17 vs DC 12!
L237[12:45:21] <AR2​000> Is it normal that computers are off when the chunck reaload ?
L238[12:45:46] <Forec​aster> they shouldn't be, but there's an issue with that
L239[12:46:03] <AR2​000> >Forec​aster: they shouldn't be, but there's an issue…
L240[12:46:03] <AR2​000> link ?
L241[12:46:21] <Forec​aster> I mean others have had the same problem
L242[12:46:28] <Forec​aster> I don't know if there's a github issue about it
L243[12:46:47] <AR2​000> >Forec​aster: I don't know if there's a github issue …
L244[12:46:47] <AR2​000> that's what I was asking for
L245[12:47:20] <AR2​000> If there is no issue I might see with the server admin to get the log and post a issue
L246[12:47:43] <AR2​000> For now there is a redstone clock turning the pc back on
L247[13:10:26] <Amanda> It's been fixed in the latest release I thought?
L248[13:12:23] <Amanda> At least the bug where it'd halt and wipe the hdd has
L249[13:12:47] <Amanda> Also, persistence won't happen for jlua
L250[13:12:58] <Amanda> Or luaj or whatever it is
L251[13:13:21] <Amanda> Only native lua had persistence
L252[13:13:29] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L253[13:15:18] ⇨ Joins: Def (~Def@46.181.126.107)
L254[13:18:58] <Amanda> WEll, that's not right: https://nc.ddna.co/s/fFMpK9xFmBDqpjQ
L255[13:20:22] ⇦ Quits: Def (~Def@46.181.126.107) (Quit: Def)
L256[13:31:19] ⇨ Joins: BrightYC (~BrightYC@147.78.67.50)
L257[13:34:01] <Amanda> %choose try and code or game
L258[13:34:01] <MichiBot> Ama​nda: Somebody once told me to roll with "game"
L259[13:55:43] ⇨ Joins: F3 (webchat@host-79-51-32-20.retail.telecomitalia.it)
L260[13:56:08] ⇦ Parts: F3 (webchat@host-79-51-32-20.retail.telecomitalia.it) ())
L261[13:56:13] ⇨ Joins: PinguinLorenzo (~pinguinlo@ns3171704.ip-51-210-1.eu)
L262[13:56:23] <PinguinLorenzo> Hello
L263[13:56:30] <Va​ur> hi
L264[13:56:35] <PinguinLorenzo> YES IT WORKS
L265[13:56:39] <PinguinLorenzo> FINNALY
L266[13:56:57] <Va​ur> let me guess, you are on irc using opencomputer in minecraft ?
L267[13:57:03] <PinguinLorenzo> Yes
L268[13:57:15] <Va​ur> \sigh
L269[13:57:30] <PinguinLorenzo> How long have you been here ?
L270[13:58:40] <Va​ur> two year ? more ? idk
L271[13:59:20] <PinguinLorenzo> Oh
L272[13:59:21] <PinguinLorenzo> Ok
L273[14:00:29] <Va​ur> will be three year in end of july
L274[14:00:36] <Va​ur> (where do time go)
L275[14:01:46] <PinguinLorenzo> What do you spend your time doing on your computer ?
L276[14:06:14] <Va​ur> that's a bit personal, dont you think ?
L277[14:29:03] <PinguinLorenzo> yes
L278[14:30:21] <PinguinLorenzo> But like i was asking for a basic answer like games, work, ...
L279[14:30:48] ⇦ Quits: PinguinLorenzo (~pinguinlo@ns3171704.ip-51-210-1.eu) (Remote host closed the connection)
L280[14:31:45] ⇨ Joins: PinguinLorenzo (~pinguinlo@ns3171704.ip-51-210-1.eu)
L281[14:53:13] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1e1b:7c00:71e6:c979:cafb:6336)
L282[14:56:09] ⇦ Parts: Izaya (~izaya@210.1.218.92) (Disconnected: Received SIGTERM))
L283[14:56:30] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L284[14:57:26] <PinguinLorenzo> stop
L285[14:57:30] <PinguinLorenzo> reboot
L286[14:57:35] <PinguinLorenzo> Caca
L287[14:57:38] <PinguinLorenzo> delete
L288[14:57:42] <PinguinLorenzo> dobe
L289[14:57:44] <PinguinLorenzo> dqfqsdf
L290[14:57:55] <PinguinLorenzo> j'adore les pates
L291[14:57:59] <PinguinLorenzo> chuis débile
L292[14:58:00] ⇦ Quits: PinguinLorenzo (~pinguinlo@ns3171704.ip-51-210-1.eu) (Remote host closed the connection)
L293[15:00:59] <Va​ur> well ... someone's deserving a ban ...
L294[15:01:27] *** BrightYC is now known as BrightYc
L295[15:01:28] *** BrightYc is now known as BrightYcC
L296[15:01:30] *** BrightYcC is now known as BrightYC
L297[15:55:31] ⇨ Joins: Log1 (webchat@176.64.12.69)
L298[16:05:14] ⇨ Joins: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com)
L299[16:06:35] <Forec​aster> >Va​ur: well ... someone's deserving a ban ...
L300[16:06:35] <Forec​aster> not really
L301[16:07:22] <JP​S91> do i need comouter_api = ... in a robot, when i want him wait to load?
L302[16:07:23] <Forec​aster> I think the embarrassment is punishment enough
L303[16:07:55] <Forec​aster> ...what
L304[16:08:55] <JP​S91> do need to initialise the computer API for my Robot, when should wait for filling up energy?
L305[16:09:30] <JP​S91> because the command is only under the Computer api
L306[16:11:28] <M​GR> I'm not 100% sure if I'm understanding what you're saying, but yes you still need to require the computer API for code running on robots
L307[16:12:12] <JP​S91> >MajGenRe​lativity: I'm not 100% sure if I'm understanding…
L308[16:12:12] <JP​S91> thanks
L309[16:12:44] <Forec​aster> robots are just computers that move around and use tools.
L310[16:12:51] <Forec​aster> the same rules apply
L311[16:13:05] <JP​S91> but why do the then have a special Api?
L312[16:16:06] <Michiyo> Because all robots are computers, but not all computers are robots?
L313[16:16:18] <JP​S91> oki
L314[16:17:36] <Va​ur> >Forec​aster: not really
L315[16:17:36] <Va​ur> well, I saw it as simply spam, but I guess if he had trouble exiting irc, fair enough
L316[16:17:47] <Va​ur> %tonk
L317[16:17:47] <MichiBot> Zoinks! Va​ur! You beat My​ros's previous record of 3 hours, 25 minutes and 8 seconds (By 53 minutes and 14 seconds)! I hope you're happy!
L318[16:17:48] <MichiBot> Vaur's new record is 4 hours, 18 minutes and 22 seconds! Vaur also gained 0.00356 (0.00089 x 4) tonk points for stealing the tonk. Position #1.
L319[16:18:08] <Va​ur> %sip
L320[16:18:09] <MichiBot> You drink a resonating pear potion (New!). Vaur suddenly forgets a random piece of trivia.
L321[16:18:51] <Inari> %sip
L322[16:18:52] <MichiBot> You drink a dusty naqahdah potion (New!). Inari's pockets suddenly contain 1d​10 => 5 Ferozium colored marbles.
L323[16:19:16] <Inari> Amanda: haha
L324[16:26:27] <JP​S91> how to harvest wheat by robot?
L325[16:26:39] <JP​S91> i cant compare the block
L326[16:27:12] <Forec​aster> "compare"?
L327[16:27:32] <JP​S91> robot.detectDown()
L328[16:27:39] <JP​S91> ups
L329[16:27:52] <JP​S91> i ment robot.compareDown()
L330[16:42:18] ⇨ Joins: asdasd (webchat@5ec3c387.skybroadband.com)
L331[16:42:30] ⇦ Quits: asdasd (webchat@5ec3c387.skybroadband.com) (Client Quit)
L332[16:43:10] ⇨ Joins: Billboard (~billboard@5ec3c387.skybroadband.com)
L333[16:43:12] <Billboard> Hello
L334[16:43:15] <Billboard> How are yall today
L335[16:43:21] <JP​S91> hi
L336[16:43:23] <JP​S91> fine
L337[16:43:26] <JP​S91> u?
L338[16:43:33] <Billboard> im talking from a billboard in minecraft rn
L339[16:43:36] <Billboard> so im as gucci as it gets
L340[16:44:11] ⇨ Joins: Cyricli (webchat@5ec3c387.skybroadband.com)
L341[16:44:18] <Cyricli> Y o
L342[16:44:27] <Cyricli> DreamSMP
L343[16:44:33] <Billboard> HHI
L344[16:44:38] <Billboard> HOW ARE YOU CYRICLI
L345[16:45:15] <B​ob> bruh moment
L346[16:45:23] <Billboard> lol
L347[16:45:34] ⇨ Joins: HeathYT (webchat@47-220-203-197.cnrocmtk04.res.dyn.suddenlink.net)
L348[16:45:39] <HeathYT> dream smp
L349[16:45:42] <Billboard> no
L350[16:45:58] <HeathYT> im watching you billboard
L351[16:46:19] ⇦ Quits: Billboard (~billboard@5ec3c387.skybroadband.com) (Client Quit)
L352[16:46:36] ⇦ Quits: Cyricli (webchat@5ec3c387.skybroadband.com) (Client Quit)
L353[16:49:43] ⇦ Quits: Log1 (webchat@176.64.12.69) (Quit: webchat.esper.net)
L354[16:53:08] ⇨ Joins: Sleepingfoxes (~sleepingf@c-73-103-5-31.hsd1.in.comcast.net)
L355[17:21:20] ⇨ Joins: Log1 (webchat@176.64.12.69)
L356[17:36:20] ⇦ Quits: Log1 (webchat@176.64.12.69) (Quit: webchat.esper.net)
L357[17:48:15] <San​gar> >Forec​aster: note to <@!96665277030203392> if he imp…
L358[17:48:15] <San​gar> I mean. I'd say that's a feature 😛 (Also, just took 7 years!)
L359[17:50:13] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@242.93.147.147.dyn.plus.net)
L360[17:50:41] ⇦ Quits: TPG24 (~ThePiGuy2@242.93.147.147.dyn.plus.net) (Ping timeout: 189 seconds)
L361[17:50:48] <Forec​aster> I disagree
L362[18:08:37] <Va​ur> %sip
L363[18:08:37] <MichiBot> You drink a diluted honey potion (New!). The bottle splits into two revealing a smaller Prickly Röd potion.
L364[18:23:40] ⇨ Joins: TPG24 (~ThePiGuy2@242.93.147.147.dyn.plus.net)
L365[18:25:20] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@242.93.147.147.dyn.plus.net) (Ping timeout: 189 seconds)
L366[18:39:10] ⇦ Quits: Ariri (~finch@cpe-104-33-154-8.socal.res.rr.com) (Ping timeout: 378 seconds)
L367[19:17:03] <Forec​aster> %sip Prickly Röd potion
L368[19:17:04] <MichiBot> You drink a prickly röd potion (New!). Forecaster recovers some mana.
L369[19:17:11] <Forec​aster> woo, mana
L370[19:26:42] <Klea​dron> i imagine if i made a new minecraft mod i should probably make it for the latest version of minecraft
L371[19:30:42] ⇦ Quits: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net) (Remote host closed the connection)
L372[19:41:04] <Klea​dron> time to fire up forge and/or fabric
L373[19:41:21] <Forec​aster> forgebric
L374[19:43:28] <Klea​dron> i just realized i dont have the ide for frabric anymore so i guess im going with forge for now
L375[19:43:36] <Klea​dron> fabric*
L376[19:45:54] <Klea​dron> i wonder if forge uses mojang's mappings yet
L377[19:45:56] <Va​ur> %sip
L378[19:45:56] <MichiBot> You drink a resonating chocolate potion (New!). Vaur turns into a fish girl until they have a nap.
L379[19:50:24] <Brisingr​Aerowing> https://www.reddit.com/r/WeWantPlates/comments/luzmsx/not_plate_related_butt_i_figured_this_fit_here/?utm_medium=android_app&utm_source=share
L380[19:50:42] <Klea​dron> nah
L381[20:05:47] ⇨ Joins: finch (~finch@2603-8000-2f00-e0b3-0226-18ff-fe06-8702.res6.spectrum.com)
L382[20:06:08] *** finch is now known as Ariri
L383[20:06:53] <Ariri> heckin znc not booting up
L384[20:08:34] ⇨ Joins: MajGenRelativity_ (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L385[20:09:20] ⇨ Joins: MajGenRelativity__ (~MajGenRel@172.98.93.212)
L386[20:10:48] ⇦ Quits: MajGenRelativity (~MajGenRel@45.141.153.228) (Ping timeout: 189 seconds)
L387[20:11:19] ⇦ Parts: MajGenRelativity__ (~MajGenRel@172.98.93.212) ())
L388[20:11:22] <Va​ur> %sip
L389[20:11:22] <MichiBot> You drink a ripe black potion (New!). Vaur is suddenly wearing a tiny glove on each finger.
L390[20:11:33] ⇨ Joins: MajGenRelativity (~MajGenRel@172.98.93.212)
L391[20:12:30] ⇦ Quits: MajGenRelativity_ (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Ping timeout: 189 seconds)
L392[20:13:21] <CompanionCube> %tonk
L393[20:13:21] <MichiBot> I'm sorry CompanionCube, you were not able to beat Vaur's record of 4 hours, 18 minutes and 22 seconds this time. 3 hours, 55 minutes and 33 seconds were wasted! Missed by 22 minutes and 49 seconds!
L394[20:14:19] <Va​ur> are you ... purposely reseting the tonk ?
L395[20:30:40] <i develo​p things> fabric is better IMO @Kleadron
L396[20:30:48] <i develo​p things> also setting up a dev env was no hassle, at least for me
L397[20:31:07] <i develo​p things> also, i has arch+plasma on my pinephone now :D
L398[20:31:14] <Izaya> neat /o/
L399[20:32:36] <i develo​p things> had to use a not-quite-PRed-yet installer script (https://github.com/dreemurrs-embedded/archarm-mobile-fde-installer/blob/plasma/installer.sh), and i have FDE (wasn't intentional but ig it's a good thing), but i'm happy with it tbh
L400[20:32:50] <i develo​p things> texts appear to work OOTB
L401[20:33:07] <CompanionCube> Vaur: no
L402[20:33:15] <CompanionCube> %tonkattempts
L403[20:33:15] <MichiBot> You have 1 attempt left.
L404[20:35:13] <Va​ur> you always misstonk in the evening though 🤔
L405[20:38:41] <Izaya> thunar has a screen-spanning desktop mode now https://social.shadowkat.net/media/8cbc34e0fc1ebf9ae8c1bad0e0e686ece34545ae542eb7ba495e332d7f17505b.jpg
L406[20:53:54] <Klea​dron> ok this is annoying
L407[20:54:01] <Klea​dron> i'll just prototype my mod in 1.2.5
L408[20:55:22] <Izaya> beta 1.7_01
L409[20:56:14] ⇦ Quits: dustinm` (~dustinm@static.38.6.217.95.clients.your-server.de) (Quit: Leaving)
L410[20:56:58] ⇨ Joins: dustinm` (~dustinm@static.38.6.217.95.clients.your-server.de)
L411[20:57:22] <Izaya> Ariri: https://social.shadowkat.net/xmpp/upload/ZKKWDRFmtUZ8BBSM/Screenshot_2021-03-02_07-56-52.png
L412[20:59:08] <My​ros> i got my mobian pinephone today, after the first update the device does not recogize my password anymore
L413[20:59:55] <My​ros> Whats the most advanced os for the pinephone?
L414[21:00:18] <Izaya> linux
L415[21:00:28] <Ariri> Izaya, ooh, v nice
L416[21:00:39] <Izaya> didn't know that was a thing
L417[21:00:42] <Izaya> but it's neat
L418[21:00:56] <Ariri> Reminds me of how I said I would make some Elite vector art thingy and totally forgot about it
L419[21:00:59] <Klea​dron> >Iz​aya: beta 1.7_01
L420[21:00:59] <Klea​dron> i would probably do that if it wasn't annoying to do anything advanced
L421[21:01:00] <Ariri> Need to find that log
L422[21:01:11] <Izaya> (I didn't do this, but I assume it's synced to somewhere in your NC instance)
L423[21:01:44] <Ariri> Yeah, I think I added it to my drive at some point
L424[21:01:51] <Ariri> Sitting in root dir atm
L425[21:01:59] <Izaya> oh neat
L426[21:02:15] <My​ros> Whats the most advanced distro for the pinephone? [Edited]
L427[21:02:24] <Izaya> :p
L428[21:02:25] <Ariri> Also making a VLA rainmeter suite for a Rat friend, will share if wanted https://lcars5201.ddns.net/index.php/s/9fLwJrTcKDMDDdk/preview
L429[21:03:01] <My​ros> @Ariri you tsalking about Elite Dangerous?
L430[21:03:02] <Izaya> there's some really old animated wallpapers from like
L431[21:03:09] <Ariri> Indeed
L432[21:03:09] <Izaya> irix or something
L433[21:03:10] <My​ros> @Ariri you talking about Elite Dangerous? [Edited]
L434[21:03:14] <Izaya> it'd be neat to do something like that
L435[21:03:56] <Ariri> Irix?
L436[21:04:04] <Izaya> the SGI unix
L437[21:04:13] <Ariri> O
L438[21:05:29] <Ariri> Still got 8 more masks to go
L439[21:05:33] <Ariri> %choose do now or later
L440[21:05:34] <MichiBot> Ar​iri: Elementary dear Watson, "later" is the obvious choice!
L441[21:05:41] <Izaya> also, https://files.catbox.moe/p19lhi.jpg https://files.catbox.moe/laegwb.png
L442[21:06:24] <Ariri> Took me a second to realize the first was a painting
L443[21:06:37] <Ariri> or is that a filter
L444[21:06:43] <Izaya> painting
L445[21:07:04] <Ariri> It's well done, coulda fooled me
L446[21:07:19] <Ariri> could have*
L447[21:07:26] <Izaya> https://files.catbox.moe/u80wjc.jpg
L448[21:08:57] <Ariri> Some of these city/planet wallpapers would make really nice backdrops for elite ships
L449[21:09:34] <Ariri> %remindme 8h compose some in ps?
L450[21:09:58] <Ariri> Did I do that wrong
L451[21:10:43] <Ariri> %remindme 8h compose some in ps?
L452[21:13:17] ⇨ Joins: Phantom (~phantom@5ec3c387.skybroadband.com)
L453[21:13:22] <Phantom> hello
L454[21:13:30] <HeathYT> hi
L455[21:13:34] <Phantom> pog
L456[21:13:40] <HeathYT> pagger moments
L457[21:13:41] ⇨ Joins: Cyricli (webchat@5ec3c387.skybroadband.com)
L458[21:13:43] <Cyricli> we vibin
L459[21:13:49] <HeathYT> vibe
L460[21:13:52] ⇦ Quits: Phantom (~phantom@5ec3c387.skybroadband.com) (Client Quit)
L461[21:14:00] ⇦ Quits: Cyricli (webchat@5ec3c387.skybroadband.com) (Client Quit)
L462[21:34:47] <Izaya> https://files.catbox.moe/61dcht.png
L463[21:41:54] <Ar​iri> Izaya: https://youtu.be/x_3AclV5CVI
L464[21:41:54] <MichiBot> What Returning by Death looks like to other people - Who's Rem? | length: 48s | Likes: 3,089 Dislikes: 5 Views: 32,871 | by The Flaming Fern | Published On 25/2/2021
L465[21:42:10] <Izaya> Ariri: I have a video here somewhere
L466[21:42:25] <Izaya> it's re:zero but with all the timelines where subaru dies cut out
L467[21:43:00] <Ar​iri> o.o
L468[21:43:24] <Izaya> he seems thoroughly crazy
L469[21:45:41] <Ar​iri> He kind of is sometimes
L470[21:45:44] <Ar​iri> Lol
L471[22:00:25] <i develo​p things> @Myros reboot it, it'll recognize your password again. that's a known issue.
L472[22:02:37] <Michiyo> %remindthem Ariri 7h compose some in ps
L473[22:02:38] <MichiBot> I'll tell Ariri "compose some in ps" in 7h at 03/02/2021 05:02:37 AM
L474[22:04:33] <Ariri> Danke
L475[22:05:06] <Izaya> https://imgur.com/x8DWPr7.png
L476[22:11:38] ⇨ Joins: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net)
L477[22:38:51] <Forecaster> %restart for no reason in particular
L478[22:38:53] ⇦ Quits: MichiBot (~MichiBot@ip160.ip-192-99-104.net) (Remote host closed the connection)
L479[22:39:10] ⇨ Joins: MichiBot (~MichiBot@ip160.ip-192-99-104.net)
L480[22:39:10] zsh sets mode: +v on MichiBot
L481[22:40:12] ⇨ Joins: TheGinger (~TheGinger@pool-173-53-126-167.rcmdva.fios.verizon.net)
L482[22:40:42] <TheGinger> I'm back
L483[22:41:29] ⇦ Quits: TheGinger (~TheGinger@pool-173-53-126-167.rcmdva.fios.verizon.net) (Client Quit)
L484[22:44:22] ⇦ Quits: TPG24 (~ThePiGuy2@242.93.147.147.dyn.plus.net) (Remote host closed the connection)
L485[22:47:56] ⇦ Quits: Inari (~Pinkishu@p508ef33d.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L486[22:56:47] <Forec​aster> Or are you
L487[23:03:53] <My​ros> @i develop things i tried 5 times
L488[23:03:59] <i develo​p things> oh
L489[23:04:00] <i develo​p things> odd
L490[23:04:10] <i develo​p things> are you able to SSH in?
L491[23:04:21] <My​ros> Oh no something went wrong and then it crashed
L492[23:04:25] <My​ros> no
L493[23:04:31] <My​ros> because he seems unable to boot
L494[23:04:47] <i develo​p things> ohh
L495[23:04:54] <i develo​p things> simple
L496[23:04:55] <i develo​p things> install arch
L497[23:05:06] <My​ros> is it stable?
L498[23:06:08] <i develo​p things> relatively yes
L499[23:07:37] <My​ros> i pack it on a sdcard to install?
L500[23:08:34] <Izaya> p much
L501[23:08:35] <i develo​p things> you can do that and run it from the sd card
L502[23:08:41] <Izaya> dd the install image onto an SD card
L503[23:08:50] <i develo​p things> or you can flash it to the eMMC using jumpdrive
L504[23:08:55] <Izaya> https://xnux.eu/p-boot-demo/ may be of interest also
L505[23:09:34] <My​ros> oh thats nice
L506[23:09:57] <i develo​p things> bit out of date but yes
L507[23:11:01] <My​ros> can i start the pine via usbstick in usbc?
L508[23:13:46] <Izaya> not without something on the SD card I believe
L509[23:15:04] <i develo​p things> correct
L510[23:15:21] <Izaya> (or internal storage)
L511[23:16:01] <Izaya> SD card also has jumpdrive
L512[23:16:09] <Izaya> or that SD card image does
L513[23:16:32] <Izaya> which makes the phone act like a USB storage device
L514[23:20:24] <Izaya> huh
L515[23:20:35] <Izaya> figured I'd be able to buy like, 20 cent 2GB µSD cards nowadays
L516[23:20:42] <Izaya> nope, just $4 16GB ones
L517[23:24:56] <Elfi> Being able to buy a whole box of unsold old microSD cards for peanuts would be fucking baller tbh
L518[23:25:23] <Elfi> I've checked out some outlet sites in the hope of finding something along those lines but to no avail
L519[23:27:10] <Kristo​pher38> given the longevity of microSD cards...
L520[23:27:19] <Kristo​pher38> or rather, lack of it
L521[23:30:39] <My​ros> i once bought 10 1TB Server HDD's (used) from Ebay. They used an Excel for the Passwords.... And they have a lot of PCB Design...
L522[23:35:25] <Izaya> I pretty much just want them for situations where like, I want tiny storage
L523[23:41:10] <dequbed> Izaya: > alas, it's written in haskell > so it will never be run
L524[23:41:13] <dequbed> I take that personally
L525[23:41:19] <Izaya> :p
L526[23:42:16] <Ariri> %tell Inari https://youtu.be/B7t7J4CVHzk
L527[23:42:16] <MichiBot> Ar​iri: Inari will be notified of this message when next seen.
L528[23:42:17] <MichiBot> "Time Runners" Starring Amelia Watson | length: 8m 52s | Likes: 733 Dislikes: 0 Views: 3,013 | by Emico Otero | Published On 28/2/2021
L529[23:42:20] <Ariri> cc Izaya
L530[23:50:06] ⇨ Joins: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L531[23:50:12] ⇦ Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Client Quit)
<<Prev Next>> Scroll to Top