<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[01:03:42] ⇨
Joins: MajGenRelativity_
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L2[01:03:47] ⇨
Joins: Michiyo_ (~Michiyo@mail.pc-logix.com)
L3[01:03:47] zsh
sets mode: +o on Michiyo_
L4[01:05:50] ⇦
Quits: MajGenRelativity
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Ping timeout:
186 seconds)
L5[01:05:50] ⇦
Quits: Michiyo (~Michiyo@mail.pc-logix.com) (Ping timeout: 186
seconds)
L6[02:27:17] ⇨
Joins: EdibleDerpy_
(webchat@97-123-207-173.albq.qwest.net)
L7[02:27:32] ⇨
Joins: EdibleDerpy
(~edibleder@97-123-207-173.albq.qwest.net)
L8[02:28:43] <EdibleDerpy> Hey
L9[02:28:55]
<Tetrabyte>
Oi
L10[02:29:55] <EdibleDerpy_> Some
shit
L11[02:30:10] ***
EdibleDerpy is now known as Tetrabyte
L12[02:31:26] ⇦
Parts: EdibleDerpy_ (webchat@97-123-207-173.albq.qwest.net)
())
L13[02:31:35] ⇨
Joins: What (webchat@97-123-207-173.albq.qwest.net)
L14[02:31:41] <What> @everyone
L16[02:32:17] <AshIndigo> That doesn't work
here
L17[02:34:05] <Tetrabyte> Lmfao, you tried
that.
L18[02:34:06] <Izaya> [nobody was
pinged]
L19[02:34:17] <Tetrabyte> Obviously not.
Haha
L20[02:34:41] <Izaya> Mildly
entertaining.
L21[02:34:53] <Tetrabyte> I told that kid
not to advertise or even try that.
L22[02:35:10] <Tetrabyte> But he did
anyway, so I guess I should remove him from my server now...
:')
L23[02:36:11] <Tetrabyte> It's actually
amazing to see the amount of stuff you can do with this mod in a
game...
L24[02:36:35] <Izaya> You could do most of
it with plain redstone :^)
L25[02:36:38] <Izaya> Just slower
L26[02:36:42] <Tetrabyte> With
ComputerCraft I made an application to control on my office lights
within the game using a letter.
L27[02:36:45] <Tetrabyte> lever*
L28[02:36:51] <AshIndigo> But plain
redstone is big and stuff
L29[02:37:03] <Tetrabyte> Yeah, because I
can totally control an external API within a video game...
L30[02:37:05] <Izaya> ComputerCraft?
Boring
L31[02:37:07] <Tetrabyte> Without mods like
this
L32[02:37:13] <Tetrabyte> I know, compared
to this
L33[02:37:14] <Izaya> Most :P
L34[02:37:40] <Tetrabyte> This is the mod
that will make everything I do in this game easier and everything I
do will revolve around this.,
L35[02:38:07] <Tetrabyte> Anyone know if it
is possible to run some sort of webserver/api on this that can
accept external requests from outside of game?
L36[02:38:19] <Izaya> It's not.
Intentionally so.
L37[02:38:28] <AshIndigo> Repurpose the irc
program?
L38[02:38:34] <Izaya> General method is to
run a bidirectional bridge of some sort
L39[02:38:41] <Izaya> (yeah, or use a
computer as an IRC bot :P)
L40[02:39:01] *
Izaya hmms
L41[02:39:04] <Tetrabyte> I could do
something like that, I have a getto api running with my old
computercraft server.
L42[02:39:21] <Izaya> I need to rewrite my
IRC network bridge so I can forward copper over IRC rather than
just MultICE packets
L43[02:39:30] <Tetrabyte> That is running a
while true do to a webserver that reads a database value and if
it's changed then do the action
L44[02:39:55] <Tetrabyte> Kinda like how my
old password door, checked an external database location for an MD5
hased password.
L45[02:39:58] <Tetrabyte> Yes I went that
secure with it
L46[02:40:05] <Izaya> "that
secure"
L47[02:40:18] <Tetrabyte> Well, sorta
L48[02:40:30] <Izaya> I mean, for ingame
it's not bad I guess
L49[02:40:32] <Tetrabyte> To the point
where if I forget that password I'm kinda screwed.
L50[02:40:34] *
Izaya is using sha256 on PsychOS
L51[02:40:42] <Tetrabyte> Something I've
never seen before though.
L52[02:40:47] <Tetrabyte> What is that? Hmm
:thinking:
L53[02:41:03] <Izaya> sha256 is a
relatively okay hashing function
L55[02:41:58] <Tetrabyte> Ah, well. All my
stuff kinda connects to an external web api that I host on my dedi,
because I love using JS for most things and if I can just make LUA
use my JS script as a backend, I'm all good.
L56[02:41:58] <MichiBot> lua*
L57[02:42:10] <Izaya> eegh JS
L58[02:42:15] <Izaya> everyone to their own
I guess
L59[02:42:18] *
Izaya shudders
L60[02:42:21] <Tetrabyte> JS is my main
language.
L61[02:42:26] <Izaya> My condolences
:P
L62[02:43:02] <Izaya> but hey, if it works
for you
L63[02:43:49] <Tetrabyte> I'm enjoying it,
because the game is really interesting to me with mods, and with
this mod I see endless fun with it. Always making stuff that is
different.
L64[02:44:27] <Tetrabyte> Like I've not
looked many places for it, but I've never seen anyone use an
external API to manage authentication with a computer.
L65[02:44:53] <Izaya> I wonder if it'd be
doable to connect OC to NIS
L66[02:44:55] <Izaya> that'd be cool
L67[02:45:33] <Izaya> Somehow I don't think
modern OSes would use a hash with a pure lua implementation
though
L69[02:47:20] <Izaya> "At the moment,
no because discord.lua uses luajit-request to communicate with
Discord's API."
L70[02:47:31] <Izaya> If you wanted to do
the work to convert it to use internet cards then probably
L71[02:47:48] <Izaya> oh, depends on
libcurl
L72[02:47:57] *
Izaya shrugs
L73[02:47:59] <Izaya>
"maybe"
L74[02:50:42] <Tetrabyte> Anyone ever done
anything with Discord and OC other then something like
Corded?
L75[02:51:09] *
Izaya prefers IRC
L76[02:51:19] <Izaya> I haven't heard of
anything, though
L77[02:51:52] <Tetrabyte> Webhooks and
stuff are easy, but I'm trying to think of something that acts more
like a bot and can read messages from a server.
L78[02:51:58] <Tetrabyte> I can respect
that
L79[02:52:17] <Tetrabyte> Be right back,
gonna go move to my server instead of this damn SP world.
L80[02:52:20] ⇦
Quits: Tetrabyte (~edibleder@97-123-207-173.albq.qwest.net) (Remote
host closed the connection)
L81[03:29:51] <gamax92> %remindme 7h
hpoc
L82[03:29:51] <MichiBot> I'll remind you
about "hpoc" at 10/25/2017 10:29:51 AM
L83[03:30:06] <gamax92> cron job ntp sync
every second
L84[03:33:18] <AshIndigo> Sounds slow
L85[03:33:43] <gamax92> %remindme 415m
ignore hpoc and be a good person instead
L86[03:33:43] <MichiBot> I'll remind you
about "ignore hpoc and be a good person instead" at
10/25/2017 10:28:43 AM
L87[03:55:34] <Izaya> hpoc?
L88[04:22:09] ⇨
Joins: Vexatos
(~Vexatos@p200300556E2D3082A510A817B47227ED.dip0.t-ipconnect.de)
L89[04:22:09] zsh
sets mode: +v on Vexatos
L90[04:31:25] ⇨
Joins: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl)
L91[05:27:09] ⇨
Joins: kenneth (webchat@37.143.64.160)
L92[05:27:13] <kenneth> hi
L93[05:27:22] <kenneth> can anyone tell me
server too?
L94[05:27:28] <kenneth> i wanna use it on
minecraft
L95[05:29:15] ⇦
Quits: Vexatos
(~Vexatos@p200300556E2D3082A510A817B47227ED.dip0.t-ipconnect.de)
(Quit: I guess I have to go now. Bye ✔)
L96[05:30:43] ⇦
Quits: kenneth (webchat@37.143.64.160) (Ping timeout: 180
seconds)
L97[07:27:34] ⇨
Joins: Arcanitor (webchat@71.46.246.100)
L98[07:44:21] ⇨
Joins: ben_mkiv
(~ben_mkiv@p4FED52FA.dip0.t-ipconnect.de)
L99[08:00:09] ⇦
Quits: Arcanitor (webchat@71.46.246.100) (Ping timeout: 180
seconds)
L100[08:10:52]
⇨ Joins: Inari
(~Pinkishu@p5DEC6189.dip0.t-ipconnect.de)
L101[08:14:41]
⇨ Joins: kenneth (webchat@37.143.64.160)
L102[08:14:49] <kenneth> hi
L103[08:15:01] <kenneth> does anyone know
any modpack with OC?
L104[08:15:25] ⇦
Parts: kenneth (webchat@37.143.64.160) ())
L105[08:15:30]
⇨ Joins: kenneth (webchat@37.143.64.160)
L106[08:15:56] <ben_mkiv> one?
L107[08:15:57] <Izaya> there are quite a
few I believe
L108[08:16:02] <ben_mkiv> its hard to pick
one without OC
L109[08:16:09] <Izaya> I think some FTB
packs have it
L110[08:16:13] <ben_mkiv> most of the
feed-the-beast packs have it
L111[08:16:14] <ben_mkiv> ^^
L112[08:16:15] <Izaya> but I haven't
played FTB in years
L113[08:17:21] *
ben_mkiv player around with Applied Llamagistics and its awesome
:)
L114[08:17:30] <ben_mkiv> OC support in
1.12 and Fluids :)
L115[08:18:08] *
Izaya runs his own pack
L116[08:18:23] *
AshIndigo says somethig about a 1.7.10 pack
L117[08:18:33] ⇦
Quits: kenneth (webchat@37.143.64.160) (Ping timeout: 180
seconds)
L118[08:18:40] <ben_mkiv> bevo's tech pack
was nice for 1.7.10
L119[08:19:12] <AshIndigo> Rev3 is also
nice
L120[08:19:33] <ben_mkiv> but really
wouldnt play 1.7.10 anymore
L121[08:20:08] <ben_mkiv> no idea if its a
newer ljwgl or if they changed the whole code for mouse/keyboard
input, but it feels less broken xD
L122[08:20:29] <ben_mkiv> for 1.10+
L123[08:20:33] *
Izaya doesn't see much reason to not use 1.7.10, aside from like 3
mods
L124[08:21:23] <ben_mkiv> yea mojang
doesnt add much in their updates, compared to what mods add
L125[08:21:53] <ben_mkiv> but as said, for
me the inputsystem works better on newer releases
L126[08:22:01] <Izaya> haven't noticed
it
L127[08:22:11] <Izaya> just added stupid
dual wielding from what I've seen
L128[08:22:23] <ben_mkiv> never got stuck
keys in 1.7.10?
L129[08:22:28] <AshIndigo> Nope
L130[08:22:32] <Izaya> when I tabbed
out?
L131[08:22:35] <ben_mkiv> or that some
dont respond at all when changing windowfocus
L132[08:22:36] <ben_mkiv> yea
L133[08:22:42] <Izaya> only time
L134[08:23:01] <ben_mkiv> yea, i got that
very often
L135[08:23:09] <ben_mkiv> maybe its my
Os
L136[08:23:11] <ben_mkiv> OS
L137[08:23:32] <AshIndigo> Which os?
L138[08:23:37] <Izaya> never happened to
me on W7, 8, arch, mint or any of the weirder stuff I tried
L139[08:23:46] <ben_mkiv> linux with
gnome2 and metacity
L140[08:23:52] <Izaya> well, aside from
the tabbing out part
L141[08:28:10] <ben_mkiv> anyone remembers
the helmet from pneumaticraft?
L142[08:28:49] <ben_mkiv> i need to know
if the entitytracker works through walls
L143[08:30:55] *
AshIndigo presumes so
L145[09:28:17] <Michiyo_> lol, oh
c'mon....
L146[09:28:19] <Michiyo_> what could go
wrong?
L147[09:28:25] <Michiyo_> ugh this effing
lag.
L148[09:28:44] <AmandaC> At least it'snot
a physical key, I guess.
L149[09:28:50] <AmandaC> but still, N O P
E
L150[09:29:47]
⇨ Joins: Cervator
(~Thunderbi@2601:4c1:4000:1050:8903:5609:d16f:dd18)
L151[10:28:43] <MichiBot> gamax92
REMINDER: ignore hpoc and be a good person instead
L152[10:29:51] <MichiBot> gamax92
REMINDER: hpoc
L153[10:30:24] <AmandaC> gamax92 REMINDER:
Send lots of cookies to everyone
L154[10:34:17] ***
Michiyo_ is now known as Michiyo
L155[10:47:49] <Michiyo> blegh
L156[10:47:53] <AmandaC> Mew!
L157[10:52:45] ⇦
Quits: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl) (Read error:
Connection reset by peer)
L158[10:54:37] ⇦
Quits: techno156 (~techno156@137.154.29.33) (Quit:
Leaving)
L159[10:54:38]
⇨ Joins: Turtle
(~SentientT@ip5657cbb2.direct-adsl.nl)
L160[10:57:37]
⇨ Joins: Chill
(webchat@ip-217-103-35-156.ip.prioritytelecom.net)
L161[10:58:07]
<Sarren
Nardieu> Dawn of day 2 in my quest to become a linux guru
L162[10:58:25]
<Sarren
Nardieu> good morning/afternoon/evening/night everyone
L163[10:59:15] <Chill> Hey guys, I want to
set up my first LUA script for my robot, I want to use it as a
cobblegen so it needs to mine, store to an inventory and charge.
Where and how would I start, without any programming
knowledge
L164[10:59:15] <MichiBot> lua*
L166[11:00:45] <Chill> Thank you, that was
what I was looking for!
L167[11:00:50]
<Sarren
Nardieu> ?
L168[11:01:30]
<Sarren
Nardieu> but if you have absolutely know knowledge in regards to
how to code you might want to work on that first xD
L169[11:01:35] <ben_mkiv> and just place
the charger below the robot
L170[11:01:39] <ben_mkiv> so you dont have
to care about that
L171[11:01:45]
<Sarren
Nardieu> but if you have absolutely no knowledge in regards to
how to code you might want to work on that first xD [Edited]
L173[11:04:38] <ben_mkiv> well, isn't lua
a language for beginners? :>
L174[11:05:49]
<Sarren
Nardieu> yep
L175[11:06:05]
<Sarren
Nardieu> you still need to learn how to actually code though
xD
L176[11:08:34] <Chill> I tried learning
C++ once, just using internet. But I quit that a long time ago
:P
L177[11:10:18] <ben_mkiv> lua is way
simpler
L178[11:21:35]
⇨ Joins: Vexatos
(~Vexatos@p200300556E2D305488EC231C78E6D526.dip0.t-ipconnect.de)
L179[11:21:36]
zsh sets mode: +v on Vexatos
L180[11:22:51] <Vindex> And also doesn't
teach you some important concepts
L181[11:23:30] <Vindex> Though C++ is
stupid complex as starting point
L182[11:33:34]
<Sarren
Nardieu> i started with VB
L183[11:33:42] <AmandaC> GMS for me
L184[11:33:49] <AmandaC> (Game Maker
Script )
L185[11:33:50] <Vindex> Basic
L186[11:33:54] <SAL9000> I started with
Perl
L187[11:34:46]
<Sarren
Nardieu> original basic? thats pretty old school xD
L188[11:35:17] <Vindex> Yes
L189[11:35:30]
<Sarren
Nardieu> cool ?
L190[11:35:36] <Vindex> It was in time of
zx spectrum
L191[11:35:41]
<Sarren
Nardieu> awesome
L192[11:35:54]
<Sarren
Nardieu> i made a calculator box thing that does basic
L193[11:36:02]
<Sarren
Nardieu> powered by an arduino
L194[11:37:07] <AshIndigo> Actual arduino
or a knockoff?
L195[11:37:23]
<Sarren
Nardieu> a genuine arduino uno of course
L196[11:37:41]
<Sarren
Nardieu> got it in the maker shop in town in person
L197[11:39:11] *
AshIndigo wishes that he lived by a maker shop
L198[11:40:19]
<Sarren
Nardieu> xD
L199[12:01:03]
<MGR> I
started in C#
L200[12:21:50] <Chill> I did some easy C#
stuff in unity before
L201[12:32:19]
⇨ Joins: BearishMushroom
(~BearishMu@82-209-154-59.cust.bredband2.com)
L202[12:39:33] <CompanionCube> AmandaC:
isn't it GML not GMS
L203[12:39:51] <AmandaC> CompanionCube: no
idea, havn't touched it in 10+ years now
L204[12:40:15] *
CompanionCube remembers encountering a structural limitation in
that language
L205[12:51:27] <Dashkal> dequbed:
>.>
L206[12:56:49]
<Sarren
Nardieu> guys halp
L207[12:57:10]
<Sarren
Nardieu> what is the deal with nameservers/hostnames/domainnames
etc
L208[12:59:07]
<Sarren
Nardieu> i have (waht i think is a) domain name
"skylarker.net"
L209[12:59:11]
<Sarren
Nardieu> i have (what i think is a) domain name
"skylarker.net" [Edited]
L210[12:59:40]
<Sarren
Nardieu> and i want to point it to the ip of a server that i
have bought
L211[12:59:45]
<Sarren
Nardieu> how do?
L213[13:01:12]
<Sarren
Nardieu> thanks ?
L214[13:01:24] <ben_mkiv> which is set on
the nameserver
L215[13:02:42]
<Sarren
Nardieu> ok
L216[13:02:53]
<Sarren
Nardieu> so i have skylarker.net
L217[13:03:01]
<Sarren
Nardieu> and my server is called Sky Command
L218[13:03:21] <ben_mkiv> then check on
the website of your domainhoster if they provide options to change
the DNS records
L219[13:03:49]
<Sarren
Nardieu> the thing is i think i can do that on both of my
services
L220[13:04:04] <ben_mkiv> only where the
domain is "hosted"
L221[13:05:46]
<Sarren
Nardieu> so if i go the skylarker.net dns page there are 4 A
records a bunch of cnames an MX record and 2 TXT records
L222[13:06:19]
<Sarren
Nardieu> if i login to the control panel for Sky Command i can
edit dns zones
L223[13:06:49] <ben_mkiv> you only need to
make an a record pointing to your servers ip
L224[13:06:56] <ben_mkiv> and probably
remove the old a-records
L225[13:07:10] <ben_mkiv> or use a
subdomain for the new one
L226[13:07:15]
<Sarren
Nardieu> what name do i use for the new a records
L227[13:07:40] <ben_mkiv>
(sub)domainname
L228[13:07:42]
<Sarren
Nardieu> the old ones had @ admin zinc and mail
L229[13:07:50]
<Sarren
Nardieu> gotcha
L230[13:07:55]
<Sarren
Nardieu> i think its starting to make sense
L231[13:13:43]
<Sarren
Nardieu> is @ a variable?
L232[13:14:09] <ben_mkiv> no idea, years
ago i messed with that...
L233[13:14:18] <ben_mkiv> rtfm :P
L234[13:14:22]
<Sarren
Nardieu> lol
L235[13:15:07] <ben_mkiv> just make a
screenshot or export of the old settings... so you can revert if it
wont work
L236[13:15:23] <ben_mkiv> also udating
that stuff may take few hours for all nameservers to
recognize
L237[13:15:30] <ben_mkiv> depending on
what update interval is set
L238[13:15:39]
<Sarren
Nardieu> gotcha
L241[13:47:49] <AmandaC> Inari: hehe
:3
L242[13:48:16] <Michiyo> I just had to
explain to someone how to install XP SP3 from a flashdrive copy of
the installer...
L243[13:48:35] <Michiyo> cause the copy of
XP they have... is seemingly pre SP1
L244[13:48:57] ***
MajGenRelativity_ is now known as MajGenRelativity
L245[13:52:38] ⇦
Quits: ben_mkiv (~ben_mkiv@p4FED52FA.dip0.t-ipconnect.de) (Ping
timeout: 204 seconds)
L246[13:59:06] <Inari> %stab stuff
L247[13:59:06] *
MichiBot stabs stuff with shrimp brain doing [11]
damage
L248[14:05:52] <AmandaC> Inari: always so
stabby. D:
L249[14:06:10] <Inari> So
L250[14:06:21] <Inari> Whats a good free
image hosting service thats not a community-share thingy like
imgur? :P
L251[14:06:23]
⇨ Joins: xarses (~xarses@67.218.117.86)
L252[14:07:42] <Inari> Discord just kinda
killed itself, after Dropbox already did
L253[14:09:29] <Michiyo> Inari, use some
free webspace someone provides on a server?
L254[14:09:29] <CompanionCube> what went
wrong this time
L255[14:09:50] <Dashkal>
""Discord just kinda killed itself" [citation
needed]
L256[14:10:30] <Inari> Hmmm
L257[14:10:31] <Inari> maybe it
didn't
L258[14:11:27] <Inari> Uplaoded another
pictuera nd that one works
L259[14:11:41] <Inari> Got "access
denied" "Anonymous users does not have
storage.objects.get access to
discord/attachments/295953846054944768/372823151211708448/unknown.png.."
L260[14:11:42] <Inari> earlier :P
L261[14:11:45]
<MGR>
Discord is fine
L262[14:12:11] <Dashkal> Given how they
went about scaling, partial failure like that will happen once in
awhile. I'll only worry if it starts being a trend.
L263[14:12:16] <Inari> Oh nevermind
L264[14:12:20] <Inari> I failed and added
a "." to it
L265[14:12:20] <Inari> :P
L266[14:14:12]
⇨ Joins: Nathan1852
(~Nathan185@HSI-KBW-37-209-86-166.hsi15.kabel-badenwuerttemberg.de)
L267[14:15:26] <Michiyo> gg
L268[14:15:47] <Inari> Well I do expect
them to block it sooner or later
L269[14:15:50] <Inari> So I expected they
did
L270[14:39:09]
<Kodos>
Wat
L271[15:10:50] <Inari> @Kodos ?
L272[15:14:09]
<Kodos> Nvm
was scrolled up
L273[15:16:30] <Izaya> Inari: pomf sites
like pomf.cat or mixtape.moe
L274[15:16:37] <Izaya> they work
wonderfully for images
L275[15:16:52] <Izaya> they don't resize
or jpeggify your image either
L276[15:18:12] *
AmandaC jpeggfys Izaya's brain
L277[15:20:08] *
Izaya proceeds to only post low-quality content
L279[15:21:33] <AmandaC> It's been
"re-released" serveral times over the past
fortnight
L280[15:21:55] <Izaya> yeah I just did the
update
L281[15:40:06]
⇨ Joins: Michiyo_ (~Michiyo@mail.pc-logix.com)
L282[15:40:06]
zsh sets mode: +o on Michiyo_
L283[15:40:40]
⇨ Joins: DarkCow
(~MrDark@2607:fcc8:d48b:eb00:1053:b4fd:c1a5:6753)
L284[15:41:47] <Michiyo_> ._.
L285[15:42:05] ⇦
Quits: Michiyo (~Michiyo@mail.pc-logix.com) (Killed
(stormlight.esper.net (Nickname regained by
services)))
L286[15:42:05] ***
Michiyo_ is now known as Michiyo
L287[15:42:08]
⇨ Joins: superminor2_
(~SuPeR@eve.superminor2.net)
L288[15:42:47]
<MGR> A
fight between Michiyos, who will win?
L289[15:43:08] ⇦
Quits: fingercomp
(~fingercom@ec2-54-202-163-122.us-west-2.compute.amazonaws.com)
(Ping timeout: 198 seconds)
L290[15:43:10]
<Forecaster>
Michiyo, obviously
L291[15:43:46] ⇦
Quits: Dark (~MrDark@2607:fcc8:d48b:eb00:dcf1:2d6f:d9ff:d5f9) (Read
error: Connection reset by peer)
L292[15:43:46] ⇦
Quits: superminor2 (~SuPeR@2607:5300:60:1b63::1) (Quit: No Ping
reply in 120 seconds.)
L293[15:43:46] ⇦
Quits: SpiritedDusty (~SpiritedD@hekate.pc-logix.com) (Ping
timeout: 186 seconds)
L294[15:43:46] ⇦
Quits: Lumien (Elite13049@ipv6.12.sigma.elitebnc.org) (Ping
timeout: 186 seconds)
L295[15:43:46] <AmandaC> %choose watch or
listen
L296[15:43:46] ⇦
Quits: dustinm` (~dustinm@68.ip-149-56-14.net) (Quit:
Leaving)
L297[15:43:46] <AmandaC> HRm
L298[15:43:46] <AmandaC> Welp
L299[15:43:46]
⇨ Joins: dustinm` (~dustinm@68.ip-149-56-14.net)
L300[15:43:46] ⇦
Quits: ds84182 (~ds84182@hekate.pc-logix.com) (Ping timeout: 186
seconds)
L301[15:43:46] <MichiBot> AmandaC:
watch
L302[15:44:03]
<MGR>
@Forecaster True
L303[15:44:21] <MajGenRelativity>
Test
L304[15:44:35]
<MGR>
Michiyo / Mimiru , IRC to Discord is broken
L305[15:44:45] *
Michiyo shrugs
L306[15:44:56]
<logan2611>
or is it
L307[15:45:02] <MajGenRelativity> No, it
really is :)
L308[15:45:06]
<MGR> It
is
L309[15:45:10]
<logan2611>
debatable
L310[15:45:21]
⇨ Joins: Lumien
(Elite13049@ipv6.12.sigma.elitebnc.org)
L311[15:45:23]
<MGR>
¯\_(ツ)_/¯
L312[15:45:26]
<logan2611>
(╯°□°)╯︵ ┻━┻
L313[15:45:28]
<MGR> If you
want to believe that....
L314[15:45:35]
<logan2611>
its fact
L315[15:45:42]
<Forecaster>
anything is debatable, if you're stubborn enough
L316[15:45:51] ⇦
Quits: Xal (~Xal@S010664777dabacc3.vw.shawcable.net) (Ping timeout:
383 seconds)
L317[15:45:54]
<logan2611>
^
L318[15:45:57] <AmandaC> @Forecaster I'm
going to have to disagree with that
L319[15:45:58] <Corded> *
<logan2611> trump
L320[15:46:43]
<MGR> There
appears to be a severe time delay, as messages are coming through
now
L321[15:46:56]
<Forecaster>
those are usually temporary
L322[15:47:01]
<MGR>
@Forecaster AmandaC disagrees with your statement
L323[15:47:14] <MajGenRelativity> I am
become the new Corded
L324[15:47:17] <MajGenRelativity> Bridger
of worlds
L325[15:47:28] <AmandaC> May the gods help
us all
L326[15:47:39] <MajGenRelativity>
Obviously they aren't :)
L327[15:47:40] ⇦
Quits: Corded (~MichiBot@hekate.pc-logix.com) ()
L328[15:47:44] <AmandaC> ( They won't,
they're too busy with their millina-long orgy )
L329[15:48:14] <MajGenRelativity> Uh
L330[15:48:15] <Izaya> Man, I need to
re-watch The Gods Must Be Crazy
L331[15:48:32]
⇨ Joins: Corded (~MichiBot@hekate.pc-logix.com)
L332[15:48:32]
zsh sets mode: +v on Corded
L333[15:48:38]
⇨ Joins: fingercomp
(~fingercom@ec2-54-202-163-122.us-west-2.compute.amazonaws.com)
L334[15:48:41] <MajGenRelativity> AmandaC,
Forecaster says he is pretty sure Michiyo would win
L335[15:48:45] <Izaya> does that have the
badger or is it another movie that does
L336[15:48:45]
<MGR> And
we're back
L337[15:49:07] ***
fingercomp is now known as Guest4342
L338[15:49:08]
⇨ Joins: Xal
(~Xal@S010664777dabacc3.vw.shawcable.net)
L339[15:49:12]
<MGR> and
there was much rejoicing
L340[15:49:17]
⇨ Joins: SpiritedDusty
(~SpiritedD@hekate.pc-logix.com)
L341[15:49:18]
zsh sets mode: +o on SpiritedDusty
L342[15:49:22]
<Forecaster>
I'd say I'd debate her, but I don't feel particularly stubborn
about it
L343[15:49:23] *
Izaya yawns
L344[15:49:24]
⇨ Joins: ds84182 (~ds84182@hekate.pc-logix.com)
L345[15:49:32]
<MGR> ~w
custom OS
L347[15:49:42] <CompanionCube> ...what are
you planning
L348[15:50:48]
<MGR>
CompanionCube, I'm not currently going to make a Custom OS
L349[15:51:06]
<MGR> I DO
want to know if os.getenv() is available in standard lua, which it
is
L350[15:53:09] *
Izaya hmms
L351[15:53:22] <Izaya> Do I want to watch
more NGE or read my book?
L352[15:59:14]
<Forecaster>
yes
L353[16:01:45] ⇦
Quits: Chill (webchat@ip-217-103-35-156.ip.prioritytelecom.net)
(Ping timeout: 180 seconds)
L354[16:12:16] ⇦
Quits: Nathan1852
(~Nathan185@HSI-KBW-37-209-86-166.hsi15.kabel-badenwuerttemberg.de)
(Read error: Connection reset by peer)
L355[16:20:26] ⇦
Quits: MajGenRelativity
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Quit:
Leaving)
L356[16:25:23]
⇨ Joins: MajGenRelativity
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L357[16:28:53] ⇦
Quits: Inari (~Pinkishu@p5DEC6189.dip0.t-ipconnect.de) (Quit:
'One-Shot Megumin! Two-Punch Aqua!')
L358[16:36:05] ⇦
Quits: What (webchat@97-123-207-173.albq.qwest.net) (Ping timeout:
180 seconds)
L359[17:07:43]
⇨ Joins: ben_mkiv
(~ben_mkiv@p4fed52fa.dip0.t-ipconnect.de)
L360[17:26:40] ⇦
Quits: Vexatos
(~Vexatos@p200300556E2D305488EC231C78E6D526.dip0.t-ipconnect.de)
(Quit: I guess I have to go now. Bye ✔)
L361[17:45:06] ⇦
Quits: BearishMushroom
(~BearishMu@82-209-154-59.cust.bredband2.com) (Read error:
Connection reset by peer)
L362[18:03:01]
<Sarren
Nardieu> guys youll never guess what i just did to my
server
L363[18:03:06]
<Arcanitor>
let me guess
L364[18:03:09]
<Arcanitor>
you crashed it
L365[18:03:15]
<Sarren
Nardieu> worse!
L366[18:03:21]
<Sarren
Nardieu> sudo iptables -P INPUT DROP
L367[18:03:22]
<Arcanitor>
world corruption?
L368[18:03:48]
<Arcanitor>
i don't know what that does
L369[18:03:51]
<Sarren
Nardieu> oh
L370[18:03:52] ⇦
Quits: xarses (~xarses@67.218.117.86) (Ping timeout: 383
seconds)
L371[18:04:15]
<Sarren
Nardieu> basically it makes so that i cant access the server
whatsoever
L372[18:04:29]
<Arcanitor>
so you screwed up the firewall rules
L373[18:04:35]
<Sarren
Nardieu> without buying a €500 plane ticket to america and
breaking into the datacentre xD
L374[18:04:52]
<Arcanitor>
but you should be able to call up the datacentre and ask them to
wipe the server?
L375[18:05:03]
<Sarren
Nardieu> yeah i just did that actually
L376[18:05:05]
<Sarren
Nardieu> lol
L377[18:05:06]
<Arcanitor>
or restore from a backup
L378[18:06:03] <ben_mkiv> or reboot
L379[18:06:10]
<Sarren
Nardieu> reboot?
L380[18:06:28]
<Sarren
Nardieu> you mean the changes wouldnt of been permanent?
L381[18:06:37] <ben_mkiv> no idea
L382[18:06:41] <ben_mkiv> may depend on
your startup scripts
L383[18:06:51]
<Sarren
Nardieu> yeah i think it would of written it to the config
L384[18:07:06]
<Sarren
Nardieu> so i had to press the big red button
L385[18:07:15]
<Sarren
Nardieu> destroy and rebuild
L386[18:07:17]
<Sarren
Nardieu> xD
L387[18:08:05]
<MGR> I
think that button blows up the datacenter
L388[18:08:09]
<Sarren
Nardieu> ?
L390[18:09:59] ***
Guest4342 is now known as fingercomp
L391[18:12:40] <ben_mkiv> they dont have a
rescue console?
L392[18:12:53] <ben_mkiv> something they
can plug on the server to access it remote
L393[18:14:28]
<Sarren
Nardieu> huh?
L394[18:14:35] <ben_mkiv> like KVM over
IP
L395[18:14:40] <ben_mkiv> no idea how they
are called
L396[18:15:03] <ben_mkiv> get plugged in
Video + USB, and they provide some remote desktop like you would
sit on the pc
L397[18:15:51]
<Sarren
Nardieu> im not sure what they do but theres a control panel on
the website that i got the server from
L398[18:16:04]
<Sarren
Nardieu> it lets me do some basic functions
L399[18:16:09] <ben_mkiv> usually you got
to request them
L400[18:16:18] <ben_mkiv> as they dont
have them attached to each pc in the datacenter
L401[18:16:23]
<Sarren
Nardieu> i see
L402[18:18:27]
<Sarren
Nardieu> @MGR were you trying to contact me earlier?
L403[18:18:35] <CompanionCube> even my
random VPS provider has a nice button to login to the system
console
L404[18:18:41] <CompanionCube> without
needing to have a working network :p
L405[18:18:52]
<Sarren
Nardieu> meh there might of been one
L406[18:19:01]
<Sarren
Nardieu> i couldnt find it though
L407[18:26:19] ⇦
Quits: LuMistry (uid146685@id-146685.brockwell.irccloud.com) (Quit:
Connection closed for inactivity)
L408[18:28:44]
<Sarren
Nardieu> so who was doing to code me a swarm OS?
L409[18:45:52] <AmandaC> I believe it was
you, @"Sarren Nardieu"
L410[18:45:58] *
AmandaC flees
L412[19:00:20] ⇦
Quits: ben_mkiv (~ben_mkiv@p4fed52fa.dip0.t-ipconnect.de) (Ping
timeout: 200 seconds)
L413[19:14:30]
⇨ Joins: ben_mkiv
(~ben_mkiv@p57972431.dip0.t-ipconnect.de)
L414[19:29:58] ⇦
Quits: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl) (Read error:
Connection reset by peer)
L415[19:32:34]
<Sarren
Nardieu> it was me the whole time
L416[19:32:44]
<Sarren
Nardieu> wow
L417[19:32:50]
<Sarren
Nardieu> i feel complete now
L418[19:34:36]
<Sarren
Nardieu> but what would the premise of a swarm OS even be? would
i just do a loop checking if siganl strength was ok and if not move
unitl it is?
L419[19:35:14]
<Sarren
Nardieu> and id have to have someway of making it intelligent to
know when to leave a drone behind
L420[19:35:33]
<Sarren
Nardieu> it would probably also need a way of notifying me to
add more drones to the swarm
L421[19:37:51]
<Sarren
Nardieu> i think it really is beyond me
L422[19:37:57]
<Sarren
Nardieu> but i want it so bad >.<
L423[19:46:08] <Izaya> step 0 is figuring
out what the problem actually is
L424[19:46:59]
⇨ Joins: FactualOrc (~factualor@5.179.70.189)
L425[19:48:13]
<Sarren
Nardieu> the problem is i dont knwo where to begin
L426[19:48:23] <Izaya> So figure that out
first.
L427[19:48:52]
<Sarren
Nardieu> ok
L428[19:55:56]
⇨ Joins: ben_mkiv|afk
(~ben_mkiv@p4FED5353.dip0.t-ipconnect.de)
L429[19:57:19] ⇦
Quits: ben_mkiv|afk (~ben_mkiv@p4FED5353.dip0.t-ipconnect.de)
(Client Quit)
L430[19:58:09] <Mimiru> %octime
L431[19:58:10] <MichiBot> Mimiru:
2017-Oct-26 00:58:09
L432[19:58:15] <Mimiru> ._.
L433[19:58:46] ⇦
Quits: ben_mkiv (~ben_mkiv@p57972431.dip0.t-ipconnect.de) (Ping
timeout: 204 seconds)
L434[20:06:00] <Mimiru> %octime
L435[20:06:00] <MichiBot> Mimiru:
2017-Oct-26 01:06:00
L436[20:39:29] <gamax92> ahh, the lovely
sounds of babies crying
L437[20:41:00]
<Sarren
Nardieu> are they your babies?
L438[20:42:33] <gamax92> no
L439[20:42:40]
<Sarren
Nardieu> ?
L440[20:42:51] <gamax92> upstairs
neighbors
L441[20:42:55]
<Sarren
Nardieu> oh lol
L442[20:49:57] ⇦
Quits: Reika (~Reika@reika.kalseki.mods.abrarsyed.com) (Quit: ZNC -
http://znc.in)
L443[20:49:57] ⇦
Quits: Cazzar (~CazzarZNC@vocaloid.lovers.at.cazzar.net) (Quit: ZNC
- http://znc.in)
L444[20:52:00]
⇨ Joins: Cazzar
(~CazzarZNC@vocaloid.lovers.at.cazzar.net)
L445[20:52:00]
zsh sets mode: +v on Cazzar
L446[20:52:22]
⇨ Joins: Reika
(~Reika@reika.kalseki.mods.abrarsyed.com)
L447[21:04:21] ⇦
Quits: Michiyo (~Michiyo@mail.pc-logix.com) (Read error: Connection
reset by peer)
L448[21:10:50]
<Sarren
Nardieu> i did a thing ? pastebin.com/FBF5KCM4
L450[21:15:33] ⇦
Quits: FactualOrc (~factualor@5.179.70.189) (Remote host closed the
connection)
L451[21:19:02]
<Sarren
Nardieu> is there no way to increase the complexity limit on
drones ?
L452[21:20:13] <Izaya> use a creative
one
L453[21:22:38]
<Sarren
Nardieu> *gasp*
L454[21:23:27]
<Sarren
Nardieu> i was hoping there would be a configuration
option
L455[21:23:56] <Izaya> there probably
is
L456[21:23:58] *
Izaya hasn't checked
L457[21:24:03]
<Sarren
Nardieu> i couldnt find one
L458[21:25:24]
⇨ Joins: Nachtara
(~Nachiebre@173-22-110-5.client.mchsi.com)
L459[21:39:20]
⇨ Joins: Thutmose
(~Patrick@2601:5c2:c580:35de:f9f1:7f01:798c:7637)
L461[21:51:34]
<Sarren
Nardieu> ?
L462[21:53:03]
<Sarren
Nardieu> oh
L463[21:53:05]
<Sarren
Nardieu> facepalm
L464[21:53:15]
<Sarren
Nardieu> i didnt give it a port
L465[21:59:32]
⇨ Joins: FactualOrc (~factualor@5.179.70.189)
L466[22:07:59]
⇨ Joins: flappy
(~flappy@a88-113-154-4.elisa-laajakaista.fi)
L467[22:12:50] ⇦
Quits: Nachtara (~Nachiebre@173-22-110-5.client.mchsi.com) (Quit:
Blue skidoo, we can too!)
L468[22:16:05] ⇦
Quits: FactualOrc (~factualor@5.179.70.189) (Remote host closed the
connection)
L469[22:21:28] ⇦
Quits: Thutmose (~Patrick@2601:5c2:c580:35de:f9f1:7f01:798c:7637)
(Quit: Leaving.)
L470[22:22:59]
⇨ Joins: Thutmose
(~Patrick@c-73-216-241-214.hsd1.va.comcast.net)
L471[22:24:00] ⇦
Quits: Thutmose (~Patrick@c-73-216-241-214.hsd1.va.comcast.net)
(Client Quit)
L472[22:24:33]
⇨ Joins: Thutmose
(~Patrick@c-73-216-241-214.hsd1.va.comcast.net)
L473[22:30:21] ⇦
Quits: Lathanael|Away (~Lathanael@p5496002E.dip0.t-ipconnect.de)
(Ping timeout: 186 seconds)
L474[22:31:32]
⇨ Joins: Thutmose1
(~Patrick@c-73-216-241-214.hsd1.va.comcast.net)
L475[22:36:52]
⇨ Joins: Lathanael|Away
(~Lathanael@p54960484.dip0.t-ipconnect.de)
L476[22:36:56] ⇦
Quits: Thutmose (~Patrick@c-73-216-241-214.hsd1.va.comcast.net)
(Ping timeout: 383 seconds)
L477[22:54:30] ⇦
Quits: Thutmose1 (~Patrick@c-73-216-241-214.hsd1.va.comcast.net)
(Quit: Leaving.)
L478[22:55:03]
⇨ Joins: Thutmose
(~Patrick@2601:5c2:c580:35de:fdbb:6da7:f823:6613)
L479[23:11:16] ⇦
Quits: Thutmose (~Patrick@2601:5c2:c580:35de:fdbb:6da7:f823:6613)
(Quit: Leaving.)
L480[23:19:47] ⇦
Quits: Cervator (~Thunderbi@2601:4c1:4000:1050:8903:5609:d16f:dd18)
(Remote host closed the connection)
L481[23:38:38] ⇦
Quits: Corded (~MichiBot@hekate.pc-logix.com) ()
L482[23:38:39] ⇦
Quits: MichiBot (~MichiBot@hekate.pc-logix.com) ()