<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:23] ⇨
Joins: techno156 (~techno156@137.154.59.35)
L2[00:27:12] <payonel> zug
L3[00:27:20] <payonel> this is harder to get
running than making a new mod pack
L4[00:27:35] <payonel> mainly because all
the jars are distributed throughout the .gradle/cache
L5[00:27:42] <payonel> and i dont really
know what to expect on each attempt
L6[00:40:59] ⇦
Quits: techno156 (~techno156@137.154.59.35) (Ping timeout: 186
seconds)
L7[00:41:48] ⇨
Joins: VikeStep (~VikeStep@101.184.229.226)
L8[00:54:45] ⇨
Joins: techno156 (~techno156@203.114.73.135)
L9[00:56:19] ⇨
Joins: Charlotte
(~quassel@pa49-180-165-188.pa.nsw.optusnet.com.au)
L10[01:02:16] <payonel> my holy crap
face
L11[01:02:22] <payonel> the stupid game is
running
L12[01:02:42] ⇦
Quits: techno156 (~techno156@203.114.73.135) (Ping timeout: 198
seconds)
L13[01:02:56] <payonel> downloaded 11 more
mods, later having to disable 4 of them
L14[01:03:19] <payonel> and had to disable
13 mods in the .gradle/cache
L15[01:03:33] ⇦
Quits: Cervator (~Thunderbi@2601:4c1:4000:1050:a0f7:f9f:3e8a:1466)
(Quit: Cervator)
L16[01:04:21] <payonel> ha, and then
galacticraft causes a crash when i try to edit my controls
L17[01:04:26] <payonel> i need to just
disable all of this crap
L18[01:10:20] <payonel> ok bed time, i'll
mess with this tomorrow
L19[01:15:15]
<ade129> I'm
almost completely google free now, yay
L20[01:17:43]
<ade129> Now
I need a good code editor and I would be done
L21[01:18:27] <Forecaster> google for
one
L22[01:18:28]
<ade129> on
android
L23[01:18:48]
<ade129> i
mean full FOSS
L24[01:19:25]
<ade129> And
then I need the stupid people to stop using WhatsApp
L25[01:19:44] <Forecaster> but it's a
pun
L26[01:26:09] ⇨
Joins: techno156 (~techno156@203.114.73.135)
L27[01:32:40] <Forecaster> you gotta use an
app that's a pun
L28[01:33:04] ⇦
Quits: Doty1154 (~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
(Read error: Connection reset by peer)
L29[01:40:30] ⇦
Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (Ping timeout: 198
seconds)
L30[01:47:27]
<ade129>
No
L31[01:48:35]
<ade129>
They even refuse to use discord (a.k.a. 10x better but still
questionable skype)
L32[01:50:36] <Charlotte> anyone any good
at JS?
L34[01:52:37] ⇨
Joins: Hobbyboy (Hobbyboy@hobbyboy.co.uk)
L35[01:52:40] ⇦
Quits: techno156 (~techno156@203.114.73.135) (Remote host closed
the connection)
L36[01:54:29] <Forecaster> uh
L37[01:55:04] <Forecaster> this doesn't
look useful
L38[01:55:36] <Forecaster> it might be in
context though...
L39[01:55:43] <Forecaster> I can't really
tell what it's for
L40[01:56:01] <Forecaster> why is this even
a method
L41[01:56:19] <Forecaster> also maxNum is
unused
L42[01:57:38] <snowden89> i think
maxNum
L43[01:57:44] <snowden89> was meant to be
used inplace of < 10
L44[01:57:53] <snowden89> so num <
maxNum
L45[01:57:59] <snowden89> but someone
forgot it?
L46[01:58:17] <snowden89> but i am
lost?
L47[01:58:23] <snowden89> its a counter
that counts
L48[01:58:45] <Forecaster> yes,
probably
L49[01:59:02] <snowden89> then returns
value being the number
L50[01:59:06] <Charlotte> oh yeah woops
about maxnum
L51[01:59:19] <Forecaster> but, it will
always return 1?
L52[01:59:30] <Forecaster>
"value" will always be one
L53[01:59:36] <snowden89> yeah cause it
aint looping
L54[01:59:40] <Forecaster> because it keeps
creating a new "num"
L55[01:59:40] <Charlotte> no it won't
L56[01:59:52] <Charlotte> ES6 gen
L57[02:00:09] *
snowden89 googles es6
L58[02:00:12] <Charlotte> next will cause
it to go through that function on being called.
L59[02:00:47] <Forecaster> yeah, and the
function initliazes a new num which is set to 0
L60[02:00:52] <Forecaster> then increments
it once
L61[02:01:00] <snowden89> wouldn't it need
some kind of wrapping to have it remember the number?
L62[02:01:10] <Charlotte> nah next keeps it
in mem
L63[02:01:21] <Forecaster> oO
L64[02:02:40] <Forecaster> have you tested
it?
L65[02:03:09] <Charlotte> yeah it
works
L66[02:03:15] <snowden89> goes past
1?
L67[02:03:32] <Charlotte> yes
L68[02:03:39] <Charlotte> it goes all the
way to 10 by default
L69[02:03:44] <Forecaster> from my js
knowledge num should live and die within the context of the
function, unless you've decalred a "num" outside of it
somewhere
L70[02:03:52] <Charlotte> I'll rewrit it
for normal running and testing
L71[02:03:53] <Forecaster> declared*
L72[02:03:59] <Charlotte> in jsbin or
something js fiddle
L73[02:04:12] <snowden89> see thats how i
understand JS as well
L74[02:05:04] <snowden89> so you would like
need to encapsulate it {{ }} or some words that i can not
think
L75[02:06:53] <snowden89> but hey i avoid
JS
L76[02:07:05] <snowden89> so i could just
be outdated
L78[02:07:52] <Charlotte> in browser
L79[02:08:49] <Charlotte> fixed
L80[02:09:05] <Forecaster> you had
unbalanced brackets
L81[02:10:51]
<ade129> So
I just went to read the whole substratum theming thing on
android... The best line is something like "If you want to
open source but don't want piracy, don't share [some
file]!"
L82[02:11:23]
<ade129> So
I just went to read the whole substratum theming thing on
android... The best line is something like "If you want to
open source but don't want piracy, don't share [some
file]!"
L84[02:12:05] <Charlotte> yeah
realised
L85[02:12:25]
<ade129>
(line 3 in case corded refuses to send it: Open source paid
software really doesn't make sense to me) Why do I keep doing the
markdown 2 newline = 1 newline thing
L86[02:14:14] <Charlotte> test case given
there Forecaster
L87[02:14:21] <Forecaster> "Uncaught
ReferenceError: okay is not defined"
L88[02:14:23] <Forecaster> :P
L89[02:14:43] <Charlotte> oop
L90[02:14:44] <Forecaster> you didn't
actually run this did you
L91[02:14:48] <Charlotte> i did
L92[02:14:54] <Charlotte> but renamed
vars
L93[02:14:56] <Charlotte> and missed
one
L94[02:14:58] <Charlotte> im tired
L95[02:15:08] <Charlotte> rename okay to
someObj
L96[02:15:38] <Charlotte> or I'll remake it
for you...
L97[02:16:10] <Forecaster> also you're not
actually calling "next" because it doesn't have ()
L98[02:16:26] <Charlotte> f.
L99[02:16:32] <Charlotte> eugh
L100[02:16:39] <Charlotte> it works i just
missed things...god damn it
L101[02:16:49] <Charlotte> i haven't slept
in over 24hrs
L102[02:17:21] <Forecaster> you're right
though, it does work
L103[02:17:22] <Forecaster> huh
L106[02:18:14] <Charlotte> see i tested it
in console
L107[02:18:19] <Charlotte> just mind is
out of it
L108[02:19:27] <Forecaster> makeCounter
must declare num globally
L109[02:19:30] <Forecaster> I didn't
expect that
L110[02:19:59] <Forecaster> no it
doesn't
L111[02:20:01] <Forecaster> hm
L112[02:22:29] <Forecaster> I didn't know
it remembered variables like that
L113[02:23:32] <Forecaster> I can see it
in the scope of the function
L114[02:26:08]
⇨ Joins: Shuro (webchat@mail.shuro.de)
L115[02:26:17] ⇦
Quits: zsh (zsh@services.esper.net) (*.net *.split)
L116[02:26:32] <Shuro> Hi there, quick
question: Can Drones use Shears?
L117[02:28:36] <Forecaster> uh
L118[02:28:39] <Forecaster> hm
L119[02:28:48] <Forecaster> I don't know
if drones can use tools...
L120[02:28:55] <Forecaster> probably
L121[02:28:59] <fingercomp> no, they can't
use tools
L122[02:29:07] <Shuro> The documentation
didn't tell me.
L123[02:29:22] <Shuro> That is
sad....drones are way cooler than robots.
L124[02:29:56] <Forecaster> they're mostly
meant to move items around
L125[02:30:11] <Forecaster> and other
light tasks I believe
L126[02:30:55] <Shuro> Moving critters,
moving items, looking nice. Thats the 3 tasks for drones, I
guess.
L128[02:31:22] <Shuro> Sky attacking ninja
on a pig?
L129[02:32:51] <Shuro> Mhm guess i need to
use a robot for the project I plan. Single treefarm with a robot to
cut the leafs. (No MFR in the Modpack)
L130[02:33:36] ⇦
Quits: solace (~quassel@c-67-169-234-216.hsd1.ca.comcast.net) (Ping
timeout: 384 seconds)
L131[02:34:06] <fingercomp> Shuro: well,
it's hard to attack something on a pig leashed by a drone
L132[02:36:00]
⇨ Joins: zsh (zsh@services.esper.net)
L133[02:36:00] *** ranger.esper.net sets mode:
+o zsh
L134[02:36:08] <Shuro> Thats true, i will
keep this tactic in my mind if I should ever attack an other
player. (Which would be even more fun, we have Techguns, so
rocketlauncher)
L135[02:36:42]
⇨ Joins: MalkContent
(~MalkConte@p4FDCE496.dip0.t-ipconnect.de)
L136[02:37:44] <Shuro> Now I just have to
learn to code. A robot which checks for tree-growth, removes all
the leaves and then sends a redstone signal for X seconds to
another block.
L137[02:41:33] <Kilobyte> if you can think
logically learning to code is trivial
L138[02:41:39] <Kilobyte> otherwise: don't
even try
L139[02:41:55] <Forecaster> and if you
have lots of patience :P
L140[02:42:43] <Kilobyte> well, the most
time consuming part is getting enough knowlage about a language to
not spend 90% of time reading documentation
L141[02:43:21] <Shuro> Well i coded in
Java and C# before, but never in Lua.
L142[02:43:21] <Kilobyte> depending on the
language that can take days to months
L143[02:43:29] <Kilobyte> lua is pretty
fucking easy
L144[02:43:35] <Kilobyte> more on the
'days' side
L145[02:43:41] <Kilobyte> maybe a couple
of weeks
L146[02:44:16] <Kilobyte> most time while
writing lua you spend writing unnecessary boilerplate
L147[02:44:18] <Shuro> I cri
L148[02:44:50] <Kilobyte> (like the 'then'
keyword or putting a 'local' infront of just about every
variable)
L149[02:45:36] <Shuro> So another
question, is there a scan option to check where leafs are? or do i
have to go one step, check all sides, take another step?
L151[02:45:46] <MichiBot>
The 1.11
Song! The Exploration Update | length:
4m 20s | Likes:
18 Dislikes:
1 Views:
100 | by
YourMCAdmin |
Published On 14/11/2016
L152[02:46:37] <Kilobyte> Shuro: theres
this thing, called documentation ;)
L153[02:48:09] <Shuro> The documentation
didn't even tell me if drones could use shears. I can't trust
it
L154[02:48:42] <Shuro> Forecaster:
Chickens have now texture on their necks, changes OP
L155[02:49:00] <Forecaster>
Iknowright
L156[02:51:27] <Shuro> Wow the lamas are
adorable... The question is: Do all the mods now go from 1.10 ->
1.11
L157[02:52:11] <Kilobyte> Shuro: then take
a look at OCs source code :P
L158[02:52:45] <Kilobyte> also, there are
a lot of mods which haven't even been ported for 1.10
L159[02:53:45] <Forecaster> 1.11 seems
like a smaller content update
L160[02:54:02] <Forecaster> a lot of 1.10
mods will probably work outright once forge udpates
L161[02:54:07] <Kilobyte> yeah, 1.10 ->
1.11 should be fairly painless. 1.9 -> 1.10 was alright
too
L162[02:54:14] <Kilobyte> 1.7 -> 1.8
was a huge pain tho
L163[02:54:28] <Shuro> The 1-block
chickenfarm thou... :( what a nerf
L164[02:54:34] <Kilobyte> just about all
rendering code had to be rewritten
L165[02:55:02] <Forecaster> I think it's
good that mobs die if there are too many in one block
L166[02:55:07] <Forecaster> can reduce
lag
L167[02:55:12] <Kilobyte> whats the
limit?
L168[02:55:15] <Forecaster> dunno
L169[02:55:41]
⇨ Joins: solace
(~quassel@c-67-169-234-216.hsd1.ca.comcast.net)
L170[02:56:09] <Shuro> Kilobyte: okay, if
i understand correctly. Detect->compare-> if
silverwood-leafes, then swing->move. and that on a given
path.
L171[02:56:29] <Kilobyte> doesn't sound
too bad
L172[03:00:43] <Shuro> Mhm i didnt found
it in wiki, does the solar upgrade gives information about clear
sky / not clear sky?
L173[03:01:11] <Shuro> would be funny to
have multiple drones which just fly upwards if they dont have
sunlight, cutting all the leafs in the way.
L174[03:01:13] <Forecaster>
"maxEntityCramming"
L175[03:01:18] <Forecaster> "Defaults
to 24"
L176[03:01:21] <Forecaster> so it's a
gamerule
L177[03:01:37] <Forecaster> "Affects
all entities"
L178[03:01:40] <Shuro> ok so it is
configurable. guess that is nice
L179[03:01:42] <Shuro> wait
L180[03:01:47] <Forecaster> so players can
be killed by mobs xD
L181[03:01:53] <Forecaster> any mob, if
there's too many
L182[03:02:01] <Shuro> what if 25 players
are in one spot
L183[03:02:12] <Forecaster> they will
start to suffocate I guess
L184[03:02:13] <Forecaster> :P
L185[03:02:14] <Shuro> rest in
pepperonies
L186[03:02:29] <Forecaster> "The
death message is "<Player> squished too
much""
L187[03:02:45] <Forecaster> I like the
curse enchantments
L188[03:02:46] <Shuro> also which player
has to die...or do they all get hurt
L189[03:03:07] <Shuro> maybe the
oldest
L190[03:03:18] <Forecaster> it's
determined by collision, if you push into too many entities you
take damage essentially
L191[03:03:50] <Forecaster> I'd presume
everyone takes damage, and whoever has the least health will just
die first
L192[03:04:00] <Forecaster> it ignores
armor
L193[03:05:16] <Forecaster> shulker boxes
are interesting
L194[03:05:28] <Forecaster> essentially
portable chests...
L195[03:05:52] <Forecaster> not something
I expected in vanilla
L196[03:06:04] <Shuro> spawn enough wither
that they kill themself! nice idea
L197[03:08:15]
<ade129>
wither grinders?lol
L198[03:12:54] <Forecaster> sounds like
more effort than it's worth to me
L199[03:14:19]
⇨ Joins: techno156 (~techno156@137.154.59.35)
L200[03:25:34] <Izaya> aaarrrggghhh
L201[03:25:38] <Izaya> welp I fucked
up
L202[03:25:41] <Izaya> there goes my
genius plan
L203[03:25:49] <Izaya> but I guess it's
easier for both sides now
L204[03:26:37] <Forecaster> did they kill
eachother?
L205[03:32:27] <Forecaster> what was the
name of that torrent client
L206[03:33:34] <Forecaster> throttle?
no.
L207[03:33:35] <Forecaster> dammit
L208[03:33:40] <Izaya> transmission?
L209[03:33:42] <Izaya> rtorrent?
L210[03:33:45] <Izaya> deluge?
L211[03:34:02] <Forecaster> transmission,
that was the one
L212[03:34:38] <Forecaster> I never did
get that to work
L213[03:37:58] ***
Keridos is now known as Keridos|away
L214[03:39:48] <Forecaster> I'ma try
deluge
L215[03:39:52] <Forecaster> maybe that's
easier to use
L216[03:39:53] <Lizzy> mmmm, bacon
L217[03:39:59] <Forecaster> bacon!
L218[03:40:05] <Forecaster>
bacon-cli
L219[03:40:16] <Forecaster> ./bacon -eat
true
L220[03:40:26] *
Lizzy is a baconist
L221[03:41:13] <Forecaster> maybe
not...
L222[03:41:21] <Forecaster> both deluge
commands segfaults...
L223[03:41:22] <Forecaster> :|
L224[03:46:20] *
Skye gives Lizzy a metric ton of bacon
L225[03:46:50] *
Lizzy :O
L226[03:46:54] *
Lizzy noms it all
L227[03:56:08] <Forecaster> woo got deluge
working
L228[03:56:10] <Forecaster> \o/
L229[03:56:26] *
Forecaster doesn't want to torrent at work, so is using his
server
L230[03:56:37] <Forecaster> then I can get
the files I want with sftp
L231[03:57:52] <Forecaster> kinda wish it
could continously display the status though
L232[03:58:02] <Forecaster> instead of
having to resend the command to update it
L233[04:00:10] ⇦
Quits: techno156 (~techno156@137.154.59.35) (Remote host closed the
connection)
L234[04:02:58] <Forecaster> yaay it
worked~
L235[04:03:37] <Forecaster> probably
switch to using this rather than my Azure on my main computer
L236[04:03:48] <Forecaster> s/my A/A
L237[04:03:49] <MichiBot>
<Forecaster> probably switch to using this rather than Azure
on my main computer
L238[04:10:46] <Lizzy> right, off to test
phones
L239[04:12:55] <Forecaster> :O
L240[04:15:39] <Izaya> Lizzy:
spoiler
L241[04:15:44] <Izaya> they all suck
L242[04:15:54] <Forecaster> I like
mine
L243[04:16:18] <Forecaster> it does phone
things
L244[04:21:25] ⇦
Quits: Shuro (webchat@mail.shuro.de) (Quit: Web client
closed)
L245[04:30:37] ⇦
Quits: marcin212 (~marcin212@bymarcin.com) (Remote host closed the
connection)
L246[04:30:42]
⇨ Joins: techno156 (~techno156@137.154.59.35)
L247[04:31:48] ⇦
Quits: matrix89 (~matrix89@51.254.25.18) (Remote host closed the
connection)
L248[04:32:08] ⇦
Quits: Magik6k (~Magik6k_@magik6k.net) (Remote host closed the
connection)
L249[04:33:24] <Lizzy> back
L250[04:33:33] <Lizzy> Izaya, well, for IP
Phones they're not that bad
L251[04:34:00] <Lizzy> they call, have
some programable features and a screen. you generally don't need
much more than that in enterprise environments
L252[04:36:30]
⇨ Joins: Magik6k (~Magik6k_@51.254.25.16)
L253[04:36:59] ***
Magik6k is now known as Guest5836
L254[04:37:45]
⇨ Joins: matrix89 (~matrix89@51.254.25.18)
L255[04:38:05]
⇨ Joins: marcin212 (~marcin212@51.254.25.20)
L256[05:05:56]
⇨ Joins: Udo
(~udo@p54A74D38.dip0.t-ipconnect.de)
L257[05:06:07] ⇦
Quits: Udo (~udo@p54A74D38.dip0.t-ipconnect.de) (Client
Quit)
L258[05:11:08] ⇦
Quits: techno156 (~techno156@137.154.59.35) (Quit: There are those
who live without living. Don't be one of those.)
L259[05:16:07]
⇨ Joins: techno156 (~techno156@137.154.59.35)
L260[05:38:14] *
Forecaster rescaled the factoryidle game area by modifying the
page
L261[05:38:16] <Forecaster> oops
L262[05:38:46] <Lizzy> there, new dedi is
set to auto-renew so i don't have to worry about that
L263[05:53:52]
⇨ Joins: Gethiox_MC
(~gethiox_m@130-191-142-83.office.freshmail.pl)
L264[05:54:14] ⇦
Quits: Gethiox_MC (~gethiox_m@130-191-142-83.office.freshmail.pl)
(Client Quit)
L265[05:54:59]
⇨ Joins: Gethiox_MC
(~gethiox_m@130-191-142-83.office.freshmail.pl)
L266[06:11:54]
<ade129>
which programming language that looks more like code (i.e. Curly
braces and semicolons! I love semicolons!) Would you recommend a
person who doesn't know a lot about programming learn (python and
lua don't have me favourite curly brackets)?
L267[06:15:47]
<ade129>
currently looking at go but too much google
L268[06:21:46] <Izaya> Rust?
L269[06:21:50] <Izaya> Ada?
L270[06:22:12] <Izaya> Ada - "safe
hell"
L271[06:23:54] ***
Keridos|away is now known as Keridos
L272[06:24:14]
<ade129>
Thanks, I'll look into both (I want something that looks like C and
functions like python/other simple things )
L273[06:43:37] <Forecaster> ooh js has
semicolons and curly braces :P
L274[06:48:27] <Izaya> Forecaster: off
yourself
L275[06:52:07] <Saphire> ...nearly every
programming language has curly braces and semicolons...
L276[06:57:33] <Mimiru> fmfl....
L277[06:57:42] <Mimiru> 399 points on
curse
L278[06:57:56] <Mimiru> and I need 400 to
get the amazon card I want
L279[06:58:04] <Forecaster> Izaya: I
can't, I'm busy writing js
L280[06:58:06] <Lizzy> how do you get
points?
L281[06:58:08] <Mimiru> also, it's cold as
fuck...
L283[06:59:11] <Mimiru> it's basically
sharing ad revenue
L284[06:59:50] <Mimiru> I wonder how many
points Sangar gets from OC.. lol
L285[07:01:34] ⇦
Quits: Guest5836 (~Magik6k_@51.254.25.16) (Quit: Bye!)
L286[07:02:52]
<ade129>
Python uses whitespace
L287[07:02:52]
<ade129> y a
y ?
L288[07:03:09]
⇨ Joins: Magik6k (~Magik6k_@magik6k.net)
L289[07:03:39] ***
Magik6k is now known as Guest16439
L290[07:05:14]
<ade129>
Just a random question: Why is open source paid (i.e. you will have
to give money explictly to obtain a copy, not ads or donations)
software a thing
L291[07:05:42] <Saphire> Uh
L292[07:05:46] <Saphire> Uuuuuh
L293[07:05:59] <Saphire> something
something gimme moni for build server? *shrugs*
L294[07:06:39] <Mimiru> also, its effing
cold :/
L295[07:06:52]
<ade129>
Probably not, it has something to do with themes
L296[07:07:51]
<ade129>
When reading through the substratum theme engine thing, I saw a
line that is a bit like "If you want to open source your code
and don't want piracy remove (Some file)"
L297[07:08:23] ⇦
Quits: Charlotte (~quassel@pa49-180-165-188.pa.nsw.optusnet.com.au)
(Ping timeout: 206 seconds)
L298[07:26:20]
⇨ Joins: Mettaton_Fab
(~herecomes@p579643a7.dip0.t-ipconnect.de)
L299[07:42:45] ***
Guest16439 is now known as Magik6k
L300[07:43:33]
⇨ Joins: Inari
(~Pinkishu@p5DEC6385.dip0.t-ipconnect.de)
L301[07:50:42] ⇦
Quits: npe|office (~NPExcepti@bps-gw.hrz.tu-chemnitz.de) (Remote
host closed the connection)
L302[08:08:36] ⇦
Quits: VikeStep (~VikeStep@101.184.229.226) (Quit:
Leaving)
L303[08:14:05] <S3> Hey guys
L304[08:14:39] <S3> CompanionCube: traits
are a must! :D
L305[08:21:15] <Forecaster> hey arragement
of letters on a screen
L306[08:23:19]
⇨ Joins: Cervator
(~Thunderbi@2601:4c1:4000:1050:b92f:75f4:1525:1b00)
L307[08:33:27] ⇦
Quits: solace (~quassel@c-67-169-234-216.hsd1.ca.comcast.net) (Ping
timeout: 206 seconds)
L308[08:33:55] <Mettaton_Fab> i want a
synthesizer
L309[08:34:00]
⇨ Joins: brandon3055
(~Brandon@122-129-151-62.dynamic.ipstaraus.com)
L310[08:34:27] ⇦
Quits: brandon3055__
(~Brandon@122-129-151-62.dynamic.ipstaraus.com) (Read error:
Connection reset by peer)
L311[09:00:04] <Forecaster> I want a dried
apple slice
L312[09:05:26] *
Inari hands Forecaster an apple-pen
L313[09:06:04] <Forecaster> is it
dried?
L314[09:06:22] <Inari> No, you're supposed
to cut thea pple with the pen, into slices
L315[09:06:24] <Inari> then dry them
L316[09:06:38] <Forecaster> but I want a
pre-dried apple slice
L317[09:06:58] <Inari> Well I ain't
santa
L318[09:07:26] <Forecaster> >:
L319[09:07:32] <Forecaster> you could be
loli-santa
L320[09:07:53] <Inari> No thanks
L321[09:09:22] <Forecaster> >:
L322[09:13:12] <Mettaton_Fab>
Christmas-Loli! Do your thing!
L323[09:13:25] <gamax92> o.o
L324[09:23:22]
⇨ Joins: alekso56
(~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L325[09:44:49] <Inari> Christmas loli
reminds me of a certain hentai... Though it wasn't quite loli I
guess
L326[09:45:19] <Inari> Also has a great ED
song of which I'd want the full version but hvae been unable to
find it
L328[09:46:00] <MichiBot>
Eromame ED
1 | length:
1m 37s | Likes:
2 Dislikes:
1
Views:
284 | by
S Sv | Published On 6/12/2015
L329[09:47:56]
⇨ Joins: Turtle
(~SentientT@82-171-92-73.ip.telfort.nl)
L330[10:01:15] <gamax92> hey
Magik6k?
L331[10:02:34] <Magik6k> gamax92,
ack
L332[10:02:51] <gamax92> Magik6k: what's
good for a warning message?
L333[10:03:02] <gamax92> "Found disk
with invalid address, generated new address."?
L334[10:03:21] <Magik6k> "Warning:
generating new UUID for disk ${newUUID}"
L335[10:04:09] <gamax92> and to the
console, right?
L336[10:08:03] <Magik6k> i don't know how
do you handle logging in MC/OC, ask [Someone]
L337[10:08:20] <gamax92>
OpenComputers.log.warn :P
L338[10:08:27] <gamax92> My questions was
to console or to chat
L339[10:08:37] <Magik6k> ah
L340[10:08:39] <Magik6k> console
L341[10:19:49] ⇦
Quits: techno156 (~techno156@137.154.59.35) (Quit: There are those
who live without living. Don't be one of those.)
L342[10:23:24]
⇨ Joins: Jezza (~Jezza@92.206.4.86)
L343[10:32:14] <Skye> gamax92, I recommend
chat
L344[10:33:09] <gamax92> :|
L346[10:33:19] <MichiBot> gamax92: Sangar
will be notified of this message when next seen.
L347[10:37:37]
⇨ Joins: Vexatos
(~Vexatos@p200300556E653122345D1932342A1A0D.dip0.t-ipconnect.de)
L348[10:37:37]
zsh sets mode: +v on Vexatos
L349[10:38:44] <gamax92> a wild Vexatos
appeared
L351[10:42:36] <Vexatos> payonel, how's
IDEA doing
L352[10:42:38] <Vexatos> got it working
>_>
L353[10:42:39] <Vexatos> s/g /g? /
L354[10:42:40] <MichiBot> <Vexatos>
got it working? >_>
L355[10:43:03] <Michiyo> I second console
:P
L356[10:43:16] <Vexatos> THANKS
MICHIBOT
L357[10:43:16] <MichiBot> Vexatos: You're
welcome!
L358[10:43:21] <Vexatos> THANKS
MICHIBOT
L359[10:43:22] <MichiBot> Vexatos: You're
welcome!
L360[10:43:23] <Vexatos> THANKS
MICHIBOT
L361[10:43:23] <MichiBot> Vexatos: You're
welcome!
L362[10:43:25] <Vexatos> : X
L363[10:43:30] <Lizzy> ....
L364[10:43:56] <Vexatos> Michiyo, reminds
me of Inumuta, that bot only has a 90 second delay sometimes
:>
L365[10:44:23] <Lizzy> Vexatos, eh?
L366[10:44:28] <Michiyo> ^
L367[10:44:34] <gamax92> ^
L369[10:44:38] <Vexatos> Lizzy, the bot is
not in this channel >_>
L370[10:44:43] ***
Keridos is now known as Keridos|away
L371[10:44:56] <Vexatos> %tell Sangar do
we need a forum post for 1.6.0?
L372[10:44:56] <MichiBot> Vexatos: Sangar
will be notified of this message when next seen.
L373[10:44:57] <Lizzy> Vexatos, hence,
eh?
L374[10:45:19] <Vexatos> eh?
L375[10:45:23] <gamax92> Sorry
L376[10:45:43] <Lizzy> "+Vexatos>
Michiyo, reminds me of Inumuta, that bot only has a 90 second delay
sometimes :>" eh?
L377[10:45:56] <Vexatos> just read
it
L378[10:45:57] <Vexatos> >_>
L379[10:46:03] <Lizzy> i have
L380[10:46:07] <Lizzy> it makes no
sense
L381[10:46:18] <Vexatos> MichiBot was two
minutes slow
L382[10:46:22] <Lizzy> no
L383[10:46:24] <Vexatos> which reminded me
of that other super slow IRC bot I know
L384[10:46:35] <Vexatos> Lizzy, I know,
but that's what it looked like blah blah
L385[10:46:38] <Lizzy> Vexatos, MichiBot
replied in the same second as you
L386[10:46:42] <Vexatos> what
L387[10:46:59] <Lizzy> hold on, lemme go
turn on ttimestamp copying
L389[10:47:13] <Michiyo> Lizzy, screenshot
with time stamps
L390[10:47:16] <Michiyo> :P
L391[10:47:22] <Vexatos> HexChat says I
sent it at 17:40 and MichiBot replied at 17:42
L392[10:47:32] <Lizzy> [164232]
<+Vexatos> s/g /g? /
L393[10:47:32] <Lizzy> [164232]
<+MichiBot> <Vexatos> got it working? >_>
L394[10:47:41] <Lizzy> (That's HHMMSS
btw)
L395[10:48:04]
⇨ Joins: Keanu73
(~Keanu73@host-78-148-133-116.as13285.net)
L396[10:56:24] <Lizzy> Vexatos, done
L397[10:56:33] <Lizzy> for the 1.6.0
announcement that is
L398[10:56:47] <Vexatos> %tell Sangar
Lizzy just made one
L399[10:56:47] <MichiBot> Vexatos: Sangar
will be notified of this message when next seen.
L400[10:57:06] <Lizzy> %tell Sangar
:P
L401[10:57:06] <MichiBot> Lizzy: Sangar
will be notified of this message when next seen.
L402[10:57:22] <Vexatos> %tell Lizzy
\o/
L403[10:57:22] <MichiBot> Vexatos: Lizzy
will be notified of this message when next seen.
L404[11:00:55] <gamax92> if you give him
to many tells he's just not going to read them
L405[11:01:21] <Lizzy> gamax92, probably,
he has about 2 stabs from me unless he's read them
L406[11:01:29] <Lizzy> %tell Vexatos
/o/
L407[11:01:30] <MichiBot> Lizzy: Vexatos
will be notified of this message when next seen.
L408[11:01:47] <Vexatos> \o\
L409[11:04:44] <Lizzy> right, home
time
L410[11:04:53] *
Lizzy wonders if vifino has woken up yet
L411[11:05:08] <vifino> yes
L412[11:08:09] <Vexatos> Lies
L413[11:08:24] <vifino> yeah, i lied, i am
actually sleeping.
L414[11:08:34] <payonel> Vexatos: i did
get the game running via idea
L415[11:08:45] <Vexatos> oh no
L416[11:08:52] <Vexatos> You are
officially an OC contributors now :>
L417[11:08:57] <Vexatos> that reminds
me
L418[11:12:24] <payonel> well it was a
pain in the arse
L419[11:13:53] <payonel> after the build
succeeded, and after gamax92 helped me see that it was a crapload
of 403 and 503 errors from gradle trying to update (so now using
--offline)
L420[11:14:50] <gamax92> well I dunno I
get it too but my build is somehow working
L421[11:14:59] <payonel> the game would
crash on start. i had to add 11 missing core mods
L422[11:15:02] <gamax92> but the silly
wrong url checking does make it horribly slow
L423[11:15:16] <payonel> and then disable
~10 other mods that had startup issues, and i had to update
ae2
L424[11:15:25] <payonel> it was a mess and
i dont even care about testing all that integration at once
L425[11:16:29] ⇦
Quits: Gethiox_MC (~gethiox_m@130-191-142-83.office.freshmail.pl)
(Remote host closed the connection)
L426[11:16:42] <Kodos> Let's pretend I
wanted to ban all webchat users from a channel, how would I do
that
L428[11:17:57] <gamax92> Kodos:
webchat@*!* iirc
L429[11:18:11] <Michiyo> ^
L431[11:18:20] <gamax92> ... no
L432[11:18:49] <gamax92> bleh
>_>
L433[11:18:58] <Michiyo>
*!*webchat*@*
L434[11:19:07] <Michiyo> that's how forge
does it
L435[11:19:08] <gamax92> Yeah I got that
horribly wrong.
L436[11:19:11] <Michiyo> works pretty well
for them :P
L437[11:19:16] <Michiyo> Kodos, ^
L438[11:19:17] <gamax92> what Michiyo said
should work
L439[11:19:32] <Kodos> thank you
L440[11:19:38] <Kodos> Tired of shitters
in gc's channel
L441[11:19:47] <Kodos> They can come back
with a real client if they want to spam and be fuckwits
L442[11:19:48] <Vexatos> payonel, time to
fix some bugs >:D
L443[11:19:59] <payonel> Vexatos: yes
indeed! also time to learn scala
L444[11:20:02]
<LizzyTheKitty> Vifino, do I make a good
bed? :P
L445[11:20:04] <Vexatos> Scala is super
easy
L446[11:20:19] <Vexatos> took me only a
few days
L447[11:20:31] <Vexatos> Granted I've been
reading OC sauce code for a while before
L448[11:20:38] <payonel> but do you have
advice about the pain i went through to get the client to start --
with all the default mods the project is designed to load, does it
start for you? do you disable (mv ... .bk) all the mods?
L449[11:21:13] <gamax92> Vexatos: I looked
about regex matching in Scala right?
L450[11:21:46] <gamax92> In Java, there is
one way to do so, stackoverflow listed like 4 ways in Scala though,
I choose one and then Magik6k comes up with yet another way to do
it :|
L451[11:21:56] <gamax92> so now there's 5
ways
L452[11:22:31]
⇨ Joins: Wiiplay123
(~Wiiplay12@adsl-72-154-28-166.bna.bellsouth.net)
L453[11:23:13] <Vexatos> payonel, it
just... works for me?
L454[11:23:20] <Vexatos> I did nothing
except what I told you
L455[11:23:21] <Vexatos> and it just
works
L456[11:23:34] ⇦
Quits: Wiiplay123 (~Wiiplay12@adsl-72-154-28-166.bna.bellsouth.net)
(Client Quit)
L457[11:23:36] <payonel> maybe because the
gradle cache was able to update successfully for you
L458[11:23:59] <payonel> perhaps you could
share your ~/.gradle/cache ?
L459[11:24:24] <payonel> when you run the
game, you're running with ~100 mods, yes?
L460[11:24:52] <gamax92> uhm what
L461[11:25:08] <Vexatos> payonel, you do
not want me to share that
L462[11:25:30] <Vexatos> I mean
L463[11:25:33] <Vexatos> it's only 5.8
gigs
L464[11:25:46] <payonel> gamax92: when i
run the "client" config from idea, it loads mc with ~100
mods
L465[11:26:00] <gamax92> but what are
these '100' mods
L466[11:26:18] <payonel> everything from
mekanism to buildcraft to ae2 to ic2 to galacticraft ...
L467[11:26:22] <payonel> stuff that gradle
cached
L468[11:26:23] <vifino> dammit where is
the web page showing how to implement a decent finite regex
engine
L469[11:26:50]
<LizzyTheKitty> I ate it
L470[11:27:06] <gamax92> gasp
L471[11:27:08]
⇨ Joins: Wiiplay123
(~Wiiplay12@adsl-72-154-28-166.bna.bellsouth.net)
L472[11:27:57] <vifino> AHA!
L474[11:28:05] <vifino> thank you russ
cox
L475[11:28:37] <Wiiplay123> I can't get
KVIrc to connect to esper
L476[11:28:53] <Wiiplay123> I've tried the
same IP as hexchat but it just refuses to work
L477[11:29:05] <Wiiplay123> it gets stuck
at "no ident response" then times out
L478[11:29:21] <Lizzy> Weird
L479[11:30:08] *
Lizzy presses her cold hands against vifino's face
L480[11:31:52] <gamax92> cold + hot =
ow
L481[11:32:00] <Wiiplay123> I tried
nova.esper.net too
L482[11:32:38] <gamax92> is kvirc perhaps
a stupid client and needs you to specify the port? like
irc.esper.net/6667 or irc.esper.net:6667?
L483[11:32:53] <gamax92> ... no nvm me, it
connects but times out.
L484[11:32:59] <gamax92> I'm going to
sleep
L485[11:33:33] <Wiiplay123> I am
specifying ports
L486[11:33:40] <Wiiplay123> I've tired
6667, 5555
L487[11:33:57] <gamax92> no it's fine, i'm
tired and giving bad advice
L488[11:34:45] <Lizzy> Wiiplay123: Did you
get any sort of "looking up hostname" messages?
L489[11:35:50]
⇨ Joins: Wiiplay123|2
(~kvirc@adsl-72-154-28-166.bna.bellsouth.net)
L490[11:35:59] ⇦
Quits: Wiiplay123|2 (~kvirc@adsl-72-154-28-166.bna.bellsouth.net)
(Client Quit)
L491[11:36:03] <Wiiplay123> Got it
L492[11:36:26] <Wiiplay123> KVIrc was
trying to use the STARTTLS extension to do SSL
L493[11:36:57] ⇦
Quits: Wiiplay123 (~Wiiplay12@adsl-72-154-28-166.bna.bellsouth.net)
(Quit: Leaving)
L494[11:37:01] <Lizzy> Ah. Iirc EsperNet
should support that
L495[11:37:12]
⇨ Joins: Wiiplay123
(~kvirc@adsl-72-154-28-166.bna.bellsouth.net)
L496[11:37:23] <Wiiplay123> ok now I'm on
KVIrc
L497[11:37:26] <vifino> Wiiplay123: the
ssl port for irc is 6697, not 6667 or 5555, that's unencrypted.
just use regular ssl on 6697.
L499[11:47:11] <MichiBot> Vexatos: Sangar
will be notified of this message when next seen.
L500[11:54:07] <payonel> Vexatos: when you
run your client config from idea, do you also load the huge
collection of other mods?
L501[11:54:24] <Vexatos> Yes?
L503[12:12:21] <Forecaster> amaze
L504[12:13:11]
⇨ Joins: TangentDelta
(~tangentde@c-68-37-224-83.hsd1.mi.comcast.net)
L505[12:21:40] <gamax92> eclipse
neon
L507[12:22:35] <payonel> do any of those
urls work for you now? or are you just "working" because
you cached when those urls were valid?
L509[12:23:49] <gamax92> payonel: on the
initial gradle part it doesn't generate invalid urls and is
actually able to pull everything but then for some reason decides
later to generate invalid urls
L510[12:24:05] <gamax92> thing to note
here: it's not that the url is down, they aren't valid urls to
begin with
L511[12:24:14] <gamax92> forge isn't on
mojang's site :P
L512[12:25:10] <payonel> well they should
be
L513[12:25:12] <payonel> :P
L514[12:25:51] <payonel> i'm going to
retry setting up the oc env from linux today
L515[12:27:40] <gamax92> payonel: it
always happen
L516[12:28:01] <gamax92> don' worry about
it, if it builds then accept it, run with --offline to make it
faster and avoiding useless downloading
L517[12:28:08] <gamax92> (tis the gradle
life)
L518[12:28:20] <payonel> i follow what
you're saying
L519[12:28:40] <payonel> but if i also
understand, you mean the first sync should succeed, after which i
should go --offline
L520[12:29:09] <gamax92> you go --offline
if you have everything in cache
L521[12:29:34] <gamax92> if you don't have
everything in cache then --offline will say it's missing stuff and
then you just don't use --offline for that one time so it can pull
stuff in cache
L522[12:29:37] <gamax92> no big deal
L523[12:29:59] <payonel> except that my
cache appears to be full of crap because of the work i had to do to
make it "just work"
L524[12:30:15] <payonel> the ~10 core mod
downloads and the ~15 mod disabling i had to do
L525[12:30:45] <gamax92> oh hey Mimiru,
where was the mcp dir again?
L526[12:30:51] <payonel> the version of
ae2 was double registering, the version of mekanism was creating a
cylce dep, the version of enderio was using the wrong or missing
buildcraft api
L527[12:30:53] <payonel> etc
L528[12:31:14] <Mimiru> For me it's
C:\Users\Michi\.gradle\caches\minecraft\net\minecraftforge\forge\1.7.10-10.13.2.1230\unpacked\conf
L529[12:31:22] <Mimiru> payonel, ^ it was
still in my buffer lol
L530[12:31:29] <payonel> :)
L531[12:32:42] <gamax92> wow java's file
selector is awful :/
L532[12:32:43]
⇨ Joins: BearishMushroom
(~BearishMu@90-231-174-194-no159.tbcn.telia.com)
L533[12:33:04] <payonel> haha yeah it
is
L534[12:33:40] <gamax92> oh huh ... it
does try to launch with every jar in the cache :/
L535[12:33:58] <gamax92> multiple
ae2
L536[12:34:13] <gamax92> payonel: see this
is why I don't bother with running from ide :P
L537[12:34:16]
⇨ Joins: Nentify
(uid14943@id-14943.highgate.irccloud.com)
L538[12:37:49]
⇨ Joins: williewillus
(~williewil@nat-128-62-40-208.public.utexas.edu)
L539[12:39:47] <MalkContent> oc work with
scm cables?
L540[12:40:03] <Forecaster> what is
that?
L541[12:40:10] <MalkContent> super circuit
maker
L542[12:40:28] <Forecaster> no idea
L543[12:40:58] <MalkContent> np. i
probably should be called out for lazyness for i could just check
anyways
L544[12:41:18] <MalkContent> but in case
anyone knows, question still stands
L545[12:41:19]
<20kdc> 3D
circuitry. *3D*. How well does SCM work with Creative mode?
L546[12:41:35] <gamax92> if it just came
out then the answer is likely no
L547[12:42:12] <Forecaster> it's been
around for a while
L548[12:42:13]
<20kdc>
...1.10.2 ?
L549[12:45:28] <Vexatos> payonel, have I
sufficiently spammed your github notifications? ;>
L550[12:49:18] <payonel> Vexatos: nice
:)
L551[12:59:17] <gamax92> Vexatos:
>:(
L552[13:00:05] <MalkContent> @20kdc: what
do you mean with "how's it work with creative mode"
L553[13:02:01] <Forecaster> 1.11 was
released today apparently
L554[13:05:12] <Michiyo> Forecaster, does
it ACTUALLY show up in the launcher now?
L555[13:05:25] <Michiyo> cause as of about
8:30 this morning it was "released" but not really
:p
L556[13:05:52] <Forecaster> yes
L557[13:06:34] <gamax92> now burn it
L558[13:07:06] <Vexatos> gamax92, this
isn't Sangar levels of bugclosing at least :P
L559[13:07:30] <gamax92> *selects-all,
close*
L560[13:07:43] <gamax92> *locks
discussion*
L561[13:07:59] <MalkContent> well the
chicken necks DID get fixed, so that's fair
L562[13:09:59] <Vexatos> gamax92, I am not
Lexatos D:
L563[13:10:01] <gamax92> Vexatos: but are
you fixing things
L564[13:10:03] <gamax92> lol lex
L565[13:10:55] <Vexatos> I was mostly
closing duplicates
L566[13:11:02] <gamax92> but are you
fixing bugs
L567[13:11:05] <Vexatos> And trying to
reproduce bugs
L568[13:11:14] <gamax92> Sangar is away,
fix bugs
L569[13:13:49]
<20kdc>
MalkContent: Checked, seems to run fine, so it's not an
issue.
L570[13:15:52]
<20kdc> It's
just sometimes mods have had a tendency to either be a bit messy to
use in Creative Mode (see: any mod that drops non-unique items when
you break a block, in Creative Mode)
L571[13:16:21]
<20kdc> In
this case, though, SCM seems to have avoided that, and also dealt
with the semi-common problem of "I accidentally the whole
board"
L573[13:20:57] <CompanionCube> 'Miles Deep
- AI Porn Video Editor'
L574[13:22:50] <gamax92> ohokay
L575[13:28:40] ⇦
Quits: williewillus
(~williewil@nat-128-62-40-208.public.utexas.edu) (Ping timeout: 384
seconds)
L576[13:30:28] ⇦
Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (Ping
timeout: 192 seconds)
L577[13:32:06]
⇨ Joins: jackmcbarn
(jackmcbarn@gateway.insomnia247.nl)
L578[13:35:59] <Inari> CompanionCube:
Haha
L579[13:41:00]
⇨ Joins: Kenny164 (~pkinney@5.80.216.115)
L580[13:56:04] <Vexatos> %tell Sangar so I
guess payonel and I are trying our best now >_>
L581[13:56:04] <MichiBot> Vexatos: Sangar
will be notified of this message when next seen.
L582[13:58:10] <gamax92> Vexatos: I'm
trying too
L583[13:58:13] <gamax92> o7
L584[13:58:31] <Vexatos> %tell Sangar
gamax92 is trying too™
L585[13:58:31] <MichiBot> Vexatos: Sangar
will be notified of this message when next seen.
L586[14:05:11]
⇨ Joins: Jomik
(webchat@x1-6-a0-63-91-f8-cc-22.cpe.webspeed.dk)
L587[14:05:18] <Jomik> Yo!
L588[14:05:29] <Jomik> Have anyone made a
Deep Resonance control program? :o
L589[14:19:21] <Mettaton_Fab> so this
program can show you only the sexual acts?
L590[14:20:19] <Kodos> !kick Mettaton_Fab
Keep it PG, please
L591[14:20:19] ***
Mettaton_Fab was kicked by zsh ((Kodos) Keep it PG,
please))
L592[14:20:50] <Kodos> You too,
CompanionCube
L593[14:27:32] ***
wer38|AFK is now known as wer38
L594[14:32:16]
⇨ Joins: Mettaton_Fab
(~herecomes@p579643a7.dip0.t-ipconnect.de)
L595[14:33:17] <Mettaton_Fab> oi.
L596[14:35:29] ***
wer38 is now known as Wer38
L597[14:38:25] <Mettaton_Fab> i *might*
just get my Tape drive tomorrow. or the day after tomorrow.
L600[14:42:09]
<20kdc> the
processors
L602[14:45:33] <MichiBot>
Curse of The
Weggy Board | length:
1m 49s | Likes:
19,988 Dislikes:
237 Views:
622,887 | by
J.T.
Sexkik | Published On 31/10/2016
L603[14:46:12]
<20kdc>
"Luigi Board"?... my best guess is
"Oujia"
L604[14:46:34]
<20kdc> but
to be entirely honest, I haven't a clue
L605[14:52:01] <Jomik> Have anyone made a
Deep Resonance control program? :o
L606[14:52:43] <gamax92> anime
L607[15:01:04] <gamax92> tresh
L608[15:03:01] <Jomik> I cry inside.
L609[15:03:21] <gamax92> BUILD
SUCCESSFUL
L610[15:03:22] <gamax92> FAILURE: Build
failed with an exception.
L611[15:03:30] <gamax92> Which is it,
gradle?
L612[15:04:18] <Jomik> It's a 50/50
L615[15:16:10] <MichiBot> Vexatos: Sangar
will be notified of this message when next seen.
L616[15:16:10] <Vexatos> >_>
L617[15:16:32] <Jomik> :D
L618[15:18:41]
⇨ Joins: Shawn|4650M
(~shawn156@c-50-170-156-102.hsd1.co.comcast.net)
L619[15:26:07] <Mettaton_Fab> weh.
L620[15:28:34] ⇦
Quits: Mettaton_Fab (~herecomes@p579643a7.dip0.t-ipconnect.de)
(Quit: here goes dat boi!)
L621[15:29:28] <gamax92> ... wot
L622[15:29:41] <gamax92> gradle is trying
to get gregtech from forge's site
L623[15:30:13] <gamax92> actuall what is
gregtech's maven?
L624[15:31:02] <gamax92> oh it is on forge
site
L625[15:31:51] <gamax92> dunno why it
failed then the url works
L626[15:32:47] <gamax92> hey Vexatos
L627[15:32:49] <gamax92> @Deprecated
L628[15:36:24] <Vexatos> gamax92, ya
L630[15:38:14] <Jomik> Anyone have an idea
how I
L631[15:38:18] <Jomik> Hmm
L632[15:38:18] <Jomik> nvm
L633[15:38:20] <Jomik> :D
L634[15:39:40] <Jomik> Needing to make a
robot build spheres, should be simple enough... But I can't just
have it build them row by row, as they'll run out of power. So has
to follow the circle on each layer.. I guess -.- Braaaain
L635[15:42:34]
⇨ Joins: qws-user-1228
(~quassel@cpe-76-181-123-141.columbus.res.rr.com)
L636[15:42:49] ⇦
Quits: qws-user-1229
(~quassel@cpe-76-181-123-141.columbus.res.rr.com) (Read error:
Connection reset by peer)
L637[15:49:23] ⇦
Quits: Vexatos
(~Vexatos@p200300556E653122345D1932342A1A0D.dip0.t-ipconnect.de)
(Quit: I guess I have to go now. Bye ✔)
L638[15:50:14]
<20kdc>
Jomik: Step 1. Write a function which builds an object described by
a 3D array. Step 2. Write a function to make a 3D array of a
sphere.
L639[15:50:45]
<20kdc> That
way you can just write a generic way of following the shape in the
first function, without having to do anything specific to a
sphere.
L640[15:51:26] <Jomik> Yeah. I got that
first 2 steps.
L641[15:51:39] <Jomik> Since I'm using the
augmented reality glasses to project spheres into the world as
is.
L642[15:51:42]
<20kdc>
Another thing you can keep in mind is that spheres are not hollow -
in rows or in columns, they just contain one solid line. So you can
simplify it down further.
L643[15:51:53] <Jomik> My spheres are
hollow
L644[15:51:53] <Jomik> :D
L645[15:52:01]
<20kdc> Ah.
That changes things.
L646[15:52:18] <Jomik> I don't want it to
simply run row by row, as it would go place a block, then move to
the other side, place a block, and so on.
L647[15:52:21] <Jomik> Which is a waste of
power.
L648[15:52:24] <Corded> * 20kdc nods
L649[15:52:34] <Jomik> And with large
sizes, I'd need to recharge frequently then.
L650[15:52:38]
<20kdc> I
suggest doing it plane by plane.
L651[15:53:06] <Jomik> Yeah. I figured I
could take a layer, and then go through the array/coordinates in a
circular fashion.
L652[15:53:36] <Jomik> My other idea was
to take the position of the robot, and then check the adjacent
positions on the same plane, if they have to contain a block. If
they do, move there and place it.
L653[15:54:03]
<20kdc>
"If the robot is supposed to place a block to it's left, then
place it. If the robot is supposed to place a block forward, then
place it, turn right - otherwise, go forward."
L654[15:54:08] <Jomik> Then my shape
object just needs to have a function that takes a position and
tells if that position is part of the structure.
L655[15:54:12] <gamax92> I've never used
oc with power mods
L656[15:54:24] <Jomik> Yeah,
exactly.
L657[15:54:34]
<20kdc>
Actually, wait, that's missing some rules.
L658[15:54:42]
<20kdc> If
the robot isn't supposed to place a block to it's left, then it
needs to turn left.
L659[15:55:01] <Jomik> Well, I would go to
a location where I have to place a block, then find the next spot.
Then move forward, place block where I just was and move to the
next spot.
L660[15:55:01]
<20kdc>
*And* go forward, to try and prevent infinite loops.
L661[15:55:06] <Jomik> Yeah.
L662[15:55:28]
<20kdc> Of
course, on the top and bottom layers, this could be an issue.
L663[15:55:41] <Jomik> That was my concern
too :p
L664[15:55:53]
<20kdc> But
it'll do for all those layers where you can safely say the sphere
is a one-block-wide planar structure, and you can special-case the
others, I suppose.
L665[15:56:18]
<20kdc> The
*absolute* best thing to do would probably be to write a
pathfinder.
L666[15:56:38]
<20kdc> A
general pathfinder that can handle the changes in world.
L667[15:56:47]
<20kdc> That
way it would always generate the optimal set of instructions.
L668[15:57:03] <Jomik> Hmm
L669[15:57:12] <Jomik> I figured I would
just set some rules for starting the robot.
L670[15:57:19]
<20kdc>
(Could run into computing resource issues, though.)
L671[15:57:19] <Jomik> Like.. Charger has
to be in the bottom center block
L672[15:57:28]
<20kdc> Ah.
Rules should help.
L673[15:57:30] <Jomik> that way, as the
robot is working, it just has to move to the center block, and
down.
L674[15:57:45] <Jomik> Similarly for a
resupply chest.
L675[15:58:02] <Jomik> Anyway, it's bed
time for me. I'll wreck my brain tomorrow or the day after, I
suppose :D
L676[15:58:06] <gamax92> I wrote an ore
xray robot and a tree robot, only works if power is disabled
L677[15:58:12] <Jomik> Thanks Corded
L678[15:58:20] <gamax92> lol, thanking a
bot
L679[15:58:24] <Jomik> oh
L680[15:58:27] <Jomik> It's 20kdc
L681[15:58:32] <Jomik> How'd I know!
:D
L682[15:59:01] <Jomik> I always found it
to be kind of op to have no power requirement
L683[15:59:22]
<20kdc> the
power must flow
L684[15:59:26]
<20kdc>
Bwuahahahaha!
L685[15:59:36] <gamax92> well you still
have tool damage
L686[16:00:18] ⇦
Quits: cloakable
(~cloakable@cpc87219-aztw31-2-0-cust20.18-1.cable.virginm.net)
(Ping timeout: 198 seconds)
L687[16:00:36] <gamax92> ore robot would
chew through diamond picks, even with a semi optimized path finding
algo
L688[16:00:58] <Michiyo> I'm going to make
Corded respond to thanks, and yell at the user :P
L689[16:00:59]
⇨ Joins: cloakable
(~cloakable@cpc87219-aztw31-2-0-cust20.18-1.cable.virginm.net)
L690[16:01:06] <gamax92> +1
L691[16:01:08] <Jomik> Michiyo: XD
L692[16:01:14] <gamax92> Thanks,
Michiyo
L693[16:01:23] <Jomik> gamax92: Isn't it
supposed to find diamonds and the like, for you?
L694[16:01:24] <Michiyo> :P
L695[16:01:52] <gamax92> Jomik: geolyzer
range doesn't always hit the diamond range
L696[16:02:21] <Jomik> Ah, I gotta run! :D
Have a good evening guys :D
L697[16:02:56]
<20kdc>
gamax92: Maybe have a robot that builds a computer and a power
source, turns it on, then geolyzes the area.
L698[16:03:33]
<20kdc> (The
logic to communicate with the robot would be in the EEPROM.)
L699[16:03:55] <gamax92> robots can use
disk drives ...
L700[16:04:08] <gamax92> oh, misread
L701[16:05:39] ⇦
Quits: Jomik (webchat@x1-6-a0-63-91-f8-cc-22.cpe.webspeed.dk) (Ping
timeout: 195 seconds)
L702[16:05:59]
<20kdc>
There is the issue of inventory space, though...
L703[16:06:52] <gamax92> anyway, why does
a robot need to build computers for geolyzers?
L704[16:09:29]
<20kdc> no
external connection to components IIRC
L705[16:09:47]
<20kdc> so
the robot has to talk to the geolyzer somehow
L706[16:10:15]
⇨ Joins: Nachtara
(~Nachiebre@173-22-110-5.client.mchsi.com)
L707[16:13:06] ⇦
Quits: Nentify (uid14943@id-14943.highgate.irccloud.com) (Quit:
Connection closed for inactivity)
L708[16:16:24] ⇦
Quits: Keanu73 (~Keanu73@host-78-148-133-116.as13285.net) (Quit:
Gotta go to bed or something. See ya!)
L709[16:20:23] ⇦
Quits: BearishMushroom
(~BearishMu@90-231-174-194-no159.tbcn.telia.com) (Read error:
Connection reset by peer)
L710[16:21:42] <gamax92> @20kdc yes so you
put the geolyzer in the robot :P
L711[16:22:39] <gamax92> And a navigation
upgrade because the geolyzer doesn't understand the robot's
orientation, so you have the navigation upgrade correct it so it
faces north
L712[16:24:42]
<20kdc>
...you can put a geolyzer in a robot?
L713[16:26:40] ⇦
Quits: surferconor425 (~surfercon@46.101.41.205) (Quit:
Goodbye)
L714[16:26:59] ***
vifino is now known as onifiv
L715[16:27:07]
⇨ Joins: vifino (~vifino@tty.sh)
L716[16:27:40]
⇨ Joins: surferconor425
(~surfercon@46.101.41.205)
L717[16:27:45] *
onifiv praises gamax92
L718[16:28:00] *
Lizzy also praises gamax92 then Vi
L719[16:28:05] <Lizzy> fuck sake
L720[16:28:10] *
Lizzy praises vifino
L722[16:31:42] ⇦
Quits: Jezza (~Jezza@92.206.4.86) (Ping timeout: 384
seconds)
L723[16:32:05] <Achai> %tell
L724[16:32:05] <MichiBot> Achai: Who did
you want to tell?
L725[16:32:47] <Achai> %tell Sangar in
FILEFORMAT on the eris repo the description for CallInfo::hasNext
is incorrect, its 0 if it has another and 1 if it doesn't :x
L726[16:32:47] <MichiBot> Achai: Sangar
will be notified of this message when next seen.
L727[16:32:57] <Achai> I've spent the
entire day debugging that one
L728[16:34:05] <Achai> one SINGLE change
fixes my entire decoder: while(reader.u8() != 0); to
while(reader.u8() == 0);
L729[16:34:22] ***
medsouz|offline is now known as medsouz
L730[16:38:53] <Achai> welp, time to
render eris to html
L731[16:38:56] <Achai> wee
L732[16:39:11]
⇨ Joins: qws-user-1229
(~quassel@cpe-76-181-123-141.columbus.res.rr.com)
L733[16:39:14] ⇦
Quits: qws-user-1228
(~quassel@cpe-76-181-123-141.columbus.res.rr.com) (Read error:
Connection reset by peer)
L734[16:40:18] <gamax92> Achai: you're
doing great work
L735[16:40:45]
⇨ Joins: Tiin57 (~tiin57@tiin57.net)
L736[16:40:49] <Skye> Is Achai trying to
exploit OC though Lua bytecode?
L737[16:41:34] <Tiin57> Has anyone heard
of timezone IDs aside from Microsoft'
L738[16:41:37] <Tiin57> Microsoft's
list?
L739[16:41:57] <Skye> Well... What do you
mean?
L740[16:42:39] <Tiin57> Found a reference
to "timezone 67" in a legacy codebase, I know it's
referencing EST (since that's where we are) but I can't find any
reference that lists other timezones in that format
L741[16:42:46] <Skye> In Unix based
systems I tend to do stuff like "Europe/London", while in
Windows I choose GMT (Lisbon, London)
L742[16:43:01] <Tiin57> The API it's being
passed to has no documentation, and neither does the legacy
codebase
L743[16:43:11] <Achai> ( ͡° ͜ʖ ͡°)
L744[16:43:18] <Tiin57> Yeah, I know
conventional TZs are strings, but this one's weird.
L745[16:44:09] <Skye> What's the EST
offset and is there DST
L746[16:45:14] <Tiin57> EST offset is -5,
I believe. Yes, there's DST. Don't believe it's in effect though
(or maybe it is, can never remember.)
L747[16:45:22] <Achai> html might be
overkill
L748[16:46:43] <Skye> Tiin57: it's
possible that it's an internal ID?
L749[16:46:58] <Skye> Do you have access
to the API it's calling?
L750[16:47:04] <Tiin57> Possible, but then
how did the guy who wrote this before me know what it was?
L751[16:47:14] <Tiin57> Yes, but it's rate
limited to 5(?) per hour
L752[16:47:37] <Tiin57> The endpoint
creates new events, so there's not really a use case for more than
that afaik
L753[16:48:05] <Skye> Do you don't have
access to the source code of the time API?
L754[16:48:40] ⇦
Quits: vifino (~vifino@tty.sh) (Quit: Who turned this off?!
D:<)
L755[16:51:29]
⇨ Joins: vifino (~vifino@tty.sh)
L756[16:51:55] <Tiin57> Nope
L757[16:52:02] <Tiin57> External
service
L758[16:53:49] <Skye> Could you replace
the external service?
L759[16:55:48] ⇦
Quits: Inari (~Pinkishu@p5DEC6385.dip0.t-ipconnect.de) (Quit: 'The
Neutron has come to be. Loaded with Mass is he. Of Charge, forever
free.' (Chadwick))
L760[16:59:32] <Skye> .tell Inari reverse
the polarity of the neutron flow!
L761[16:59:46] <Lizzy> %tell Inari
<
Skye> .tell Inari reverse the polarity of the
neutron flow!
L762[16:59:46] <MichiBot> Lizzy: Inari
will be notified of this message when next seen.
L763[16:59:56] <gamax92> onifiv:
eyyyy
L764[17:01:07] <Skye> Lizzy: woops I'm
used to a different bot
L765[17:01:45] *
Skye noms a jelly baby
L766[17:03:06] <onifiv> gamax92: yep, it
boots. i mean, the pacman db was totally boned, it didn't know of
any installed files, but after a reinstall, i think i'm good
L767[17:03:30] <gamax92> I tried
L768[17:03:40] <Tiin57> Skye: We're
working on that :p but for now, we have to keep using it
L769[17:03:41] ⇦
Quits: brandon3055 (~Brandon@122-129-151-62.dynamic.ipstaraus.com)
(Read error: Connection reset by peer)
L770[17:03:44] <onifiv> you did good
gamax92, don't worry
L771[17:03:47] *
onifiv pets gamax92
L772[17:03:54] <gamax92> :3
L773[17:04:11] <gamax92> I'm going to go
work on garbage now
L775[17:09:35] ***
Mine|dreamland is now known as minecreatr
L776[17:14:52] *
Lizzy curls up on onifiv/vifino and falls asleep
L777[17:22:41] ⇦
Quits: vifino (~vifino@tty.sh) (Ping timeout: 384
seconds)
L778[17:23:03]
⇨ Joins: vifino (~vifino@tty.sh)
L779[17:23:08]
⇨ Joins: brandon3055
(~Brandon@122-129-151-62.dynamic.ipstaraus.com)
L780[17:29:57] ⇦
Quits: Kenny164 (~pkinney@5.80.216.115) (Remote host closed the
connection)
L781[17:30:18] *
onifiv pets Lizzy
L782[17:40:42] ⇦
Quits: MalkContent (~MalkConte@p4FDCE496.dip0.t-ipconnect.de)
(Quit: Leaving)
L783[17:47:09] ⇦
Quits: jackmcbarn (jackmcbarn@gateway.insomnia247.nl) (Ping
timeout: 192 seconds)
L784[17:47:46]
⇨ Joins: jackmcbarn
(jackmcbarn@gateway.insomnia247.nl)
L785[17:55:24] ***
medsouz is now known as medsouz|offline
L786[17:56:32] ***
medsouz|offline is now known as medsouz
L787[18:01:22] <gamax92> Achai: help
L788[18:19:13] ⇦
Quits: Turtle (~SentientT@82-171-92-73.ip.telfort.nl) (Quit:
Nettalk6 - www.ntalk.de)
L789[18:23:25] <gamax92> Help I did a
simple change that made something from <10fps to solid 60
L790[18:24:41] <gamax92> Achai: I know you
get notifications for this garbage D:<
L791[18:27:11] <gamax92> oh cool quad core
came in the mail
L792[18:45:37] ***
medsouz is now known as medsouz|offline
L793[18:51:22] <GreaseMonkey> gamax92: got
a diff?
L794[18:57:12] <gamax92> GreaseMonkey:
sending the gpu an image of 61440 pixels instead of 61440 singular
dots >_>
L795[18:58:36] <GreaseMonkey> ah
righty
L796[18:59:02] <gamax92> also I'm going to
look into make a shader/cuda version of my 3d light drawing
stuff
L797[18:59:06] <GreaseMonkey> 320x192,
eh?
L798[18:59:51] <gamax92> GreaseMonkey:
256x240
L799[19:00:36] <gamax92> interesting,
320x192 would be 5:3
L800[19:00:57] <GreaseMonkey> i guessed
that first but wasn't sure... is this a NES emu or something
L801[19:01:15] <gamax92> a terrible one I
haven't worked on in 2 years
L802[19:01:45] <gamax92> minimal
functionality, has a bus, cpu, and simple ppu
L803[19:04:57] <Achai> gamax92:
what?
L804[19:05:04] <Achai> gamax92: change for
what
L805[19:06:25] <gamax92> Achai: is okay go
back to sleep
L806[19:08:18] <Achai> gamax92: no tell
me
L807[19:08:42] <Achai> i wasn't
asleep
L808[19:09:27] <gamax92> Achai: Do you
remember the garbage NES emulator we worked on two years ago?
L809[19:09:33] <gamax92> yeah I got bored
and decided to work on it
L810[19:09:35] <Achai> 60fps in
THAT?
L811[19:09:39] <gamax92> mmhm
L812[19:09:43] <Achai> how
L813[19:09:48] <Achai> howhowhow
L814[19:09:50] <gamax92> Canvas + .point
-> ImageData
L815[19:10:01] <gamax92> and not drawing
offscreen tiles
L816[19:10:28] <Achai> how can that run at
60fps but not that gameboy emulator (sometimes)
L817[19:10:44] <gamax92> because a gameboy
emulator is probably more complex :P
L818[19:10:53] <Achai> it isn't
L819[19:11:02] <gamax92> Well I dunno,
I've never looked into it
L820[19:11:08] <Achai> the nes is more
complex, gb doesn't even have per pixel hit tests :<
L821[19:11:38] <GreaseMonkey> sms does but
it's rarely used
L822[19:18:13] <Achai> gamax92: could be
faster
L823[19:18:14] <Achai> 1 sec
L824[19:18:19] <gamax92> thanks
L825[19:19:22] <gamax92> GreaseMonkey: my
apu is a stub, I didn't even bother changing the name inside the
file it just says "? Emulation" and
"thing"
L826[19:19:33] <GreaseMonkey> eheh
L827[19:19:47] <GreaseMonkey> took a while
before i bothered with sound in my sms emu, but on sms sound is
write-only
L828[19:20:26] <gamax92> oh hmm ...
L829[19:23:29] ***
medsouz|offline is now known as medsouz
L830[19:25:21] <Achai> actually nvm
L831[19:25:31] <Achai> i can't really do
good optimizations with luajit
L832[19:25:49] <gamax92> :(
L833[19:25:56] <Achai> every time you try
to do a normal lua optimization luajit shits the bed
L834[19:28:43] <Achai> welp, thanks amd
for the shite cpu
L835[19:29:13]
⇨ Joins: ChJees
(~ChJees@217-212-206-126-no62.tbcn.telia.com)
L836[19:32:28] <payonel> Achai: what type
of optimization was it that luajit disliked this time?
L837[19:34:01] <gamax92> lol, people can
do 44khz 8bit on a c64
L838[19:36:59] <onifiv> ooo
L839[19:37:23] <onifiv> i need to get a
c64 Someday(tm)
L840[19:37:34] <onifiv> actually, i
probably could ask my unkle, he may have one
L841[19:37:59] <Achai> payonel: optimizing
globals access to local variables
L842[19:41:14] <gamax92> I find it amusing
that you can do mod playback on a c64 + more thanks to the sid
having filters
L843[19:46:30] <GreaseMonkey> dunno if
44khz has been achieved but 8bit playback has
L844[19:46:52] <GreaseMonkey> can't do
stereo on a single SID afaik
L845[19:47:02] <GreaseMonkey> but then
again, dualSID is a thing
L846[19:51:33] <gamax92> GreaseMonkey:
Mahoney's 'Musik Run/Stop' demo
L847[19:53:29] <GreaseMonkey> ah
righty
L848[20:05:35]
⇨ Joins: Doty1154
(~Doty1154@2601:648:8000:134f:258c:89e:859c:1a90)
L849[20:12:20] ⇦
Quits: Doty1154 (~Doty1154@2601:648:8000:134f:258c:89e:859c:1a90)
(Ping timeout: 206 seconds)
L850[20:12:40]
⇨ Joins: Doty1154
(~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
L851[20:44:04]
⇨ Joins: brandon3055_
(~Brandon@122-129-151-62.dynamic.ipstaraus.com)
L852[20:45:03] ⇦
Quits: brandon3055 (~Brandon@122-129-151-62.dynamic.ipstaraus.com)
(Read error: Connection reset by peer)
L853[21:27:02] ***
Keridos|away is now known as Keridos
L856[21:41:15] ⇦
Quits: Nachtara (~Nachiebre@173-22-110-5.client.mchsi.com) (Quit:
Don't forget DL-6!)
L857[21:46:49]
⇨ Joins: techno156 (~techno156@137.154.59.35)
L859[22:14:04] ⇦
Quits: techno156 (~techno156@137.154.59.35) (Quit: There are those
who live without living. Don't be one of those.)
L860[22:15:18]
⇨ Joins: rashdanml
(~rashdanml@S0106848dc7ea7a0a.gv.shawcable.net)
L861[22:15:53] ⇦
Quits: rashy (~rashdanml@S0106848dc7ea7a0a.gv.shawcable.net) (Ping
timeout: 198 seconds)
L862[22:44:00]
⇨ Joins: Madxmike
(~Madxmike@2602:306:374d:da50:8de6:3417:f56f:da6b)
L863[22:47:23] <onifiv> S3: Today I found
a wonderful site!
L866[22:47:37] <onifiv> Interactively
teaches you morsecode :)
L867[22:47:41] <S3> lemme see
L868[22:49:41]
<ade129> Now
we need one for flag semaphore
L869[22:50:25] <gamax92> .-.
L870[22:51:21] ⇦
Quits: Madxmike (~Madxmike@2602:306:374d:da50:8de6:3417:f56f:da6b)
(Ping timeout: 384 seconds)
L871[22:53:20] ***
medsouz is now known as medsouz|offline
L872[22:58:46]
⇨ Joins: Lathanael
(~Lathanael@p5496054F.dip0.t-ipconnect.de)
L873[22:59:17] ⇦
Quits: Lathanael|Away (~Lathanael@p54960A65.dip0.t-ipconnect.de)
(Ping timeout: 384 seconds)
L875[23:03:32] <scj643> On a shitty
chromebook
L876[23:10:31]
⇨ Joins: npe|office
(~NPExcepti@bps-gw.hrz.tu-chemnitz.de)
L877[23:16:43] <Izaya> So
L878[23:16:53] <Izaya> anyone for CAH in
45 mins or so?
L879[23:19:18]
⇨ Joins: Vexatos
(~Vexatos@p200300556E65312238685EB63C1D6679.dip0.t-ipconnect.de)
L880[23:19:18]
zsh sets mode: +v on Vexatos
L881[23:33:19] ⇦
Quits: flappy (~flappy@a88-113-154-4.elisa-laajakaista.fi) (Quit:
/0)
L882[23:33:31]
⇨ Joins: flappy
(~flappy@a88-113-154-4.elisa-laajakaista.fi)
L883[23:35:15] ⇦
Quits: Vexatos
(~Vexatos@p200300556E65312238685EB63C1D6679.dip0.t-ipconnect.de)
(Quit: I guess I have to go now. Bye ✔)
L884[23:51:17]
⇨ Joins: Charlotte (~quassel@118.67.61.77)
L885[23:52:06] ⇦
Quits: Charlotte (~quassel@118.67.61.77) (Read error: Connection
reset by peer)
L886[23:54:13] ***
Keridos is now known as Keridos|away
L887[23:59:52]
⇨ Joins: techno156 (~techno156@137.154.59.35)