<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:53] <Izaya> tonight's project
L2[00:01:08] <Izaya> real time for OpenOS
L3[00:13:10] <Panakotta00> One question... how does that integrated signal queue work? Limited time, limited space? Both?
L4[00:15:33] <Izaya> I don't know that it has a limited size. I've never run into it, anyway.
L5[00:17:17] <Panakotta00> I mean... when you got a signal and now process it... in that time a other signal got sent... how long holds the computer that signal?
L6[00:18:48] <Izaya> the plan: query an out-of-game service every 5 minutes or so to get the current time in UTC, then save that and the uptime when that was received, and calculate time at each time the current time function is called
L7[00:19:02] <Izaya> I've never had it drop signals on me
L8[00:19:07] <Izaya> and I use them a lot :p
L9[00:19:33] <Panakotta00> I mean not for your project xD
L10[00:19:34] <Panakotta00> I mean OC internally...
L11[00:26:21] <Panakotta00> Do you know Satisfactory?
L12[00:26:21] <Panakotta00> Making a computer mod for it... just dont know what the best way to queue those signals is
L13[00:41:22] <Izaya> Panakotta: no I mean
L14[00:42:18] <Izaya> I wrote an OS that uses signals heavily for IPC and I've never had OC drop signals on me, but it should be nigh impossible to make it do so
L15[00:43:40] <Izaya> If you busy wait your script gets killed, if you sleep it's pulling signals in the background, only potential way is doing heaps and heaps of component calls
L16[00:46:34] <Panakotta00> jeah and thats when the queue is important, think like you have a very complex algorythm which gets triggered by a network message and sends a response, i still want to get the messages recieved in the time the algorythm was executing
L17[00:48:10] <Izaya> if you wanna test it, send lots of network messages without yielding, see how many items you can fit in the queue
L18[00:52:59] <Panakotta00> that still wont tell me if it time limited, space limited or what every ^^
L19[01:00:19] ⇦ Quits: glasspelican (glasspelican!~quassel@2607:5300:201:3100::325) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
L20[01:02:11] ⇨ Joins: glasspelican (glasspelican!~quassel@2607:5300:201:3100::325)
L21[01:10:54] ⇦ Quits: quantsini (quantsini!~quantsini@quantsini.com) (Ping timeout: 189 seconds)
L22[01:11:10] ⇨ Joins: quantsini (quantsini!~quantsini@quantsini.com)
L23[01:11:27] ⇦ Quits: Izaya (Izaya!~izaya@210-1-218-92-cpe.spintel.net.au) (Ping timeout: 189 seconds)
L24[01:13:06] ⇨ Joins: Izaya (Izaya!~izaya@210-1-218-92-cpe.spintel.net.au)
L25[01:20:37] <Kleadron> %drink
L26[01:20:37] <MichiBot> You drink a warpy grass potion (New!). Kleadron looks confused as nothing happens.
L27[01:35:05] <Forecaster> %tonk
L28[01:35:06] <MichiBot> By my throth! Forecaster! You beat bauen1's previous record of 6 hours, 15 minutes and 9 seconds (By 29 minutes and 49 seconds)! I hope you're happy!
L29[01:35:07] <MichiBot> Forecaster's new record is 6 hours, 44 minutes and 59 seconds! Forecaster also gained 0.0035 (0.0005 x 7) tonk points for stealing the tonk.
L30[01:46:16] <Kleadron> ive had an idea for a computer design
L31[01:46:50] <Kleadron> it's basically a server rack with multiple computers but there's a main controlling server in it and then the other servers are used kind of like co processors
L32[01:47:30] <Kleadron> so there's the main one, a server for 2d/3d graphics, a server for sound and music?
L33[01:48:51] <Kleadron> it'd be hell to set up and it will probably eat a lot of performance but it could probably do a lot of things
L34[01:49:16] ⇨ Joins: Inari (Inari!~Pinkishu@pD9E8EEDB.dip0.t-ipconnect.de)
L35[01:50:07] <FeherNeoH> that's... a server rack with internal networking
L36[01:50:35] <FeherNeoH> with a shared component side
L37[01:51:11] <FeherNeoH> and maybe booting from a shared RAID, server roles being configured in eeprom data field
L38[01:56:13] <Kleadron> main computer
L39[01:56:28] <Kleadron> god damnit hit enter too soon
L40[01:57:02] <Kleadron> so the main computer initializes the graphics processing computer on startup
L41[01:57:41] <Kleadron> main computer gives the graphics processor the information it needs
L42[01:58:10] <Kleadron> such as what resolution, what pixel layout, is it color,
L43[01:58:29] <Kleadron> main computer checks in a little bit to see if its done
L44[01:59:04] <Kleadron> if its not done then return, but if it is done then grab the image generated by it and then send it the information for another image
L45[02:00:10] <Kleadron> tbh i have no idea how i'd actually do all of this i'm just having basic ideas and sharing them
L46[02:00:26] <Ariri> dang it Forecaster... my timer didnt ring and i was photo editing...
L47[02:00:46] <FeherNeoH> so then, netboot EEPROMs, sub-computers boot over network from the master one
L48[02:00:52] <FeherNeoH> and communicate over network
L49[02:01:02] <Kleadron> yes
L50[02:01:40] <FeherNeoH> you don't actually have to poll the sub-computers
L51[02:01:53] <FeherNeoH> just make them ping back when they are ready
L52[02:02:24] <Saphire> https://cdn.discordapp.com/attachments/310780221156491265/636820315397160960/unknown.png eeeee
L53[02:06:32] <Forecaster> what is that?
L54[02:12:06] <Saphire> Credits in Noita c.c
L55[02:12:58] <Forecaster> ah
L56[02:19:39] ⇨ Joins: fatboy (fatboy!webchat@d198-53-245-232.abhsia.telus.net)
L57[02:23:34] ⇦ Quits: fatboy (fatboy!webchat@d198-53-245-232.abhsia.telus.net) (Client Quit)
L58[02:28:36] <Izaya> blargh
L59[02:28:41] <Izaya> why is there no NTP over TCP
L60[02:34:03] ⇦ Quits: {Opsimath}Shawn ({Opsimath}Shawn!~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L61[02:38:06] <Izaya> cursed idea: use HTTP servers to get the time
L62[02:45:55] <Lizzy> cloudflare will probably do that
L63[02:46:18] <Lizzy> %tonk
L64[02:46:18] <MichiBot> I'm sorry Lizzy, you were not able to beat Forecaster's record of 6 hours, 44 minutes and 59 seconds this time. 1 hour, 11 minutes and 12 seconds were wasted! Missed by 5 hours, 33 minutes and 46 seconds!
L65[02:47:13] <Izaya> Lizzy: fun fact
L66[02:47:28] <Izaya> all HTTP requests have a date string in their headers
L67[02:47:34] <Izaya> or rather, HTTP responses
L68[02:51:24] <FeherNeoH> disables that header
L69[02:53:05] ⇨ Joins: bauen1 (bauen1!~bauen1@x59cc820b.dyn.telefonica.de)
L70[03:51:18] <Izaya> https://social.shadowkat.net/media/37da39e2c301aef03ce8d9e01e8022c840f24e3acf4d9b4a179b5f4df9ac29f6.png
L71[03:58:45] <Lizzy> %sip
L72[03:58:45] <MichiBot> You drink a soft tomato potion (New!). Lizzy gains the ability to summon safety pins until the next time they hug someone.
L73[04:15:22] ⇦ Quits: bauen1 (bauen1!~bauen1@x59cc820b.dyn.telefonica.de) (Read error: Connection reset by peer)
L74[04:50:34] <Lizzy> https://schub.io/blog/2019/04/08/very-precarious-narrative.html
L75[04:53:58] ⇦ Quits: phroa (phroa!~phroa@173.254.236.155) (Ping timeout: 190 seconds)
L76[05:03:02] ⇨ Joins: phroa (phroa!~phroa@173.254.236.155)
L77[05:23:39] ⇨ Joins: flappy (flappy!~flappy@88.113.149.197)
L78[05:39:10] <Saphire> Please do NOT FUCKING USE a VPN unless you need it
L79[05:42:10] <Saphire> https://gist.github.com/joepie91/5a9909939e6ce7d09e29
L80[05:44:44] <Lizzy> @Saphire heh, that's the one i found the link i posted in
L81[05:46:34] <Inari> Ehhh not sure if a VPS is any better though
L82[05:47:53] <Inari> With a VPN provider the VPN servers have many outbound traffic streams, so it sorta obfuscates what goes where fro an external entity that somehow manages to log what the server accesses. With your own VPS you don't really - or not as many at least, if it's a shared server
L83[05:48:26] <Inari> AmandaC: Too much text!
L84[05:50:13] <Izaya> https://oc.cil.li/topic/1985-realtime-real-world-time-in-opencomputers/
L85[06:12:11] <Izaya> https://social.shadowkat.net/media/1cd3611d787f7aba24b286cd3e126da7f8dc4a4a7daacc98d73b091f19e8aea1.png no internet card
L86[06:19:57] <Lizzy> Inari, the point of the posts is mainly calling out the companies who say your internet is "protected" when using their VPN, despite the fact that it's not solving the problem, it's just moving it elsewhere
L87[06:23:56] <Saphire> ^
L88[06:25:00] <Inari> Lizzy: Sure, I'm just pointing out that the proposed solution isn't really any better and has its own downsides
L89[06:25:09] * Lizzy might look into setting up a WireGuard thing, since she's seen it reccomended a few times
L90[06:30:08] <Izaya> poke dequbed about it some time
L91[06:37:58] <Lizzy> anyway, lunch time
L92[06:45:27] <FeherNeoH> guys
L93[06:45:41] <FeherNeoH> Code Block pastebined https://paste.pc-logix.com/agayeqohik
L94[06:49:57] <AdorableCatgirl> well that annoying kid is in another guild i'm in
L95[06:50:22] <AdorableCatgirl> sad
L96[06:53:01] <AdorableCatgirl> he also pinged me multiple times
L97[06:54:18] ⇦ Quits: flappy (flappy!~flappy@88.113.149.197) (Ping timeout: 190 seconds)
L98[06:58:23] ⇦ Quits: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150) (Read error: Connection reset by peer)
L99[06:59:09] ⇨ Joins: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150)
L100[07:00:26] <FeherNeoH> I only ping google's dns
L101[07:08:36] <Lizzy> would "that annoying kid" be the one who doesn't unstand that they need to use english in this chat?
L102[07:09:53] <FeherNeoH> starts writing in russian then leaves
L103[07:10:25] <AdorableCatgirl> nah
L104[07:10:33] <AdorableCatgirl> that one who was flooding the forum
L105[07:33:58] ⇨ Joins: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L106[07:54:24] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@i577BCF81.versanet.de)
L107[08:07:29] ⇨ Joins: Renari (Renari!~Renari@24.229.186.239.res-cmts.sm.ptd.net)
L108[08:07:36] <Forecaster> Yay home
L109[08:08:14] <Forecaster> Time to mount the harddrive properly and attempt turning it into a virtual drive again
L110[08:08:59] <Izaya> any drive is a virtual drive if you're brave enough
L111[08:12:23] <Forecaster> Wut
L112[08:15:37] ⇦ Quits: Renari (Renari!~Renari@24.229.186.239.res-cmts.sm.ptd.net) (Read error: Connection reset by peer)
L113[08:33:01] <Lizzy> @AdorableCatgirl Flooding the forums?
L114[08:33:43] <Lizzy> wait, was that the one on that thread where i also gave you a warning?
L115[08:33:52] <AdorableCatgirl> ye
L116[08:33:57] <Lizzy> ah
L117[08:34:18] <AdorableCatgirl> he joined the other oc/cc server and immediately pinged me a fuckload of times
L118[08:40:33] ⇦ Quits: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150) (Read error: Connection reset by peer)
L119[08:41:12] ⇨ Joins: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150)
L120[08:47:13] <AdorableCatgirl> anyways, werking on a soundcard thing for OC loosely based off of the YM2608
L121[08:47:38] <AdorableCatgirl> probably gonna call it the SK9801 in OSSM
L122[09:03:41] <Forecaster> well... that didn't work anyway...
L123[09:03:52] <Forecaster> Vbox can't open the virtual disk...
L124[09:21:21] ⇨ Joins: bauen1 (bauen1!~bauen1@ipbcc03b58.dynamic.kabel-deutschland.de)
L125[09:21:57] <bauen1> i've been wondering: do we have something similiar to apt for minecraft mods yet (open source) so you don't have to manually find and download mods ?
L126[09:22:29] <Izaya> yes it's kinda garbage
L127[09:23:36] <Izaya> it took the suckless approach
L128[09:23:48] <bauen1> lmao
L129[09:23:58] <Izaya> ie recompile the program to change or update your pack
L130[09:25:48] <Skye> Izaya: I presume you're talking about voodoo oof
L131[09:26:10] <Izaya> you know I'm right
L132[09:27:34] <Skye> Honestly knowing what I know about what is has to deal with, it's a pretty good abstraction
L133[09:29:10] <Izaya> requiring IDEA and knowing how to write some JVM meme language and build it from source is a good abstraction
L134[09:29:12] <Izaya> k
L135[09:56:23] <Skye> Izaya: better than soap
L136[09:56:35] <Skye> Also you don't need IDEA
L137[09:56:55] <Skye> Also it's not a meme language??? It's not fucking brain fuck
L138[10:10:19] <bauen1> seriously though, is the solution just a huge script of wget ?
L139[10:10:26] <Forecaster> %tonkout
L140[10:10:27] <MichiBot> Potzblitz! Forecaster! You beat your own previous record of 6 hours, 44 minutes and 59 seconds (By 39 minutes and 9 seconds)! I hope you're happy!
L141[10:10:28] <MichiBot> Forecaster has tonked out! Tonk has been reset! They gained 0.007 tonk points! plus 0.012 bonus points for consecutive hours! Current score: 1.2531
L142[10:12:14] <Forecaster> I think I'm going to reset the scoreboard at newyears :P
L143[10:12:24] <Forecaster> whoever has the most points gets a free lootbox
L144[10:15:07] <bauen1> %tonkleaders
L145[10:15:07] <MichiBot> bauen1: https://michibot.pc-logix.com/tonk
L146[10:15:31] <AdorableCatgirl> I SHOULD MAKE A MINECRAFT MOD MANAGER
L147[10:15:35] <bauen1> 1.62 vs 0.08 still some stuff to do
L148[10:15:41] <bauen1> @AdorableCatgirl please yes
L149[10:15:48] <AdorableCatgirl> bet
L150[10:16:01] <AdorableCatgirl> finna write it in either lua or kotlin
L151[10:16:13] <bauen1> just a linux cli that outputs a zip file would honestly be a huge improvement
L152[10:16:47] <bauen1> lua, then opencomputers can come full cycle
L153[10:17:17] <AdorableCatgirl> big brain
L154[10:17:54] <AdorableCatgirl> but yeah, probably lua
L155[10:19:04] <AdorableCatgirl> but first i wanna make the SK9801
L156[10:19:41] <bauen1> ?
L157[10:22:22] <AdorableCatgirl> sound card
L158[10:22:39] <AdorableCatgirl> based loosely on the YM2608 chip
L159[10:47:45] <Forecaster> %sip
L160[10:47:45] <MichiBot> You drink a oxidised coral potion (New!). Forecaster is suddenly wearings gloves they don't remember putting on.
L161[10:47:58] <bauen1> %tonk
L162[10:47:59] <MichiBot> Sard! bauen1! You beat Forecaster's previous record of <0 (By 37 minutes and 31 seconds)! I hope you're happy!
L163[10:48:00] <MichiBot> bauen1's new record is 37 minutes and 31 seconds! bauen1 also gained 0.00063 tonk points for stealing the tonk.
L164[11:21:07] <bauen1> so writing some stuff for school, i came across the longest citation any tool ever generate for me: https://academic.oup.com/eurheartj/article/24/17/1601/464631 click "cite"
L165[11:22:03] <bauen1> "Document Reviewers, this document has been reviewed by experts, nominated by their societies, who were independent of the Task Force" is in there 18 times
L166[11:22:31] <bauen1> It's like nobody ever bothered to check if that tool even puts out sane output
L167[11:23:04] <Forecaster> seems fine to me, that's like a whole page done right there :P
L168[11:23:43] <bauen1> yes, i am slightly tempted to put that in
L169[11:23:56] <bauen1> (it's even 1.5 pages with the settings we're supposed to use)
L170[11:25:08] <Forecaster> "Why do you have a citation that covers a whole page and a half?!"
L171[11:25:20] <Forecaster> "It's what their website gave me!"
L172[11:48:18] <bauen1> ah i see the issue with automating modpack buildings: curseforge forbidding wget and curl and stuff
L173[11:48:52] <AdorableCatgirl> oh
L174[11:48:57] <AdorableCatgirl> of course
L175[11:49:08] <AdorableCatgirl> ...just spoof UA lmao
L176[11:52:06] <bauen1> They're using cloudflare
L177[11:52:16] <bauen1> which is possible to get around, just annoying
L178[11:52:35] <AdorableCatgirl> oh
L179[11:52:44] <AdorableCatgirl> ew cloudflare
L180[11:52:50] <bauen1> see also https://github.com/MultiMC/MultiMC5/issues/2859
L181[11:52:50] <MichiBot> Title: Unable to download curseforge modpacks | Posted by: SViN24 | Posted: Tue Sep 24 01:53:16 CDT 2019 | Status: open
L182[11:52:51] <AdorableCatgirl> i'll have to find a way tho
L183[11:57:43] <ben_mkiv> make dirty hacks to crawl the website for downloads (which is against their tos)
L184[11:57:45] <ben_mkiv> things break
L185[11:57:46] <ben_mkiv> https://i.kym-cdn.com/photos/images/original/001/431/201/40f.png
L186[12:04:10] <bauen1> well, technically you aren't even crawling if you copy paste the direct link from your browser to your servers console
L187[12:05:20] <bauen1> ah the tos forbidd that too
L188[12:06:57] <ben_mkiv> it does that, too? Oo
L189[12:09:47] <AdorableCatgirl> what
L190[12:09:58] <AdorableCatgirl> they dum
L191[12:10:09] <AdorableCatgirl> just add an api smh
L192[12:10:38] ⇨ Joins: Vexatos (Vexatos!~Vexatos@port-92-192-250-164.dynamic.qsc.de)
L193[12:10:38] zsh sets mode: +v on Vexatos
L194[12:32:57] <Forecaster> https://i.imgur.com/VCNgDG6.gifv
L195[12:51:04] <AmandaC> @AdorableCatgirl you can't sell ads on an API
L196[12:56:17] <bauen1> @Forecaster how do you turn it off again ?
L197[12:56:38] <AdorableCatgirl> AmandaC: you say this but you can still make money off of it
L198[12:59:25] <Forecaster> bauen1: by risking your life reaching for it probably
L199[13:05:33] <AmandaC> @Forecaster please, don't go giving Inari any ideas.
L200[13:06:17] <Corded> * <Forecaster> takes down "lasers for sale" sign
L201[13:06:20] <Forecaster> I would never
L202[13:13:00] <bauen1> For the data card components public / private key generator, can't you derive the public key from the private key ?
L203[13:16:42] ⇨ Joins: flappy (flappy!~flappy@88.113.149.197)
L204[13:17:52] ⇦ Quits: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150) (Quit: https://i.imgur.com/xacQ09F.mp4)
L205[13:20:15] ⇨ Joins: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150)
L206[13:20:59] <Forecaster> %tonk
L207[13:20:59] <MichiBot> Willikers! Forecaster! You beat bauen1's previous record of 37 minutes and 31 seconds (By 1 hour, 55 minutes and 28 seconds)! I hope you're happy!
L208[13:21:00] <MichiBot> Forecaster's new record is 2 hours and 33 minutes! Forecaster also gained 0.00192 tonk points for stealing the tonk.
L209[13:32:36] <bauen1> it would be quite nice if the key type could also include a method "generatePublicKey()" to retrieve that key (so you only have to save the private key which would fit on an OpenSecurity mag card)
L210[13:34:17] <AmandaC> Why would you put the private key on a mag card? That seems to go against all advice I know around private key management
L211[13:34:52] <FeherNeoH> Yeah, don't do that
L212[13:35:39] ⇨ Joins: CarlenWhite (CarlenWhite!~CarlenWhi@5.sub-174-231-145.myvzw.com)
L213[13:36:37] <bauen1> true
L214[13:37:00] <bauen1> looking at the opensecurity stuff it should be easy to build a secure computer under the assumption that the power never ever goes out
L215[14:09:39] <Kodos> Just a reminder you can prefix a filename with a period to hide it in the standard ls/dir commands
L216[14:09:47] <Kodos> Still shows with -a though
L217[14:32:21] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@i577BCF81.versanet.de) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@i59F67887.versanet.de)))
L218[14:32:26] ⇨ Joins: ben_mkiv|afk (ben_mkiv|afk!~ben_mkiv@i59F67887.versanet.de)
L219[14:38:50] <AdorableCatgirl> I GOT A NEW MONITOR
L220[14:39:30] <Forecaster> bringing the total to what?
L221[14:43:35] <AdorableCatgirl> yes
L222[14:44:23] <Forecaster> that is not a yes or no question
L223[14:45:53] <AdorableCatgirl> well i have lots of monitors now
L224[14:46:33] <Forecaster> of which the total amount is apparently secret, okay
L225[14:47:38] <AdorableCatgirl> well give me a sec to count
L226[14:47:50] <AdorableCatgirl> these aren't all connected to my computer but
L227[14:47:59] <AdorableCatgirl> 5, in my room atm
L228[14:48:07] <Forecaster> doesn't count then!
L229[14:48:16] <Forecaster> my current max is 4
L230[14:48:23] <Forecaster> on the same computer
L231[14:51:06] <ben_mkiv|afk> i need a new one, too ;(
L232[14:51:25] <ben_mkiv|afk> idk if 27" is too big or if i should get 24" again
L233[14:51:29] <Forecaster> I only attached the 4th one so I could put it next to my bed
L234[14:51:39] <AdorableCatgirl> i could do 3
L235[14:51:40] <AdorableCatgirl> but
L236[14:51:50] <AdorableCatgirl> i'd need a DP to DVI adapter
L237[14:52:00] <Forecaster> I have 3 of those :P
L238[14:52:04] <AdorableCatgirl> i don't
L239[14:52:12] <Forecaster> the 4th monitor is AVG
L240[14:52:15] <AdorableCatgirl> i have a passive HDMI <-> DVI adapter
L241[14:52:25] <ben_mkiv|afk> hdmi is dvi + audio
L242[14:52:30] <AdorableCatgirl> yea
L243[14:52:33] <AdorableCatgirl> i know
L244[14:52:49] <Forecaster> one of the adapters are faulty though... the monitor flashes white sometimes
L245[14:53:22] <AdorableCatgirl> ben_mkiv|afk: i've seen active ones tho and i don't understand what they do
L246[14:53:46] <ben_mkiv|afk> maybe signal boosters?
L247[14:53:50] <ben_mkiv|afk> for long distance
L248[14:54:11] <AdorableCatgirl> i guess
L249[14:54:18] <AdorableCatgirl> w/e
L250[15:01:46] <Forecaster> one thing I hate about chrome, absolutely hate
L251[15:02:20] <ben_mkiv|afk> is that there arent any alternatives?
L252[15:02:27] <Forecaster> when you sync a new install with your account, and it adds all of the addon icons, all of them are visible for some reason...
L253[15:02:42] <Forecaster> why... why is it not the other way around
L254[15:03:42] <Forecaster> my address bar is like a fifth of the space due to all the icons it put next to it...
L255[15:03:49] <Forecaster> so now I have to hide most of them.
L256[15:03:55] <Forecaster> I've been putting it off...
L257[15:05:39] <FeherNeoH> wow, that many addons?
L258[15:06:02] <FeherNeoH> I have an adblocker and a webapi tester
L259[15:06:36] <Forecaster> my hope is that they'll go away when I copy the appdata stuff from my old system
L260[15:12:54] <FeherNeoH> Not probable...
L261[15:13:19] <Inari> https://preview.redd.it/wbci2gmevgu31.jpg?width=640&crop=smart&auto=webp&s=2d769b647a9b194e9069edee42fea9b4596e3159
L262[15:13:24] <FeherNeoH> I even have a bookmark folder that is empty, I always delete it, but it comes back on new installs
L263[15:13:47] * Inari feeds AmandaC some sour cream
L264[15:29:18] ⇦ Quits: Inari (Inari!~Pinkishu@pD9E8EEDB.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L265[15:50:38] ⇦ Quits: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150) (Ping timeout: 190 seconds)
L266[15:51:47] ⇨ Joins: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150)
L267[16:07:42] <Forecaster> %tonk
L268[16:07:42] <MichiBot> Bejabbers! Forecaster! You beat your own previous record of 2 hours and 33 minutes (By 13 minutes and 41 seconds)! I hope you're happy!
L269[16:07:43] <MichiBot> Forecaster's new record is 2 hours, 46 minutes and 42 seconds! No points gained for stealing from yourself. (Lost out on 0.00023 x 3 = 0.00069)
L270[16:08:54] <Forecaster> dammit...
L271[16:09:07] <Forecaster> copying over the userdata stuff didn't have the expected effect...
L272[16:09:23] <Forecaster> I was hoping it'd pop over my current session and such...
L273[16:13:01] ⇨ Joins: Izox (Izox!~Izox@93.225.154.77.rev.sfr.net)
L274[16:14:03] ⇨ Joins: UrMomSuck78 (UrMomSuck78!~UrMomSuck@93.225.154.77.rev.sfr.net)
L275[16:14:07] <UrMomSuck78> Hello
L276[16:14:13] <Izox> Hello
L277[16:14:20] <Forecaster> %hello
L278[16:14:20] <MichiBot> Forecaster: 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.
L279[16:14:23] <UrMomSuck78> Hello Team
L280[16:14:24] <Izox> Bite
L281[16:14:30] <Izox> Rush B ?
L282[16:14:36] <UrMomSuck78> Bonjour bande de God Michet
L283[16:15:59] <AdorableCatgirl> ? ?
L284[16:16:00] <AdorableCatgirl> shut
L285[16:16:09] <Izox> pourquoi?
L286[16:16:20] <UrMomSuck78> Wut
L287[16:16:30] <Lizzy> english only please
L288[16:16:34] * UrMomSuck78 ok
L289[16:17:04] <Izox> ok sorry
L290[16:19:18] ⇦ Quits: Izox (Izox!~Izox@93.225.154.77.rev.sfr.net) (Quit: Izox)
L291[16:19:32] ⇦ Quits: UrMomSuck78 (UrMomSuck78!~UrMomSuck@93.225.154.77.rev.sfr.net) (Quit: UrMomSuck78)
L292[16:20:30] ⇨ Joins: UrMomSuck78 (UrMomSuck78!~UrMomSuck@93.225.154.77.rev.sfr.net)
L293[16:21:03] ⇦ Quits: UrMomSuck78 (UrMomSuck78!~UrMomSuck@93.225.154.77.rev.sfr.net) (Client Quit)
L294[16:25:27] ⇨ Joins: Link (Link!webchat@IP-173-242-180-229.static.fibrenoire.ca)
L295[16:26:19] <Link> Don't suppose somebody could help me with an issue I'm having with the mod
L296[16:26:39] <Forecaster> don't ask to ask
L297[16:27:04] <AdorableCatgirl> well what the hell is the problem then
L298[16:27:10] <AdorableCatgirl> i'm not a psychic
L299[16:28:32] <Link> You seem like fun people
L300[16:28:51] ⇨ Joins: UrMomSuck78 (UrMomSuck78!~UrMomSuck@93.225.154.77.rev.sfr.net)
L301[16:29:14] ⇨ Joins: Axel-Admin (Axel-Admin!~Axel-Admi@93.225.154.77.rev.sfr.net)
L302[16:29:15] <Link> Anyways, using the movement functions in the robot API seem to all return errors and generally just not work
L303[16:29:18] <Link> Any ideas?
L304[16:29:48] <Forecaster> again, not psychic, you're going to have to show these errors
L305[16:30:01] <AdorableCatgirl> i'm not fun, we've gone over this
L306[16:30:06] <AdorableCatgirl> i'm constantly cranky
L307[16:30:20] <Link> Should get that checked out
L308[16:31:27] <Link> https://i.imgur.com/tQFd1ge.png
L309[16:31:39] <Link> https://i.imgur.com/CM1D7Ih.png
L310[16:32:29] <Link> I'm currently trying to follow the guide here: https://ocdoc.cil.li/api:robot
L311[16:32:35] ⇦ Quits: UrMomSuck78 (UrMomSuck78!~UrMomSuck@93.225.154.77.rev.sfr.net) (Ping timeout: 202 seconds)
L312[16:33:03] ⇦ Quits: Axel-Admin (Axel-Admin!~Axel-Admi@93.225.154.77.rev.sfr.net) (Ping timeout: 202 seconds)
L313[16:37:06] <Forecaster> are you doing that in a robot or in a computer?
L314[16:37:10] <AdorableCatgirl> i forgot there was a robot library
L315[16:37:17] <Link> On the robot
L316[16:37:27] <AdorableCatgirl> i always just used the robot component
L317[16:37:44] <Link> Tried that too with the same result
L318[16:37:50] ⇨ Joins: Axel-Admin (Axel-Admin!~Axel-Admi@93.225.154.77.rev.sfr.net)
L319[16:37:53] <AdorableCatgirl> ???
L320[16:38:01] <AdorableCatgirl> show what you were doing with the component?
L321[16:38:13] <Axel-Admin> SovietWave <3
L322[16:38:35] <Axel-Admin> I love suck hard drives
L323[16:39:49] ⇦ Quits: Axel-Admin (Axel-Admin!~Axel-Admi@93.225.154.77.rev.sfr.net) (Remote host closed the connection)
L324[16:40:24] <Link> https://i.imgur.com/YE3GRFy.png
L325[16:41:44] <AdorableCatgirl> huh
L326[16:42:00] <AdorableCatgirl> what version of the mod are you on?
L327[16:42:27] <Link> 1.7.4.153
L328[16:42:46] <AdorableCatgirl> hmm
L329[16:43:07] <Link> GitHub had a closed issue where someone else was also having the same problem
L330[16:43:13] <Link> But the answer given didn't really solve anything
L331[17:03:38] <ben_mkiv|afk> thats the robot component, not the api
L332[17:03:38] <ben_mkiv|afk> robot_api = require("robot")
L333[17:03:41] <ben_mkiv|afk> https://ocdoc.cil.li/api:robot
L334[17:03:46] <ben_mkiv|afk> https://ocdoc.cil.li/component:robot
L335[17:04:11] ⇦ Quits: Vexatos (Vexatos!~Vexatos@port-92-192-250-164.dynamic.qsc.de) (Quit: Insert quantum chemistry joke here)
L336[17:26:38] <Link> Still gives me the same issue
L337[17:29:42] <AmandaC> What does test.lua contain?
L338[17:34:14] <Link> https://i.imgur.com/E9UbMD6.png
L339[17:35:00] <Link> So, I've been doing this in a server. Just moved to single player and it worked fine. So this is likely an issue with the server
L340[17:43:03] <Link> Oh hey. The console had an explanation for me
L341[17:43:04] <Link> https://i.imgur.com/FTBfnVS.png
L342[17:45:51] <ben_mkiv|afk> yea, sponge + oc are buggy
L343[17:46:03] <ben_mkiv|afk> wonder if you can even mine the robot without leaving a ghost block
L344[17:46:14] <ben_mkiv|afk> for me its totally bugged
L345[17:46:37] <Link> I cannot
L346[17:46:53] <Link> That probably should've been the first indication that something was very wrong
L347[17:47:11] <AdorableCatgirl> isn't sponge just generally a broken mess
L348[17:47:56] <ben_mkiv|afk> https://forums.spongepowered.org/t/opencomputers-robots-strange-behavior-errors/33329
L349[17:48:16] <Link> Probably. Wonder if I can remove it without destroying everything
L350[17:48:21] <Link> Worth a shot
L351[17:48:28] <ben_mkiv|afk> sponge? yes
L352[17:48:38] <ben_mkiv|afk> the robot while sponge is installed, no
L353[17:48:50] <ben_mkiv|afk> ive used block breakers which work, but the robot gets destroyed in that process
L354[17:50:19] <Link> Robot doesn't do me a whole lot of good as is
L355[17:54:43] ⇦ Quits: flappy (flappy!~flappy@88.113.149.197) (Ping timeout: 190 seconds)
L356[17:56:16] <Link> Anyways, thank you for the help
L357[18:10:03] ⇦ Quits: ben_mkiv|afk (ben_mkiv|afk!~ben_mkiv@i59F67887.versanet.de) (Ping timeout: 189 seconds)
L358[18:16:51] ⇦ Quits: Link (Link!webchat@IP-173-242-180-229.static.fibrenoire.ca) (Quit: webchat.esper.net)
L359[18:44:52] <AdorableCatgirl> i'm making a discord bot again
L360[18:45:30] <AdorableCatgirl> but this time i'm PREPARED
L361[19:10:31] <CompanionCube> Izaya: Skye: https://twitter.com/tnewtondunn/status/1187436091529408512?s=20
L362[19:10:52] <CompanionCube> 'Latest: Boris Johnson's Govt has threatened to go on strike if Labour refuses a Dec 12 election on Monday.'
L363[19:15:43] <Ariri> %tonk
L364[19:15:43] <MichiBot> Potzblitz! Ariri! You beat Forecaster's previous record of 2 hours, 46 minutes and 42 seconds (By 21 minutes and 19 seconds)! I hope you're happy!
L365[19:15:44] <MichiBot> Ariri's new record is 3 hours, 8 minutes and 1 second! Ariri also gained 0.00108 (0.00036 x 3) tonk points for stealing the tonk.
L366[19:24:53] ⇨ Joins: Dimtree (Dimtree!~dimtree@75-110-149-215.nbrncmtk01.res.dyn.suddenlink.net)
L367[20:31:15] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L368[20:57:11] <The_Stargazer> mfw this guy calls a spigot server, and I quote, "modded"
L369[22:45:27] ⇦ Quits: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150) (Ping timeout: 202 seconds)
L370[22:47:49] ⇨ Joins: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150)
L371[23:10:02] <CompanionCube> %tonk
L372[23:10:02] <MichiBot> Aw jeez! CompanionCube! You beat Ariri's previous record of 3 hours, 8 minutes and 1 second (By 46 minutes and 17 seconds)! I hope you're happy!
L373[23:10:03] <MichiBot> CompanionCube's new record is 3 hours, 54 minutes and 18 seconds! CompanionCube also gained 0.00308 (0.00077 x 4) tonk points for stealing the tonk.
L374[23:56:41] <Izaya> https://nulled.red/users/calmbyte/statuses/103020704986858575
<<Prev Next>> Scroll to Top