<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:48:48] <Kodos> %lootbox
L2[00:48:48] <MichiBot> Kodos: You get a
loot box! It contains a Shiny mcguffen for this universe's plot!
(10%)
L5[01:41:50] ⇦
Quits: Doty1154
(Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net) (Read
error: -0x1: UNKNOWN ERROR CODE (0001))
L6[01:42:07]
<Saphire>
Help
L7[01:42:16]
<Saphire> I
am now going down the rabbit hole
L8[01:42:21]
<Saphire>
RGB is useless
L9[01:42:26]
<Saphire>
HSV is ok
L10[01:42:43]
<Saphire>
HCL is apparently the hip color model
L11[02:20:14]
<Forecaster>
%lootbox
L12[02:20:14] <MichiBot> Forecaster: You
get a loot box! It contains a Magic scj643's sanity! (25%)
L13[03:45:33] ⇦
Quits: erratic (erratic!erratic@shells.yourstruly.sx) (Ping
timeout: 198 seconds)
L14[04:17:04] ⇦
Quits: Unh0ly_Tigg
(Unh0ly_Tigg!~Unh0ly_Ti@c-24-21-196-226.hsd1.or.comcast.net) (Quit:
Leaving)
L15[04:20:27]
<gerard>
%lootbox
L16[04:20:27] <MichiBot> gerard: You get a
loot box! It contains a Turnip.
L17[04:24:17]
<Forecaster>
%loot
L18[04:24:18] <MichiBot> Forecaster: You
get a loot box! It contains a Doorknob.
L19[04:24:45]
<Forecaster>
dang, I got one of those yesterday >:
L20[04:26:30]
<Saphire>
And so...
L22[04:36:31] ⇨
Joins: ben_mkiv
(ben_mkiv!~ben_mkiv@p57972dde.dip0.t-ipconnect.de)
L24[04:47:36]
<Wuerfel_21>
apparently using std::string bloats your ASM output by 6k
lines
L25[04:47:52]
<Wuerfel_21>
(vs char*)
L26[04:49:57]
<Wuerfel_21>
altough i think a lot of that might be debug info
L27[04:50:07] ⇨
Joins: Inari
(Inari!~Pinkishu@p5DEC62A0.dip0.t-ipconnect.de)
L28[04:51:58] <Inari> %inv add vanilla
salt
L29[04:51:58] *
MichiBot summons 'vanilla salt' and adds to her inventory. I could
get some good swings in with this.
L31[04:54:07] <MichiBot>
Microsoft's
XiaoIce (Eng Sub) | length:
1m 34s | Likes:
8 Dislikes:
0
Views:
4,969 | by
Hannah Dong | Published On
19/5/2016
L32[04:54:17] ⇨
Joins: Vexatos
(Vexatos!~Vexatos@p200300556E62B566314F259EC0D0B96D.dip0.t-ipconnect.de)
L33[04:54:17] zsh
sets mode: +v on Vexatos
L34[04:54:23] <Inari> Ohi Vexaton
L35[04:55:30] <Vexatos> ,-,
L36[04:55:38] <Inari> Nya?
L37[04:56:01]
<Wuerfel_21>
just including iostream adds some random function...
L38[04:56:33] <Inari> Random
function?
L39[04:57:27]
<Wuerfel_21>
this intialization thingy
L41[05:00:44]
<Wuerfel_21>
this appears as soon as iostream is included, even if none of it's
functionality is used.
L42[05:01:31] ⇨
Joins: Splinti
(Splinti!webchat@ip1f105408.dynamic.kabel-deutschland.de)
L43[05:02:59] <Inari> Yeah, seems iostream
has a static class, so it probably gets initailized there or
so
L44[05:03:33] <Inari> You shouldn't
inclkude stuff yuo won't use anyway
L46[05:04:02]
<Wuerfel_21>
i am actually trying to investigate if std::string wastes memory on
copying literals
L47[05:07:14]
<Wuerfel_21>
but it must be doing something super whack because the string
doesn't even show up in the output
L48[05:15:18]
<Wuerfel_21>
ooof
L49[05:16:24]
<Wuerfel_21>
it generates code that fills in the string using immeadiate
MOVs
L50[05:16:51]
<Wuerfel_21>
-Os makes it sane
L52[05:23:26]
<Saphire>
...I don't even know by this point WHY am I doing this
L53[05:24:10]
<Forecaster>
boredom?
L54[05:25:16]
<Saphire>
Probably
L55[05:26:04]
<LemADEC>
hi
L56[05:26:28]
<LemADEC>
was there recent changes in the way numbers are formatted in OC
?
L57[05:26:37]
<Forecaster>
what numbers?
L58[05:26:53]
<LemADEC> it
seems to insist on adding .0 to all integers when converting to
strings nowadays
L61[05:27:46]
<LemADEC>
first one is OpenComputers-MC1.7.10-1.7.2.1166-universal (from
curseforge)
L62[05:28:00]
<LemADEC>
second one is a older version from 2017-10
L63[05:28:00] <Izaya> defaults to lua 5.3
now
L64[05:28:02] <fingercomp> it's a Lua 5.3
thing, which is the default architecture of processors since OC
1.7.2
L65[05:28:08] <Izaya> it has distinct
integers now
L66[05:28:42] <fingercomp> so unless a
number is explicitly converter to the integer type, tostring adds
.0
L67[05:29:07]
<LemADEC>
well, then the dmesg script is impacted
L68[05:29:43]
<LemADEC>
actually, it's probably the event system itself returning number
instead of integer type
L69[05:30:13] <Izaya> 56.0 == 56
L70[05:31:26]
<LemADEC>
well, the key_down event return the char number
L71[05:32:09]
<LemADEC> so
previously, calling string.char(params[3]) would give me a char,
now it's giving me a number and add .0 to it
L72[05:41:21]
<gdude> Huh,
5.3 is default?
L73[05:41:26]
<gdude> ATM3
must be outdated then
L74[05:42:34]
<Saphire>
@LemADEC if you want to get rid of .0, do `math.floor(num)`
L75[05:44:02]
<LemADEC>
yes, I've started doing string.format("%d", num), but
math.floor(num) might be a better option
L76[05:47:57] ⇦
Quits: lp (lp!~lordpipe@66.109.211.167) (Ping timeout: 198
seconds)
L77[05:57:44] <AmandaC> Kodos: go ahead, I
was planning on making a library of my own for it, but so far
haven't had to make another widget
L78[06:03:10] <Izaya> if there's an extra
widgets lib I'll contribute a scrolling textview when it's
done
L80[06:12:50] *
Izaya squints
L81[06:12:52] <Izaya> What is that?
L82[06:13:03]
<Saphire>
Still the same?
L83[06:13:18]
<Saphire>
Generating colors out of nickname's CRC
L84[06:13:18] <Izaya> oh is that your test
program
L85[06:13:43]
<Saphire>
Yup
L86[06:13:49] <Izaya> Looks nice
L87[06:14:10] <Kodos> AmandaC, will this
function work out of the box by itself, or do I need additional
stuff from other places
L88[06:15:00] <AmandaC> Kodos it's a kitten
os neo widget
L89[06:15:15] <Kodos> Going to assume the
latter then
L90[06:16:33]
<Saphire>
What about the colors themselves?
L91[06:16:39] <ben_mkiv> you need a kitten
with os
L92[06:17:05] <ben_mkiv> %choose code or
play
L93[06:17:05] <MichiBot> ben_mkiv:
play
L94[06:17:34] <Kodos> %choose more TV or
game or nap
L95[06:17:34] <MichiBot> Kodos: more
TV
L97[06:18:11] <ben_mkiv> could i implement
a framebuffer using viewports?
L98[06:18:13] <Kodos> errr is line 35
supposed to be foreground?
L99[06:18:41] <AmandaC> nope, that widget
defines "foregrond" as the filled in part
L100[06:19:10] <Kodos> Yes, but 35 and 32
are both gpu.setBackground
L102[06:19:19] <Kodos> I would think one
would need to be foreground
L103[06:19:34] <Kodos> ¯\_(ツ)_/¯
L104[06:19:34] <AmandaC> Kodos: Nope, it
draws over the first one with the filled in part
L105[06:19:41] <ben_mkiv> isnt it because
it fills different boxes?
L106[06:19:45] <ben_mkiv> ^
L107[06:19:47] <Kodos> Ah, right
L108[06:20:09] <Kodos> Wonder how hard it
would be to do overlay text over the bar itself
L109[06:20:15] <ben_mkiv> does it have
buttons with callbacks?
L110[06:21:33] <AmandaC> I've never been
able to figure out a good way to do that, but I'd welcome any
examples, Kodos.
L111[06:21:45] <Kodos> I'll give it a poke
next time I'm ingame
L112[06:25:28]
⇨ Joins: lp (lp!~lordpipe@66.109.211.167)
L113[06:27:59] <Izaya> it wouldn't be
pretty but I dunno why you couldn't
L114[06:28:49] <Kodos> Well, assuming the
background is being used for both the 'empty' bar as well as the
progress section, I could use foreground for text and just have a
function that updates the bars and then redraws the text
L116[06:30:49]
<Saphire>
...I realized that I generate luma values that are too darn close
and can easily result in similar colors.
L117[06:31:43] <AmandaC> @Saphire you
havn't been at this all night, have you? D:
L118[06:31:52]
<Saphire>
Uh
L119[06:31:55]
<Saphire>
All day.
L120[06:31:55]
⇨ Joins: flappy
(flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
L121[06:47:04] ⇦
Quits: Backslash
(Backslash!~Backslash@ip-94-114-162-224.unity-media.net) (Remote
host closed the connection)
L122[06:47:26]
⇨ Joins: Backslash
(Backslash!~Backslash@ip-94-114-162-224.unity-media.net)
L124[06:56:00]
<MGR> Do you
have a grandfather that's in a wheelchair and can't drive? Use that
as a fake story to try and get beer!
L125[07:02:14] <Inari> @MGR You'd think
they'd try to change the story at least :P Especially if its the
same guy at the counter
L126[07:02:22]
<MGR>
Mhm
L127[07:02:40]
<MGR> Never
assume somebody is stuipd
L128[07:02:45]
<MGR> Never
assume somebody is stupid [Edited]
L129[07:03:06]
<MGR>
However, I feel it's safe to assume that the teenagers were
stupid
L130[07:06:45]
<LemADEC>
latest OC fails to resolve ThaumicEnergistics dependency
L131[07:07:30]
<MGR>
Ogod
L132[07:07:36]
<LemADEC>
what's the proper version to use for it?
L133[07:07:50]
<MGR> This
browser software I'm using for work consumes 1GB RAM for no
reason
L134[07:12:59]
⇨ Joins: Thutmose
(Thutmose!~Patrick@host-69-59-79-123.nctv.com)
L135[07:13:00]
<Forecaster>
it's just a bit extra hungry
L136[07:13:23]
<MGR> The
software is also worse than the original version in every way, and
runs extremely slow
L138[07:17:01] <Vexatos> I haven't had
this much fun playing a game in years I think :U
L139[07:20:51]
<Forecaster>
that bodes well for the release :D
L140[07:21:00]
<MGR> What
game?
L141[07:24:42] <Vexatos> Stardew Valley
1.3 - Buggy Beta Edition
L142[07:25:16]
<MGR>
Ah
L143[07:30:09] <AmandaC> Vexatos: other
than some desync issues, it wasn't that bad for me + sister
yesterday
L144[07:30:32] <AmandaC> And, of course,
the occasional "Wash does not have any milk right now"
from across the fucking town
L145[07:30:53] ⇦
Quits: lp (lp!~lordpipe@66.109.211.167) (Quit: WeeChat
2.1)
L147[07:33:08]
<Forecaster>
I played part way through SW before
L148[07:33:13]
<Forecaster>
but I don't remember most of it
L149[07:33:25]
<Forecaster>
mp is the same, just with multiple people right?
L150[07:33:28] <AmandaC> SW?
L151[07:33:39]
<Forecaster>
Stardew Valley...
L152[07:33:45]
<Forecaster>
SV*
L153[07:33:47] <AmandaC> ..... SW?
L154[07:33:59] <AmandaC> I've mostly seen
it as SDV
L155[07:33:59]
<MGR>
StardeW valley
L156[07:34:00]
<Forecaster>
I played part way through SV before [Edited]
L157[07:34:18]
<Forecaster>
but Stardew is one word >:
L158[07:36:05] <AmandaC> so is StarTrek,
but it's ST
L159[07:36:26]
<MGR> I
thought Star Trek was 2 words
L160[07:36:37]
<Forecaster>
it is
L161[07:36:49] <AmandaC> fine,
Stargate.
L162[07:37:10]
<MGR> Maybe
based on syllables? ¯\_(ツ)_/¯
L163[07:38:12]
<Forecaster>
that'd also work for Stardew though
L164[07:38:13]
<Forecaster>
:P
L165[07:38:24] <Corded> * <MGR>
megashrugs
L166[07:39:33] <Splinti> Does the OC
Redstone BundledOutput work with EnderIO? I've heard that EnderIO
broke it ?
L167[07:53:46] <Temia> Stardew isn't a
UNIX command, so it doesn't use its weird abbreviation rules
L168[08:03:06] <Izaya> X220 has an mSATA
slot, right?
L169[08:04:17]
<Kodos>
GUESS WHAT DAY IT SI
L170[08:04:19]
<Kodos>
GUESS WHAT DAY IT IS [Edited]
L171[08:04:26]
<Forecaster>
tuesday
L172[08:04:30] <Izaya> international
workers day, apparently
L173[08:04:31] <AmandaC> The first of
may
L174[08:04:34]
<MGR>
AwesomeDay
L175[08:04:35]
<Kodos> %yt
Jonathan Coulton - First of May
L177[08:08:12]
<Kodos> (If
you go through the logs, I'm like 90% certain I've probably linked
this every year on this day)
L178[08:08:47] <S3> Well this is a bummer.
Retrocomputers mod seems to be what I expected it to be except that
it is literally unusuable
L179[08:09:04] <S3> damn kids and their
eyesight of a hawk.
L180[08:09:05]
<Forecaster>
@Kodos you missed 2017
L181[08:09:10]
<Kodos> Did
I? Fuck
L182[08:09:20]
<Kodos> How
far back does it go though
L184[08:09:36]
<Kodos> Holy
shit lmao
L185[08:09:39]
<Forecaster>
also 2014 doesn't count :P
L186[08:09:42]
<Forecaster>
it was too late
L187[08:09:51]
<Kodos> To
be fair, it was probably still the 1st my time
L188[08:10:16]
<Kodos> But
holy shit that makes me happy ?
L189[08:10:28]
<MGR>
?
L190[08:10:47] <S3> ok what's with the
first of may song
L191[08:11:01]
<Kodos> I
just like Coulton
L192[08:11:08] <S3> I see
L193[08:11:09]
<Kodos> And
that's a song my BFF introduced me to
L194[08:11:15] <S3> I was wondering if you
were Coulton for a minute
L195[08:11:27]
<Kodos> LOL
That would be something
L196[08:11:59]
<Forecaster>
maybe you were in a past life!
L197[08:12:05] <AmandaC> How's the cruse
planning coming, Kodos? :P
L198[08:12:17]
<Kodos>
cruise?
L199[08:12:21] <AmandaC> Joco Cruise
L200[08:12:40]
<Forecaster>
I read that as "curse planning"
L201[08:12:41]
<Kodos> It's
in March of next year
L202[08:12:44]
<Kodos> So I
mean
L203[08:12:46]
<Kodos> Not
really planning yet
L204[08:12:53] <AmandaC> ah, didn't
realise it already passed
L205[08:13:50]
<Kodos>
Granted, I didn't get to go to this years
L206[08:13:56]
<Kodos>
Which I am super pissed about because @wilw was there
L207[08:14:33]
<Kodos>
%choose Netflix or Minecraft
L208[08:14:33] <MichiBot> Kodos:
Minecraft
L209[08:15:06]
<Kodos>
%choose Tea or Baja
L210[08:15:07] <MichiBot> Kodos:
Baja
L211[08:15:11]
<Kodos>
Fuck
L212[08:15:26]
<Kodos>
%choose food or nah
L213[08:15:27] <MichiBot> Kodos: nah
L214[08:19:28]
<Kodos> Holy
shit I am actually excited for the day and I have no real reason to
be
L215[08:20:58]
<Forecaster>
the nerve!
L216[08:28:24] <Vexatos> I mean it's a
national holiday in many countries, including mine
L217[08:28:42] <Vexatos> One of only two
non-religious national holidays in Germany, along with Oct 3
(unification day)
L218[08:28:57] <Vexatos> or unity
day
L219[08:29:01] <Vexatos> or whatever you
call it in English
L220[08:29:41] <Izaya> huh
L221[08:29:52] <Izaya> germany doesn't
seem like a very religious place
L222[08:29:57] <Vexatos> today's
International Workers' Day
L223[08:30:25] <Izaya> so I heard
L224[08:30:30] <Vexatos> the Weimar
Republic didn't want to make it a national holiday but Hitler did
so weee?
L225[08:31:07] <Vexatos> Izaya, I mean
Germany doesn't have many religious national holidays, either
L226[08:31:16] <Izaya> oh okay
L227[08:33:07] <Izaya> time to watch more
spice and wolf I guess
L228[08:33:40]
<Forecaster>
I can't read very well today apparently...
L229[08:33:49]
<Forecaster>
I read *that* as "spice and golf"
L230[08:33:51]
<Forecaster>
:|
L231[08:34:49] <Vexatos> Easter,
Christmas, Whitsun, and Ascension Day are the religious national
holidays I think
L233[08:39:12]
<Wuerfel_21>
RIP
L234[08:41:04] ⇦
Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-123.nctv.com)
(Quit: Leaving.)
L235[08:59:35] *
Mimiru yawns
L236[08:59:44] *
payonel waves
L237[08:59:50] *
Mimiru waves back
L238[09:00:06] *
payonel throws a marshmallow in Mimiru yawning mouth
L239[09:01:18] <Mimiru> lol
L240[09:09:53]
<Forecaster>
%lootbox
L241[09:09:53] <MichiBot> Forecaster: You
get a loot box! It contains a Magic love! (25%)
L242[09:09:58]
<Forecaster>
yay
L243[09:10:17]
<MGR>
@Forecaster So, it has come to this. EA bought you out
L244[09:10:37]
<Forecaster>
yep
L245[09:10:49] <Izaya> Skye: I just had a
great idea: dual-boot Haiku and ReactOS on my P4 box.
L246[09:10:57] *
Izaya sets it on fire preemptively
L247[09:11:12] <AmandaC> %choose
bother-bother or let her sleep
L248[09:11:12] <MichiBot> AmandaC: let her
sleep
L249[09:11:14] <AmandaC> :(
L250[09:11:52]
<gerard>
ReactOS
L251[09:12:01]
<gerard> is
it stable yet?
L252[09:12:07] <Izaya>
hahahahahahahaha
L253[09:12:11] <AmandaC> is ReactOS even
still in dev?
L254[09:12:22] <Izaya> yes ReactOS is
still in development
L255[09:12:23] <AmandaC> Last I looked
it's site wasn't updated in a few years
L256[09:12:28] <Izaya> 0.48 was released a
few days ago
L257[09:12:31] <Izaya> they
L258[09:12:40] <Izaya> 're now targeting
Windows 7 compatibility
L259[09:12:46] <AmandaC> ah
L260[09:12:48] <Izaya> which is cool I
guess
L261[09:13:00] <Izaya> so I guess that
means the WS2003 compat is good
L262[09:13:39] <AmandaC> %choose let the
festival go by or wait
L263[09:13:39] <MichiBot> AmandaC: let the
festival go by
L264[09:13:43] <AmandaC> hrm. nah
L265[09:13:46] *
AmandaC goes to bother-bother
L267[09:14:55]
<gerard>
quite a lot of fails tho
L268[09:19:42]
⇨ Joins: Cervator
(Cervator!~Thunderbi@2601:4c1:4001:1d5d:2521:fdf0:bf80:8680)
L269[09:20:58] <Izaya> if I weren't
playing games I could probably get by with it
L271[10:05:56]
<MGR> I had
a feeling
L272[10:07:36] <Izaya> What a
surprise.
L273[10:12:16]
<Wuerfel_21>
oof
L274[10:18:07] ⇦
Quits: Icedream (Icedream!~icedream@has.streaminginter.net) (Remote
host closed the connection)
L275[10:24:03]
⇨ Joins: Icedream
(Icedream!~icedream@has.streaminginter.net)
L276[10:32:09] ⇦
Quits: Saphire (Saphire!~Saphire@to1.hashbang.sh) (Ping timeout:
186 seconds)
L277[10:32:41] ⇦
Quits: daniel (daniel!~quassel@jupiter.danger-it.de) (Ping timeout:
186 seconds)
L278[10:32:45]
⇨ Joins: daniel
(daniel!~quassel@jupiter.danger-it.de)
L279[10:33:57]
⇨ Joins: Saphire
(Saphire!saphire@to1.hashbang.sh)
L280[10:34:48]
<Pablu> hey
I want one of those profile pictures too
L281[10:39:44]
<Forecaster>
what profile pictures?
L282[10:40:47]
<Saphire>
*Pokes @Mimiru*
L283[10:43:16] <Mimiru> ?
L284[10:48:36] <Mimiru> @Saphire
L285[10:49:14]
<Saphire> I
done more stuff to that image generator. Uh, want me to port it to
PHP?
L286[10:49:21] <Mimiru> sure?
L287[11:11:22] <Saphire> It's a bit up
there in the scrollback :3
L288[11:27:12]
⇨ Joins: Doty1154
(Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
L289[11:30:49]
<Wuerfel_21>
~~SOUNDDEFINITIONEN FÜR DEN WELTFRIEDEN~~
L290[11:32:06] ⇦
Quits: Doty1154
(Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net) (Quit:
Leaving)
L292[11:32:42]
<Shikashi>
this creates an empty file
L293[11:32:46]
<Shikashi>
with the input name
L294[11:32:57]
<Shikashi>
can someone please give me a little hint at least?
L295[11:33:19]
<MGR> ~w
filesystem
L297[11:33:35]
<Shikashi>
yes, thats exactly what i used
L298[11:34:07] <Mimiru> I think MGR was
getting that for his reference
L299[11:34:23]
<MGR>
Mhm
L300[11:34:23]
<Shikashi>
oh, right
L301[11:35:05]
<MGR> Just
to double check, the source file has data in it, right?
L302[11:35:11]
<Shikashi>
yep
L303[11:35:19]
<Shikashi>
its a slightly modified version of the network API example
L304[11:35:49]
<MGR> I'm
not quite sure why it isn't copying properly
L305[11:36:15]
<MGR> %shell
HighPoint
L306[11:36:15] *
MichiBot loads andante days into a shell and fires it. It strikes
the ground near HighPoint, SpiritedDusty and unascribed. They each
take 3, 4 and 3 splash damage respectively.
L307[11:38:48]
<Shikashi>
it also made an empty file in /mnt/cbe, and in /mnt/cbe/home/
L308[11:39:10]
<MGR> Can
you pastebin the code, and what exactly you're typing in
please?
L309[11:39:17]
<Shikashi>
sure
L310[11:39:37]
<MGR> Thank
you
L312[11:42:49]
<MGR> The
second input should be: /mnt/162/netted.lua
L313[11:43:07]
<Shikashi>
lets try that
L314[11:43:52]
<Shikashi>
still does not work
L315[11:44:10]
<MGR> What's
the contents of /mnt/162?
L316[11:44:30]
<Shikashi>
nothing at all besides an empty "netted" file
L317[11:44:42]
<MGR> Did
that exist before this try?
L318[11:44:45]
<Shikashi>
yes
L319[11:45:21]
<MGR> Try
deleting it and trying again. It might be blocking the copy from
happening properly, and silently erroring
L320[11:47:37]
<Shikashi>
still gives me an empty file
L321[11:47:47]
<MGR>
?
L322[11:48:08]
<MGR> At
this point, I just recommend using "cp" from the
shell
L323[11:48:13]
<Shikashi>
wait, that exists
L324[11:48:15]
<Shikashi>
??
L325[11:48:24]
<MGR> I
don't have MC running to debug unfortunately
L326[11:48:32]
<MGR> It's
either "cp" or "copy"
L328[11:51:25]
<Shikashi>
well
L329[11:51:53] <Mimiru> the file is
netted, not netted.lua?
L330[11:51:54]
<MGR> Try cp
/home/netted /mnt/162/netted.lua
L331[11:53:31] ⇦
Quits: Backslash
(Backslash!~Backslash@ip-94-114-162-224.unity-media.net) (Quit:
Leaving)
L332[11:53:47]
⇨ Joins: Backslash
(Backslash!~Backslash@ip-94-114-162-224.unity-media.net)
L333[11:54:06]
<Shikashi>
oh, now it works, thanks
L334[11:54:17]
<MGR> No
problem
L335[11:54:22] <Mimiru> you were copying a
file that didn't exist
L336[11:54:42]
<MGR>
^
L337[11:57:48] <Mimiru> %seen
Shuudoushi
L338[11:57:49] <MichiBot> Shuudoushi was
last seen 659d 20h 5m 41s ago. No Record
L339[11:58:08] <Mimiru> :/
L340[11:58:27]
<MGR> He
will be missed
L341[11:58:42]
<MGR> Are
you looking for him because of SecureOS?
L342[11:59:40] <Mimiru> I'm dropping it
from OpenSecurity in the next releases...
L343[11:59:51] <Mimiru> Was just wondering
how long it'd been
L344[12:00:12]
<MGR>
Ah
L345[12:11:57] ⇦
Quits: Vexatos
(Vexatos!~Vexatos@p200300556E62B566314F259EC0D0B96D.dip0.t-ipconnect.de)
(Ping timeout: 182 seconds)
L346[12:25:48]
⇨ Joins: Vexatos
(Vexatos!~Vexatos@p200300556E62B5165EA98095A0F88285.dip0.t-ipconnect.de)
L347[12:25:48]
zsh sets mode: +v on Vexatos
L348[12:31:22] <AmandaC> Welp, finally
having issues with the SDV beta
L349[12:31:35] <AmandaC> Massive lag
spikes when me + sister are both on the farm
L350[12:31:54] <AmandaC> Current theory is
it's from the animals grazing
L351[12:32:50]
<logan2611>
%seen logan2611
L352[12:32:50] <MichiBot> logan2611 was
last seen 0s ago. Saying: <logan2611> %seen logan2611
L353[12:32:58]
<logan2611>
oh
L354[12:33:16]
⇨ Joins: Webchat_94832
(Webchat_94832!webchat@static-145.130.212.149.ip.telfort.nl)
L355[12:34:19] <Mimiru> Webchat_94832 aka.
Webchat_06893 aka. Webchat_46875 aka. Webchat_28389 aka.
Webchat_09608 aka. Webchat_63895 aka. Webchat_35811 aka.
Webchat_77801 aka. Webchat_62214 aka. Webchat_89306 aka.
Webchat_99397 (webchat@static-145.130.212.149.ip.telfort.nl) has
joined ohgodwhy.png
L356[12:34:29] <Webchat_94832> Hello, i
have a server set up and it constantly sends a value on the port
"1111". Networking is all ok, but my program:
https://hastebin.com/efuceqegos.lua doesn't print
the value if it isnt a question mark. I feel i did everything okay,
but if not, what did i do wrong? (im confusing lol)
L357[12:34:37] <Mimiru> maybe i should
exclude "webchat_ from the tracker I use.
L358[12:35:21] ⇦
Quits: ben_mkiv (ben_mkiv!~ben_mkiv@p57972dde.dip0.t-ipconnect.de)
(Ping timeout: 198 seconds)
L359[12:42:03] <Webchat_94832> How do i
check if a string isn't something.. for sum reason it wont
work
L360[12:46:27] <payonel> Webchat_94832: if
value ~= "abc" then ... end
L361[12:46:42] <Webchat_94832> il
try
L362[12:53:23] <Webchat_94832> it worked
thanks
L363[12:56:05] ⇦
Quits: Webchat_94832
(Webchat_94832!webchat@static-145.130.212.149.ip.telfort.nl) (Quit:
webchat.esper.net)
L364[12:57:33]
<20kdc>
AmandaC: R2 release has happened, and with it Izaya's slaunch and
launchbar applications are in the repository.
L365[12:58:30]
⇨ Joins: AshIndigo
(AshIndigo!~ashindigo@79-67-163-198.dynamic.dsl.as9105.com)
L366[14:33:05]
⇨ Joins: Webchat_69847
(Webchat_69847!webchat@static-145.130.212.149.ip.telfort.nl)
L367[14:33:34] <Webchat_69847> 'sysMEM =
computer.totalMemory()' should work right?
L368[14:35:33] <Inari> ~oc computer
L370[14:35:42] <Inari> probbaly
L371[14:35:49] <Inari> If you've require'd
computer
L372[14:35:54] <Webchat_69847> yea i
did
L373[14:36:22] <Inari> So whats
wrong?
L375[14:37:03] <Webchat_69847> like it
doesn't set it to the free memory and the total memory
L376[14:37:07] <Inari> The long code which
doesn't require computer?
L377[14:37:08] <Webchat_69847> i dont
understand ._.
L378[14:37:26] <Webchat_69847> uh oops i
guess so
L379[14:38:11] <Webchat_69847> still
didn't work after adding "local computer =
require("computer")
L380[14:39:05] <Webchat_69847> uh.. what?
i removed something and it worked..
L381[14:39:32] <Webchat_69847> thanks for
the help anyway i guess
L382[14:39:38] <Inari> xD
L383[14:39:43] <Inari> Now the questio
nis, what did you remove :D
L384[14:39:50] <Inari> Hm
L385[14:39:54] <Inari> i don't believe
.toString() exists :P
L386[14:40:15] <Webchat_69847> i guess i
uploaded a file minecraft didnt save to yet...
L387[14:40:30] <Webchat_69847> yea i
removed ".toString()"
L388[14:40:48] <Inari> the lua way would
be tostring(computer.totalMemory())
L389[14:41:03] <Webchat_69847> lol
wat
L390[14:50:00] ⇦
Quits: Webchat_69847
(Webchat_69847!webchat@static-145.130.212.149.ip.telfort.nl) (Quit:
webchat.esper.net)
L391[14:52:31] ⇦
Quits: Splinti
(Splinti!webchat@ip1f105408.dynamic.kabel-deutschland.de) (Quit:
webchat.esper.net)
L392[15:03:50]
⇨ Joins: ben_mkiv
(ben_mkiv!~ben_mkiv@p57972DDE.dip0.t-ipconnect.de)
L393[15:46:38] ***
MajGenRelativity_ is now known as MajGenRelativity
L394[15:54:21]
⇨ Joins: Unh0ly_Tigg
(Unh0ly_Tigg!~Unh0ly_Ti@c-24-21-196-226.hsd1.or.comcast.net)
L395[16:02:38]
<Pablu>
hey
L396[16:03:17]
<Pablu> I
want to make a program that works as a remote command shell
L397[16:03:25]
<Pablu> The
problem is:
L398[16:03:48]
<Pablu> I
could send the command, execute, and then send back the
stdout
L399[16:04:03]
<Pablu> BUT
that wouldn't work for interactive commands
L400[16:04:45]
<Pablu> So I
could send the user input as keys, and constantly send back the
stdout
L401[16:05:22]
<Pablu> That
would work for interactive commands, but not for programs that
emulate a UI with the terminal
L402[16:05:37]
<Pablu>
Change cursor position, etc
L403[16:06:55]
<Pablu> So
what exactly do I need to send/handle to allow full remote terminal
like that? Is is like a text buffer that I can send, something like
that?
L404[16:09:31]
<Wuerfel_21>
send the keyboard events
L405[16:09:44]
<Wuerfel_21>
(and touch ones, too, i guess)
L406[16:10:38]
<Pablu>
Also, also
L407[16:10:39]
<Wuerfel_21>
then just put them into the remotes event queue
L408[16:10:49]
<Pablu> I'm
talking about the windows terminal here
L409[16:11:07]
<Pablu> My
idea is to have a terminal to my real computer, from my OC
one
L410[16:11:38]
<Wuerfel_21>
well, control the real one from OC?
L411[16:12:15]
<Pablu>
uh?
L412[16:13:42]
<Wuerfel_21>
or the other way roundf?
L413[16:14:32]
<Pablu> Have
a remote terminal to my Windows system, from OpenComputers
L414[16:14:55]
<Wuerfel_21>
that sortof exists in the form of telnet
L415[16:16:13]
<Wuerfel_21>
but running a telnet server is a somewhat bad idea
L416[16:16:52]
<Wuerfel_21>
i guess you could modify OC's telnet client to use the data card
for SSH, i guess
L417[16:16:55]
<Wuerfel_21>
i guess you could modify OC's telnet client to use the data card
for SSH, [Edited]
L418[16:16:56]
<Wuerfel_21>
i guess you could modify OC's telnet client to use the data card
for SSH [Edited]
L419[16:24:24] <S3> telnet server is
FINE
L420[16:24:35] <S3> it's just what you
attach it to.
L421[16:24:41] <S3> IF you attach it to a
shell you're an idiot
L422[16:24:48] <S3> a normal shell that
is
L423[16:25:30] <S3> I think telnet is a
great protocol
L424[16:25:32] <S3> and IAC is
fantastic
L425[16:25:42] <S3> telnet IAC
L426[16:33:00]
<Wuerfel_21>
telnet servers generally attach to shells, otherwise you just
have... a program with stdin/stdout redirected to a tcp
stream?
L427[16:37:03]
<Pablu> Yeah
telnet is just a tcp stream
L428[16:43:25]
⇨ Joins: lp (lp!~lordpipe@66.109.211.167)
L429[16:43:45] <S3> wuerfel_21 I know and
that's the mistake
L430[16:44:21] <S3> well that's all a
shell is on telnet anyways if you think about it heh
L431[16:58:34] ⇦
Quits: Inari (Inari!~Pinkishu@p5DEC62A0.dip0.t-ipconnect.de) (Quit:
'A little body, to satisfy your all hand addictions.')
L432[17:11:49]
<Forecaster>
%loot
L433[17:11:49] <MichiBot> Forecaster: You
get a loot box! It contains a Potato.
L434[17:13:21] <Mimiru> lol
L435[17:14:40]
<Forecaster>
>:
L436[17:52:44] <AmandaC> %give MichiBot a
vile of a substance known to cause cancer in CA
L437[17:52:45] *
MichiBot accepts the vile of a substance known to cause cancer in
CA and adds it to her inventory
L438[18:39:42] <S3> a potato lol
L439[18:53:51]
<Kodos> Need
a handful of people to @ me
L440[18:54:13]
<Kodos>
Discord pm works too
L441[19:04:54]
⇨ Joins: ben_mkiv|afk
(ben_mkiv|afk!~ben_mkiv@p57972C98.dip0.t-ipconnect.de)
L442[19:07:31] ⇦
Quits: ben_mkiv (ben_mkiv!~ben_mkiv@p57972DDE.dip0.t-ipconnect.de)
(Ping timeout: 198 seconds)
L443[19:14:58] <S3> @kodos
L444[19:15:20]
<Kodos> Got
it the ks
L445[19:15:25]
<Kodos> Err
thanks
L446[19:15:36]
<Kodos>
Kodos isn’t having a stroke
L447[19:18:33] <S3> got it the ks!
L448[19:49:55] <Mimiru> %loot
L449[19:49:55] <MichiBot> Mimiru: You get
a loot box! It contains a Piece of cloth.
L450[19:50:00] <Mimiru> woo...
L451[19:53:29] ⇦
Quits: ben_mkiv|afk
(ben_mkiv|afk!~ben_mkiv@p57972C98.dip0.t-ipconnect.de) (Ping
timeout: 182 seconds)
L452[19:58:27]
⇨ Joins: Thutmose
(Thutmose!~Patrick@host-69-59-79-123.nctv.com)
L453[20:13:04] ⇦
Quits: Vexatos
(Vexatos!~Vexatos@p200300556E62B5165EA98095A0F88285.dip0.t-ipconnect.de)
(Quit: Insert quantum chemistry joke here)
L454[20:41:38] <S3> Skye: So
L455[20:41:52] <S3> I just got back from
the chineese food takeout place
L456[20:42:15] <S3> there was this guy
that showed up and we both ordered at about the same time so we had
some really great conversations
L457[20:42:30] <S3> talked about cell
phones, good beer, etc
L458[20:44:59] <S3> I wil likely never see
him again
L459[20:45:06] <S3> but he was quite the
interesing guy
L460[21:46:59] ⇦
Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-123.nctv.com)
(Quit: Leaving.)
L461[21:51:40]
⇨ Joins: Doty1154
(Doty1154!~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
L462[22:04:40] ⇦
Quits: Cervator
(Cervator!~Thunderbi@2601:4c1:4001:1d5d:2521:fdf0:bf80:8680) (Quit:
Cervator)
L463[22:17:18]
⇨ Joins: Thutmose
(Thutmose!~Patrick@host-69-59-79-123.nctv.com)
L464[23:09:44] ⇦
Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-123.nctv.com)
(Quit: Leaving.)
L465[23:28:09] ⇦
Quits: LePlaYa (LePlaYa!~jesse@krul.finf.uni-hannover.de) (Ping
timeout: 198 seconds)
L466[23:28:36] <S3> oh wtf
L467[23:28:53] <S3> ep 4 of SOA
alternative is weird.
L468[23:35:55]
⇨ Joins: LePlaYa
(LePlaYa!~jesse@krul.finf.uni-hannover.de)
L469[23:45:21] <Saphire> Yay, got Keybase
(again)
L471[23:48:22]
<Forecaster>
%loot
L472[23:48:23] <MichiBot> Forecaster: You
get a loot box! It contains a Shiny broken water-damaged DS!
(10%)