<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:05:23] <Kodos> Cards are included in
component count anyway, right?
L2[00:05:55] <darkstar> Hey guys, is there a
way in OC to view some information on a computer (for example,
energy readings from a capacitor) and see that info remotely, cross
dimensions?
L3[00:06:13] <Kodos> Linked Cards would be
the best way to move data across dimensions
L4[00:06:15] <darkstar> Basically all I've
thought of is using http as an in-between
L5[00:06:25] <Kodos> As for reading a
capacitor, I'm not sure honestly
L6[00:07:37] <darkstar> Hrm ok cool, I'll
check out the linked cards! Thanks!
L7[00:07:49] <Kodos> If you need any help
with them, just holler
L8[00:07:59] <darkstar> Will do :)
L9[00:09:19] <Kelsic> Any idea why I had to
move my computer closer to big reactor to get the component to show
in list? Seems there was a distance limit
L10[00:09:49] <dangranos> components
limit?
L11[00:10:05] <Kelsic> nope all I had to do
was move it closer
L12[00:10:19] <Ekoserin> #lua function
holler(a); return("Help! " .. a );end
L13[00:10:20] <|0xDEADBEEF|> > nil
L14[00:10:29] <Ekoserin> #lua
holler("ay lmao")
L15[00:10:29] <|0xDEADBEEF|> > Help! ay
lmao
L16[00:11:19] <Kodos> Kelsic, got a
screenshot of your setup?
L17[00:11:29] <Kodos> Preferably with a
block placed at the old position of the computer
L18[00:12:43] <Kelsic> nope would have to
move it back but I could do not sure it would help a number of
walls in teh way
L19[00:13:02] <Kodos> Just needed an idea
of how far it was, and how close you had to move it =)
L20[00:13:07] <Kodos> As well as a few
other things
L21[00:13:45] <Kelsic> can count the block
easy
L23[00:16:01] <Kelsic> looks like 17 blocks
moslty just moved it down 17 blocks
L24[00:16:02] <Ekoserin> #lua function
iAm(); if math.random(1, 2) then; return("I am Groot.");
else; return("I am root."); end;end;iAm()
L25[00:16:02] <|0xDEADBEEF|> > nil
L26[00:16:38] <primetoxinz> too many
;
L27[00:16:47] <primetoxinz> as in any
L28[00:17:06] <Kelsic> rm /
L29[00:17:09] <Kodos> #lua function iAm()
return "Ekoserin was here." end
L30[00:17:10] <|0xDEADBEEF|> > nil
L31[00:17:12] <Kodos> #lua iAm()
L32[00:17:13] <|0xDEADBEEF|> > Ekoserin
was here.
L33[00:17:23] <Ekoserin> Very
helpful.
L34[00:17:31] <Kodos> Thank you. I
try.
L36[00:18:02] <primetoxinz> all for a
flowerpot on a slab .-.
L37[00:18:15] <Ekoserin> Well, it is a
complicated object.
L38[00:18:52] <primetoxinz> thanks...
L39[00:20:02] <primetoxinz> kinda wish the
model could be in two separate blocks without actually being two
blocks...
L40[00:20:41] <Kodos> You can do that,
technically
L41[00:20:47] <primetoxinz> oh?
L42[00:20:49] <Kodos> As long as there's no
collision, the blocks are FMP compatible
L43[00:20:58] <primetoxinz> not what I
mean
L44[00:21:22] <primetoxinz> basically a
block that can have 32 pixels out of 16
L45[00:21:43] <Kodos> Ah, yeah, 3D prints
are 16^3 voxels
L46[00:21:47] <primetoxinz> yeah
L47[00:21:57] <primetoxinz> but you can't
have a 32pixel tall model
L48[00:22:10] <primetoxinz> without 2
separate blocks
L49[00:22:11] <Kodos> voxel, not
pixel
L50[00:22:27] <primetoxinz> I'm only
speaking in one dimension so doesn't really matter
L51[00:22:28] <LadyAlissa> voxel is a
volumized pixel
L52[00:22:32] <LadyAlissa> pixel ^ 3
L53[00:22:34] <LadyAlissa> :3
L54[00:22:54] <LadyAlissa> or would it be
pixel ^ 3/2
L55[00:23:13] <primetoxinz> no, ^3 aka
cubed
L56[00:23:25] <LadyAlissa> a pixel is a 2d
measurement form.
L57[00:23:39] *
Ekoserin sniffles sickly
L58[00:23:56] ⇨
Joins: npe|office
(~NPExcepti@bps-gw.hrz.tu-chemnitz.de)
L59[00:24:03] <primetoxinz> yeah, so is a
centimeter
L60[00:24:11] <primetoxinz> and it's a
cm^3
L61[00:25:36] <LadyAlissa> centimeters are
one dimensional.
L62[00:28:13] ***
Cruor is now known as Cruor|Away
L63[00:29:42] <darkstar> Are there any
number formatting libraries available? aka taking 80654844 and
formatting it to be 8m or at least adding some commas? :)
L64[00:30:56] ⇦
Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
(Read error: Connection reset by peer)
L65[00:32:59] ***
Kasen is now known as rakiru|offline
L66[00:33:00] ⇨
Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L67[00:33:11] <Kodos> Not that I'm aware
of
L68[00:33:22] <Kodos> It would be a welcome
addition to the site, however
L69[00:34:11] <darkstar> I guess I can just
divide by 1 million and math.floor it to clean up the decimal
places
L70[00:35:13] <Kodos> Or you could even
round it
L72[00:36:07] <Kodos> #lua
math.round(math.pi,0)
L73[00:36:07] <|0xDEADBEEF|> > 3.0
L74[00:36:22] <Kodos> #lua
math.floor(math.round(math.pi,0))
L75[00:36:22] <|0xDEADBEEF|> > 3
L76[00:36:33] <Kodos> idk
L77[00:36:36] <Kodos> It's late, I'm
tired
L79[00:37:13] ⇦
Quits: Kelsic (webchat@dynamic-acs-24-112-175-245.zoominternet.net)
(Quit: Web client closed)
L80[00:39:08] *
Ekoserin sniffles sickly
L81[00:41:45] ⇦
Quits: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu) (Ping
timeout: 180 seconds)
L82[00:41:51] ⇨
Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L83[00:45:25] ***
Pwootage|Off is now known as Pwootage
L84[00:49:41] ***
Cranium is now known as Cranium[Away]
L85[00:49:57] ⇨
Joins: Xilandro
(~Kodos@2602:306:ce20:6c30:c1eb:e10b:f346:5f79)
L86[00:49:57] zsh
sets mode: +v on Xilandro
L87[00:50:40] ⇦
Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote
host closed the connection)
L88[00:50:58] ⇨
Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L89[00:51:34] ⇦
Quits: Kodos (~Kodos@2602:306:ce20:6c30:c1eb:e10b:f346:5f79) (Ping
timeout: 202 seconds)
L90[00:52:02] ⇦
Quits: Something12_ (~Something@S010634bdfa9eca7b.vs.shawcable.net)
(Ping timeout: 202 seconds)
L91[00:54:22] <Xilandro> Something must
have AT&T too
L92[00:54:26] ***
Xilandro is now known as Kodos
L93[00:56:38] <Ekoserin> Carl!
L94[00:57:10] ⇨
Joins: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu)
L95[00:57:17] <Ekoserin> Carl!
L96[00:57:40] <Izaya> Steve!
L97[00:57:42] <LadyAlissa> Paul!
L98[00:58:01] <Ekoserin> Carlos!
L99[00:59:40] *
Ekoserin sneezes
L100[00:59:44] *
Ekoserin sniffles sickly
L101[01:00:57] <Kodos> Damnit, I missed
Thutmose
L102[01:02:53] <Izaya> Eko, no-one cares
about your shitty RP
L103[01:03:47] <Ekoserin> You are the only
person who even mentioned it. Wouldn't you care more than anyone
else?
L104[01:04:33] ***
alekso56_off is now known as alekso56
L105[01:08:52] <Izaya> Possibly.
L106[01:09:59] <Ekoserin> Certainly.
L107[01:10:47] <Kodos> What's the wireless
range on a MCU with a wifi card?
L108[01:12:57] ***
Pwootage is now known as Pwootage|Off
L109[01:14:21] <Izaya> 400
L110[01:15:07] <Izaya> Ekoserin, and as
such, it has gained 100% negative feedback
L111[01:15:33] ***
Cruor|Away is now known as Cruor
L112[01:15:37] <Ekoserin> ...uh-huh.
L113[01:17:05]
⇨ Joins: Vexatos
(~Vexatos@p200300556E066573B173DA8F1C8417F2.dip0.t-ipconnect.de)
L114[01:17:05]
zsh sets mode: +v on Vexatos
L115[01:21:56] <Kodos> I wish we could
raid the HDDs together in a server
L116[01:22:04] <Kodos> Instead of having 4
fs
L117[01:22:39] <Izaya>
saaaaannnnnggggaaaaarrrr
L118[01:23:04] <Vexatos> Snagurr?
L119[01:23:08] <Vexatos> .wobbo
L120[01:23:09] <^v> Vexatos,
WoooooobboooooWoooobboWoooooooooobbooWoooooooooobboWooooooobbooooooooo
L121[01:23:16] ***
Ekoserin is now known as Ekoserin|Off
L122[01:23:34] <Izaya> .sksboard
Sangar
L123[01:23:34] <^v> Izaya, Sanggaarr
L124[01:23:38] <Kodos> %g Wumbo
L126[01:23:42] <Vexatos> .w Vexatos
L128[01:23:46] <Vexatos> .w Sangar
L129[01:23:46] <^v> Vexatos, Not found.
did you want "non standard"?
L130[01:23:50] <Vexatos> .w Wobbo
L131[01:23:50] <^v> Vexatos, Not found.
did you want "holo"?
L132[01:23:52] <Vexatos> :P
L133[01:24:18] <Izaya> %g sangar
L134[01:24:19] <MichiBot> Izaya:
https://en.wikipedia.org/wiki/Sangar_(fortification)
-
Sangar (fortification) - Wikipedia, the free encyclopedia:
"A Sangar (or sanger) (Persian: �������� ) is a temporary
fortified position with a
L135[01:30:21] ***
Pwootage|Off is now known as Pwootage
L136[01:31:48] <darkstar> I'm a little
confused how values are indexed in a table returned from
text.tokenize
L137[01:32:07] <darkstar> Is anyone
familiar or can point me to some docs? I looked at the wiki page
but there were no examples
L138[01:35:51] ⇦
Quits: Heph (Heph@2602:46:380a:1400:3882:89a7:6a4a:ee10) (Read
error: Connection reset by peer)
L139[01:37:18] <darkstar> Oh, okay, for
some reason index 0 is nil and index 1 is the first word
L140[01:37:20] <darkstar> I guess that's
fine
L141[02:08:33] ⇦
Quits: primetoxinz (~primetoxi@ip68-107-226-229.hr.hr.cox.net)
(Ping timeout: 206 seconds)
L142[02:10:04] ⇦
Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote
host closed the connection)
L143[02:10:25]
⇨ Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L144[02:22:34]
⇨ Joins: primetoxinz
(~primetoxi@ip68-107-226-229.hr.hr.cox.net)
L145[02:33:58] ⇦
Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Ping
timeout: 192 seconds)
L146[02:35:35]
⇨ Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L147[02:36:54] ***
Kamran|BNC is now known as Kamran
L148[02:47:07] ⇦
Quits: VikeStep (~VikeStep@101.184.77.101) (Read error: Connection
reset by peer)
L149[02:52:27] ***
Pwootage is now known as Pwootage|Off
L150[03:00:21] ***
Yepoleb is now known as Guest43946
L151[03:00:21] ⇦
Quits: Guest43946 (~quassel@194-166-6-229.adsl.highway.telekom.at)
(Killed (availo.esper.net (Nickname regained by
services)))
L152[03:00:23]
⇨ Joins: Yepoleb
(~quassel@188-23-114-215.adsl.highway.telekom.at)
L153[03:09:58] ⇦
Quits: LadyAlissa (alissa@bravo.alissa.ml) (Remote host closed the
connection)
L154[03:10:59]
⇨ Joins: LadyAlissa (alissa@bravo.alissa.ml)
L155[03:48:46] <LadyAlissa> time to
rewrite kage :D
L156[03:58:15] ***
cbcercas|AFK is now known as cbcercas
L157[04:03:06] <alekso56> %g esper
L158[04:03:06] <MichiBot> alekso56:
https://en.wikipedia.org/wiki/Esper -
Esper -
Wikipedia, the free encyclopedia: "Esper or Espers may
refer to: ... Esper (fiction), an individual capable of
telepathy
L159[04:07:45] ⇦
Quits: primetoxinz (~primetoxi@ip68-107-226-229.hr.hr.cox.net)
(Ping timeout: 198 seconds)
L160[04:10:37]
⇨ Joins: Inari
(~Uni@p5B102F7A.dip0.t-ipconnect.de)
L161[04:21:41]
⇨ Joins: primetoxinz
(~primetoxi@ip68-107-226-229.hr.hr.cox.net)
L162[04:27:05] <dangranos> hm
L163[04:27:09] <dangranos> how internet
works?
L164[04:29:48] <Izaya> portals
L165[04:30:06] *
dangranos sighs
L166[04:30:10] <Izaya> basically you have
routing tables
L167[04:30:17] <dangranos> i guess it's
time to siege wikipedia?
L168[04:30:26] <Izaya> and each thing that
does routing has a vague idea to send the packet
L169[04:30:42] <dangranos> routing tables
as in tables taht contain routes from node A to node B with
everything in between?
L170[04:30:45] <Izaya> until you get to a
point where a router has exactly that address in its routing table
and sends it directly there
L171[04:31:02] <Izaya> dangranos, if it's
addressed to subnet x send it to this machine next
L172[04:31:09] <dangranos> ah
L173[04:31:18] <dangranos> that sounds ore
like filters?
L174[04:31:52] <Izaya> 186.0.0.0/8 ->
interface 2
L175[04:32:03] <Izaya> 187.0.0.0/8 ->
interface 3
L176[04:32:07] <Izaya> etc.
L177[04:32:14] <Izaya> not all on their
own interface, of course
L178[04:32:20] <Izaya> just using /8s
because I can
L179[04:33:27] <Izaya> 'sat make
sense?
L180[04:33:33] <dangranos> yup
L181[04:33:59] <Izaya> now you know how
the internet works fairly low-level from someone that hopefully
remembers correctly
L184[04:36:19] <Izaya> dangranos, it's
like someone appended dramagen upon dramagen
L185[04:37:11] <dangranos> and hired
editor
L187[04:38:36] <^v> dangranos, Fail 64
added
L188[04:38:52] <dangranos> because how
that isn't fail?
L189[04:38:58] <Izaya> dangranos, it must
be screenshotted and preserved
L190[04:39:03] <Izaya> archive.is
it!
L191[04:39:04] <dangranos> yup
L192[04:39:19] <dangranos> doing it
L195[04:40:07] <dangranos> Izaya,
yup
L196[04:42:31] <LadyAlissa> god i miss
regex sometimes >.>
L197[04:42:47] <LadyAlissa>
([^/]+/?)*
L198[04:42:51] <LadyAlissa> would be -so-
useful right now
L199[04:43:23] <dangranos> why?
L200[04:43:34] <LadyAlissa> ([^/]+/?){1,3}
would be even better
L201[04:43:46] <dangranos> i dont get
it
L202[04:43:48] <LadyAlissa> i need to
check to see if i have three areas that are not a /
L203[04:43:54] <LadyAlissa> up to three
areas.
L204[04:44:30] <LadyAlissa> it's easier
but much more... more.
L205[04:44:45] <Vexatos> dangranos, what
in the even
L206[04:45:42] <dangranos> what?
L207[04:45:56] <Vexatos> that issue
L208[04:46:15] <dangranos> dunno
L209[04:46:26] <dangranos> but we
preserved it for future generations
L211[04:48:16] <LadyAlissa> there's the
text
L212[04:48:32] <dangranos> nah, we need
something better
L213[04:48:42] <dangranos> ...like
reddit?
L214[04:53:06] <Vexatos> make sure to link
to the web archive though
L215[04:53:14] <Vexatos> because it could
get deleted any second now
L216[04:53:17] <dangranos> i did
L217[04:53:36] <dangranos> uh, i mean i
made web.archive copy
L218[04:54:03] <dangranos> hm
L219[04:54:08] <dangranos> they already
deleted some comments
L220[04:56:18] <Vexatos> so funny
L221[04:56:25] <Vexatos> This is
glorious
L222[04:57:36] <dangranos> to the
reddit!
L223[04:57:47] <dangranos> seriosly, post
it somewhere already
L224[04:58:00] <Vexatos> I won't :P
L225[05:00:02] <dangranos> it's also
hilarious that reika's issue tracker even has
"@&#%?!" tag
L226[05:00:40] ⇦
Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Remote
host closed the connection)
L227[05:00:44] *
Izaya hrms
L228[05:00:45] <Izaya> Okay
L229[05:00:54] <Izaya> so I live in a
small city of 30, 000 people
L230[05:00:58] <Lizzy> o/
L231[05:01:00]
⇨ Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L232[05:01:04] <Izaya> A /8 network block
would be heaps
L233[05:12:23] ***
Cruor is now known as Cruor|Away
L234[05:13:38]
⇨ Joins: Devoenix
(~Devoenix@cpe-70-119-108-122.tx.res.rr.com)
L235[05:13:49] ⇦
Parts: Devoenix (~Devoenix@cpe-70-119-108-122.tx.res.rr.com)
())
L236[05:14:58] ***
Cruor|Away is now known as Cruor
L237[05:40:41] ***
cbcercas is now known as cbcercas|AFK
L238[05:43:34] <LadyAlissa> Since I can't
run OC atm, what happens if I require( "internet"
).request( "a-bad-url" ) ?
L239[05:43:44] <Lizzy> Narnia
L240[05:43:48] ***
Magik6k|off is now known as Magik6k
L241[05:43:54] *
Lizzy runs away
L242[05:44:10] <LadyAlissa> sweet.
L243[05:44:17] *
LadyAlissa goes to other computer and launches
Minecraft
L244[05:44:31] <Lizzy> It doesn't actually
return that, i just cba to wait 5 mins for mc to load
L245[05:45:08] ***
Cruor is now known as Lambdadelta
L246[05:45:22] <LadyAlissa> loading it up
now :P
L247[05:50:10] <LadyAlissa> right. it full
on errors. :I
L248[05:51:13] <LadyAlissa> i could just
pcall it then
L249[05:51:14] <LadyAlissa> ye. :3
L250[05:52:00] <LadyAlissa> ... Atom had
like 50 processes :I
L251[05:53:24] <LadyAlissa> .... i forgot
to test 404's :I
L252[06:04:14] ⇦
Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Ping
timeout: 202 seconds)
L253[06:08:14]
⇨ Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L254[06:08:22] ⇦
Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com) (Read
error: Connection reset by peer)
L255[06:34:08] ***
Skye|ZZZ is now known as Skye
L256[06:41:34]
⇨ Joins: black3agl3 (~black3agl@197.225.192.153)
L257[07:12:50] ***
Altenius|Off is now known as Altenius
L258[07:14:37]
⇨ Joins: Wobbo
(~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl)
L259[07:14:57] <Wobbo> o/
L260[07:25:01] ***
SleepingFairy is now known as Daiyousei
L261[07:30:13]
⇨ Joins: marcin212
(~marcin212@aele1.neoplus.adsl.tpnet.pl)
L262[07:48:56] ⇦
Quits: npe|office (~NPExcepti@bps-gw.hrz.tu-chemnitz.de) (Quit:
Leaving)
L263[08:01:05] ⇦
Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
(Read error: Connection reset by peer)
L264[08:01:39]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L266[08:12:27] ⇦
Quits: Wobbo (~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl) (Read
error: Connection reset by peer)
L267[08:21:19] ⇦
Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
(Read error: No route to host)
L268[08:21:37] ***
cbcercas|AFK is now known as cbcercas
L269[08:22:41] <Inari> "the 1GB
memory"
L270[08:22:41] <Inari> wat
L271[08:22:46]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L272[08:23:05] <dangranos> yeah
L273[08:25:08] <Daiyousei> >1GB
L274[08:25:09] <Daiyousei> lmao
L276[08:27:39] <Inari> haha
L277[08:27:40] <Inari> so true
L278[08:34:48] <Lizzy> Player 5 has
entered the game (in relation to #1320)
L279[08:36:27] <dangranos> heh, that's
goes close to ReikaKalseki/Reika_Mods_Issues#166 level of
drama
L280[08:38:19] ***
alekso56 is now known as alekso56_off
L281[08:39:47] <Inari> "Unless you
managed to have enough drones/servers to effectively hammer the
(seperate) worker threads "
L282[08:39:54] <Inari> reminds me of my
idea to make a MC server in OC
L283[08:41:56] <dangranos> lol
L284[08:42:03] <dangranos> forge
compatible ofc?
L285[08:42:16] <Inari> that would be
v2
L286[08:42:38] <Inari> forgebukkit
L287[08:43:36]
⇨ Joins: Wobbo
(~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl)
L288[08:49:52] <Wobbo> It is hard to get
privacy in Lua :/
L289[08:51:22] ⇦
Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
(Read error: Connection reset by peer)
L290[08:51:47]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L291[08:55:12] <Inari> Wobbo: ?
L292[08:55:53] <Wobbo> Inari: I'm trying
to get a namespacing system into Lua for my Lisp, but it is hard to
implement Clojure's `refer` in Lua
L293[08:56:03] <Inari> xD
L294[08:56:08] ⇦
Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
(Read error: Connection reset by peer)
L295[08:57:10]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L296[08:57:26] <Wobbo> Clojure's `require`
is just as impossible, but I can get that to work once the compiler
is done using macros
L297[08:58:14] <Lizzy> can anyone remember
the T3/3.5 sizes?
L298[08:58:25] <Lizzy> for OC ram
L299[08:59:07] <Lizzy> i think they were
512/1024k
L300[08:59:31] <LadyAlissa> correct
L301[08:59:43] <LadyAlissa> wait... might
be 1024/2048K
L302[08:59:55] <LadyAlissa> because i had
a 4K computer on my testing world i think
L303[08:59:57] <gamax92> former was
correct iirc
L304[09:00:01] <gamax92> 4k computer would
be a server
L306[09:00:41] <Lizzy> that's how i
remembered it
L307[09:01:30] <gamax92> void
pointTo(guVector *camera, guVector *position);
L308[09:02:24] <gamax92>
pointTo(DrHoffman.look, ocdoc.pos);
L309[09:02:39] <gamax92> fak, no I
failed
L310[09:02:44] <gamax92>
pointTo(&DrHoffman.look, &ocdoc.pos);
L311[09:03:23] <Lizzy> ... I think this
guy is kinda stupid
L312[09:03:30] <Lizzy> (not you,
gamax92)
L313[09:03:31] <Inari> only kinda?
L314[09:03:55] <Wobbo> Lizzy: what
guy?
L315[09:03:55] <gamax92> :(
L317[09:04:38] <gamax92> I need an artists
impression of "alot of thought"
L318[09:11:12] <PotatoTrumpet> Wobbo,
you're still alive?
L319[09:11:24] <PotatoTrumpet>
.wobbo
L320[09:11:24] <^v> PotatoTrumpet,
WooobbooooooooWooooobboooooWoooobboooooooWoooobbooWobbooooooWoobboooooooooWoooooooooobbo
L321[09:11:24] <Wobbo> PotatoTrumpet: No,
I'm dead
L322[09:11:40] <gamax92> Lizzy: I want to
comment, but the level of stupidity drives me so far away from that
issue
L323[09:15:00] <Wobbo> Shall I upload my
docs to github or not?
L324[09:25:14] ***
Lambdadelta is now known as Cruor
L325[09:28:40] <Magik6k> ~w internet
L327[09:29:31] <dangranos> .gamax92
L328[09:29:33] <dangranos> meh
L329[09:29:40] <gamax92> ?
L330[09:29:57] <SuPeRMiNoR2> ~w
gamax92
L332[09:30:11] <gamax92> No.
L333[09:30:24] <SuPeRMiNoR2> ~w
SuPeRMiNoR2
L335[09:30:28] ⇦
Parts: ocdoc (gamax92@eos.pc-logix.com) ())
L336[09:30:32] <gamax92> SuPeRMiNoR2:
knock it off
L337[09:30:44] <SuPeRMiNoR2> Being me is
terminal :|
L338[09:31:55]
⇨ Joins: s0r00t
(~s0@AMarseille-652-1-331-222.w90-37.abo.wanadoo.fr)
L339[09:34:22] ⇦
Quits: cpup (~cpup@32.218.113.71) (Ping timeout: 186
seconds)
L340[09:36:19]
⇨ Joins: cpup (~cpup@32.218.119.8)
L341[09:36:58] <DrHoffman> gamax92~!
L342[09:37:35] <Kubuxu> can you pump
servers into server rack?
L343[09:38:34] <DrHoffman> Probably not,
but I would try
L344[09:38:42] ⇦
Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
(Read error: Connection reset by peer)
L345[09:38:54] <DrHoffman> I would go look
through the code to see if it uses IInventory, but it's
Scala...
L346[09:40:38] <gamax92> Best code
protection mechanism, writing it in Scala :P
L347[09:41:02] <DrHoffman>
s/Scala/Brainfuck
L348[09:41:02] <Kibibyte> <gamax92>
Best code protection mechanism, writing it in Brainfuck :P
L349[09:41:10] <gamax92> ohai
DrHoffman
L350[09:41:14] <DrHoffman> hai
L351[09:41:16] <gamax92> also my wiimote
now refuses to turn on
L352[09:41:17] <gamax92> yay
L353[09:41:24] <DrHoffman> You fucked up
.-.
L354[09:41:45] <DrHoffman> Did you try
taking out the batteries, restarting your wii, and resyncing it all
at the same time?
L355[09:41:45]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L356[09:42:27] <gamax92> paycadg
L357[09:42:46] <DrHoffman> #rot13
paycadg
L358[09:42:46] <|0xDEADBEEF|> >
cnlpnqt
L359[09:42:51] <DrHoffman> we did it
reddit!
L360[09:43:37] <dangranos> Kubuxu, thanks
for expanding that point
L361[09:43:54] <Kubuxu> :p
L362[09:44:00] <gamax92> oh okay, thanks
for turning on now ...
L363[09:45:37] <gamax92> yeah I do have to
resync it though, mini was loaded up last night
L364[09:45:40] <DrHoffman> Kubuxu:
s/In/It
L365[09:45:56] ⇦
Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
(Read error: Connection reset by peer)
L366[09:46:36] <Kubuxu> DrHoffman:
where?
L367[09:46:39] <Inari> Kubuxu best
answer
L368[09:46:58] <DrHoffman> Kubuxu: Github
comment, last sentence
L369[09:47:41] <Kubuxu> oh I've probably
already changed it. F5.
L370[09:47:51] <Inari> s/no/not
L371[09:47:51] <Kibibyte> <gamax92>
oh okay, thanks for turning on notw ...
L372[09:52:18]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L373[09:52:21] <DrHoffman> #lua ~0 &
1
L374[09:52:22] <|0xDEADBEEF|> > 1
L375[09:52:25] <DrHoffman> #lua ~0 &
8
L376[09:52:26] <|0xDEADBEEF|> > 8
L377[09:53:03] <vifino> Hey
DrHoffman.
L378[09:53:49] <DrHoffman> hi
L379[09:54:08] <Lizzy> Kubuxu, player 6
has entered the game
L380[09:56:19] ***
Vexatos is now known as Guest1933
L381[09:56:19] ⇦
Quits: Guest1933
(~Vexatos@p200300556E066573B173DA8F1C8417F2.dip0.t-ipconnect.de)
(Killed (anarchy.esper.net (Nickname regained by
services)))
L382[09:56:21]
⇨ Joins: Vexatos
(~Vexatos@p200300556E066546B173DA8F1C8417F2.dip0.t-ipconnect.de)
L383[09:56:21]
zsh sets mode: +v on Vexatos
L384[09:56:34] <vifino> Hey
Vexatoast.
L385[09:56:44] <Vexatos> .p
L386[09:56:46] <Vexatos> %p
L387[09:56:51] <DrHoffman>
Vexatoasty~
L388[09:56:54] ⇦
Quits: Vexatos
(~Vexatos@p200300556E066546B173DA8F1C8417F2.dip0.t-ipconnect.de)
(Client Quit)
L389[09:56:54] <DrHoffman> #p
L390[09:56:54] <|0xDEADBEEF|> >
0.46928202100000005 Seconds passed.
L391[09:57:00] <DrHoffman> I killed
him.
L392[09:57:02] <DrHoffman> .p
L393[09:57:02] <^v> Ping reply from
DrHoffman 0.45s
L394[09:57:05] <DrHoffman> %p
L395[09:57:06] <MichiBot> Ping reply from
DrHoffman 0.5s
L396[09:57:16] <vifino> #p
L397[09:57:17] <|0xDEADBEEF|> >
0.134374707 Seconds passed.
L398[09:57:27] <Kubuxu> dangranos: I've
added a paragraph.
L399[09:57:27] <vifino> #p DrHoffman
L400[09:57:28] <|0xDEADBEEF|> >
0.778351874 Seconds passed.
L401[09:58:05] <DrHoffman> "I guess
I'll have to have a server admin straighten you guys
out..."
L402[09:58:12] <DrHoffman> What the fuck
does that mean, bitch?
L403[09:58:33] <DrHoffman> Challenger
Approaching
L404[09:58:37] <gamax92> DrHoffman: where
is this
L405[09:58:37] *
DrHoffman cranberries it up!
L406[09:58:43] <vifino> DrHoffman: If you
got triggered because of your sexual orientation, it's not what
that means..
L407[09:58:47] *
vifino runs away! ヽ(゚Д゚)ノ
L408[09:58:58] <Kubuxu> Let's fight.
L410[09:59:28] <Kubuxu> Here we have
DrHoffman in left correner and Tcll in right.
L411[09:59:42] <DrHoffman> vifino: I think
I know what straighten means... he wants to turn us into
spaghetti
L412[09:59:58] <vifino> DrHoffman:
Exactly.
L413[10:00:08] <Lizzy> but doesn't
spaghetti bend when it's hot and wet?
L414[10:00:09] <gamax92> well, that issue
has sorta devolved into insulting the person
L415[10:00:22] ***
Cazzar is now known as Cazzar|Away
L416[10:00:30] <DrHoffman> gamax92: Well,
it's more back and forth now
L417[10:01:25]
⇨ Joins: Vexatos
(~Vexatos@p200300556E066546B173DA8F1C8417F2.dip0.t-ipconnect.de)
L418[10:01:25]
zsh sets mode: +v on Vexatos
L419[10:01:25] <gamax92> Lizzy: you wrote
in the quote
L420[10:01:36] <gamax92> also that
rhymes
L421[10:01:37] <DrHoffman> Lizzy: stop
trying to put words in my mouth
L422[10:01:39] <Lizzy> gamax92, i
corrected it
L423[10:02:25] <DrHoffman> I'm having too
much fun
L424[10:02:33] <gamax92> Most devolved OC
issue 2016
L425[10:02:53] <DrHoffman> s/ 2016//
L426[10:02:53] <Kibibyte> <gamax92>
Most devolved OC issue
L427[10:04:37] <DrHoffman> Oh yeah, I went
back to my arm arch yesterday
L428[10:04:46] <DrHoffman> There's a
really big issue preventing me from going forward
L429[10:05:28] <DrHoffman> For some reason
if I access a short, the emulator I use believes that the
instruction is a BIC, while GCC encodes that instruction as an
LDRH
L430[10:05:33] <DrHoffman> And BIC ~=
LDRH
L431[10:06:03] <DrHoffman> And I can't
really fix it since ARM's opcodes are a mess
L432[10:06:10] <Kubuxu> DrHoffman: are you
coding that ARM arch?
L433[10:06:39] <DrHoffman> Yeah, but I'm
going to have to scrap it
L434[10:06:40] <gamax92> different ARM
arch
L435[10:06:48] <DrHoffman> the whole LDRH
issue is a mess
L436[10:06:53] <DrHoffman> gamax92: wait,
there's a second one?
L437[10:06:56] <gamax92> yes
L438[10:07:08] <DrHoffman> If that person
uses the same ARM core then their's has the issue too
L440[10:07:55] <Wobbo> I'm going again.
Bye!
L441[10:08:15] <DrHoffman> Welp, I wish
that person luck
L442[10:08:29] <DrHoffman> The LDRH issue
makes loading ELF files impossible
L443[10:09:03] <gamax92> fuck i can't even
find the actual jar link >_>
L444[10:09:13] <DrHoffman> I don't think
it's out yet?
L445[10:09:29] <DrHoffman> I'm going to
look at an arm opcode map real quick
L447[10:09:38] <DrHoffman> Also, the other
problem is big endian
L448[10:09:52] <DrHoffman> Mine used big
endian, but that caused some complications
L449[10:09:56] <DrHoffman> so I switched
to little
L450[10:10:13] <gamax92> oh, that url is
dead ... great
L451[10:10:21] ⇦
Quits: Wobbo (~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl) (Quit:
Textual IRC Client: www.textualapp.com)
L452[10:10:32] <DrHoffman> Yep, and no
source
L453[10:11:12] <gamax92> well I know i
have a jar on my fathers computer
L454[10:11:43] <dangranos> hm
L455[10:11:46] <dangranos> that
issue
L456[10:11:55] <dangranos> #1320
L457[10:11:58] <dangranos> i just
thought
L458[10:12:14] <dangranos> why not let
users configure own tiers using configs?
L459[10:12:17] <Lizzy> dangranos, stop
fueling the fire .-.
L460[10:12:46] *
vifino hides fuel
L461[10:13:31] <DrHoffman> #lua
string.format("%x",29)
L462[10:13:31] <|0xDEADBEEF|> >
1d
L463[10:13:56] <gamax92> DrHoffman: but
yeah, it seems that there is no longer a second one
L464[10:14:06] <DrHoffman> Welp, going to
have to rewrite arm emulation from the ground up
L465[10:14:11] <gamax92> alright
L467[10:14:40] <DrHoffman> since ldrh is
correct on that one, and that one is arm7tdmi, which is the same
processor the GBA uses
L468[10:14:57] <DrHoffman> But that means
I have to throw all my progress away Q_Q
L469[10:15:16] <DrHoffman> But hopefully
it can be more modular and less of a FUCKING IF ELSE MESS
L470[10:16:44] <DrHoffman> "better to
have and not need than to need and not have ;)" so if I have
food I don't need then I shouldn't give it to the homeless because
then I wouldn't have it anymore
L471[10:16:50] <DrHoffman> 11/10
logic
L472[10:18:24] <darkstar> Is there any way
to wirelessly charge Tablets? It doesn't seem to be receiving power
from my hotbar capacitor
L473[10:18:32] <darkstar> (I do know about
the charger block as well ;))
L474[10:19:26] <Lizzy> I don't think there
is
L475[10:19:47] <darkstar> Dang, all
righty
L476[10:19:58] <darkstar> I'll have to set
up an ender bag charging system then ;)
L477[10:20:29] <dangranos> hm?
L478[10:20:42] ***
Ekoserin|Off is now known as Ekoserin
L479[10:21:09] <dangranos> DrHoffman, are
you author of that ARM arch?
L480[10:21:18] <DrHoffman> Nope
L481[10:21:39]
⇨ Joins: Dimitriy_
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L482[10:22:29] ⇦
Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
(Read error: Connection reset by peer)
L483[10:24:57] <dangranos> ...what was
that about arm emu?
L484[10:25:39] <DrHoffman> dangranos: I'm
making one, but I started working on it today after a really long
period of not working on it
L485[10:25:59] <DrHoffman> I'm pretty sure
I didn't release a copy of it .-.
L486[10:26:06] <dangranos> arm emu for
what?
L487[10:26:10] <DrHoffman> OC
L488[10:26:15] <DrHoffman> arm arch
L489[10:26:44] <DrHoffman> gamax92:
ARM7TDMI is such a mess but it's the one that has the most
documentation Q_Q
L490[10:26:51] <gamax92> heh
L493[10:27:50] <DrHoffman> The second one
is detailed like a traditional opcode map
L494[10:28:20] <dangranos> um
L495[10:28:37] <dangranos> if you aren't
going to release it, would you publish source if it wont fly?
L496[10:29:49] <DrHoffman> dangranos:
Well, I'm going to release it, but it's when I can get the actual
ARM part to not be so fucky
L497[10:30:38] <DrHoffman> Because
currently that bug prevents it from being useful, and it pretty
much prevents most programs from running properly
L498[10:32:06] ***
cbcercas is now known as cbcercas|AFK
L499[10:32:22] ***
Cranium[Away] is now known as Cranium
L500[10:33:10] <DrHoffman> I think I found
the problem
L501[10:33:23] <dangranos> yay
L502[10:33:31] <gamax92> inb4 nope
L503[10:33:47] <DrHoffman> It's very small
and unnoticable..., when you do a shift with a data processing
instruction you need to check to see whether or not certain bits
are 0
L504[10:34:02] <DrHoffman> if those bits
are 0 then the instruction is invalid and is not a data processing
instruction
L505[10:34:11] ***
cbcercas|AFK is now known as cbcercas
L506[10:34:36] <DrHoffman> and checking
the bits for the invalid parsed instruction, it exhibits those
traits where the certain bit it needs to check for is actually 1
instead of 0
L507[10:37:39] ***
alekso56_off is now known as alekso56
L508[10:39:15] <DrHoffman> Ok, lets see if
this fixes it ( ͡^ ͜ʖ ͡^)
L509[10:40:48] <Kubuxu> I love ARM ASM for
one reason operation postfixes.
L510[10:42:02] <DrHoffman> #lua
(0xe1d332bc>>25)&1
L511[10:42:02] <|0xDEADBEEF|> > 0
L512[10:42:56] <DrHoffman> #lua
(0xe1d332bc>>25)&0x80
L513[10:42:56] <|0xDEADBEEF|> > 0
L514[10:43:02] <DrHoffman> woops
L515[10:43:05] <DrHoffman> #lua
(0xe1d332bc)&0x80
L516[10:43:05] <|0xDEADBEEF|> >
128
L517[10:43:07] <Kubuxu> #lua
_VERSION
L518[10:43:07] <|0xDEADBEEF|> > Lua 5.3
Sandbox
L519[10:45:35] <dangranos> oh god
L520[10:45:43] <dangranos> that
person is just...
L521[10:45:47] <dangranos> "guess
I'll have to have a server admin straighten you guys
out..."
L522[10:46:14] <dangranos> huehuehue,
dramma between server community and #oc
L523[10:46:35] <CompanionCube> what
happen
L524[10:46:51] <dangranos> #1320
happened
L525[10:50:48] <Lizzy> .-.
L526[10:50:53] <Lizzy> I wish i could lock
OC issues
L527[10:51:05] <vifino> Same.
L528[10:51:11] *
dangranos pokes sangar
L529[10:51:27] <Lizzy> he's probably at
work or something
L530[10:51:48] <Sangar> dafuq u guys doin
:X
L531[10:52:02] <Sangar> my inbox is crazy
full :X
L532[10:52:03] <Izaya> I'm sorry
what
L533[10:52:06] <Izaya> >I guess I'll
have to have a server admin straighten you guys out...
L534[10:52:08] <Izaya> kek
L535[10:52:12] <Izaya> is he
serious?
L536[10:52:15] <Lizzy> or not, hai
Sangar
L537[10:52:15] <dangranos> Izaya, that's
what i said
L538[10:52:15] <Izaya> that's sorta
cute
L539[10:52:23] <Izaya> but also rather
dickish
L540[10:52:51] <dangranos> that requires
"serious-business" label
L541[10:52:53] <Lizzy> Sangar, tl;dr the
person who opened the issue wants a creative drone that's not
creative
L542[10:52:57] ***
Cazzar|Away is now known as Cazzar
L543[10:53:10] <dangranos> and
slightly nerfed
L544[10:53:39] <Kubuxu> stop the
discusing.
L545[10:53:48] <Kubuxu> s/ing/ion/
L546[10:53:48] <Kibibyte> <Kubuxu>
stop the discusion.
L547[10:53:56] <Kubuxu> there is no point
in it.
L548[10:53:58] <Lizzy> Sangar, you may
wanna lock it till you've read it all (or just lock it
anyeway)
L549[10:53:58] <DrHoffman> .-. ldrh wasn't
actually implemented.
L550[10:54:09] <DrHoffman> I fixed the bug
but then I got undefined opcode
L551[10:54:26] <vifino> DrHoffman:
:/
L552[10:54:35] <Izaya> Is copypasta
against the Github ToS?
L553[10:54:43] <Izaya> 'cause this post is
giving me cancer
L554[10:54:50] <DrHoffman> Yeah, it was
only implemented in thumb instructions
L555[10:54:58] <Lizzy> holy shiet it's
raining heavily here
L556[10:55:02] <vifino> What the fuck did
you just say about me you little github issue?
L557[10:55:10] <vifino> :P
L558[10:55:40] <dangranos> wtf
L559[10:55:47] <dangranos> i dont
understand his logic anymore
L560[10:56:02] <dangranos> i think he
admits that he wants creative-level powered drone
L561[10:56:15] <DrHoffman> The problem is
LDRH takes the same exact route as the data processing instruction,
except it has an invalid shift
L562[10:56:22] <dangranos> but he also
wants it be "legit" by removing word
"creative"
L563[10:57:02] <gamax92> Kubuxu: Welp,
time to go ask Vazkii to add RF to mana conversion
L564[10:57:11] <dangranos> Kubuxu, or if
you turn up to 11, infinite energy generator out of dirt
L565[10:57:23] <Izaya> someone needs to
ask Vazkii for RF -> Mana
L566[10:57:27] <Izaya> and they need to
screenshot it
L567[10:57:31] <Kubuxu> It was already
asked.
L568[10:57:33] <Izaya> then Sanga needs to
post it
L569[10:57:42] <gamax92> Jenga
L570[10:57:42] <Izaya> /thread
L571[10:57:49] <Kubuxu> can someone check
if Vazkii is online on his channel?
L572[10:58:08] <Izaya> Vazkii isn't
away
L573[10:58:11] <Kubuxu> I'd try it from
throwaway.
L574[10:58:20] <Inari> "I guess I'll
have to have a server admin straighten you guys out..."
lmao
L575[10:58:23] <Inari> too good
L576[10:58:24] <Kubuxu> Or someone else
might try it.
L577[10:58:45] <dangranos> speaking of
screenshots
L578[10:58:49] <dangranos> ARCHIVE
TIME
L579[10:58:52] <dangranos> for #1320
L580[11:00:14] <Izaya> okay, now it's
/thread
L581[11:00:46] <Lizzy> Play--- The Final
Boss has entered the game
L582[11:01:13] <Lizzy> the challenger was
defeated
L583[11:01:15] <Sangar> maybe i should
also have mentioned that there weren't even t2 drones in the
beginning :P
L584[11:01:29] <Inari> and sangar closed
it
L585[11:01:32] <Kubuxu> I wanted to
mention that.
L586[11:01:52] <Inari> i dont get that
thing of "oh but if we communicate back to other devices there
will be lag!"
L587[11:01:53] <gamax92> Sangar: you can
still comment on it though
L588[11:01:54] <Inari> ~.~
L589[11:02:22] <gamax92> mr
collaborator
L590[11:02:23] <Sangar> i can, but i don't
think it's *that* important to mention
L591[11:02:33] <Sangar> :P
L592[11:02:35] <Inari> mr owner you
mean
L593[11:02:46] <gamax92> no Sangar doesn't
own it
L594[11:02:52] <Inari> well it says
Owner
L595[11:02:53] <Inari> :P
L596[11:02:57] *
Lizzy wants to be a Ms Collaborator, not sure why
L597[11:03:14] <gamax92> so that one day
Lizzy goes rogue and eats the entire repo
L598[11:03:15] *
Inari marries Lizzy to Sangar
L599[11:04:10] *
Lizzy shrugs and accepts her fate
L600[11:04:50] *
Sangar checks if polygamy is a legal, yet
L602[11:05:13] <Sangar> not sure i want to
decide on that so quickly if it limits me :P
L603[11:05:32] <Izaya> Sangar, does r/w to
the tempfs use power?
L604[11:05:36] <Lizzy> Sangar, ah
L605[11:05:57] <Sangar> Izaya, pretty sure
it does
L606[11:06:00] <Izaya> or like, HDD or
FDD-grade power usage or is it cheaper or..?
L607[11:06:04] <Izaya> ah, okay
L608[11:06:06] <DrHoffman> instruction
successfully decoded \o/
L609[11:06:07] <Izaya> damn
L610[11:06:15] <gamax92> what about, a
pure ram fs
L611[11:06:22] <Sangar> power use is the
same for all fses iirc; just the speed differs
L612[11:06:27] <Sangar> well, and the
size
L613[11:06:37] <gamax92> does memory usage
cost power?
L614[11:06:45] <gamax92> did you hook
lua_alloc to make it cost power?
L615[11:06:45] <Sangar> no
L616[11:06:48] <Sangar> no
L617[11:06:49] <Izaya> if it was cheaper
to write to the tmpfs
L618[11:07:05] <Izaya> I was gonna write
to that to make it display a light so I could find a server
L619[11:07:07] *
vifino steals Lizzy and runs awa
L620[11:07:10] <vifino> away even.
L621[11:07:10] <Izaya> not that I have
more than one rack yet anyway
L622[11:07:14] *
Lizzy giggles
L623[11:07:19] <DrHoffman> gamax92: It
would be crappy if ram usage cost power because of arches that need
the entire ram
L624[11:07:24] <DrHoffman> like arm
L625[11:07:27] <Sangar> Izaya, make an
issue :P
L626[11:07:43] <Izaya> Sangar, I'm looking
at the rack extension stuff at the moment
L627[11:09:11] *
dangranos gives sacrifices to sangar
L628[11:10:16] *
Sangar wonders about the nature of the sacrifices
L629[11:10:38] <Sangar> Izaya, the rack
overhaul could be quite a neat change, yeah
L630[11:11:10] <Inari> noone likes robot
fishing ;-;
L631[11:11:32] <Inari> ",
please]" why please if you lock it anyway
L632[11:12:09] <Sangar> in the hope that
that'll stop him from opening a new issue...
L633[11:13:06] <Inari> totally waiting for
second issue now where he pull shis server admin into writing
something
L634[11:14:06] <Izaya> I got just one
thought
L635[11:14:14] <gamax92> DrHoffman:
OpenCranberry Architecture, the joke nobody will get
L636[11:14:14] <Izaya> do modders not hold
more power than server admins?
L637[11:14:39] <dangranos> they do
L638[11:14:39] <Izaya> as such, a server
admin couldn't really 'straighten out' a modder
L639[11:14:51] <Izaya> or am I just
talking shit because I'm running out of caffeine?
L640[11:14:52] <dangranos> Izaya, try to
explain that to them
L641[11:14:52] <gamax92> competing with
the Raspberry Pi
L642[11:14:53] <dangranos> also
L643[11:15:14] <DrHoffman> gamax92: Needs
more Mr. Tinklebottoms
L644[11:15:29] <dangranos> i'm sure we on
#oc could easily light their little server community like a candle
from sheer ammounts of butthurt
L645[11:16:10] <gamax92> dangranos: Step 1
of "[/end of discussion, please]" is to shut the fuck
up
L646[11:16:35] <dangranos> i though it was
only GH? though okay, i'll shutup
L647[11:16:39] <Izaya> 2:15 AM
L648[11:16:52] <Izaya> Should I
sleep?
L649[11:16:57] <gamax92> naaaaaah
L650[11:16:57] <dangranos> nah
L651[11:17:01] <dangranos> more
coffee
L652[11:17:08] <gamax92> tape your eyes
open
L654[11:17:56] <Izaya> gamax92, what an
eye-opening idea
L655[11:18:00] <dangranos> flamingo?
L657[11:18:43] <gamax92> DrHoffman: my
body is ready for Arin to continue failing at Sonic Adventure
because he's too busy bitching about him failing at Sonic
Adventure
L658[11:19:16] <dangranos> ^C or
C-c?
L659[11:19:26] <DrHoffman> When I saw that
SMG got replaced with some other series I FUCKING RAGED
L660[11:19:38] <DrHoffman> Same for
Pokemon Art Academy
L661[11:20:00] <gamax92> same
L662[11:20:41] <Lizzy> Vexatos, random
idea, flamingo upgrade, adds a wiggling flamingo on the
robot/drone
L663[11:20:52] <Vexatos> like,
rendering?
L664[11:20:52] <Lizzy> sort of like a
hat
L665[11:21:05] <Lizzy> yes, not sure how
easy it would be
L666[11:21:18] <Vexatos> Super massively
easy
L667[11:23:28] <Lizzy> Is it a bird? is it
a plane? No, it's a drone flamingo
L668[11:23:52] <dangranos> heh
L669[11:24:25] <Kodos> HAPPY ANNIVERSARY
TO ME
L670[11:25:03] <Izaya> grats?
L671[11:25:13] <Kodos> Thank ye. 5 year
wedding anniversary today
L672[11:25:21] <Kodos> Just waiting on her
to wake up and we're out the door lol
L673[11:25:36] *
Lizzy instructs EnderBot2 to congratulate Kodos
L674[11:25:37] *
EnderBot2 complies!
L675[11:25:37] *
EnderBot2 congratulates Kodos
L676[11:26:24] <dangranos> ...why are you
here?
L677[11:26:59] <Inari> grats :p
L678[11:27:47] <Kodos> Because my wife is
asleep
L679[11:29:27] <Kubuxu> does remote
terminal work w/o the gpu? probably not.
L680[11:29:47] <Lizzy> no
L681[11:30:45] <Kubuxu> I've never used
it. Currently we are using sshd from plan9k. It's ssh only from
name curretly, it should be called telnet.
L682[11:32:10]
⇨ Joins: reinei
(~reinei@p5DE8BC4E.dip0.t-ipconnect.de)
L683[11:32:32] <dangranos> hm
L684[11:32:46] <dangranos> great, now i
want to poke around a ru_RU lang file
L685[11:32:47] <Ekoserin> #lua function
congradulate() return("You misspelled it, you dingbat.")
end
L686[11:32:47] <|0xDEADBEEF|> >
nil
L687[11:33:01] <dangranos> but i'm not
sure if variants i have are better than before
L688[11:33:07] <Izaya>
congartualtions
L689[11:33:30] <dangranos> though
"EXTERMINATE" as "ИСТРЕБЛЯТЬ" just makes me
cringe
L690[11:34:23] <Lizzy> #lua
congradulate()
L691[11:34:24] <|0xDEADBEEF|> > You
misspelled it, you dingbat.
L692[11:34:28] <Lizzy> :P
L693[11:39:19]
⇨ Joins: WireWulf
(~SageKitsu@2602:306:ce4f:a280:8100:bb76:713c:31bd)
L694[11:41:30] <dangranos> oh god
L695[11:41:35] <dangranos> he jsut killed
all the puns
L696[11:41:38] <dangranos> ALL OF
THEM
L697[11:41:49] <dangranos> you know, the
achievement puns
L698[11:41:56] <dangranos> in ru_RU?
killed
L699[11:41:57] <Ekoserin> You can play
Pokemon Emerald on a calculator.
L700[11:42:21] <Izaya> Ekoserin, I
reccomend a colour screen
L701[11:42:30] <dangranos> by literal
translation or just by changing it to oblivious level
L702[11:42:36] <Ekoserin> Calculators with
color screens exist.
L703[11:42:43] <Izaya> those fancy TI
ones
L704[11:42:49] <Izaya> that are really
more like computers
L705[11:42:50] <Izaya> right?
L706[11:43:01] <DrHoffman> lol, I'm
switching everything to big endian again
L707[11:43:12] <Ekoserin> Yeah, but why
would you need a calculator so damn powerful?
L708[11:43:42] <Izaya> not a clue
L709[11:43:48] <Izaya> I sorta want one
though
L710[11:44:11] <Ekoserin> I want one just
to brag that I can play Pokemon on a calculator.
L711[11:44:13]
zsh sets mode: +o on Mimiru
L712[11:44:26] <DrHoffman> Mimiru: yur
bak
L713[11:45:14] ***
PotatoTrumpet is now known as PotatoSleep
L714[11:46:13] ⇦
Quits: Ekoserin (~Ekoserin@c-73-133-224-81.hsd1.va.comcast.net)
(Read error: Connection reset by peer)
L715[11:48:27]
⇨ Joins: Ekoserin
(~Ekoserin@c-73-133-224-81.hsd1.va.comcast.net)
L716[11:50:28] ***
rakiru|offline is now known as Kasen
L717[12:07:05] *
dangranos sighs
L718[12:07:31] <Ekoserin> I saw a bicycle
decide it was a plane in real time.
L719[12:07:52] <dangranos> well, at least
i got few puns in progress of their dissetion
L720[12:08:05] <dangranos> (i was looking
at russian lang file)
L721[12:08:08] *
dangranos shudders
L722[12:08:20] <dangranos> all those
little poor puns
L723[12:09:33]
⇨ Joins: ThePotato
(webchat@68-185-232-89.dhcp.slid.la.charter.com)
L724[12:09:53] <ThePotato> hey is there
anyone that can make a simple setup list for me?
L725[12:10:06] <Kodos> What kind of setup
list
L726[12:10:19] <ThePotato> just to get the
oc running and i can go from there
L727[12:10:42] <Kodos> If you have access
to commands, look down at the ground at the block in front of you,
and type '/oc_spawnComputer'
L728[12:10:44] <Kodos> Or something to
that effect
L729[12:10:51] <Ekoserin> You can do
that?
L730[12:10:52] <ThePotato> really?
L731[12:10:58] <ThePotato> is that
easy...?
L733[12:11:22] <dangranos>
sadbuttrue
L734[12:11:30]
⇨ Joins: sciguyryan
(~sciguyrya@80-254-76-251.dynamic.swissvpn.net)
L735[12:11:44] <dangranos> and sometimes
lack of road is better than a road
L736[12:11:50] <dangranos> in case of a
really bad road
L737[12:12:00] <ThePotato> Kodos: its
really that easy?
L738[12:12:07] <Kodos> Should be yah
L739[12:12:10] <ThePotato> damn
L740[12:12:13] <ThePotato> thats
cool
L741[12:12:13] <dangranos> *replace road
to asphalt
L742[12:12:14] <Kodos> Though iirc it
spawns a creative case, so you'll have to be in creative mode
L743[12:12:20] <ThePotato> didnt know that
existed
L744[12:12:23] <Kodos> But the computer
has all you need in it
L745[12:12:28] <dangranos> of foundation
on which asphalt is laid
L746[12:12:33] <dangranos> in bad/good
case
L747[12:13:20] <Ekoserin> Wish we had the
minimum, maximum, and maximum creative.
L748[12:13:25] <dangranos> sometimes roads
are just some gravel in middle of forest (oh god i remember that
one)
L749[12:14:20] <dangranos> auto always had
few mm of dust on outside (bad case of lack of filter: inside)
after such a road
L750[12:15:08] <ThePotato> Kodos: not
found....
L751[12:15:18] <dangranos> why ci failed
on simple lang edit?
L752[12:15:52] <ThePotato> Kodos: or i
fogot to install it
L753[12:17:24] <dangranos> is sangar
there?
L755[12:17:40] <Sangar> because the re
dep
L756[12:17:46] <ThePotato> my games is
constantly crashing...
L757[12:17:48] <Sangar> i already removed
it locally, didn't push yet
L758[12:17:49] <ThePotato> game
L759[12:18:05] <Sangar> working on merging
the data card stuff first
L760[12:18:09] <ThePotato> someone?
L761[12:18:23] <Sangar> logs or it didn't
happen
L762[12:18:34] <Shuudoushi> hmmm
L764[12:19:13] <Shuudoushi> I'm thinking
about giving SOS a full installer so people don't have to monkey
with the default user stuff...
L765[12:19:54] <ThePotato> oh shit
L766[12:19:56] <Shuudoushi> s/logs or it
didn't happen/Stacktrace or GTFO.
L767[12:19:57] <Kibibyte> <Sangar>
Stacktrace or GTFO.
L768[12:20:00] <Shuudoushi> FTFY
L769[12:20:06] <ThePotato> just realized
that its 1.8 version
L770[12:20:34] <Sangar> or that
L771[12:21:20] <dangranos> ThePotato, are
you related to some other user with potato related username?
L772[12:21:31] <Shuudoushi> ^
L773[12:21:42] <dangranos> ah,
PotatoSleep
L774[12:21:54] <Shuudoushi> PotatoSleep: I
think we have your cousin!
L775[12:21:55] <dangranos> aka
PotatoTrumpet
L776[12:22:23] <dangranos> Shuudoushi, or
long-lost twin-slash-orphan-sibling
L777[12:22:29] <Shuudoushi> XD
L778[12:22:45] <DrHoffman> Welp, I got
partial ELF loading
L779[12:22:54] <ThePotato> no
L780[12:23:00] <ThePotato> im not
L781[12:23:02] <DrHoffman> It successfully
maps the ELF to the right parts and calls it ( ͡^ ͜ʖ ͡^)
L782[12:23:03] <ThePotato> but i am
L783[12:23:09] <ThePotato> cuz we are
potatoes
L784[12:23:14] <Shuudoushi> DrHoffman:
exsqueeze me?
L785[12:23:29] <DrHoffman> Shuudoushi:
Working on ARM stuff
L786[12:23:35] <Shuudoushi> ah lol
L787[12:23:37] *
dangranos highfives DrHoffman
L788[12:23:47] <ThePotato> oh like
what
L789[12:23:52] <dangranos> ...do you have
display yet?
L790[12:24:04] <DrHoffman> dangranos: it
can already interface with regular components, so yes
L791[12:24:10] <ThePotato> DrHoffman: what
are you doing?
L792[12:24:20] <Shuudoushi> I've got a
stone puppy next to me atm, it's kinda funny really XD
L793[12:24:22] <DrHoffman> ThePotato:
Custom ARM Arch for OC
L794[12:24:27] <dangranos> inb4 linux
display driver for OC
L795[12:24:38] <DrHoffman> It's not going
to ever run linux.
L796[12:24:51] <DrHoffman> MMU is
completely non standard :P
L797[12:24:52] <dangranos> inb4
ArchLinuxARM - OC Edition
L798[12:24:55] <Shuudoushi> DrHoffman: let
me play with it, I'll have linux on it in no time XD
L799[12:25:11] <DrHoffman> Shuudoushi: Non
standard MMU, non standard display, non standard everything
L800[12:25:17] <DrHoffman> CPU
implementation is probably buggy as hell
L801[12:25:18] <Shuudoushi> or at least a
linux like OS lol
L802[12:25:26] <DrHoffman> Hell, I halfway
fixed one bug
L803[12:26:04] <DrHoffman> Right now ELF
loading keeps the entire address space of the kernel in the memory
for the ELF
L804[12:26:11] <Shuudoushi> anyone do a
python arch yet?
L805[12:26:21] <DrHoffman> it's the only
way I could make it return back to the kernel properly as of
now
L806[12:26:29] <DrHoffman> Shuudoushi: I
don't think so
L807[12:26:52] ***
WireWulf is now known as SageKitsune
L808[12:26:56] <Shuudoushi> I heard
someone(s) was working on it, but never got a link or
anything
L809[12:27:05] <dangranos> Shuudoushi,
ahah, i remember that one
L810[12:27:08] <Shuudoushi> and google has
failed me on looking for it...
L811[12:27:11] <dangranos> ti was one of
early issues
L812[12:27:18]
⇨ Joins: Nathan1852__
(~Nathan185@p5DC11865.dip0.t-ipconnect.de)
L813[12:27:19] <DrHoffman> I'm going to
make the bootstrap in assembler, just gonna take a while...
L814[12:27:23] <dangranos> which i guess
started whole architectures thingy
L815[12:27:30] <Shuudoushi> lol
L816[12:27:50]
⇨ Joins: Heph
(Heph@2602:46:380a:1400:41a3:8c26:d05b:dae2)
L817[12:28:11] <Shuudoushi> huh, that's
fucking shocking, for once everything didn't break when I pushed a
commit o.O
L819[12:28:47] <Shuudoushi> Ekoserin: did
you ever figure out how to SOS?
L820[12:28:54] <Ekoserin> Pardon?
L821[12:29:12] <Shuudoushi> you were
asking for the default user and stuff the other day
L822[12:34:55] <Ekoserin> I was going to
modify it to be mostly graphical.
L823[12:35:08] <Shuudoushi> ah cool
L824[12:35:38] <Shuudoushi> were you going
to do it threw hooks or just hardcode the graphical stuff?
L825[12:35:49] <Shuudoushi>
s/threw/through
L826[12:35:49] <Kibibyte>
<Shuudoushi> were you going to do it through hooks or just
hardcode the graphical stuff?
L827[12:36:03] *
Shuudoushi woke up not too long ago...
L828[12:37:12] <Ekoserin> I was wondering
why I couldn't split in Agar.io. Then I realized HexChat had my
focus.
L829[12:37:24] <Shuudoushi> XD
L830[12:37:35] <Shuudoushi> got to love
that huh XD
L831[12:39:34] ⇦
Quits: ThePotato (webchat@68-185-232-89.dhcp.slid.la.charter.com)
(Ping timeout: 204 seconds)
L832[12:41:46] <DrHoffman> .p
L833[12:41:50] <^v> Ping reply from
DrHoffman 4.13s
L834[12:41:51] <Shuudoushi> Ekoserin:
which tree are you working off of btw?
L835[12:41:52] <DrHoffman> wow
L836[12:41:59] <Shuudoushi> wow
indeed...
L837[12:42:02] <Shuudoushi> .p
L838[12:42:03] <^v> Ping reply from
Shuudoushi 0.7s
L839[12:42:16] <Ekoserin> I wasn't aware
there were multiple.
L840[12:42:32] <Shuudoushi> lol,
yeah
L841[12:42:53] <Shuudoushi> default is
release, but there is also dev
L842[12:43:20] <Shuudoushi> you can do
'update dev' to get the dev files
L844[12:43:28] <MichiBot> XKCD Comic Name:
Sandwich Posted on: 8/28/2006
L845[12:43:46] <Shuudoushi> or 'update -a
dev' if you want 'update' to always pull from the dev tree
L846[12:45:16] <Shuudoushi> btw, Ekoserin,
just a heads up, sudo currently can't handle args for programs
being ran by it, still not 100% why...
L847[12:46:42] <Ekoserin> I have no words
for this.
L848[12:47:22] <Shuudoushi> ?
L849[12:47:53] <Ekoserin> Your
statement
L850[12:47:53] <Shuudoushi> no words for
broken sudo?
L851[12:47:59] <Shuudoushi> ah lol
L852[12:48:12] <Shuudoushi> it may be
fixed in the next commit
L854[12:49:07]
⇨ Joins: ThePotato
(webchat@68-185-232-89.dhcp.slid.la.charter.com)
L855[12:49:19] <ThePotato> hey im stuck in
the lua editor
L856[12:49:39]
⇨ Joins: Something12
(~Something@S010634bdfa9eca7b.vs.shawcable.net)
L857[12:49:50] <Shuudoushi> ctrl+c
L858[12:49:51] <ThePotato> can someone
tell me how to get out
L859[12:49:57] <ThePotato> oh
L860[12:50:16] *
Shuudoushi hands ThePotato his sign.
L861[12:50:19] <ThePotato> Shuudoushi: not
working
L862[12:50:19] <Ekoserin> It tells you
when you execute it, I'm pretty sure.
L863[12:50:28] <Shuudoushi> then
ctrl+alt+c
L864[12:50:37] <Ekoserin> Do you mean the
text editor? Ctrl+S to save, Ctrl+W to exit.
L865[12:52:26] <ThePotato> um
L866[12:52:34] <ThePotato> my filesystem
is read only....
L867[12:52:44] <Ekoserin> Install to a
writable medium -_-
L868[12:52:44] <Shuudoushi> LMFAO
L869[12:52:58] <Ekoserin> Loot disks are
readonl
L870[12:52:59] <ThePotato> Ekoserin:
....
L871[12:53:03] <Shuudoushi> type in
'install' then press '1' then wait
L872[12:53:09] <ThePotato> i used
/oc_spawnComputer
L873[12:53:12] <Ekoserin>
s/readonl/readonly
L874[12:53:13] <Kibibyte> <Ekoserin>
Loot disks are readonly
L875[12:53:36] <Shuudoushi> then press 'y'
then 'enter' profit
L876[12:54:10] <ThePotato> thx
L877[12:54:20] <Shuudoushi> ThePotato: the
spawned computer comes with an OpenOS disk and a HDD in it
L878[12:56:16] <Ekoserin> Oh wow, the
computer always faces South.
L879[12:59:05] <gamax92> Sangar: computers
are birds, confirmed
L880[12:59:39] <Sangar> is that how birds
work? someone should've told whoever invented the compass
L881[13:00:00] <Shuudoushi> lulz
L882[13:00:01] <Ekoserin> How high are
you?
L883[13:00:14] <gamax92> ~6000ft
L884[13:00:14] ***
Pwootage|Off is now known as Pwootage
L885[13:00:58] <ThePotato> where is the
components list?
L886[13:01:12] <Vexatos> TIL Lua is a
Roman goddess of perdition
L887[13:01:39] <dangranos> uh, who is
moderator on forums?
L888[13:01:44] *
dangranos pokes moderator
L889[13:01:49] <Mimiru> Don't poke
me.
L890[13:01:55] <Vexatos> perdition and
decline
L891[13:01:57] <Vexatos> Huh
L892[13:01:57] <Shuudoushi> ThePotato: you
just answered your own question
L893[13:02:04] <vifino> Lizzy,
probably.
L894[13:02:06] <Vexatos> Totally makes
sense
L895[13:02:15] <Shuudoushi>
"components"
L896[13:02:16] <Lizzy> hold on, cant arse
issain face
L897[13:02:16] <ThePotato> wut
L898[13:02:20] <ThePotato> oh
L899[13:02:21] <dangranos> i need 2
approved posts
L900[13:02:26] <Shuudoushi> just type in
'components'
L901[13:02:34] *
vifino sits on Lizzy's face
L902[13:02:40] <dangranos> right now i
have 2 posts awainting moderator's apporval
L903[13:02:45] *
dangranos looks at Mimiru
L904[13:02:46] *
Ekoserin films vifino and Lizzy
L905[13:02:57] <Lizzy> dangranos,
done
L906[13:03:11] <Mimiru> I don't think I
can see unapproved posts.. lol
L907[13:03:16] *
gamax92 takes the camera away from Ekoserin and throws it in a
shredder
L908[13:03:20] <Lizzy> dangranos, also at
the bottom of the page there's a link ot see the moderation
team
L909[13:03:34] <Ekoserin> That cost $500
you webding!
L910[13:03:41] *
Lizzy accepts her fate as vifino's seat
L911[13:03:42] <Mimiru> Ahh, I can't see
unapproved posts :P
L912[13:03:43] <gamax92> and you ruined it
for yourself
L913[13:03:55] <dangranos> heh
L914[13:03:57] *
vifino giggles :3
L915[13:04:03] <dangranos> wibbly wobbly
ball of... stuff
L916[13:04:52] <Shuudoushi> ...
L917[13:05:09] <LadyAlissa> WIBBLY WOBBLY
TIMEY WIMEY.
L918[13:05:34] <Shuudoushi> this shit is
driving me nuts...
L919[13:05:55] <ThePotato> where do i find
the redstone function documentation
L920[13:06:06] <dangranos> BALL OF..
SUTFF
L921[13:06:09] <dangranos> wai
L922[13:06:11] <Shuudoushi> 'man redstone'
or
L923[13:06:11] <dangranos> on
L924[13:06:13] <dangranos> *no
L925[13:06:14] <dangranos> gah
L926[13:06:16] <Shuudoushi> ~w
redstone
L927[13:06:27] *
Shuudoushi slaps gamax92.
L928[13:06:27] *
EnderBot2 chuckles
L929[13:06:36] <Shuudoushi> where is the
bot -_-
L930[13:06:50]
⇨ Joins: ocdoc (gamax92@eos.pc-logix.com)
L931[13:06:53] <ThePotato> file not
found
L932[13:07:00] <Shuudoushi> ~w
redstone
L934[13:07:05] <Shuudoushi> ThePotato:
^
L935[13:07:13] <Shuudoushi> ~w redstone
api
L936[13:07:13] <ThePotato> yay
L938[13:07:17] <Shuudoushi> ...
L939[13:07:23] <Shuudoushi> fuck you too
ocdoc...
L940[13:07:40] <Lizzy> ~w api
redstone
L942[13:07:43] <Lizzy> .-.
L943[13:07:49] *
Lizzy wonders if Sangar is here
L944[13:07:50] <vifino> .-.
L945[13:07:59] <Ekoserin> ocdoc, bite my
shiny metal ass.
L946[13:08:04] <Shuudoushi> lol
L947[13:08:22] <Sangar> wot
L948[13:08:32] <vifino> Damn
terminators.
L950[13:09:31] <vifino> Shuudoushi:
yourindentationsucks.png
L951[13:09:46] <Shuudoushi> vifino: it's
two spaces, gfys
L952[13:10:12] <Lizzy> why should he do
that when he can do me?
L953[13:10:14] *
Lizzy runs
L954[13:10:23] <Shuudoushi> ...
L955[13:10:26] <vifino> Shuudoushi: "
texthn", " hn:close()"
L956[13:10:47] <ThePotato> Sangar: idea,
CTRL + R run the program
L957[13:10:49] <Shuudoushi> eh, looks fine
to me
L958[13:10:59] <Sangar> wat
L959[13:11:03] <Shuudoushi> ^
L960[13:11:22] <Shuudoushi> explain in
detail please ThePotato
L961[13:11:28] <vifino> Shuudoushi: after
"local hn" one space, not two
L962[13:11:35] <ThePotato> Runs the
program being edited
L963[13:11:51] <ThePotato> on program
finish press any key rto exit
L964[13:11:53] <Shuudoushi> vifino: as
intended
L965[13:11:58] <vifino> .
L966[13:12:24] <Shuudoushi> there, fixed,
happy
L967[13:12:31] <vifino> yes.
L969[13:13:09] <Shuudoushi> now tell me
why it's not passing the args to the program being ran by
sudo
L970[13:14:28] <Sangar> oh, you mean for
edit? eh. it's more like notepad. someone should make a more
ide-like editor instead :P
L971[13:15:08] <Shuudoushi> I might add
something like that to SOS after fixing soe of the bigger
issues
L972[13:15:17] <Shuudoushi>
s/soe/some
L973[13:15:18] <Kibibyte>
<Shuudoushi> I might add something like that to SOS after
fixing some of the bigger issues
L974[13:15:34] <Lizzy> Sangar, it is
done.
L975[13:15:40] <Lizzy> Now to go do
something boring
L976[13:15:51] <Sangar> :D
L977[13:16:26] <Shuudoushi> oh, Sangar, do
be expecting a PR from me fixing the spelling and the like in the
man pages
L978[13:16:54] <Lizzy> Mimiru, have a look
at your forum profile whenever you desire
L979[13:17:09] <Ekoserin> Should I design
hardcoded graphics for an OS or play a game?
L980[13:17:48] <Sangar> Shuudoushi, gladly
^^
L981[13:17:54] <Mimiru> \o/
L982[13:18:57] <vifino> Sangar: depending
on how far gamax92's ccemulator is, you could run luaide in OC
:P
L983[13:19:18] <Sangar> noice
L984[13:19:28] ⇦
Quits: ThePotato (webchat@68-185-232-89.dhcp.slid.la.charter.com)
(Ping timeout: 204 seconds)
L985[13:19:44] <gamax92> luaide does run
in ccemu, you'll need to fix up the usage of goto as a function
name and invalid patterns that LuaJ ignores
L986[13:21:40] ⇦
Quits: Nathan1852__ (~Nathan185@p5DC11865.dip0.t-ipconnect.de)
(Ping timeout: 192 seconds)
L987[13:21:55] <vifino> gamax92: function
goto(line) goto line end ?
L988[13:22:08] *
vifino shrugs
L989[13:23:50] <DrHoffman> oh my gosh. I
fixed up the ELF loading thing and now the kernel isn't mapped into
memory ( ͡^ ͜ʖ ͡^)
L990[13:24:21] <Shuudoushi> ... is it bad
that I'm feeling to lazy to fork OC and currently debating just
doing the edits in github...
L991[13:24:25] <DrHoffman> There's only a
really small bootstrap that's added to the memory map
L992[13:24:25] <DrHoffman> that reminds
me, can that bootstrap get reloacated
L993[13:25:04] <Sangar> Shuudoushi, fork
it. otherwise you'll have a hard time squashing your edits :P
L994[13:25:13] <Shuudoushi> true
enough...
L995[13:25:21] <DrHoffman> food time
L996[13:26:28] ***
Pwootage is now known as Pwootage|Off
L997[13:29:26] ⇦
Quits: SageKitsune
(~SageKitsu@2602:306:ce4f:a280:8100:bb76:713c:31bd) (Ping timeout:
202 seconds)
L998[13:42:23] <Shuudoushi> lol,
oops
L999[13:42:42] <Shuudoushi> oh well
L1000[13:47:38] <Shuudoushi> Sangar: PR
waiting for approval
L1001[13:47:56] <Sangar> kk. get in line
;)
L1002[13:48:08] <Shuudoushi> lol, figured
as much :P
L1003[13:49:11] <Shuudoushi> it looks
like the line endings got converted btw >.>
L1004[13:49:23] <Shuudoushi> should
effect anything really though
L1006[13:54:37] <Ekoserin> I want to play
Rocket League.
L1007[13:57:30] <Kubuxu> Shuudoushi: file
endings not line endings.
L1008[13:57:46] <Shuudoushi> ^
L1009[13:58:00] <Shuudoushi> either
way
L1010[13:58:11] <Kubuxu> and in case of
git you should always have \n at the end of a file so that adding
new line is not editing an existing one.
L1011[13:59:07] <Shuudoushi> I've always
just had a line of whitespace
L1012[14:06:15] <Shuudoushi> ...
L1013[14:06:56] <Shuudoushi> I've gotten
'sudo' to the point that it'll run the script that you type in,
it's just not passing the args to the damn program...
L1014[14:07:19]
⇦ Quits: Vexatos
(~Vexatos@p200300556E066546B173DA8F1C8417F2.dip0.t-ipconnect.de)
(Quit: I guess I have to go now. Bye ✔)
L1015[14:07:23] *
Shuudoushi is going to have a cancer stick...
L1016[14:08:09] <Ekoserin> Need some
lungs with that?
L1017[14:08:58] <Shuudoushi> Ekoserin: I
will remove your head and use your skull as a bowl for my morning
cereal...
L1018[14:09:06] <Ekoserin> Uh-huh.
L1019[14:09:19] <Shuudoushi> afk
L1020[14:09:21] <Ekoserin> God damn it
Apple, I don't fucking want your Apple Music service. I want a
single album, and that's it.
L1021[14:09:54] <SuPeRMiNoR2> Apple is
love apple is life
L1022[14:09:56] <SuPeRMiNoR2> let apple
in Ekoserin
L1023[14:10:06] *
CompanionCube gets his Majestic Hammer of Bastarddom
L1024[14:10:28] *
Ekoserin equips a kitchen knife.
L1025[14:10:58] *
CompanionCube 'accidentally' uses the hammer on SuPeRMiNoR2's apple
hardware
L1026[14:11:12] *
Ekoserin steals the remains
L1027[14:11:15] <SuPeRMiNoR2> I could
care less if you smashed all my apple hardware
L1028[14:11:18] <SuPeRMiNoR2> since i
dont have any
L1029[14:11:41] <CompanionCube>
....what's in a million and 1 pieces right now then
L1030[14:11:47] <Ekoserin> SuPeRMiNoR2:
English motherfucker, do you speak it‽
L1031[14:12:12] <Altenius> There are
languages that compile into javascript? wtf are people actually too
lazy to write javascript
L1032[14:12:29] <SuPeRMiNoR2> That must
have been my moms free iPad, CompanionCube
L1033[14:12:46]
⇨ Joins: ThePotato
(webchat@68-185-232-89.dhcp.slid.la.charter.com)
L1034[14:12:48] <CompanionCube>
s/javascript/assembly/
L1035[14:12:48] <Kibibyte>
<Altenius> There are languages that compile into assembly?
wtf are people actually too lazy to write javascript
L1036[14:12:59] <CompanionCube>
s/javascript/assembly/g/
L1037[14:13:00] <Altenius> It only
replaced one O:
L1038[14:13:12] <CompanionCube> ...how do
I do a global replace with kibi
L1039[14:13:18] <CompanionCube>
s/javascript/assembly/g
L1040[14:13:18] <Kibibyte>
<Altenius> There are languages that compile into assembly?
wtf are people actually too lazy to write assembly
L1041[14:13:19] <ThePotato> does anyone
know of a better editor for oc
L1042[14:13:27] <ThePotato> or a better
os...
L1043[14:13:31] <Ekoserin> SuPeRMiNoR2:
"I could care less" means you do care.
L1044[14:13:34] <CompanionCube> Altenius,
invalid point is invalid as demonstrated
L1045[14:13:40] <ThePotato> lol
L1046[14:13:44] <Altenius> CompanionCube,
yeah, but assembly is different for lots of platforms
L1047[14:13:48] <Altenius> javascript is
always the same
L1048[14:13:59] <CompanionCube> Altenius,
orly
L1049[14:14:25] <Altenius> ya
L1050[14:14:39] <CompanionCube> Altenius,
what about ES6 in implementations not supporting it
L1051[14:14:59] <Altenius> Never heard of
ES6
L1053[14:15:29] <SuPeRMiNoR2> Ekoserin:
but my current care-level was 0, i could care less, like -5 or
something, but i dont
L1054[14:15:32] <SuPeRMiNoR2> :P
L1055[14:15:42] *
Ekoserin damn near explodes
L1056[14:15:58] <Altenius> I don't get
what you're trying to say
L1057[14:16:09] <vifino> Hey Altenius.
Was a while.
L1058[14:16:12] <Altenius> Implementation
of a language don't fully support the specification of it?
L1059[14:16:19] <Altenius> Hi
vifino
L1060[14:16:25] <ThePotato> does anyone
know if there is any conflict with oc and optifine
L1061[14:16:25] *
Mimiru tapes a small thermonuclear warhead to Ekoserin, calmly
walks away, and hits the detonator.
L1062[14:16:26] <ThePotato> ?
L1063[14:16:30] <CompanionCube> Altenius,
essentially, versions of shit exist. Javascript may not be
specifically always the same
L1064[14:16:34] <SuPeRMiNoR2> mmm
yes
L1065[14:16:40] <SuPeRMiNoR2> global
thermonuclear war
L1066[14:16:41] <Mimiru> ThePotato, It
used to cause rendering issues
L1067[14:16:46] <ThePotato> damn
L1068[14:16:53] <Mimiru> Dunno about any
more though
L1069[14:16:58] <Ekoserin> Does nobody
here know basic roleplay common sense?
L1070[14:17:09] <ThePotato> is there a
better editor for lua for oc
L1071[14:17:09] <Altenius>
Implementations should be backwards-compatible
L1072[14:17:14] <CompanionCube> Altenius,
indeed
L1073[14:17:32] <Mimiru> ThePotato,
Disabled file buffering, and notpad++ or your other favorite
editor?
L1074[14:17:33] <DrHoffman> ThePotato:
Well, you could try editing outside OC ( ͡ಠ ͜ʖ ͡ಠ)
L1075[14:17:42] <DrHoffman> What Mimiru
said
L1076[14:18:17] <ThePotato> Mimiru: i
wish that np++ and sublime text 3 had a love child
L1077[14:18:18] <Lizzy> ThePotato:
expanding on the above, change BufferedFilesystems to false in your
OC config
L1078[14:19:30] <ThePotato> how do i
change the font size and w/h of da screen
L1079[14:19:52] <Lizzy> size: use the
resoloution program
L1080[14:20:16] <ThePotato> unsup
res
L1081[14:20:20] <ThePotato> what should i
do
L1082[14:20:31] <Mimiru> don't use an
unsupported res.
L1083[14:20:36] <Lizzy> ^
L1084[14:21:14] <vifino> ^
L1086[14:21:39] <Mimiru> dot dot
dot
L1087[14:21:44] <Lizzy> SuPeRMiNoR2: you
drew that yourself, don't lie
L1088[14:21:51] <Ekoserin> Is that an
olive skiing?
L1089[14:21:57] <ThePotato> Lizzy: i
think he didnt
L1090[14:22:02] <ThePotato> Lizzy: seems
legit
L1091[14:22:42] <SuPeRMiNoR2> You like
the skill there, Lizzy
L1092[14:22:50] <SuPeRMiNoR2> i drew it
with my mouse that keeps jumping around
L1093[14:23:02] <Lizzy> 10/10
L1094[14:24:30] <SuPeRMiNoR2> damn that
laptop is slow as all hell
L1095[14:25:27] <ThePotato> how i use
server rack
L1096[14:25:39] <ThePotato> fml started
vs
L1097[14:26:33] <ThePotato> ??
L1098[14:27:27] <SuPeRMiNoR2> Plonk it
down
L1099[14:27:32] <ThePotato> mkay
L1100[14:27:37] <SuPeRMiNoR2> then stuff
it up your butt ^_^
L1101[14:27:39] <ThePotato> i already
have a thing in it
L1102[14:27:42] <ThePotato> oh shit
really
L1103[14:27:52] <ThePotato> i wanted to
do that but it wasnt seeming right
L1104[14:28:06] <ThePotato> ok now that i
have confirmation i will do so
L1105[14:28:37] *
ThePotato lubes it up *suction noise* "Is it
working?"
L1106[14:29:03] <Mimiru> Place server
rack, put configured server in rack, set side for server in rack,
start server.
L1107[14:29:19] <SuPeRMiNoR2> The sides
are funky
L1108[14:29:27] <ThePotato> Mimiru: idk
how to configure
L1109[14:29:28] <Lizzy> like
SuPeRMiNoR2's facew
L1110[14:29:38] <SuPeRMiNoR2> oh shit how
did you know
L1111[14:29:51] <Mimiru> ThePotato, hold
server, right click, profit..?
L1112[14:30:08] <ThePotato> Mimiru:
MILLIONS
L1113[14:34:26] <ThePotato> Mimiru:
refusing to turn on and no power mods so that shouldnt be a
prob
L1114[14:34:41]
⇦ Quits: primetoxinz
(~primetoxi@ip68-107-226-229.hr.hr.cox.net) (Ping timeout: 202
seconds)
L1115[14:35:00] <Mimiru> Time to add
someone to the never ping list.
L1116[14:35:28] <ThePotato> [14:34]
<ThePotato> Mimiru: refusing to turn on and no power mods so
that shouldnt be a prob
L1117[14:35:30] <SuPeRMiNoR2> Mimiru:
who
L1118[14:35:41] <Mimiru> Are you shitting
me?
L1119[14:35:44] *
SuPeRMiNoR2 runs
L1120[14:35:52] <ThePotato> ==
primetoxinz [~primetoxi@ip68-107-226-229.hr.hr.cox.net] has quit
[Ping timeout: 202 seconds]
L1121[14:35:56] <ThePotato> rlly
L1122[14:36:20] <SuPeRMiNoR2> ThePotato:
Do you have all the parts in the server
L1123[14:36:36] <SuPeRMiNoR2> You know,
the thingy and the doodly-ma-bob]
L1124[14:36:37] <ThePotato> fml
L1125[14:37:05] *
ThePotato forgot to put an eeprom, so, shoots himself in the foot
and then cries in a corner
L1127[14:37:39] <Mimiru> You'll also need
an external disk drive, with an OpenOS disk, and you'll need to set
the "side" the server connects to to the side the drive
is connected to
L1128[14:37:40] <ThePotato> whats wrong
there?
L1129[14:38:21] <Ekoserin> ?
L1131[14:38:45] <Ekoserin> I see no
problem. Is an OS installed on the hard drives?
L1132[14:38:52] <Mimiru> fuck. me.
L1133[14:38:56] <Mimiru> I'm not helping
your ass anymore.
L1134[14:39:04] <ThePotato>
what?!?!
L1135[14:39:08] <SuPeRMiNoR2> ThePotato:
stop repeating yourself
L1136[14:39:33] <SuPeRMiNoR2> We can see
what you said last, repeating things only pisses everyone off
L1137[14:40:41] <ThePotato> SuPeRMiNoR2:
i was telling Ekoserin the link and asking what?!?! about
Mimiru
L1138[14:41:03] <Lizzy> ThePotato:
Ekoserin saw the link when you first posted it
L1139[14:41:12] <Ekoserin> Can
confirm.
L1140[14:41:17] <SuPeRMiNoR2> like 5
lines back
L1141[14:41:24] <ThePotato> idk
that
L1142[14:41:30] <Lizzy> well now you
do
L1143[14:41:39] <SuPeRMiNoR2> also, you
might want to stop pinging Mimi
L1144[14:42:07] <ThePotato> what?
L1145[14:43:09] <Mimiru> I've added him
to the never highlight section of my client.
L1146[14:43:10] <Mimiru> so.
L1147[14:43:12] <Mimiru> Meh.
L1148[14:43:21] <SuPeRMiNoR2> Oh alright
then XD
L1149[14:43:42] <ThePotato> so does
anyone have a tutorial or something for the server?
L1150[14:44:12] <Lizzy> there might be a
tutorial on the forums/wiki
L1151[14:44:16] <Lizzy> .forum
L1152[14:44:17] <Mimiru> PUT SHIT IN
SERVER, PUT SERVER IN RACK, SET SIDE OF SERVER IN RACK GUI, PUT
EXTERNAL FLOPPY DRIVE ON THAT SIDE, PUT OPENOS FLOPPY IN DISK
DRIVE, START SERVER.
L1153[14:44:24] <Lizzy> .forumss
L1154[14:44:27] <Lizzy> .forums
L1156[14:44:30] <Lizzy> eventually
L1157[14:44:35] <Lizzy> .wiki
L1159[14:44:45] <ThePotato> tried there
but will find
L1160[14:45:02] <Mimiru> That is
literally ALL there is to it.
L1161[14:45:03] <Altenius> ThePotato, is
a screen attached?
L1162[14:45:18] <ThePotato> no
L1163[14:45:31] <Altenius> What kinda
eeprom are you using?
L1165[14:45:55] <ThePotato> the one from
the creative gui
L1166[14:46:09] <Mimiru> %flip
table
L1167[14:46:09] <MichiBot> Mimiru:
(╯°□°)╯︵âä¡—Ô
L1168[14:46:11] <Altenius> Is it labeled
LuaBIOS?
L1169[14:46:14] <Mimiru> Oh great
L1170[14:46:17] <Mimiru> thanks
MichiBot.
L1171[14:46:25] <Lizzy> Ekoserin: Jimmy
Carr best Carr
L1172[14:46:40] *
Mimiru curses Eclipse switching that file from UTF
L1173[14:46:41] <DrHoffman> .p
L1174[14:46:42] <Lizzy> (╯°□°)╯︵
┻━┻
L1175[14:46:51] <^v> Ping reply from
DrHoffman 10.25s
L1176[14:47:06] <ThePotato> damn finally
got it running
L1177[14:47:08] <Mimiru> Thanks
Lizzy
L1178[14:47:13]
⇦ Quits: Ekoserin
(~Ekoserin@c-73-133-224-81.hsd1.va.comcast.net) (Read error:
Connection reset by peer)
L1179[14:47:28]
⇨ Joins: Ekoserin
(~Ekoserin@c-73-133-224-81.hsd1.va.comcast.net)
L1180[14:47:33] <Ekoserin> What the hell
just happened?
L1181[14:47:48] <Lizzy> "Connection
reset by peer"
L1182[14:47:48]
⇨ Joins: Wobbo
(~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl)
L1183[14:48:13] <Mimiru> Wobbo, o_O
L1184[14:48:22] <Wobbo> Where?
L1185[14:48:24] <Ekoserin>
"Disconnected (No such device or address)"
L1186[14:48:28] <Mimiru> WOBBO!
L1187[14:48:35] <Mimiru> .wobbo
L1188[14:48:35] <^v> Mimiru,
WobbooooooooooWooooooobbooooooWooooooooobbooooooooWoooooooobbooooWobboooooWooooooooobboooWoooooooobboooWooooobbooooo
L1189[14:48:39] <Wobbo> WHERE?
L1190[14:48:49] <Mimiru> Oh, my bad, must
be mistaken.
L1191[14:48:54] *
Lizzy points at Wobbo's face
L1192[14:48:55] <Lizzy> there
L1193[14:49:08] <Wobbo> Hi
L1194[14:49:21] <Mimiru> It's motha
flappin Wobbo/
L1195[14:49:36] *
Lizzy flaps Mimiru
L1196[14:49:40] <Mimiru> o_O
L1197[14:50:03]
⇨ Joins: primetoxinz
(~primetoxi@ip68-107-226-229.hr.hr.cox.net)
L1198[14:50:07] *
Ekoserin baks
L1199[14:50:08]
⇨ Joins: primetoxinz_
(~primetoxi@ip68-107-226-229.hr.hr.cox.net)
L1200[14:50:29] *
Mimiru renames Ekoserin to Ekoserin.bak
L1201[14:50:39]
⇦ Quits: primetoxinz_
(~primetoxi@ip68-107-226-229.hr.hr.cox.net) (Remote host closed the
connection)
L1202[14:50:42]
⇦ Quits: primetoxinz
(~primetoxi@ip68-107-226-229.hr.hr.cox.net) (Remote host closed the
connection)
L1203[14:50:53]
⇨ Joins: Nathan1852__
(~Nathan185@p5DC11865.dip0.t-ipconnect.de)
L1204[14:50:53]
⇨ Joins: primetoxinz
(~primetoxi@ip68-107-226-229.hr.hr.cox.net)
L1205[14:51:07]
⇦ Parts: Altenius (Altenius@Moving.Mountains.At.PanicBNC.us)
(Leaving))
L1206[14:51:17] <Lizzy> you okay there,
primetoxinz?
L1207[14:51:32] <primetoxinz> yeah,
internet being weird
L1208[14:51:36]
⇦ Quits: Nathan1852__
(~Nathan185@p5DC11865.dip0.t-ipconnect.de) (Read error: Connection
reset by peer)
L1209[14:52:21] ***
Pwootage|Off is now known as Pwootage
L1210[14:52:37] <ThePotato> how do i
communicate wirelessly from computer to server?
L1211[14:52:58] <Ekoserin> ~oc api
wireless
L1213[14:53:25] <Lizzy> either with
wireless network cards or Access Points
L1214[14:55:06] <SuPeRMiNoR2> Majestic
sea flap flap
L1215[14:56:00] <ThePotato> ocdoc:
lol
L1216[14:56:06] <Mimiru> Wobbo, has
anyone ever gotten your In game MC name?
L1217[14:56:19] <Wobbo> Mimiru:
Wobbo
L1218[14:56:26] <Mimiru> Oh, is that it?
k
L1219[14:56:27] <Wobbo> Its not really a
secret
L1220[14:56:36] <SuPeRMiNoR2> I dont
think the bot will laugh with you ThePotato
L1221[14:57:02] <Mimiru> Wobbo, secret
no, unknown for sure, yes.
L1222[14:57:37] <Ekoserin> Who wants a
video of cats meowing?
L1223[14:58:04] <Wobbo> I've been on
Enders server multiple times, so some people know :P
L1224[14:58:55] <Lizzy> I wonder where
Ender has gotten to
L1226[14:58:59] *
Ekoserin meows
L1227[15:00:34] *
SuPeRMiNoR2 stabs Ekoserin.... with a fluffy kitten
L1228[15:00:39] <SuPeRMiNoR2> :3
L1229[15:00:41] <Wobbo> Mimiru: LOL
L1230[15:00:48] <Ekoserin> You just
killed me and the kitten.
L1231[15:00:56] <Mimiru> So, I'm going to
PR your "special thinger" I need a color for it. :P
L1232[15:01:22] <Ekoserin> What the hell
does a Special Thinger do? Or look like?
L1233[15:01:38] <Mimiru> It's kinda...
specially
L1234[15:01:51] <Wobbo> Mimiru: Its one
of the small floating robot thingies?
L1235[15:02:00] *
Mimiru coughs
L1236[15:02:07] <Ekoserin> A photo would
be nice.
L1237[15:02:09] <Mimiru> Annnnnyway
Color. :P
L1238[15:02:24] <Ekoserin> Let's go data
mining!
L1239[15:02:44] <Wobbo> I get to pick a
color? What are the options?
L1240[15:02:45]
⇨ Joins: Ender (ender@thor.theender.net)
L1241[15:02:47] <Ender> meep
L1242[15:02:55] <Mimiru> Wobbo,
colors.
L1243[15:03:02] <Mimiru> like, any of
them
L1244[15:03:04] <Lizzy> Ender: did you
break your NS account?
L1245[15:03:08] <Ender> maybe...
L1246[15:03:10] <Wobbo> Hi Ender
L1247[15:03:14] <Ender> Heyo
L1248[15:03:27] <Mimiru> Tell me what
color you want. Ideally as three floats, used for the color
multiplication, but if I lost you there, an RGB value is fine,
too.
L1249[15:03:36] <Wobbo> Mimiru: Like a
blend of purple and green would be fine? I do not want that, but
still.
L1250[15:03:43] <Wobbo> Alright, RGB it
is then
L1251[15:03:44] <Mimiru> *any*
color
L1252[15:04:01] <Mimiru> I'll just have
to convert it to floats, heh
L1253[15:06:42] <Wobbo> R: 25 G: 120 B:
200
L1254[15:06:58] <Wobbo> Mimiru: ^
L1256[15:07:23] <Ekoserin> I've heard
those tend to kill.
L1257[15:07:31] <Mimiru> 0.098, 0.471,
0.784 it is
L1258[15:07:33] <Mimiru> Thanks
Wobbo
L1259[15:08:04] <Ekoserin> Does the
Special Thinger have a texture?
L1260[15:09:35] <Ekoserin> Well I mean,
of course it does, but where?
L1261[15:10:29] <ThePotato> i used the ex
program and it doesnt work
L1262[15:10:39] <ThePotato> (modem)
L1263[15:11:48] <Mimiru> Wobbo, PR
done
L1264[15:11:57] <Wobbo> Thank you!
L1265[15:12:28] <ThePotato> ok heres what
im trying to do
L1266[15:12:41] <ThePotato> im trying to
have servers that can process commands sent by a client
L1267[15:12:50] <ThePotato> for
processing handler
L1268[15:12:58] <ThePotato> almost like
bitcoin but not
L1269[15:13:50] <SuPeRMiNoR2> at
all
L1270[15:14:10] <ThePotato> can someone
help
L1271[15:15:22]
⇦ Quits: Wobbo (~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl)
(Ping timeout: 202 seconds)
L1272[15:15:49] <Mimiru> And Wobbo was
never seen again
L1273[15:16:26] <ThePotato> help?
L1274[15:19:38]
⇦ Quits: ThePotato
(webchat@68-185-232-89.dhcp.slid.la.charter.com) (Quit: Web client
closed)
L1275[15:19:48]
⇨ Joins: ThePotato
(webchat@68-185-232-89.dhcp.slid.la.charter.com)
L1276[15:19:59] <ThePotato>
yes...no...?
L1277[15:20:07] <ThePotato> can someone
help with what im asking?
L1278[15:20:09] <Mimiru> Not to worry
ThePotato you hadn't lost connection, just no one is going to write
your code for you.
L1279[15:20:21] <ThePotato> not asking
for that
L1280[15:20:26] <Mimiru> Then read the
docs.
L1281[15:20:32] <ThePotato> i have
L1282[15:20:33] <ThePotato> and
L1283[15:20:39] <Mimiru> Read them
more.
L1284[15:20:47] <ThePotato> having
trouble with connection
L1285[15:21:02] <Mimiru> I fucking SUCK
at lua, but with the wiki I can atleast do basic shit... and this
is pretty basic.
L1286[15:21:28] <ThePotato> well if the
ex. worked i wouldnt be asking this question
L1287[15:21:45] <Mimiru> example from
which page..?
L1288[15:21:51] <SuPeRMiNoR2> Maybe if
you weren't so sexist...
L1289[15:22:03] <ThePotato> wut?
L1291[15:22:16] <SuPeRMiNoR2> I dont see
what your ex has to do with computer problems
L1292[15:22:30] <Lizzy> SuPeRMiNoR2:
don't be a homophobe now, their ex may be the same gender
L1293[15:22:32] <ThePotato> SuPeRMiNoR2:
wtf are you talking about.....
L1294[15:22:39] <SuPeRMiNoR2> Ah right,
sorry
L1295[15:22:44] <Mimiru> lol Lizzy
L1296[15:22:53] *
SuPeRMiNoR2 drowns in a rainbow splosion
L1297[15:24:00] *
Temia snickers.
L1298[15:24:22] <ThePotato> im just
unable to connect the server to the computer
L1299[15:24:28] <ThePotato> with the
wireless
L1300[15:24:31] *
gamax92 eats a snickers
L1301[15:24:48] <Ekoserin> May I have
one?
L1302[15:25:06] <Lizzy> ThePotato: do you
have a wireless card in both the serve and the computer?
L1303[15:25:16] <ThePotato> Lizzy:
yes
L1304[15:25:35] <Lizzy> did you open
ports for them to communicate on?
L1305[15:25:40] <ThePotato> 123
L1306[15:26:14] <Lizzy> and are you
listening for the modem_message event when you send a message from
the other machine?
L1308[15:27:22] <SuPeRMiNoR2> uh
L1309[15:27:27] <Lizzy> is that the same
code running on both computers?
L1311[15:27:32] <ThePotato> and
yeah
L1312[15:28:03] <Temia> mooooo.
L1313[15:28:04] <Lizzy> do you start them
both at the same time or do you wait a short while before starting
the 2nd?
L1314[15:29:43] <Mimiru> ThePotato, are
you using that program *EXACTLY*?
L1315[15:29:50] <Mimiru> Because if so..
read it a bit better.
L1318[15:31:34] <Mimiru> The only change
I made is opening port 321 on the receiving computer
L1319[15:32:07]
⇨ Joins: Nathan1852
(~Nathan185@p5DC11865.dip0.t-ipconnect.de)
L1320[15:32:36] <ThePotato> finally
worked
L1321[15:32:52] <ThePotato> :D
L1322[15:33:04]
⇨ Joins: Wobbo
(~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl)
L1323[15:33:06] <Wobbo> Damn you
internet!
L1324[15:33:15] <Wobbo> Keep a
connection!
L1325[15:33:35] <Lizzy> "No" ~
Wobbo's internet
L1326[15:33:51] <Wobbo> My parents
internet, my own internet is better
L1327[15:33:54] <Ekoserin> "Wobbo
has left (fuck you)"
L1328[15:34:42] <Ekoserin> s/fuck
you/time for dinner, sweetie
L1329[15:34:42] <Kibibyte>
<Ekoserin> "Wobbo has left (time for dinner,
sweetie)"
L1330[15:35:30] <ThePotato> how to change
font size?
L1331[15:35:54] <Ekoserin> Only way is to
make the resolution smaller, or use pixel art to create an
extremely large font.
L1332[15:35:55] <DrHoffman> lol, fixed
another bug in the arm cpu core where doing a STR relative to the
program counter didn't account for ARM's prefetch, which means that
it was writing 4 bytes off
L1333[15:35:57] *
DrHoffman wonders why and how his boot.elf and eeprom.elf
worked
L1334[15:36:00] <DrHoffman> Now, lets
copy and paste the filesystem code from the eeprom into the OS ( ͡^
͜ʖ ͡^)
L1335[15:36:02] <DrHoffman> .p
L1336[15:36:07] <^v> Ping reply from
DrHoffman 5.2s
L1337[15:37:05] <Temia> Hoffman, is this
an emulated ARM system or are you having fun with embedded
electronics? :3
L1338[15:38:19] <vifino> %weather
frankfurt, germany
L1339[15:38:21] <MichiBot> vifino:
Current weather for Frankfurt, Germany Current Temp: 77°F/25°C
Feels Like: 79°F/26°C Current Humidity: 54 Wind: From the SSE 0
Mph/0 Km/h Conditions: Clear
L1340[15:38:42] <gamax92> DrHoffman:
remind me to send you that one jar when its like tonight or
tomorrow
L1341[15:39:09] <DrHoffman> gamax92: ehh,
I don't want it
L1342[15:39:12] <DrHoffman> Temia:
emulated
L1343[15:39:23] <DrHoffman> .p
L1344[15:39:24] <^v> Ping reply from
DrHoffman 1.06s
L1345[15:39:42] <Temia> Oh, okay. Still
fun though.
L1346[15:39:43] <SuPeRMiNoR2>
hmmmmm
L1347[15:39:44] <ThePotato> wait it was
bufferChanges in the conf file for out of game editing?
L1348[15:39:49] <gamax92> DrHoffman: too
bad, it's so you can actually see how alpha or not it was and maybe
an idea for how to interface with components
L1349[15:39:52] <Temia> ...hey,
hey.
L1350[15:39:54] <Lizzy>
BufferedFilesystems, ThePotato
L1351[15:39:54] <SuPeRMiNoR2> To get a
new graphics card now, or wait for new options or sales
L1352[15:40:02] <DrHoffman> gamax92: I
already have a good component interface
L1353[15:40:07] <gamax92> alright
L1354[15:40:07] <ThePotato> not
found
L1355[15:40:09] <gamax92> still going to
send it
L1356[15:40:09] <Temia> Are you gonna
port Arch ARM over to this architecture? 'w'
L1357[15:40:18] <Lizzy> try
bufferedFilesystems
L1358[15:40:21] <DrHoffman> Temia:
no
L1359[15:40:24] <Temia> aw.
L1360[15:40:28] *
Temia pouts.
L1361[15:40:29] <ThePotato> nope
L1362[15:40:34] <DrHoffman> CPU emulation
is too shitty and quirky
L1363[15:40:36] <ThePotato>
settings.conf?
L1364[15:40:37] <gamax92> wait
what?
L1365[15:40:40] <ThePotato> just to make
sure
L1366[15:40:49] <DrHoffman> Today I found
2 bugs with the CPU emulation, and one's not fully fixed
L1367[15:40:58] <Temia> oh?
L1368[15:40:59] <Lizzy>
opencomputers.conf in the /config dir in your MC instance
root
L1369[15:41:00] <Ekoserin> I wonder why
mobile devices usually use ARM instead of x86. Why about ARM is
better for mobile devices?
L1370[15:41:04] <gamax92> DrHoffman: so,
are you planning to or is it a definite no
L1371[15:41:13] <Lizzy> Ekoserin: lower
power?
L1372[15:41:16] <Temia> Ekoserin:
efficiency.
L1373[15:41:16] <ThePotato> ther isnt
one
L1374[15:41:21] <ThePotato> theres
setting.conf
L1375[15:41:25] <DrHoffman> gamax92: I am
planning to release the arch, but I'm attempting to write an OS for
it first
L1376[15:41:26] <ThePotato>
settings*
L1377[15:41:34] <Ekoserin> Ah,
okay.
L1378[15:41:36] <DrHoffman> the OS is
coming along pretty good. I can load elf files.
L1379[15:41:43] <Lizzy> ThePotato:
screenshot your config directory
L1380[15:41:45] <DrHoffman> s/files/a
single file
L1381[15:41:46] <Kibibyte>
<DrHoffman> the OS is coming along pretty good. I can load
elf a single file.
L1382[15:41:49] <DrHoffman> sure
L1383[15:41:50] <Mimiru> DrHoffman,
you're doing an ARM arch?
L1384[15:41:57] <Temia> ARM's RISC
instruction set and architectural design lends itself to simpler,
leaner code and lower power usage.
L1385[15:42:09] <DrHoffman> Mimiru:
Yes
L1387[15:42:26] <DrHoffman> Temia: yeah,
but it's a clusterfuck to understand and write an emulator for
it
L1388[15:42:31] <DrHoffman>
>_>
L1390[15:42:49] <Lizzy> ThePotato: go up
a directory and search for the oc config there
L1391[15:42:51] <DrHoffman> Mimiru:
hopefully
L1392[15:42:56] <Mimiru> \o/
L1393[15:43:04] <DrHoffman> It's kinda
disappeared off the face of the earth
L1394[15:43:08] <Mimiru> Yeah
L1395[15:43:39] <ThePotato> Lizzy:
nein
L1396[15:43:46] <Temia> i386 is a
clusterfuck by comparison and I'm pretty sure the Intel research
team in Israel used magic to pull off the Core 2 and onward
>.>
L1397[15:43:52] <Mimiru> ThePotato,
1.8?
L1398[15:43:59] <ThePotato> Mimiru:
ya
L1399[15:44:05] <ThePotato> imma regen
conf
L1400[15:44:06] <Mimiru> Ah, gl;hf
L1401[15:44:26] <Temia> But either way,
yeah. ARM's more receptive to modular design too, which makes SoC
assembly less of a problem
L1402[15:44:45] <gamax92> so what
processor did Amiga computers have?
L1403[15:45:06] <gamax92> Motorola stuff
iirc
L1404[15:45:08] <Temia> Motorola 68K
series.
L1405[15:45:32] <DrHoffman>
s/Motor/Older
L1406[15:45:32] <Kibibyte> <Temia>
Olderola 68K series.
L1407[15:45:36] <Temia> Eventually moving
over to PPCs as Commodore crashed.
L1408[15:45:39] <DrHoffman> That was Old
motorolaaaaa
L1409[15:45:48] <gamax92>
s/Older/CocaC/
L1410[15:45:48] <Kibibyte> <Temia>
CocaCola 68K series.
L1411[15:45:54] <Temia> :T
L1412[15:45:58] <gamax92> sorry
L1413[15:46:18] <Temia>
s/CocaCol/Chorensh
L1414[15:46:19] <Kibibyte> <Temia>
Chorensha 68K series.
L1415[15:46:22] <Temia> nyeh.
L1416[15:46:25] <gamax92> Brain saw ola,
thought CocaCola, had to make it real
L1417[15:46:30] <DrHoffman> Now, I need
to figure out how to do dynamic linking
L1418[15:46:47] <DrHoffman> Or maybe
not
L1419[15:46:54] <DrHoffman> This OS is
going to be really basic
L1420[15:47:01] <DrHoffman> execute elf
files. thats all.
L1421[15:47:21] <DrHoffman> It's going to
be the elf's job to implement the require libraries to interface
with components, not mine
L1422[15:47:37] <Temia> sounds like
porting linux would be a good idea nonetheless.
L1423[15:47:56] <DrHoffman> haaaaa
L1424[15:47:59] <DrHoffman> haha
L1425[15:48:09] <Temia> :T
L1426[15:48:15] <DrHoffman> With all the
CPU bugs I've found, linux is really reaaaaaally far away
L1427[15:48:22] <DrHoffman> That and the
non standard mmu
L1428[15:48:22]
⇦ Quits: s0r00t
(~s0@AMarseille-652-1-331-222.w90-37.abo.wanadoo.fr) (Ping timeout:
198 seconds)
L1429[15:48:31] <DrHoffman> and the whole
component interface
L1430[15:48:47] <Temia> Component
interface can come later.
L1431[15:49:05] <DrHoffman> so it's just
going to be a linux potato
L1432[15:49:13] <DrHoffman> how would you
know if it's doing anything
L1433[15:49:20] <Temia> Hello
world?
L1434[15:49:38] <Wobbo> If you have the
component interface working, hello world should be not to hard,
right?
L1435[15:49:39] <DrHoffman> Plus, the
terrible clock speed makes booting stuff kinda hard
L1436[15:49:45] <Temia> Define some
automatic scripts to dump from /proc?
L1437[15:49:47] <ThePotato> lefe me oot
of dis DrHoffman
L1438[15:49:49] <DrHoffman> The component
interface is working
L1439[15:49:51] <gamax92> sadly the
existing arm arch hosting site is r.i.p, and the only thing I had
grabbed from it was the jar
L1440[15:50:03] <Temia> Oh right,
graphics are a component too.
L1441[15:50:05] <Temia> Hm.
L1442[15:52:20] <Temia> ...define a
virtual linebuffered serial terminal that points to the MC logger,
send kernel messages there?
L1443[15:53:12] <DrHoffman> Well, if
there's a standard way of doing that, sure
L1444[15:53:30] <DrHoffman> But the
challenge is actually fixing all the cpu bugs to see if linux even
has a chance at running
L1445[15:53:45] <Temia> We'd probably
have to hardwire it.
L1446[15:54:01] <Temia> But hey, kernel
panics are useful for working out bugs too.
L1447[15:57:43] <Temia> Also, keep in
mind that the Linux kernel is quite scalable, and we'll be working
with a much smaller subset of devices to emulate than usual.
L1448[15:58:16] <DrHoffman> wootsauce,
the basic OS now outputs stuff on the screen for an instant before
the computer turns off
L1449[15:58:28] <DrHoffman> Now I just
need to rename some functions
L1450[15:58:28] <Temia> \o/
L1451[15:59:03] <ThePotato> in lua is it
nil or null
L1452[15:59:16] <gamax92> nil
L1453[15:59:54] <Mimiru> s/mil/nein
L1454[16:00:00] <Mimiru> s/nil/nein
L1455[16:00:01] <Kibibyte>
<gamax92> nein
L1456[16:00:03] <DrHoffman> I'm doing a
libogc like naming scheme where it's
[SUBSYSTEM]_[TitleCaseFunctionName]
L1457[16:00:04] <Lizzy> #lua nill
L1458[16:00:04] <|0xDEADBEEF|> >
nil
L1459[16:00:14] <DrHoffman> ex: GPU_Init,
COM_List
L1460[16:00:21] <ThePotato> if not
?
L1461[16:00:24] <ThePotato> or is that
just py
L1462[16:00:34] <Mimiru> ~=
L1463[16:00:59] <DrHoffman> Oh shoot, I
need to update OC to the latest
L1464[16:01:01] <DrHoffman> I'm still on
1.4
L1465[16:01:11] <Mimiru> O_O
L1466[16:01:20] <DrHoffman> It's an old
dev environment
L1467[16:01:32] <Mimiru> heh, OpenP still
uses 1.4
L1468[16:01:37] <DrHoffman> I'll do that
after I get stuff in a working state
L1469[16:01:39] <Wobbo> ThePotato: Since
every nondefined variable evaluates to nil, null could work al well
:P
L1470[16:01:52] <Mimiru> lol Wobbo very
true :P
L1471[16:02:08] <DrHoffman> The problem
is that I have to rewrite the eeprom to use the alternative thing
for computer boot addresses
L1472[16:02:24] <Wobbo> ThePotato: not is
the logical not, same as python
L1474[16:02:46] <ThePotato> i used
that
L1475[16:02:54] <ThePotato> but it still
prints and it prints blank
L1476[16:02:55] <Lizzy> ThePotato, that
should work
L1477[16:02:56] <Mimiru> You have an
Error 520
L1478[16:03:01] <Wobbo> error 520?
L1479[16:03:09] <Mimiru> "Website is
offline No cached version of this page is available."
L1480[16:03:15]
⇨ Joins: Ekoserin2
(~Ekoserin@2601:144:1:1059:d11:e1bb:a1d1:a344)
L1481[16:03:18] <vifino> #lua
vifino
L1482[16:03:18] <|0xDEADBEEF|> >
vifino is a good programmer and loves Lizzy
L1483[16:03:25] <Ekoserin2> God damn it
Nvidia.
L1484[16:03:27] <vifino> #lua Lizzy
L1485[16:03:27] <|0xDEADBEEF|> > Lizzy
is the best Siren and loves vifino
L1486[16:03:29] <vifino> :3
L1488[16:03:34] *
Lizzy giggles
L1489[16:03:37] <ThePotato> just
blank...
L1490[16:03:46] <Mimiru> "500
Internal Server Error" \o/
L1491[16:03:55] <Lizzy> Mimiru,
refresh
L1492[16:04:13] <ThePotato> got it
L1493[16:04:13]
⇦ Quits: Ekoserin
(~Ekoserin@c-73-133-224-81.hsd1.va.comcast.net) (Ping timeout: 189
seconds)
L1494[16:04:17] <Lizzy> ThePotato, is
"command" actually set to anything (other than an empty
string)
L1495[16:04:53] <Wobbo> Is command not
set to the empty string?
L1496[16:05:06] <Wobbo> LOL, thats what
Lizzy asked
L1497[16:05:08] <ThePotato> doing modem
stuff
L1498[16:05:10] <ThePotato> thats a
server
L1499[16:05:22] ***
Ekoserin2 is now known as Ekoserin
L1500[16:05:26] <ThePotato> and command
is: command = tostring( message )
L1501[16:06:23] <Lizzy> #lua tostring(
nil )
L1502[16:06:23] <|0xDEADBEEF|> >
nil
L1503[16:06:26] <Lizzy> hm
L1504[16:06:35] <Lizzy> #lua tostring(
"")
L1505[16:06:38] <ThePotato> i fixed
it
L1506[16:06:40] <ThePotato> i did
L1507[16:06:45] <ThePotato> if not
command == nil then
L1508[16:06:49] <SuPeRMiNoR2> #lua
tostring(Lizzy)
L1509[16:06:50] <|0xDEADBEEF|> > Lizzy
is the best Siren and loves vifino
L1510[16:06:54] <SuPeRMiNoR2> holy
shit
L1511[16:07:04] ***
ICWiener is now known as CaptainJackHardness
L1512[16:07:06] *
Temia mumble mumble... jamitov Himem... Jerid VESA... bash
ohm...
L1513[16:07:23] *
Temia rolls over and dozes of terrible titanic puns
L1514[16:07:30] <Lizzy> #lua SuPeRMiNoR2
= "(noun) dork"
L1515[16:07:30] <|0xDEADBEEF|> >
nil
L1516[16:07:33] <Lizzy> #lua
SuPeRMiNoR2
L1517[16:07:33] <|0xDEADBEEF|> >
(noun) dork
L1518[16:08:02] <SuPeRMiNoR2> thanks
<3
L1519[16:08:09] <Lizzy> You're
welcome
L1520[16:08:11] <Wobbo> #lua
type(Lizzy)
L1521[16:08:16] <|0xDEADBEEF|> >
string
L1522[16:09:06] <gamax92> I've contacted
SolraBizna directly and mentioned the website issue to him, says
will look into it
L1523[16:11:02] <Mimiru> %update
L1524[16:11:38]
⇦ Quits: MichiBot (~lb@eos.pc-logix.com) ()
L1525[16:12:42] <vifino> #meep
L1526[16:12:47] <vifino> :(
L1527[16:12:48] <Mimiru> ¬_¬
L1528[16:12:54] <gamax92> _¬_
L1529[16:13:02] *
vifino slaps Mimiru
L1530[16:13:02] *
EnderBot2 high-fives vifino
L1531[16:13:08] <vifino> Don't you ¬_¬ me
q_q
L1532[16:13:13] <Mimiru> I didn't fucking
¬_¬ you
L1533[16:13:19] <Mimiru> [16:11:33]
* MichiBot has quit ()
L1535[16:13:23] <Mimiru> And yet to come
back.
L1536[16:13:32] <ThePotato> and no matter
what it says command not entered
L1537[16:13:35] <vifino> oh, woops.
L1538[16:13:41] *
vifino unslaps Mimiru
L1539[16:14:00] <Mimiru> ThePotato,
You... you realize that's going to run exactly once, and not wait
until it gets a message right?
L1540[16:14:13] <ThePotato> it does
wait
L1541[16:14:24] <ThePotato> cuz it replys
back to it
L1542[16:14:26] <Mimiru> Ah, I missed the
event.pull
L1543[16:14:29] <Mimiru> My bad.
L1544[16:14:35] <ThePotato> its ok
L1545[16:14:36] <Mimiru> Hey I have no
glasses ATM
L1546[16:14:38] <Mimiru> so bite me
:P
L1547[16:14:44] *
Lizzy bites Mimiru
L1548[16:14:45] <ThePotato> said its
ok...
L1549[16:14:47] <Mimiru> woo
L1550[16:14:51] <Lizzy> mmm, you taste
nice
L1551[16:14:58] *
Lizzy manically laughs
L1552[16:15:00] <vifino> o.o
L1553[16:15:07] <ThePotato> so what do i
do?
L1554[16:15:16] <Mimiru> debug
moar..?
L1555[16:15:40] *
vifino picks up Lizzy and puts her on his shoulders
L1556[16:15:42] <SuPeRMiNoR2> why does no
one bite me :/
L1557[16:15:45] <vifino> Stay.
L1558[16:15:54] <Wobbo> I get another
520…
L1559[16:16:03] *
Lizzy pouts then starts playing with vifino's hair
L1560[16:16:04] *
Wobbo bites SuPeRMiNoR2
L1561[16:16:22] <SuPeRMiNoR2>
thanks
L1562[16:16:25]
⇨ Joins: MichiBot (~lb@eos.pc-logix.com)
L1563[16:16:31] <ThePotato> got it
L1564[16:16:31] <Wobbo> yw
L1565[16:16:33] <SuPeRMiNoR2> oh my, i
just found this thing again
L1567[16:16:35] <vifino> Better than
biting people :P
L1568[16:16:39] <ThePotato> the nil thing
doenst like being alive
L1569[16:17:00] <Mimiru> dafuq
SuPeRMiNoR2... lol
L1570[16:17:09] <Mimiru> %test
L1571[16:17:09] <MichiBot> Mimiru:
Success
L1572[16:17:15] <Mimiru> %flip
SuPeRMiNoR2
L1573[16:17:15] <MichiBot> Mimiru:
(╯°□°)╯︵ⵒᴚoNıWᴚǝԀnS
L1574[16:17:19] <Ekoserin> SuPeRMiNoR2,
that's cool.
L1575[16:17:33] <SuPeRMiNoR2> indeed it
is
L1576[16:17:46] <Ekoserin> Darn PG-13
rule.
L1578[16:20:42]
⇨ Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L1579[16:21:02] <Wobbo> ThePotato: you
got your code to work yet?
L1580[16:21:15]
⇦ Quits: sciguyryan
(~sciguyrya@80-254-76-251.dynamic.swissvpn.net) ()
L1581[16:21:16]
⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
(Remote host closed the connection)
L1582[16:21:35]
⇨ Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L1583[16:22:35] <ThePotato> mostly
L1584[16:22:43] <ThePotato> having
trouble tho
L1585[16:22:57] <ThePotato> i need to be
able to split by a space and get the link
L1586[16:23:02] <ThePotato> what im doing
now is
L1587[16:23:09] <ThePotato> if command ==
"request" then
L1588[16:23:22] <ThePotato> and then link
= command:gmatch( "%S+" )
L1589[16:23:28] <ThePotato> and then
broadcasting it back
L1590[16:23:31] <ThePotato> but it doesnt
work
L1591[16:24:09] <Shuudoushi> one
sec
L1592[16:24:19] <ThePotato> wait
L1594[16:24:31] <Wobbo> try printing
instead of sending, is easier for debugging
L1595[16:24:48] <Shuudoushi> you'll have
to mod that a bit, but it's a starting point of working code
L1596[16:25:57] <ThePotato> its sending
but
L1597[16:26:06] <ThePotato> one sec
L1598[16:26:19] *
Shuudoushi pokes ThePotato.
L1599[16:26:28] <Shuudoushi> have you
looked at the linked code?
L1600[16:26:52] <ThePotato> ya
L1601[16:27:06] <Shuudoushi> mod that
code, should work fine
L1602[16:28:24] <ThePotato> unsup data
type
L1603[16:28:49] <ThePotato> wait
L1604[16:29:03] <ThePotato> got it
L1605[16:29:07] <ThePotato> forgot the []
part
L1606[16:29:13] <Shuudoushi> ...
L1607[16:29:30] <ThePotato> works
L1608[16:29:33] <ThePotato> thanks
Shuudoushi
L1609[16:29:46] *
Shuudoushi gets some extra bricks and motor for when he slams his
head into a wall...
L1610[16:29:51] <Shuudoushi> yep...
L1611[16:33:45] <ThePotato> Wobbo: btw im
broadcasting just because im makeing a server that computers can
connect to
L1612[16:33:51] <Kodos> Home again home
again jiggity jig
L1613[16:33:59] <ThePotato> Wobbo: and
run commands
L1614[16:34:09] <Shuudoushi> Kodos:
wb
L1615[16:34:17] <Wobbo> ThePotato:
Testing a server does not mean you need to use broadcasting for the
logic ;)
L1616[16:34:25] <Shuudoushi> ^
L1617[16:36:12] <ThePotato> what is the
default port for websites
L1618[16:36:14] <ThePotato> 80?
L1619[16:36:46] <SuPeRMiNoR2> http is
80
L1620[16:36:58] <ThePotato> im doing
internet.open
L1621[16:37:01] <ThePotato> so i use
80?
L1622[16:37:04] <SuPeRMiNoR2> https is
420 BLAZE Ti wait thats not right
L1623[16:37:25]
⇦ Quits: Dimitriy_
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Ping timeout: 198
seconds)
L1624[16:37:28]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1625[16:37:46] <SuPeRMiNoR2> If you are
trying to get a website, use internet.request
L1626[16:37:49] <SuPeRMiNoR2> not
open
L1627[16:38:10]
⇨ Joins: s0r00t
(~s0@AMarseille-652-1-331-222.w90-37.abo.wanadoo.fr)
L1628[16:39:01] <Shuudoushi> why is the
home dir getting deleted...
L1629[16:39:14] <Mimiru> rm -rf
/home/
L1630[16:39:21] <Shuudoushi> no...
L1631[16:39:28] <Shuudoushi> I think I
know what it is...
L1632[16:39:38] ***
Pwootage is now known as Pwootage|Off
L1633[16:39:43] <ThePotato> i get invalid
address
L1634[16:39:51] <ThePotato> does it have
to have http in it
L1635[16:40:01] <Shuudoushi> ~w
internet
L1637[16:40:09] <Shuudoushi> knock
yourself out
L1638[16:40:27] <Mimiru> ~w internet
api
L1640[16:40:32] *
Mimiru coughs
L1642[16:40:58] <Mimiru> Nah
L1643[16:41:16] <Mimiru> Thanks hexchat,
for stripping the anchor shit off the URL for me
L1644[16:41:17] <Mimiru> so handy
L1645[16:44:01] <Shuudoushi> I should
prob just overwrite 'useradd' and 'userdel' with my own stuff and
have the current stuff ran as an option or something...
L1646[16:46:06] <Kodos> I probably
shouldn't have gotten this frapp
L1647[16:46:11]
⇦ Parts: ThePotato
(webchat@68-185-232-89.dhcp.slid.la.charter.com) ())
L1648[16:46:24] <Shuudoushi> lol, I miss
read that as 'fap' XD
L1649[16:46:28] <Kodos> Lol
L1650[16:46:40] <Kodos> 52 oz Frozen
Mocha Cappuccino from the local gas station
L1651[16:46:46] <Shuudoushi> I was about
to say,'damn, you still have to fap it even on your anni?' XD
L1652[16:47:05] <Ekoserin> Isn't there a
rule against this type of discussion?
L1653[16:47:11] *
Shuudoushi already knows he's going to hell.
L1654[16:47:17] <Kodos> Indeed
L1655[16:47:22] <Ekoserin>
s/hell/Hell
L1656[16:47:22] <Kibibyte> * Shuudoushi
already knows he's going to Hell.
L1657[16:47:33] <Shuudoushi>
s/Hell/HELL
L1658[16:47:34] <Kibibyte> * Shuudoushi
already knows he's going to HELL.
L1659[16:47:35] <Kodos> My head hurts,
but I"m not sure if it's a brain freeze or if my brain is
trying to process the sudden massive intake of caffeine
L1660[16:47:41] <Temia> I wish there was
more levels of user access.
L1661[16:47:43] <Mimiru>
s/HELL/HEIL
L1662[16:47:44] <Kibibyte> * Shuudoushi
already knows he's going to HEIL.
L1663[16:47:50] <Shuudoushi> Kodos: why
not both?
L1664[16:47:51] <Kodos> s/HEIL/Hail
L1665[16:47:52] <Kibibyte> * Shuudoushi
already knows he's going to Hail.
L1666[16:47:57] <Temia> Like, you could
define that anyone could use a system but not alter or destroy
it.
L1667[16:48:01] <Temia> That'd be
super-nice.
L1668[16:48:01] ***
LordFoka- is now known as LordFokas
L1669[16:48:06] <Mimiru>
s/Hail/Hall
L1670[16:48:06] <Kibibyte> * Shuudoushi
already knows he's going to Hall.
L1671[16:48:10] <Kodos> Temia, I plan on
setting up something similar using OS Magcards
L1672[16:48:19] <Wobbo> s/Hail/Android
Hell/g
L1673[16:48:19] <Kibibyte> * Shuudoushi
already knows he's going to Android Hell.
L1674[16:48:22] <Temia> Then you could
just slap a login up and let the software handle the rest of
permissions
L1675[16:48:30]
zsh sets mode: +v on LordFokas
L1676[16:48:36] <Shuudoushi> Temia: talk
to Mimiru
L1677[16:48:39] <Temia> s/HELL/HFIL
L1678[16:48:39] <Kibibyte> * Shuudoushi
already knows he's going to HFIL.
L1679[16:48:50] <Mimiru> why am I being
talked to...?
L1680[16:48:53] <Kodos> So has anything
further been discussed on two block tall Server racks?
L1681[16:48:59] <Temia> I don't know why.
o.o
L1682[16:49:01] <Mimiru>
s/HFIL/fail
L1683[16:49:02] <Kibibyte> * Shuudoushi
already knows he's going to fail.
L1684[16:49:06] <Shuudoushi> you're the
one doing an OC security mod XD
L1685[16:49:20] <Mimiru>
Aaaaaaaaand..?
L1686[16:49:24] <Temia> ...I don't know
if that's really an OS thing >.>
L1687[16:49:37] <Temia> I'd think just
defining some basic privileges in the core OC useradd/del mechanism
would work
L1688[16:49:43] <Mimiru> ^
L1689[16:49:48] <Shuudoushi> block
destruction would be handled java/scala side
L1690[16:50:21] <Shuudoushi> Temia: I
can't make changes to the computer api which is used for
useradd/del x.x
L1691[16:50:22] <DrHoffman> Ok, so I just
broke my entire makefile to port the GBA makefile over
L1692[16:50:30] <DrHoffman> it's a good
thing they both use the same CPU :P
L1693[16:50:39] <Shuudoushi> lol
L1694[16:50:40] <Temia> ...I'm not asking
you specifically.
L1695[16:50:54] <Temia> I'm talking it'd
be nice if that was worked towards as a feature.
L1696[16:51:03] <Shuudoushi> Temia: the
computer api is defined by machine.lua btw
L1697[16:51:12] <Shuudoushi> ah, yes,
good point
L1698[16:51:28] <Wobbo> So, the first
part of my compiler is online, but it is pretty useless now
L1699[16:51:54] <Shuudoushi> Kodos:
multiblock servers would be kinda kick ass :P
L1700[16:51:55] <Temia> In fact, it
probably wouldn't be hard. Write chcomp and use the triple octal
system.
L1701[16:52:09] <Temia> Access, modify,
and ... "execute". with a pickaxe.
L1702[16:52:09] <Kodos> Thinking about
getting ARK
L1703[16:52:22] <Temia> For the owner,
registered users, and anyone else.
L1704[16:52:25] <Inari> ew ARK
L1706[16:52:40] <MichiBot> Ekoserin:
Kiefer and the Christmas Tree | length
10s | Likes:
869 Dislikes:
14 Views:
289770 | by TioVania
L1707[16:52:44] <Temia> Eh? Eh?
>.>
L1708[16:52:44] <Mimiru> Apparently Bast
runs an ark server... lol
L1709[16:52:55] <Temia> Opinions?
L1710[16:52:57] <Inari> Bast?
L1711[16:53:01] <Mimiru> my mail
server
L1712[16:53:11] <Inari> your mail server
runs an ark server?
L1713[16:53:16] <Inari> how does that
even work
L1714[16:53:25] <Inari> tcp via mail?
:P
L1715[16:53:32] <Mimiru> Bast, is the
name of the machine..?
L1716[16:53:33] <gamax92> Temia: it sorta
is already possible in OpenOS thoug
L1717[16:53:44] <Temia> To disable
breaking the computer but enable normal access?
L1718[16:53:45] <gamax92> just that, not
implemented ... TODO ^
L1719[16:53:47] <Temia> not...
really?
L1720[16:53:57] <gamax92> oh, that
L1721[16:54:19] <gamax92> I meant the
whole octal triple octal system
L1723[16:54:36] <Temia> Yeah, it'd be
nice to finish file permissions up eventually
L1724[16:54:46] <Ekoserin> I care more
about the wallpaper than I do the RAM-hogger.
L1725[16:54:56] <Temia> But I'd like to
be able to make the computer harder to just break apart.
L1726[16:55:15] <Inari> you know a game
is gonna be good when its called ShooterGame
L1727[16:55:15] <Mimiru> Ekoserin, all of
my Server wallpapers are Anime related/inspired
L1728[16:55:50] <Ekoserin> Make a 240p
wallpaper of someone jumping into a Christmas tree.
L1729[16:56:27]
⇨ Joins: Dimitriy_
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1730[16:57:06]
⇦ Quits: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Ping timeout: 202
seconds)
L1731[16:58:26] *
Temia hmms. checks danboo--NOPE.
L1732[16:58:42] <gamax92> *cough*
L1733[17:02:19] <Mimiru> %p
L1734[17:02:20] <MichiBot> Ping reply
from Mimiru 0.37s
L1735[17:02:27] <Mimiru> .p
L1736[17:02:28] <^v> Ping reply from
Mimiru 0.5s
L1737[17:02:34] <Mimiru> Hexchat says 1.2
lol
L1738[17:02:43]
⇦ Quits: Wobbo (~Wobbo@5ED58A7C.cm-7-6c.dynamic.ziggo.nl)
(Ping timeout: 206 seconds)
L1739[17:06:08] ***
Cruor is now known as Cruor|Away
L1740[17:12:10] ***
Daiyousei is now known as SleepingFairy
L1741[17:25:25] <rashy> %ping
L1742[17:25:26] <MichiBot> Ping reply
from rashy 0.33s
L1743[17:29:18] ***
Dimitriy_ is now known as Dimitriye98
L1744[17:29:27]
⇨ Joins: Rubicon
(~rubicon@adsl-108-223-128-62.dsl.rcsntx.sbcglobal.net)
L1745[17:29:46]
⇦ Quits: s0r00t
(~s0@AMarseille-652-1-331-222.w90-37.abo.wanadoo.fr) (Ping timeout:
202 seconds)
L1746[17:33:10]
⇦ Quits: Rubicon
(~rubicon@adsl-108-223-128-62.dsl.rcsntx.sbcglobal.net) (Ping
timeout: 206 seconds)
L1747[17:33:15]
⇨ Joins: s0r00t
(~s0@AMarseille-652-1-331-222.w90-37.abo.wanadoo.fr)
L1748[17:34:22]
⇨ Joins: Rubicon (~rubicon@108.223.128.62)
L1749[17:38:05]
⇦ Quits: Rubicon (~rubicon@108.223.128.62) (Ping timeout: 202
seconds)
L1750[17:48:45] *
Ekoserin baks
L1751[17:49:04] ***
Skye is now known as Skye|ZZZ
L1752[17:49:51]
⇨ Joins: Dimitriy_
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1753[17:50:34]
⇦ Quits: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error:
Connection reset by peer)
L1754[17:58:25] <DrHoffman> .p
L1755[17:58:26] <^v> Ping reply from
DrHoffman 1.06s
L1756[17:58:45]
⇦ Quits: reinei (~reinei@p5DE8BC4E.dip0.t-ipconnect.de) (Read
error: Connection reset by peer)
L1757[18:16:11] <Shuudoushi> does anyone
know how OpenOS handles how to list things? i.e. names with numbers
always come before just letters or what?
L1758[18:20:34] <Temia> I'm guessing
typical ANSI C sort order
L1759[18:20:52] <Dashkal> Yeah, I was
going to say ascending ASCII-betical order.
L1760[18:21:15] <Dashkal> In other words,
by code point ordinal value.
L1761[18:25:07] <Shuudoushi> kk
L1763[18:26:38] <Inari> looksl ike the
correct output
L1764[18:27:17] <Inari> Shuudoushi: whats
off about that?
L1765[18:27:34] <Shuudoushi> last I
checked, 100 comes after 99
L1766[18:27:37] <Shuudoushi> not
before
L1767[18:27:47] <Inari> well its not
reading numbers though
L1768[18:27:55] <Inari> 0<1<9
L1769[18:28:11] <Shuudoushi> well,
00<10<90
L1770[18:28:20] <Inari> sure
L1771[18:28:24] <Inari> but you'ren ot
doing 10 :D
L1772[18:28:43] <Inari> in that case
you'd need 009 < 099 < 100
L1773[18:28:47]
⇦ Quits: Dimitriy_
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error:
Connection reset by peer)
L1774[18:29:00]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1775[18:29:33] <Kodos> #lua return
31500000 / 200000
L1777[18:29:37] <|0xDEADBEEF|> >
157.5
L1778[18:30:00] <Dashkal> Shuudoushi: In
string land, "100" < "99" because
"1" < "9"
L1779[18:30:11] <Kodos> #lua return 157.5
* 13000
L1780[18:30:11] <|0xDEADBEEF|> >
2047500.0
L1781[18:30:17] <Shuudoushi> hmmm
L1782[18:30:31] <Shuudoushi> interesting
to say the least
L1783[18:31:03] <Inari> i guess the
current system is setup for 00 to 99
L1784[18:31:09] <Inari> so if you want
100 you need 000 to 999
L1785[18:31:16] <Shuudoushi> yeah
L1786[18:31:40] <Shuudoushi> I'll just
use 'z' for what I need to get done lol
L1787[18:32:01] <Inari> or that
L1788[18:32:30] <Shuudoushi> (this info
was for bettering my login script which is in /boot)
L1789[18:32:53] <Shuudoushi> and as far
as I can tell, 'Z' always comes before 'z' as far as OC cares
L1790[18:33:08] <Dashkal> It should.
Capital letters come before lower case in ASCII
L1791[18:33:18] <Dashkal> (And UTF-8 is a
superset of 7 bit ASCII)
L1793[18:33:48] <Shuudoushi> you never
know what kind of screwy shit people will do to things lol
L1794[18:35:16] <Dashkal> That'll give
you the order for anything in ASCII. Stuff later in unicode is
handled the same way, every character has a code point, which can
be read as a number. Sort in ascending order lexicographically
(first to first, second to second, third to third, etc)
L1795[18:36:02] <Shuudoushi> cool,
thanks
L1796[18:36:37] *
Shuudoushi is tempted to do something screwy now
>.>
L1797[18:37:50]
⇦ Quits: samrg472 (~deathcraz@I.got.g-lined.cu.cc) (Ping
timeout: 378 seconds)
L1798[18:38:10] <Ekoserin> Screw a
screw?
L1799[18:39:21] <Shuudoushi> lol
L1800[18:39:41] ***
cbcercas is now known as cbcercas|AFK
L1801[18:40:39]
⇨ Joins: samrg472
(~deathcraz@I.got.g-lined.cu.cc)
L1802[18:47:37]
⇦ Quits: Nathan1852
(~Nathan185@p5DC11865.dip0.t-ipconnect.de) (Ping timeout: 202
seconds)
L1803[18:49:00] <Temia> That's lewd, not
screwy `-`
L1804[18:49:55] <Ekoserin> Screw you :P
(Kidding, of course.)
L1805[18:50:55]
⇦ Quits: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error:
Connection reset by peer)
L1806[18:51:53]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1807[18:52:07] <DrHoffman> .p
L1808[18:52:08] <^v> Ping reply from
DrHoffman 0.95s
L1809[18:52:35] <Temia> leeeewd
L1810[18:52:40]
⇨ Joins: VikeStep (~VikeStep@101.184.77.101)
L1811[18:56:31] <DrHoffman> Welp, just
found and fixed another CPU bug.
L1812[18:56:56] <DrHoffman> strb and ldrb
acted like the little endian version instead of the big endian
version
L1813[18:57:20] <DrHoffman> But now
because of that fix my shell is almost working
L1814[18:57:33] <DrHoffman> well...
crappy shell
L1815[19:00:29] <AlmtyBob> How practical
is OC for making a robot quarry?
L1816[19:00:40] <AlmtyBob> Do robots use
up durability on tools?
L1817[19:00:52] <Starhero-MC> I would
hope so...
L1818[19:00:56] <Starhero-MC> stupid if
not.
L1819[19:01:08] <AlmtyBob> CC turtles
don't, and it's not stupid, just different
L1820[19:01:17] <Starhero-MC> No its just
easy mode.
L1821[19:01:30] <Starhero-MC> If you want
easy mode ,stay with "that mod"
L1822[19:01:55] <AlmtyBob> Hey, why are
you being such a complete douche?
L1823[19:02:02] <AlmtyBob> I didn't say
it was better, I just asked.
L1824[19:02:15] <AlmtyBob> I did say it's
not stupid, because it's not, it's different. Don't be so stuck up
over a mod
L1825[19:03:05] <Starhero-MC> You'll find
I am not the only one that is about CC.
L1826[19:03:22] <AlmtyBob> Sure, but you
can be "about CC" without being a dick
L1827[19:03:24] ***
Cranium is now known as Cranium[Away]
L1828[19:03:40] <AlmtyBob> Besides, lua
is easy mode. Forth forever!
L1829[19:04:14]
⇨ Joins: Kelsic
(webchat@dynamic-acs-24-112-175-245.zoominternet.net)
L1830[19:04:35] <gamax92> AlmtyBob: To
answer your question, yeah you can use a robot to make a quarry,
and yes robots do use up tool durability
L1831[19:04:40] <AlmtyBob> thanks
L1832[19:04:46] <Temia> I still have a
hard time wrapping my head around Forth's structure even with
explanations.
L1833[19:05:09] <Starhero-MC> Temia,
nedo?
L1834[19:05:13] <Temia> Yeah .-.
L1835[19:05:18] <Starhero-MC> yeah i have
yet to try it.
L1836[19:05:20] <Kelsic> its the revierse
polish notation
L1837[19:05:20] <AlmtyBob> temia:
basically just have to do a few tutorials until it
"clicks"
L1838[19:05:37] <Temia> I suppose. It
just feels weird -- I'm not used to thinking about the callstack so
directly.
L1839[19:05:53] <DrHoffman> #lua
("\n"):byte()
L1840[19:05:53] <|0xDEADBEEF|> >
10
L1841[19:05:55] <Temia> and in such an
unorthodox manner.
L1842[19:05:58] <Starhero-MC> oooOO,
thats how you program in it?
L1843[19:05:58] <DrHoffman> huh
L1844[19:06:04] *
Starhero-MC makes a nedo computer.
L1845[19:06:20] <Starhero-MC> Have always
wanted to deal with the stack directly...
L1846[19:06:27] <gamax92> I would like
Nedo except it's architecture isn't documented and I tried to look
at it's source code, but the functions that are related to
architecture are bleh
L1847[19:06:33] <CompanionCube> Forth is
easy mode. x86 Assembly forever.
L1848[19:06:50] <gamax92> not to mention
since it's not a standard architecture I can't use normal standard
tools to write code for it
L1849[19:07:00] <Temia> x86 assembly is
easy mode. PDP-10 punchcards forever
L1850[19:07:07] <Starhero-MC>
CompanionCube, I tried understanding asm...i;ll go back in a few
years.
L1851[19:07:21] <DrHoffman> #lua
string.format("%q","\13")
L1852[19:07:21] <|0xDEADBEEF|> >
"\13"
L1853[19:07:25] <DrHoffman> huh
L1854[19:07:38] <Starhero-MC> AlmtyBob,
forgive my additude from before, nothing personal.
L1855[19:07:39] <gamax92> you okay there
DrHoffman?
L1857[19:07:40] <MichiBot> XKCD Comic
Name: Real Programmers Posted on: 2/1/2008
L1858[19:07:50] <DrHoffman> gamax92:
yes
L1859[19:07:56] <DrHoffman> just enjoying
my cranberries
L1860[19:07:58] <AlmtyBob> Starhero-MC:
np, I'm a bit short today too
L1861[19:08:18] <gamax92> Alright, I'm
going to go lounge in the jello room
L1862[19:08:19] <DrHoffman> I pressed
enter and OC gave me 13 as the keycode
L1863[19:08:22] <Starhero-MC> yeah i am
dealing with about billion flies in my house...fruitflys/drain
flys...i am very short
L1864[19:08:25] <DrHoffman> what the fuck
is 13, it's not 10
L1865[19:08:30] <DrHoffman> #lua
string.format("%q","\r")
L1866[19:08:30] <|0xDEADBEEF|> >
"\13"
L1867[19:08:30] <AlmtyBob> hahaha! same
here Starhero-MC
L1868[19:08:32] <DrHoffman> OH
L1869[19:08:37] <AlmtyBob> I have no idea
where they're coming from
L1870[19:08:40] <DrHoffman> I know what
I'm fucking doing
L1871[19:08:42] <Starhero-MC> the
drain
L1872[19:08:50] <AlmtyBob> I have to take
my trash out everyday
L1873[19:08:50] <Starhero-MC> all rotting
fruit.
L1874[19:08:55] <Starhero-MC> small ass
flys right?
L1875[19:08:58] <AlmtyBob> yup
L1876[19:12:47] <DrHoffman> ( ͡^ ͜ʖ
͡^)
L1877[19:12:53] <DrHoffman> I can launch
any elf I want now
L1878[19:14:09] <gamax92> DrHoffman: but
can you launch dol's
L1879[19:14:59] <DrHoffman> .
L1880[19:15:04] <vifino> DrHoffman:
looniiicks
L1881[19:15:21] <vifino> DrHoffman:
port/compile UNIX V1 on it :D
L1882[19:15:25] <DrHoffman> No.
L1883[19:15:29] <vifino> :(
L1884[19:15:48] <vifino> DrHoffman:
what's it's target triple?
L1885[19:15:51] <DrHoffman> I've said no
to the past n people
L1886[19:15:56] <DrHoffman> vifino:
arm-none-eabi.
L1887[19:16:30] <vifino> DrHoffman:
standart stuff or custom things?
L1888[19:17:10] <DrHoffman> You can use C
standard stuff like string.h, but you have to use custom things to
actually interface with components etc...
L1889[19:17:11] <Inari> *standard
L1890[19:17:28] <gamax92>
**standart
L1891[19:17:40] <DrHoffman> HOLY FUCKING
SHIT
L1892[19:17:41] <vifino>
**idontgiveadamn
L1893[19:17:46] <gamax92> vifino is
asking if we can use libStandArt
L1894[19:17:47] <DrHoffman> I can launch
init.elf inside init.elf
L1895[19:17:53] <gamax92> DrHoffman:
wooooo
L1896[19:17:58] <DrHoffman>
Amazing.
L1897[19:18:13] <DrHoffman> It probably
runs because it sets up the MMU again to an identity mapping
L1898[19:18:26] <DrHoffman> but I can run
an elf and another elf back to back
L1899[19:18:28] <DrHoffman>
:DDDDDDDD
L1900[19:18:37] <DrHoffman> I"VE
BEEN WORKING ON THIS SHIT ALL DAY :DDDDDD
L1901[19:18:58] <vifino> DrHoffman: Can I
help you with the os?
L1902[19:19:07] <vifino> Or can I help
you at all?
L1903[19:19:21] <DrHoffman> Probably not,
it's a LOT of Arm specific stuff
L1904[19:19:26] <vifino> :(
L1905[19:19:33] <DrHoffman> It's a
miracle the ELF bootstrap even works
L1906[19:19:41] <vifino> I really want to
help you though :(
L1907[19:19:58]
⇨ Joins: WireWulf
(~SageKitsu@2602:306:ce4f:a280:5c88:692b:aab0:947c)
L1908[19:20:07] *
DrHoffman throws a snippet of filesystem.c at vifino
L1909[19:20:23] *
vifino throws help at DrHoffman
L1910[19:22:32]
⇦ Quits: black3agl3 (~black3agl@197.225.192.153) (Read error:
Connection reset by peer)
L1912[19:28:00] ***
WireWulf is now known as SageKitsune
L1913[19:33:16] ***
alekso56 is now known as alekso56_off
L1914[19:38:40]
⇦ Quits: Something12
(~Something@S010634bdfa9eca7b.vs.shawcable.net) (Read error:
Connection reset by peer)
L1915[19:41:52] <Ekoserin> I wish I had
luck manipulation in real life.
L1916[19:42:44] ***
Pwootage|Off is now known as Pwootage
L1917[19:43:14]
⇦ Quits: Ditchbuster
(~Ditchbust@2601:280:4402:426c:d987:101a:3431:87c) (Ping timeout:
202 seconds)
L1918[19:44:48]
⇨ Joins: Ditchbuster
(~Ditchbust@2601:280:4402:426c:a5ff:ebfd:7599:5193)
L1919[19:48:22] ***
Cranium[Away] is now known as Cranium
L1920[19:51:41]
⇨ Joins: marcin212_
(~marcin212@aadb1.neoplus.adsl.tpnet.pl)
L1921[19:53:16] *
Ekoserin makes a weird sloth sound
L1922[19:54:26]
⇦ Quits: marcin212 (~marcin212@aele1.neoplus.adsl.tpnet.pl)
(Ping timeout: 202 seconds)
L1923[19:54:29] <vifino> Anyone using
syslog-ng?
L1924[19:54:43] <vifino> Anybody else
tired of it's shitty config format?
L1925[19:57:44] ***
Pwootage is now known as Pwootage|Off
L1927[19:59:33] <MichiBot> Ekoserin:
Horse makes a strange noise | length
20s | Likes:
76 Dislikes:
0 Views:
10879 | by virax
L1928[20:09:01]
⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
(Remote host closed the connection)
L1929[20:09:23]
⇨ Joins: Starhero-MC
(~EiraIRC@24-113-128-11.wavecable.com)
L1930[20:12:27] ***
Ekoserin is now known as Ekoserin|Off
L1931[20:13:53] *
Temia hmms.
L1932[20:14:16] <Temia> Mess around with
coding a gopher client, mess around with OSG, mess around in
Blender, or mess around in my sketchbook...
L1933[20:14:19] <Temia> What a tough
choice
L1934[20:14:34] <gamax92>
sketchbook
L1935[20:17:36]
⇦ Quits: s0r00t
(~s0@AMarseille-652-1-331-222.w90-37.abo.wanadoo.fr) (Remote host
closed the connection)
L1936[20:18:02] ***
Magik6k is now known as Magik6k|off
L1937[20:20:36]
⇦ Quits: TotallyNotKatie (TotallyNot@mail.pc-logix.com) (Read
error: Connection reset by peer)
L1938[20:20:36]
⇦ Quits: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error:
Connection reset by peer)
L1939[20:21:55]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1940[20:24:24] <SageKitsune> I wish I
had good status in real life :P
L1941[20:24:37] <SageKitsune> *stats
even
L1942[20:24:45] <SageKitsune> I wanna
rerole
L1943[20:25:28] <Temia> Sorry, life is
3d6 in order
L1944[20:26:20] <SageKitsune> mine tends
to be a bag of d4's under the foot
L1945[20:32:29]
⇦ Quits: iceman11a
(icemna11a@cpe-74-141-48-157.neo.res.rr.com) (Ping timeout: 206
seconds)
L1946[20:33:27]
⇨ Joins: iceman11a
(icemna11a@cpe-74-141-48-157.neo.res.rr.com)
L1947[20:40:35] <Kelsic> can you overload
funcitons i.e. same function name differant number of
options?
L1948[20:41:07] <Kelsic> guess I could
look it up in lua docs lol
L1949[20:42:28] <gamax92> Kelsic: it
would basically just be the same function but with argument
checking
L1950[20:44:23] <Kelsic> true but then I
would have to do the checking lol
L1951[20:44:43]
⇦ Quits: primetoxinz
(~primetoxi@ip68-107-226-229.hr.hr.cox.net) (Ping timeout: 189
seconds)
L1952[20:45:02] <Kelsic> np got it
figured thanks for the response
L1953[20:45:51] <Kelsic> been 4 or 5
years sense I did much programing having to get back my mojo a
little
L1954[20:48:34]
⇦ Quits: Starhero-MC (~EiraIRC@24-113-128-11.wavecable.com)
(Ping timeout: 202 seconds)
L1955[20:58:09] <Izaya> ... right, none
of Ted's World Gen Mods do what I need
L1956[20:58:58] <DrHoffman> ...fixed a
cpu bug where 1 < 2 evaluated to false.
L1957[20:59:09] <DrHoffman> I'm so
fucking done lol
L1958[20:59:57] <Izaya> what mods allow
choosing biomes to generate?
L1959[21:01:04]
⇨ Joins: primetoxinz
(~primetoxi@ip68-107-226-229.hr.hr.cox.net)
L1960[21:12:59] *
Ekoserin|Off yams
L1961[21:13:32]
⇦ Quits: AlmtyBob (AlmtyBob@ip72-199-146-205.sd.sd.cox.net)
()
L1962[21:18:02] <gamax92> DrHoffman: but
1 isn't smaller than 2, what are you talking about!
L1963[21:22:27]
⇨ Joins: Solarstrike (~Solarstri@71.21.85.124)
L1964[21:22:49]
⇨ Joins: Devoenix
(~Devoenix@cpe-70-119-108-122.tx.res.rr.com)
L1965[21:24:05]
⇨ Joins: Something12
(~Something@S010634bdfa9eca7b.vs.shawcable.net)
L1966[21:26:34]
⇦ Quits: Solarstrike (~Solarstri@71.21.85.124) (Client
Quit)
L1967[21:28:05] <Ekoserin|Off> I have
hairy knees.
L1968[21:39:11]
⇨ Joins: Xilandro
(~Kodos@2602:306:ce20:6c30:c1eb:e10b:f346:5f79)
L1969[21:39:11]
zsh sets mode: +v on Xilandro
L1970[21:41:18]
⇦ Quits: Kodos
(~Kodos@2602:306:ce20:6c30:c1eb:e10b:f346:5f79) (Ping timeout: 202
seconds)
L1971[21:49:47]
⇨ Joins: ThePotato
(webchat@68-185-232-89.dhcp.slid.la.charter.com)
L1972[21:51:05] <ThePotato> Sangar: you
there?
L1973[21:52:41] <ThePotato> is there
anyone that can get ahold of sangar?
L1974[21:52:48] <Ekoserin|Off> ~oc custom
os
L1976[21:53:08]
⇦ Parts: Devoenix
(~Devoenix@cpe-70-119-108-122.tx.res.rr.com)
(Leaving))
L1977[21:53:10] <dangranos> ThePotato,
why?
L1978[21:53:29] <ThePotato> dangranos: I
would like to request a feature
L1979[21:54:11] <ThePotato> ~oc
modem
L1981[21:54:24] <ThePotato> nice
L1982[21:54:29] <ThePotato> ~w
internet
L1984[21:54:33] <ThePotato> hmm
L1985[21:54:34] <ThePotato> !help
L1986[21:54:39] <ThePotato> oh shit
L1987[21:55:12] <ThePotato> dangranos:
can you help me with this?
L1988[21:55:37] <dangranos> github
L1989[21:56:08] <ThePotato> wut
L1990[21:56:13] <ThePotato> ~oc
source
L1992[21:56:19] <ThePotato> ~oc
github
L1994[21:56:25] <ThePotato> hmm
L1995[21:56:40] <Xilandro> Fucking shitty
ass moron fucking bank teller
L1996[21:56:46] ***
Xilandro is now known as Kodos
L1997[21:56:56] <ThePotato> damn what
happend Kodos
L1999[21:57:00] <Kodos> Put my fucking 76
dollar deposit into the wrong fucking account
L2000[21:57:19] <Kodos> Do you know how
fucking embarassing it is to have a cart full of shit at walmart
and have your card declined
L2001[21:57:26] <Kodos> ANd have to just
leave it'
L2002[21:57:37] <ThePotato> damn
L2003[22:00:39] <ThePotato> aint that
some shit
L2004[22:00:56] <ThePotato> at least
people here are nicer than #computercraft people are
L2005[22:01:02] <Kodos> Yup
L2006[22:01:05] <ThePotato> those poeple
are assholes
L2007[22:01:08] <Kodos> Indeed.
L2008[22:01:10] <Ekoserin|Off> Are
they..?
L2009[22:01:19] <ThePotato> ya found this
out a while a go
L2010[22:01:24] <ThePotato> ago*
L2011[22:01:30] <dangranos> eh, i'm on
#computercraft only to get peoples move on to OC
L2012[22:01:32] <ThePotato> try and get
some help over there
L2013[22:02:05] <ThePotato> how to render
to screen in oc?
L2014[22:02:07] <dangranos> they will
either ignore or laught you up and ingnore
L2015[22:02:15] <ThePotato> like a
touchscreen
L2016[22:02:16] <dangranos> ThePotato,
component.gpu
L2017[22:02:22] <dangranos> eh,
what?
L2018[22:02:26] <ThePotato> ~oc gpu
L2020[22:02:57] <dangranos> btw, DO NOT
******** HARDCODE GUI FOR MAX RESOLUTION IN PROGRAMS
L2021[22:03:15] <ThePotato> what?
L2022[22:03:19] <Ekoserin|Off> Dangranos,
do not use any of my programs
L2023[22:03:26] <dangranos> Ekoserin|Off,
noted
L2024[22:03:46] <Kodos> Is there a way to
check the tier of a- I guess getMaxResolution would wor
L2025[22:03:46] <Kodos> k
L2026[22:03:55] <Kodos> I'm just gonna go
sulk in a corner and play MC
L2027[22:04:10] <ThePotato> i wan someone
to play with with oc
L2028[22:04:16] <ThePotato> is there a
tut map?
L2029[22:04:23] <ThePotato> just to get
skills better
L2030[22:04:43] <Ekoserin|Off> "with
with"
L2031[22:04:54] <ThePotato> with,
with*
L2032[22:05:00] <Kodos> Missing a comma,
but it makes se- yeah
L2033[22:05:14] <Ekoserin|Off> English is
tough, but can be understood through tough thorough thought.
L2034[22:05:26] <ThePotato> lol
L2035[22:05:44] <ThePotato> fml mc froze
>:(
L2036[22:05:45] <Kodos> Forgot your
commas
L2037[22:06:56] *
Ekoserin|Off baks
L2038[22:07:23] <ThePotato> can i display
a webpage in oc?
L2039[22:07:27] <ThePotato> like a
webbrowser
L2040[22:07:28] <Kodos> No.
L2041[22:07:37] <Kodos> Well
L2042[22:07:40] <ThePotato> there
is
L2043[22:07:41] <ThePotato> ya
L2044[22:07:42] <Kodos> Depends on what
sort of webpage
L2045[22:07:56] <Kodos> If it's
plaintext, there's a way you could do it
L2046[22:07:59] <ThePotato> just
basically remake html and have it read
L2047[22:08:00] <Ekoserin|Off> I suppose
technically you could, but it would be the worst thing you'd ever
use, and complete hell to develop.
L2048[22:08:19]
⇦ Quits: Lathanael|Away
(~Lathanael@p549719FE.dip0.t-ipconnect.de) (Ping timeout: 189
seconds)
L2049[22:09:30] <Temia> This is why I was
considering making a Gopher client instead.
L2050[22:09:35] <ThePotato> ~oc
robots
L2052[22:09:42] <Temia> Much more within
OC's capabilities.
L2053[22:10:23] <Kodos> Fuck yeah, both
Mekanism blocks I wanted cCR on has it now and works
L2054[22:10:29]
⇨ Joins: AlmtyBob
(AlmtyBob@ip72-199-146-205.sd.sd.cox.net)
L2055[22:11:20] <Ekoserin|Off> Mac OS X
Jaguar used Internet Explorer.
L2056[22:11:35]
⇨ Joins: Lathanael|Away
(~Lathanael@p54970D12.dip0.t-ipconnect.de)
L2057[22:11:48] <ThePotato> how do i make
the resolution bigger but not have the font garbled
L2058[22:12:11] <Kodos> Garbled?
L2059[22:12:13] <Kodos> Got a
screenshot?
L2060[22:12:23] <Ekoserin|Off> High
resolution should not garble text. I think it's too big for your
monitor to display.
L2061[22:13:04] <ThePotato> is it res w
h
L2062[22:13:16] <Ekoserin|Off>
Yeah.
L2063[22:13:54] <ThePotato> its not doing
it anymore one sec
L2064[22:14:33] <ThePotato> trying to
make it go across the screen
L2065[22:14:37] <ThePotato> but
unable
L2067[22:16:14] <ThePotato> lol
L2068[22:16:25] <Ekoserin|Off> What the
hell?
L2069[22:16:27] <ThePotato> my brother
mustve been on
L2070[22:16:37] <progwml6> lmao
L2071[22:16:38] <ThePotato> 16 xD
L2072[22:16:42] <Kodos> !kick ThePotato
Don't link Redtube here.
L2073[22:16:43] ***
ThePotato was kicked by zsh ((Kodos) Don't link Redtube
here.))
L2074[22:16:53]
⇨ Joins: ThePotato
(webchat@68-185-232-89.dhcp.slid.la.charter.com)
L2075[22:16:58] <Kodos> Do that again,
and it's a ban
L2076[22:17:02] <Kodos> Go read out
rules, linked in the topic
L2077[22:17:06] <Kodos> our*
L2078[22:17:07] <ThePotato> it was an
accident i was supposed to be pasting a prntscreen
L2080[22:17:18] <ThePotato> thats what
was supposed to be pasted
L2081[22:17:18] <Ekoserin|Off> Check your
clipboard.
L2082[22:17:26] <ThePotato> lelelel
L2083[22:17:28] <ThePotato> sorry
L2084[22:17:38] <Kodos> What's the max
resolution of your computer monitor
L2085[22:17:41] <Kodos> RL
Computer,
L2086[22:17:49] <ThePotato>
1366x768
L2087[22:17:49] <Ekoserin|Off> ThePotato,
the resolution is too high for your real display.
L2088[22:18:16] <ThePotato> damn
L2089[22:18:47] <ThePotato> and Kodos,
that wasnt supposed to happend didnt know that was copied from my
bro
L2090[22:18:50] <Ekoserin|Off> Tell your
brother to clear his clipboard after a session.
L2091[22:18:56] <ThePotato> leeel
L2092[22:19:10] <Kodos> I'll give you the
benefit of the doubt, but between the fact that you said lol
straight after, and keep saying lel, makes me wonder.
L2093[22:19:29] <Kodos> Most people who
accidentally link porn in a PG-13 channel don't laugh about
it
L2094[22:19:39] <ThePotato> cuz its
unexpected and didnt know about it
L2095[22:19:52] <ThePotato> suprise you
have porn attached to your clipboard
L2096[22:20:13] <DrHoffman> .p
L2097[22:20:14] <^v> Ping reply from
DrHoffman 0.44s
L2098[22:21:33] <ThePotato> how do i use
the irc floppy
L2099[22:22:28] <Ekoserin|Off> What do
you think?
L2100[22:22:45] <ThePotato> idk never
used a floppy except for the open os
L2101[22:22:47] <ThePotato> is it an
os?
L2102[22:23:02] <Kodos> It's a program,
you run it.
L2103[22:23:09] <ThePotato> idk how
tho
L2104[22:23:11] <Ekoserin|Off> Dude,
you're using IRC right now.
L2105[22:23:18] <Kodos> Eko, he's on
Webchat
L2106[22:23:21] <ThePotato> no in
game
L2107[22:23:31] <Kodos> He said irc
floppy
L2108[22:23:34] <Ekoserin|Off> In-game
IRC is a program allowing you to use IRC.
L2109[22:23:40] <ThePotato> idk how to
run it
L2110[22:23:48] <ThePotato> just type irc
in the terminal
L2111[22:24:44] <Ekoserin|Off> Pretty
much. If that doesn't work, refer to its location. For example, if
it's on FFE: "mnt/ffe/irc.lua"
L2112[22:25:23]
⇨ Joins: marcin212
(~marcin212@amz49.neoplus.adsl.tpnet.pl)
L2113[22:25:29] <Ekoserin|Off> Hi
there.
L2114[22:27:02]
⇦ Quits: marcin212_ (~marcin212@aadb1.neoplus.adsl.tpnet.pl)
(Ping timeout: 202 seconds)
L2115[22:27:17] <Ekoserin|Off> Bye,
alternate.
L2116[22:27:32] <dangranos> ThePotato,
next time please check what you pasted after you (duh) paste
L2117[22:27:39] <ThePotato> ok
L2118[22:27:58] <ThePotato> whats the
server ip/port
L2119[22:28:25]
⇦ Quits: Izaya (~Izaya@210.1.213.55) (Quit:
Sayonara)
L2120[22:28:41] <Ekoserin|Off> I thought
it defaults to esper.net.
L2121[22:29:05] <ThePotato> it does just
found out those are optional
L2122[22:29:07]
⇨ Joins: Izaya (~ShadowKat@210.1.213.55)
L2123[22:29:43]
⇨ Joins: ThePotato-1
(~thepotato@68-185-232-89.dhcp.slid.la.charter.com)
L2124[22:29:52] <ThePotato-1> lelelel
:D
L2125[22:29:56] <ThePotato-1> thats
fast
L2126[22:30:05]
⇦ Quits: ThePotato-1
(~thepotato@68-185-232-89.dhcp.slid.la.charter.com) (Client
Quit)
L2127[22:30:36]
⇨ Joins: Something12_
(~Something@S010634bdfa9eca7b.vs.shawcable.net)
L2128[22:30:44] <Ekoserin|Off> Hi
there.
L2129[22:30:55]
⇨ Joins: ThePotato-1
(~thepotato@68-185-232-89.dhcp.slid.la.charter.com)
L2130[22:31:03] <ThePotato-1> this is
pretty cool
L2131[22:31:13] <Ekoserin|Off> Eh, not
really.
L2132[22:31:20] <Izaya> Know what's nice
about running a server off a flash drive?
L2133[22:31:22] <ThePotato-1> its really
complicated if you read the code
L2134[22:31:41] <Izaya> To back up, you
can just plug it into another computer and dd if=/dev/sdc
of=backup.img
L2135[22:31:58] <ThePotato-1> that sounds
kinda cool to do
L2136[22:32:18] <Izaya> of course,
because it runs off a flash drive, the performance is more terrible
than usual
L2137[22:32:30] <Izaya> hence why I'm
transferring it to another flash drive today
L2138[22:32:57] <ThePotato-1> .p
L2139[22:32:58] <^v> Ping reply from
ThePotato-1 0.85s
L2140[22:33:06]
⇦ Quits: Something12
(~Something@S010634bdfa9eca7b.vs.shawcable.net) (Ping timeout: 202
seconds)
L2141[22:33:14] <ThePotato-1> exit
L2142[22:33:23] <ThePotato-1> whats the
command to exit
L2143[22:33:31]
⇦ Quits: ThePotato-1
(~thepotato@68-185-232-89.dhcp.slid.la.charter.com) (Client
Quit)
L2144[22:33:35] <Kodos> That one
L2145[22:33:37] <ThePotato> got it
L2146[22:34:38] <ThePotato> are drones
not implemented?
L2147[22:34:46]
⇦ Quits: marcin212 (~marcin212@amz49.neoplus.adsl.tpnet.pl)
(Quit: Leaving)
L2148[22:35:15]
⇦ Quits: PotatoSleep (Potato@elitebnc6-2.clients.libirc.so)
(Ping timeout: 189 seconds)
L2149[22:35:32] <Kodos> They are
L2150[22:35:39] <Izaya> drones are
exactly as what they're meant to be
L2151[22:35:50] <ThePotato> how do i get
one in c menu
L2152[22:36:07] <Izaya> c menu?
L2153[22:36:12] <ThePotato> creative
menu
L2154[22:36:16] <ThePotato> and
#glitched
L2156[22:36:48] <Kodos> You want the
creaticopter or something
L2157[22:37:12] <ThePotato> no such
item
L2158[22:37:13] <Kodos> MC 1.8?
L2159[22:37:16] <ThePotato> yea
L2160[22:37:22] <Kodos> Update OC, that
texture bug's been fixed
L2161[22:37:33] <ThePotato> im newest
version
L2162[22:37:43] <Kodos> Filename
please?
L2163[22:37:55] <ThePotato>
1.5.14.32
L2164[22:39:44] <Kodos> Try grabbing the
latest dev from the jenkins
L2165[22:39:57] <Kodos> .jenkins
OpenComputers 1.8
L2167[22:40:09] <Kodos> err
L2168[22:40:19] <Kodos> Not that
one
L2169[22:40:20] <Kodos> Silly bot
L2171[22:40:36] <Kodos> Click that
L2173[22:40:55] <dangranos> though you
can use chat too
L2174[22:40:55] <Kodos> dangranos, there
was an open one for that already
L2175[22:41:08] <dangranos> Kodos, that's
why i said part about searching
L2176[22:42:15] <Kodos> #lua return 96000
/ 2
L2177[22:42:19] <|0xDEADBEEF|> >
48000.0
L2178[22:42:27] <Kodos> Okay, nevermind
then
L2179[22:42:37] <ThePotato> how do i
default the res. of a server
L2180[22:43:12]
⇨ Joins: PotatoTrumpet
(Potato@elitebnc6-2.clients.libirc.so)
L2181[22:43:24] <ThePotato> anyone?
L2182[22:44:54] <Temia> erk.
L2183[22:44:57] <Temia> @catboys_bot is
too cute. I am dying.
L2184[22:45:02] *
Temia flop. ded.
L2185[22:45:17] <gamax92> Welp, off to
the incinerator she goes
L2186[22:45:25] <Temia> ;_;
L2187[22:45:34] <dangranos> ThePotato,
make an autorun script
L2188[22:45:36] <gamax92> oh, you're not
dead
L2189[22:45:51] <ThePotato> sadly im new
to this so idk how
L2190[22:46:34] <dangranos> you can: use
that autoload/autorun.lua (forgot which), rc.d (though that one
would be trickier)
L2191[22:46:56] <Ekoserin|Off>
autorun.lua
L2192[22:47:10] <gamax92> it's so nice
and cool here <3
L2193[22:47:25] <gamax92> I don't feel
like I'm in an incinerator
L2194[22:47:28] <Izaya> it's too cold
D:
L2195[22:47:34] <Ekoserin|Off> Too
warm.
L2196[22:47:41] <gamax92> Izaya: I will
gladly take your winter from you
L2197[22:48:03] <Ekoserin|Off> I used to
think <3 was a face.
L2198[22:48:09] <gamax92> it is
L2199[22:48:27] <gamax92> the < is the
mouth and the 3 is the mustache
L2200[22:49:06] <Ekoserin|Off> No, the
< is the eyes and the 3 is the mouth.
L2201[22:51:40] <Kodos> In the config,
what's the difference between EEPROM Data size, and EEPROM
Size
L2202[22:52:11] <Ekoserin|Off> I keep
forgetting Kodos isn't Sangar.
L2203[22:52:20] <gamax92> Kodos: eeprom's
have three storage locations, a code section, a data section, and
the label
L2204[22:53:02] <gamax92> code section is
what machine.lua boots, data section is just whatever the eeprom
uses it for, Lua BIOS uses it to store the boot address
L2205[22:53:24] <Ekoserin|Off> Wait, you
can store data on the EEPROM besides code?
L2206[22:53:39] <gamax92> yeah but it's
only like a 256 byte section by default iirc
L2207[22:53:55] <Kodos> That's
correct
L2208[22:54:19] <Ekoserin|Off> Is that
large enough to store a sentence?
L2209[22:54:34] <gamax92> #lua
#"No."
L2210[22:54:35] <|0xDEADBEEF|> >
3
L2211[22:54:37] <gamax92> Yes
L2212[22:54:58] <Ekoserin|Off> Uh?
L2213[22:58:29] <Kodos> Who was bitching
the other day about the fact that things like touch events had the
username as part of the event signal
L2214[22:59:18] <gamax92> lol, but that's
configurable though ...
L2215[22:59:25] <Kodos> Yeah, was gonna
bring that up lol
L2216[22:59:52] <Ekoserin|Off> So how do
I write to EEPROM data?
L2217[23:00:14] <gamax92> it's like
getData and setData iirc
L2218[23:00:16] <gamax92> ~w eeprom
L2220[23:00:19] <dangranos> ^
L2221[23:01:12] <Ekoserin|Off> I can do
this within the EEPROM with component.invoke, correct?
L2222[23:02:09]
⇦ Quits: primetoxinz
(~primetoxi@ip68-107-226-229.hr.hr.cox.net) (Ping timeout: 198
seconds)
L2223[23:02:56] <Kodos> Someone make me a
Binary LED Display component
L2224[23:05:40] <PotatoTrumpet>
Goooooooooood morning
L2225[23:05:51] <Ekoserin|Off> It's
midnight where I am.
L2226[23:06:22] <Kodos> Time is
irrelevant for me, polyphasic sleep schedule
L2227[23:07:26]
⇨ Joins: SoraFirestorm
(~EiraIRC@131-191-86-130.as.clicknet.org)
L2229[23:07:39] <gamax92> it's like 11pm
where PotatoTrumpet is
L2230[23:07:56]
⇦ Quits: SoraFirestorm
(~EiraIRC@131-191-86-130.as.clicknet.org) (Remote host closed the
connection)
L2231[23:09:52] <Ekoserin|Off> So, uh,
how do I listen for keypresses in EEPROM?
L2232[23:10:17] <gamax92>
computer.pullEvent
L2233[23:10:30] <Ekoserin|Off> ~oc
computer
L2235[23:10:47] <gamax92> ~w computer
api
L2237[23:11:03] <gamax92> oh
L2238[23:11:07] <gamax92> Ekoserin|Off:
pullSignal
L2239[23:11:17] <Ekoserin|Off> Close
enough.
L2240[23:13:23] <gamax92> good typo
ReactOS devs, "DIKPART"
L2241[23:14:36] <Ekoserin|Off> Need a
diagram?
L2242[23:15:58]
⇦ Quits: PotatoTrumpet (Potato@elitebnc6-2.clients.libirc.so)
(Ping timeout: 186 seconds)
L2243[23:16:04]
⇦ Quits: ThePotato
(webchat@68-185-232-89.dhcp.slid.la.charter.com) (Ping timeout: 204
seconds)
L2244[23:16:09]
⇨ Joins: primetoxinz
(~primetoxi@ip68-107-226-229.hr.hr.cox.net)
L2245[23:16:33] <dangranos> gamax92,
that's missing C, or was it S?
L2246[23:16:51] *
Ekoserin|Off barks at primetoxinz like he made a doorbell
sound.
L2248[23:17:17] <gamax92> Izaya: potato
claims you are distributing botnet code
L2249[23:17:36] <Izaya> gamax92, I don't
have any code written yet for it
L2250[23:17:48]
⇨ Joins: SF-Toaster
(~user@131-191-86-130.as.clicknet.org)
L2251[23:17:54] <gamax92> ... Note to
self, don't download anything from Izaya ever
L2252[23:17:58] <SF-Toaster> lol
L2253[23:18:13] <Izaya> gamax92, don't
worry
L2254[23:18:23] <Izaya> the target
platform for this is the PS3 anyway
L2255[23:18:29] <Izaya> (for now)
L2256[23:18:42] *
gamax92 doesn't worry
L2257[23:18:44] <gamax92> (for now)
L2258[23:19:04] *
Ekoserin|Off yawns
L2259[23:19:24] <Ekoserin|Off> So, uh,
why are you righting botnet code for PS3?
L2260[23:20:08] <Izaya> someone wants me
to get them mods so they can cheat on CoD
L2261[23:20:21] <dangranos>
olololololololo
L2262[23:21:07] <gamax92> youtube-dl wtf
are you doing fucking download the file you piece of shit
software
L2263[23:21:18] <Izaya> right, backups
completed and compressed, time to start lain back up
L2264[23:21:32] <dangranos> was lain laid
down?
L2265[23:21:39] *
gamax92 purges youtube-dl and reinstalls
L2266[23:21:49] <Ekoserin|Off> How is a
botnet going to help with CoD cheats?
L2267[23:21:58] <Izaya> something like
that dangranos
L2268[23:22:00] <Izaya> Ekoserin|Off,
it's not
L2269[23:22:06] <Izaya> but the mod will
include botnet code
L2270[23:22:29]
⇦ Quits: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error:
Connection reset by peer)
L2271[23:22:36] *
dangranos is dangerously awful with making puns
L2272[23:22:44] <Ekoserin|Off> Basically
a fuck-you or are you going to use this botnet for something?
L2273[23:23:00]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L2274[23:23:13] <dangranos> maybe it's
literally an in-game botnet?
L2275[23:23:22] <dangranos> oh
L2276[23:23:35] <dangranos> nevermind,
i'm idiot who reads only last part of msgs
L2277[23:23:41]
⇨ Joins: PotatoTrumpet
(Potato@elitebnc6-2.clients.libirc.so)
L2278[23:24:36] <Ekoserin|Off>
PotatoTrumpet: What were you saying about Izaya's botnet?
L2279[23:25:19] *
Izaya breathes in, and out
L2280[23:25:29] <Izaya> Right, time to
update the server, fun
L2281[23:25:42] <Kodos> Can you make a
botnet in OC? For use on OC networks, th at is
L2282[23:26:03] <Izaya> no reason you
can't make a machine capible of running code remotely
L2283[23:26:17] <Izaya> I have a program
that allows me to spawn a string sent to a computer as a process on
plan9k
L2285[23:35:17] <Izaya> fast and ubuntu
do not belong in the same sentence
L2286[23:35:31] <Izaya> or at least if
you're using the Unity DE
L2287[23:35:45] <SF-Toaster> Izaya: but
no one uses that junk :)
L2288[23:35:47] <Ekoserin|Off> Stupidity
and any word regarding computing do not belong in the same
sentence.
L2289[23:35:56] <SF-Toaster> one of my
friends does
L2290[23:36:04] <Izaya> SF-Toaster,
people that do not know better use Unity
L2291[23:36:16] <SF-Toaster> it's a joke
between our technical friends that the one guy is the second user
of Unity
L2292[23:36:17] <Ekoserin|Off> Why does
Unity suck?
L2293[23:36:28] <Izaya> or Ubuntu zealots
that don't understand that the time of Linux that is as slow as
Windows is not now
L2294[23:36:29] <SF-Toaster> The other
being the author's mother haha
L2295[23:36:41] <Temia> Haha, no
kidding.
L2296[23:36:47] <SF-Toaster> Izaya: Linux
never was slow
L2297[23:36:55] <Temia> People keep
telling me to use Unity because it's what all frustrated
independent developers do in the end
L2298[23:37:06] <Temia> And I'm like
"lol fuck you and your /opt"
L2299[23:37:10] <Izaya> SF-Toaster, Unity
slows the system down though
L2300[23:37:21] <SF-Toaster> The junk
that is Unity is slow
L2301[23:37:24] <Izaya> Linux itself is
not slow, but the software on it is.
L2302[23:37:29] <SF-Toaster> But the core
system isn't and never was
L2303[23:37:34] <Izaya> (when you use
Unity, anyway)
L2304[23:37:37] <Temia> I'm going to
develop a multiplatform game that uses /usr/share for resources
like a PROPER program and I am going to ENJOY IT, dammit
L2305[23:37:54] <Izaya> also, kek
L2306[23:37:54] <gamax92> Temia: cool,
but what game
L2307[23:37:57] <Izaya> ubuntu
snappy
L2308[23:38:08] <SF-Toaster> trying to
deploy for multiple platforms sucks
L2309[23:38:08] <Temia> ...Fairy-themed
late-90s-style action RPG? '3'
L2310[23:38:10] <SF-Toaster> well
L2311[23:38:12] <SF-Toaster> more
like
L2312[23:38:14] <Temia> It does.
L2313[23:38:18] <Temia> But build systems
will make that a little easier.
L2314[23:38:26] <SF-Toaster> Trying to
deploy for Windows and Unix-likes both sucks
L2315[23:38:27] <Temia> ...I hope.
L2316[23:38:36] <Izaya> If you use OpenGL
rather than DirectX then it'll be a lot easier >.<
L2317[23:38:38] <Temia> I still don't
understand CMake clearly but I'm sure I'll learn with
exposure.
L2318[23:38:41] <Temia> Oh, yeah.
L2319[23:38:42] <Izaya> yet devs refuse
to listen
L2320[23:38:44] <Temia> Sticking to OGL
entirely
L2321[23:38:53] <Temia> Not interested in
DX.
L2322[23:38:53] *
Izaya stares at most game companies
L2323[23:38:59] <Izaya> No-one was for a
long time
L2324[23:39:01] <SF-Toaster> Window's
filesystem layout is as broken as everything else about it
L2325[23:39:13] <Izaya> it was around for
like 10 years before anyone actually used it
L2326[23:39:17] <Temia> Well, yes.
L2327[23:39:28] <Izaya> and now
everything uses it
L2328[23:39:30] <Izaya> >.<
L2329[23:39:32] <SF-Toaster> Izaya:
because the bastards at Microsoft 'optimized' DirectX so it was
faster than OGL
L2330[23:39:44] <Izaya> SF-Toaster, you
mean paid off AMD and NVIDIA?
L2331[23:39:52] <SF-Toaster> idk
L2332[23:40:06] <SF-Toaster> but I do
know their monopoly played a big part of why DirectX was so
'popular'
L2333[23:40:08] <Izaya> that's a joke, it
could actually be faster
L2334[23:40:21] <Izaya> but I tend to
think that MS uses money rather than tech
L2335[23:40:40] <SF-Toaster> DirectX is
only so 'fast' because it's able to (ab)use the internal Windows
code
L2336[23:40:48]
⇦ Quits: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error:
Connection reset by peer)
L2337[23:40:52] <SF-Toaster> OpenGL
doesn't have such 'luxuries'
L2338[23:41:14] <Izaya> SF-Toaster, and
as such DX is not cross-platform
L2339[23:41:19] <Izaya> but that's what
MS wants
L2340[23:41:26] <Izaya> and Windows is
what most of the world uses
L2341[23:41:37] <SF-Toaster> DirectX is
just like Internet Explorer
L2342[23:41:50] <Izaya> it will die off
entirely soon?
L2343[23:41:51] <SF-Toaster> It's only
purpose for existing is lock-in and gaining monopoly
L2344[23:42:09] <gamax92> ehh, I'm not
too sure about that analogy
L2345[23:42:29] <SF-Toaster> gamax92:
why?
L2346[23:42:30] <SF-Toaster> pls
explain
L2347[23:42:35] <SF-Toaster> seriously
curious
L2348[23:42:39]
⇨ Joins: Dimitriye98
(~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L2349[23:43:36]
⇨ Joins: SoraFirestorm
(~EiraIRC@131-191-86-130.as.clicknet.org)
L2350[23:43:44] <gamax92> a lot of places
that I'll go to will have at least either firefox or chrome
installed
L2351[23:44:24] <SF-Toaster> yes, now
that it's 2015 and Internet Explorer has proven that a worse
browser couldn't possibly exist
L2352[23:44:49] *
Temia is still going against the flow. Uses Vivaldi
now.
L2353[23:44:52] <SF-Toaster> Internet
Explorer caused damage during the Netscape vs Microsoft
L2354[23:44:56] <SF-Toaster> thing
L2355[23:45:34] <Temia> God, I missed
tab-stacking.
L2356[23:45:36] <SoraFirestorm>
that
L2357[23:45:42] <Temia> I missed the old
Opera so much.
L2358[23:45:43] <Temia> ;w;
L2359[23:45:56] <gamax92> oh geez yeah,
old Opera
L2360[23:46:17] <SoraFirestorm> And we're
finally graduated to an age where most public sites don't use
Microsoft's extensions any m
L2361[23:46:23] <SoraFirestorm>
more
L2362[23:46:43] <SoraFirestorm> And that
everywhere is using open standards when possible for the most
part
L2363[23:46:57] <SoraFirestorm> which,
given Microsoft being Microsoft, IE is terrible at
L2364[23:47:12] <SoraFirestorm> I can see
your point
L2365[23:47:28] <SoraFirestorm> That my
comparison only really makes sense when you travel back in time for
IE
L2366[23:48:33] <Kodos> Had an idea for a
thing
L2367[23:48:59] <Kodos> You know how you
can host HTML files locally, and put in links between them, so you
could have a manual, offline website, etc?
L2368[23:49:07] <DrHoffman> So I'm
working on a heap allocator and a process system now...
L2369[23:49:14] <SoraFirestorm> Kodos:
and?
L2370[23:49:19] <DrHoffman> Heap
allocator comes first, process system second
L2371[23:49:20] <Kodos> What about doing
something like that in OC
L2372[23:49:34] <SoraFirestorm> doesn't
sound that hard
L2373[23:49:35] <gamax92> Kodos: i don't
get what you're asking
L2374[23:49:38] <Kodos> Just have files,
and have a menu to navigate between them
L2375[23:49:47] <Kodos> Hang on, let me
find an example
L2376[23:49:48] *
Temia was really excited for Otter when she heard about it, but
then Vivaldi was announced and she has no idea who to
support
L2377[23:49:58] <SoraFirestorm> gamax92:
local hyperlinked files
L2378[23:50:01] <SoraFirestorm> that can
be browsed
L2379[23:50:03] <SoraFirestorm>
like
L2380[23:50:04] *
gamax92 has no idea what either of those are
L2381[23:50:05] <SoraFirestorm> the OC
manual
L2382[23:50:14] <SoraFirestorm> something
like that
L2383[23:50:16] <SoraFirestorm> on a
computer
L2384[23:50:19] <SoraFirestorm> right
Kodos?
L2385[23:50:23] <Kodos> Yes
L2386[23:50:34] <gamax92> i thought Kodos
was saying to make a oc web browser
L2387[23:50:40] <SoraFirestorm>
well
L2388[23:50:43] <Kodos> Well, you could
use it like one
L2389[23:50:45] <SoraFirestorm> it's
almost the same thing
L2390[23:50:46] <SoraFirestorm>
almost
L2391[23:50:49] <Kodos> Just have
plaintext files though
L2392[23:50:51] <SoraFirestorm> with a
little bit of extension code
L2393[23:51:22] <Kodos> Best way I can
describe it is a text-based Windows Explorer, for viewing
files
L2394[23:51:39] <Kodos> erm
L2395[23:51:46] <Kodos> nevermind
L2396[23:51:50] <SoraFirestorm>
yeah
L2397[23:51:56] <SoraFirestorm> not the
best way to describe it :)
L2398[23:52:01] <Kodos> Idk how to
explain it
L2399[23:52:50] <SoraFirestorm> I'd still
go with 'hyperlinked files'
L2400[23:53:02] <SoraFirestorm> then add
for those that don't quite get it
L2401[23:53:07] <SoraFirestorm> 'like the
OC manual'
L2402[23:53:19] <SoraFirestorm> that's
the best way *I* can describe it
L2403[23:53:29] <SoraFirestorm> but I'm
pretty dumb, sooo
L2404[23:56:01]
⇦ Quits: SnowDapples (~powered@pD95890AF.dip0.t-ipconnect.de)
(Killed (NickServ (GHOST command used by
SnowDapples_!~powered@pD9589CA3.dip0.t-ipconnect.de)))
L2405[23:56:08]
⇨ Joins: SnowDapples
(~powered@pD9589CA3.dip0.t-ipconnect.de)
L2406[23:56:50] <SoraFirestorm> I still
wish there was a better way to make clay D:
L2407[23:57:29] <Temia> I find the amount
of clay used in OC kind of crazy, myself o.o So I dial it down to a
ball.
L2408[23:57:48] <Temia> These are like
milimetre-thin boards. They don't require a particularly huge
substrate
L2409[23:57:54] <SoraFirestorm> I want a
way to make clay from scratch
L2410[23:58:06] <gamax92> I find the
amount of everything in OC kind of crazy, myself
L2411[23:58:13] *
Temia nods.
L2412[23:58:13] <SoraFirestorm> The thing
that kills me about boards is the cactus green
L2413[23:58:23] <SoraFirestorm> finding
the first cactusen to kickstart a farm
L2414[23:58:23] <SoraFirestorm> ugh
L2415[23:58:26] <gamax92> Again:
transistor transistor transistor transistor transistor transistor
transistor transistor transistor transistor transistor transistor
transistor transistor transistor transistor
L2416[23:58:31] <Temia> I've been working
on a recipe list that uses stuff from Thermal Foundation and turns
base components like transistors and microchips into batch
jobs.
L2417[23:58:35]
⇨ Joins: ThePotato
(webchat@68-185-232-89.dhcp.slid.la.charter.com)
L2418[23:58:45] <Ekoserin|Off>
Uh-oh.
L2419[23:58:51] <gamax92> oh i ran out of
paper, time to get some more sugar cane, transistor transistor
transistor transistor, oh out of my stack of gold nuggets,
transistor transistor transistor
L2420[23:58:55] <ThePotato>
shuuuudup
L2421[23:58:57] <ThePotato>
Ekoserin|Off:
L2422[23:59:00] <ThePotato> lol
L2423[23:59:05] <SoraFirestorm> I
actually don't mind so much the crafting
L2424[23:59:18] <SoraFirestorm> besides
the need for the cactus green for boards
L2425[23:59:25] <Temia> Well, any green
dye works, so
L2426[23:59:25] <SoraFirestorm> but even
then only initially
L2427[23:59:30] <Ekoserin|Off> We need
naturally generating tech stores.
L2428[23:59:35] <Temia> If it was
specifically cactus green... yeah, fuck
L2429[23:59:35] <SoraFirestorm> lol
L2430[23:59:43] <Temia> Anyway
yeah.
L2431[23:59:55] <Temia> I think the
thaumometer underlines just how crazy the recipes are in
survival
L2432[23:59:59] <Ekoserin|Off> Villager
is offering: 30 Emeralds for 1 Transistor