#robotics Logs

Nov 08 2013

#robotics Calendar


00:52 rue_bed hmm
00:52 rue_bed maybe I'll stick with a switch
07:26 GuShH rue_house: hmmm the 1/2" x 26tpi is "BG" type (???) isn't that missing a letter? British GAGGING Pipe or something?
07:26 GuShH Found a supplier, kinda expensive... comes in MT2 only
07:27 GuShH there's a big industrial hardware store nearby that I haven't heard or been to, but they answer their emails quickly and they seem to have VERY ODD TAP SIZES which are both good signs for me, except for their pricing...
07:27 ShH wonders who the mystery calle
07:28 GuShH ok just BG sounds like British Gas
07:29 theBear nah, that's more 'BRRRRrrrrrrrrrrrr p' :-P
07:29 GuShH heh
07:29 GuShH Standard British Fart
07:30 GuShH still, can't find a chart
07:30 GuShH Maybe they blew them all away with their flatulence
07:31 GuShH maybe it falls within BSPF or BSP
07:31 GuShH not a standard size
07:33 Tom_itx GuShH you're in Au right?
07:33 Tom_itx you looking for Al?
07:34 Tom_itx seems Au is one of the largest suppliers of Al. Alcoa...
07:34 GuShH AR
07:35 GuShH We have a manufacturing plant (at least one) they're just way too far away from where I'm at
07:35 GuShH S&H fees here are among the highest anywhere
07:35 Faek What's a single letter between friends?
07:36 GuShH Faek: lay-off-the-pot
07:36 Tom_itx e
07:36 Faek Wut
07:37 GuShH oh no, the brits also have tapered threads for gas?
07:37 GuShH WHATS WRONG WITH THEM
07:37 Tom_itx u don't?
07:37 GuShH not that I'm aware of
07:37 Tom_itx what's wrong with you
07:37 GuShH I don't work with gas.
07:37 Tom_itx use all flared fittings??
07:37 Tom_itx silly
07:37 GuShH As far as I've seen
07:37 Faek Where are you again Tom?
07:37 GuShH At least for inter-connects
07:37 GuShH That's all I've dealt with
07:38 Tom_itx our inter-connects are flared but use tapered threads for the run
07:39 GuShH Maybe they are tapered, I don't really know. Should I find out?
07:39 Tom_itx yeah but put out your cigarette first
07:39 ShH doesn't smoke, only when he's
07:40 GuShH It's never a good sign when the first hit shows you a picture of cheap thread sealer
07:44 GuShH couldn't find any info
07:45 GuShH seems they still use whithworth around here for gas
07:46 GuShH but I couldn't find any real info.
07:46 GuShH They only mention "RG" for fine pitch
07:46 GuShH and there's also a mention of Sellers
07:50 ShH wonders if these alu suppliers all have secret email addresses they use to deal with their custo
11:02 MrCurious pre interview jitters suck
14:28 GuShH hrm
14:28 GuShH HRM
14:28 GuShH how come these guys have odd taps but they don't sell tierod end pullers!
14:29 GuShH outrageous!
14:34 DagoRed I have zero motivation to continue coding today.
14:35 rue_house halt();
14:35 DagoRed Heh, nice one.
14:36 DagoRed rue_house: I want another API to add to my bot. Something like digikey, adafruit, etc..
14:39 rue_bed oooh oftware bot
14:39 DagoRed Yes.
14:40 DagoRed .g Adafruit api
14:40 makepi DagoRed: http://learn.adafruit.com/bmp085/using-the-bmp085-api-v2
14:40 rue_bed can it do basic math?
14:40 rue_bed .g 16+3
14:40 makepi rue_bed: http://www.biblegateway.com/passage/?search=proverbs%2016:3
14:41 DagoRed .c 16+3
14:41 makepi IndexError: list index out of range (file "/media/bot/phenny/modules/calc.py", line 80, in c)
14:41 rue_bed there! work on that
14:41 DagoRed .... that's usually not broke.
14:41 DagoRed point
14:41 DagoRed .c 16 + 3
14:41 makepi IndexError: list index out of range (file "/media/bot/phenny/modules/calc.py", line 80, in c)
14:42 rue_bed I have a nice little C program for math that can do caraibles
14:42 rue_bed variables
14:42 DagoRed nice!
14:42 DagoRed .calc 16+3
14:42 makepi 16+3 = 19
14:42 makepi Note that .calc is deprecated, consider using .c
14:43 rue_bed .c 16+3
14:43 makepi IndexError: list index out of range (file "/media/bot/phenny/modules/calc.py", line 80, in c)
14:43 rue_bed ahhh
14:43 goRed scratches
14:43 rue_bed as always, the depreciated methods are the only ones that still work
14:45 DagoRed makepi: reload calc
14:45 makepi DagoRed: <module 'calc' from '/media/bot/phenny/modules/calc.py'> (version: 2013-11-08 20:29:23)
14:45 DagoRed .calc 16 * 9
14:45 makepi 16 * 9 = 144
14:45 rue_bed calc 16*9
14:45 rue_bed 16*9 -->> 144.000000
14:45 DagoRed rue_bed: Here is my favorite thing in the bot.
14:46 DagoRed makepi: tell rue_bed This is an example of the bot messaging system.
14:46 rue_bed check this out..
14:46 makepi DagoRed: I'll pass that on when rue_bed is around.
14:46 makepi rue_bed: 20:30Z <DagoRed> tell rue_bed This is an example of the bot messaging system.
14:46 rue_bed :)
14:46 DagoRed makepi: tell rue_bed It waits for a response from a person before relaying the message.
14:46 makepi DagoRed: I'll pass that on when rue_bed is around.
14:46 rue_bed root@thunkpad:/tmp# calc "(10+2)*2"
14:46 rue_bed (10+2)*2 -->> 24.000000
14:46 makepi rue_bed: 20:31Z <DagoRed> tell rue_bed It waits for a response from a person before relaying the message.
14:47 DagoRed .calc (10+2)*2
14:47 makepi (10+2)*2 = 24
14:47 rue_bed root@thunkpad:/tmp# calc "c+1(c=(10+2)*2)"
14:47 rue_bed c+1(c=(10+2)*2) -->> 25.000000
14:47 rue_bed ;)
14:47 GargantuaSauce .calc 100!
14:47 makepi 100! = 93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000
14:47 GargantuaSauce :)))
14:47 DagoRed nice
14:47 GargantuaSauce .calc 10000!
14:47 makepi 10000! = 28462596809170545189064132121198688901480514017027992307941799942744113400037644437729907867577847758158840621423175288300423399401535187390524211613827161748198241998275924182892597878981242531205946599625986706560161572036032397926328736717055741975962099479720346153698119897092611277500484198845410475544642442136573303076703628825803548967461117
14:48 DagoRed .weather Bethlehem, PA
14:48 makepi DagoRed: Bethlehem, PA: Mostly Cloudy, 51.3 F (10.7 C), 30.11(+), Feels Like: 51.3 F (10.7 C), Humidity: 40%, From the South at 10.7 MPH Gusting to 11.4 MPH - Last Updated on November 8, 3:32 PM EST http://goo.gl/bAOEM
14:48 GargantuaSauce .calc 10!!!
14:48 DagoRed .wik servo
14:48 makepi "1 Mechanisms" - http://en.wikipedia.org/wiki/Servo
14:48 DagoRed .title
14:48 makepi DagoRed: Proverbs 16:3 - Commit to the LORD whatever you do, and - Bible Gateway
14:48 GargantuaSauce .calc ((10!)!)!
14:48 GargantuaSauce it doesnt like that :V
14:48 rue_bed because the stuff in the brackets is calculated and reduced first, you can put pre-calculations in brackets so their done first, as they do so, they set the variables, it uses text string reduction, so as things are solved it deletes them
14:49 DagoRed ahh
14:49 rue_bed but I cant do functions yet
14:49 rue_bed so stuff like sin(3) isn't available
14:49 makepi 10!!! = undef
14:50 DagoRed .calc sin(3)
14:50 makepi sin(3) = 3 sin
14:50 makepi ((10!)!)! = undef
14:50 DagoRed .wolf quadratic
14:50 DagoRed .wa quadratic
14:50 makepi quadratic formula;x^2-2 x+1 = 0, a x^2+b x+c = 0-> , x->indeterminate variable, a->quadratic coefficient, b->linear coefficient, c->constant coefficient, (x = (-b&plusmn;sqrt(b^2-4 a c))\/(2 a));quadratic coefficient->1, linear coefficient->-2, constant coefficient->1;indeterminate variable->1, (doubly degenerate)
14:51 DagoRed .in 15 m check in code
14:51 makepi DagoRed: Okay, will remind at 20:50Z
14:51 DagoRed .HaD
14:52 makepi DagoRed: 0.) A New Old Lathe for your Hackerspace or Garage - http://goo.gl/kV5ky9
14:52 GargantuaSauce makepi: .calc 1+1
14:52 DagoRed rue_bed: That looks interesting ^^
14:52 DagoRed .calc 1+1
14:52 makepi 1+1 = 2
14:53 GargantuaSauce makepi: tell makepi tell makepi tell makepi tell makepi tell makepi hurrrr
14:53 makepi Hey, I'm not as stupid as Monty you know!
14:53 GargantuaSauce :)
14:54 rue_bed hmm, the state machine would think it was a variable called sin
14:55 rue_bed then everything would get confused on the (
14:55 rue_bed it would fail because it wouldn't see an operator beween the sin variable and the number resolved in the ()
14:55 rue_bed calc "sin(20)"
14:55 rue_bed sin(20) -->> 0.000000
14:56 rue_bed hmm, it should throw an error
14:56 DagoRed .seen rue_house
14:56 makepi DagoRed: I last saw rue_house at 2013-11-08 20:19:46 UTC on #robotics
14:56 rue_bed root@thunkpad:/tmp# calc "1(2)"
14:56 rue_bed 1(2) -->> 1.000000
14:56 rue_bed thats behaviour I never noticed before
14:56 goRed sh
14:56 rue_bed and because sin isn't set, its default value is 0
14:57 rue_bed or I attack it like keywords
14:58 rue_bed any variable set to the same name as a keyword is dealt with specially
14:58 MrCurious OMG the mayor of toronto... i want to go on a pub crawl with that mad man
14:58 rue_bed it would require the state machine to change its mind mid stride
14:59 rue_bed but I think it already does that with something
14:59 rue_bed hahah I forgot what I called the project
15:00 rue_bed heh, I should show you main() for that
15:02 DagoRed I would like to see that rue.
15:03 rue_bed http://pastebin.com/Zc9YNaPc
15:03 rue_bed I made it so incredibally easy to use
15:04 rue_bed no preparsing or anything
15:04 rue_bed hand it a damn string
15:05 DagoRed wow... that is nice
15:06 rue_bed I have a state machine builder I use the library in, it sets all sorts of varaiables for things in the state machine you can modify with equations
15:06 makepi DagoRed: check in code
15:06 rue_bed :P
15:06 DagoRed heh
15:06 rue_bed calc "1>2"
15:06 rue_bed 1>2 -->> 0.000000
15:06 rue_bed calc "1<2"
15:06 rue_bed 1<2 -->> 1.000000
15:07 GargantuaSauce bleh
15:08 rue_bed you can use it to make conditional formula segments
15:08 rue_bed calc "2^1"
15:08 rue_bed 2^1 -->> 3.000000
15:08 rue_bed tho aparently the result of any unimplemented operation is 3
15:10 rue_bed if (doOp(tempN, vars) != OK) return 3; // oh you had to have fun debugging that!
15:10 rue_bed hehehe
15:12 DagoRed Why did makepi tell me to check in code?
15:12 goRed forgot how to use that comm
15:12 rue_bed you told it to
15:14 rue_bed I suppose I can make a function a operator that works with just the righthand paramiter...
15:14 rue_bed mmm not quite
15:15 rue_bed the only time you know if a variable is really a function is when you finish working out what its name it
15:15 rue_bed s
15:48 DagoRed wow...
15:49 DagoRed I found the next API I need to make. An RSS feed for the onion!
16:02 GuShH DagoRed: I want one for the potato too, think about the potato!
16:02 GuShH POTATO API
16:03 GuShH Don't fry it!
16:03 ShH h
16:03 GuShH MrCurious: Still shivering?
16:03 MrCurious ?
16:03 MrCurious the Y axis is done and aligned :D
16:03 GuShH rue_bed: two of the biggest hardware stores I'm aware of and they don't carry tie rod end pullers... the hell is going on?
16:03 GuShH MrCurious: Interview
16:03 MrCurious oh yeah
16:04 GuShH You had a case of anxiety or so
16:04 MrCurious no idea how it went. i go onsite near end of month for 2 hour to meet the team
16:04 GuShH I think I got mine in check, I was low on potassium :/
16:04 MrCurious i been eating bananas this week
16:04 MrCurious leg cramps vanished
16:04 GuShH MrCurious: if the onsite is still going to happen, I say you are most likely in
16:04 MrCurious and my attitude got better
16:04 GuShH MrCurious: yerp, doing the same
16:04 GuShH and for some reason my back hurts less
16:05 GuShH one 'nana a day
16:05 MrCurious my aluminum machining on the y axis is superior to the x-axis
16:05 MrCurious erm z axis
16:05 GuShH moar skillz?
16:05 MrCurious may have to rework the z-axis as now i have better blades and toolz
16:05 GuShH carefulz, you may enter an endless loop of improvement and premature optimization
16:05 MrCurious having an aluminum blade pitched right vs a wood blade pitched agressively WRONG
16:05 MrCurious that sounded llike a bell while cuting
16:06 MrCurious the correct blade makess all the difference
16:06 GuShH got almost all kittens relocated, but 3 are still living here until tomorrow, then I'll have one left... which should be going on sunday or next week
16:06 GuShH sad... never know if they'll be better off here than there
16:06 MrCurious you are going to lose your crazy cat laddy card
16:06 MrCurious get th mom fixed before a ddo-over gets called
16:06 GuShH I still got 3 cats
16:06 MrCurious i think they can do 2 batches a year
16:06 MrCurious and its a geometric expansion if any escape you
16:07 GuShH the catsie is getting her doopdedoo reworked next week, so no more kittens.
16:07 GuShH yeah she's ready for another session
16:07 GuShH it's getting out of hand
16:07 MrCurious both our wildmoms got taken out by cars or coyotees
16:07 GuShH she's actually on a LEASH because every time I open the garage door, she runs away... the leash lets me grab her
16:07 MrCurious now 3 kids remain. have yet to see how many survive and get "busy"
16:07 GuShH ok so the last kitten should be going to a home where two big dogs live... I might say no.
16:08 MrCurious if its young enough ,the dogs will be kind and tightly bond to it
16:08 GuShH got lots of offers within a week, one is gone (cute blondie, I'm sure she'll take good care of it! lucky bastard that kitten)
16:08 MrCurious or they will eat it in the first few minutes
16:08 MrCurious CHEST! yes, press me to the chest! thats it oh yeah daddy likes
16:08 ShH misses the ki
16:09 GuShH the one I liked the most was the first one to go
16:09 GuShH MrCurious: problem with too much potassium is I turn into an evil rue, spamming emails and such.
16:10 GuShH I even managed to send some hate mail to the company in charge of supplying the CO2 canisters I use for target practice with the air guns
16:10 MrCurious a Giga-rue. or a GRUE
16:10 GuShH But I'm right, they shouldn't be supplying canisters with damaged valves.
16:10 GuShH 70BAR is no joke.
16:11 MrCurious thats like delivering a little piece of sea-labs atmosphere to an unsuspecting junior scientist!
16:11 GuShH (more or less, depending on ambient temperature of course since it's CO2)
16:11 MrCurious better go shave and head to second job
16:11 GuShH I need to source some alu fast so I can turn a sound supressor
16:11 MrCurious back later
16:11 GuShH neighbours are getting cranky
16:11 GuShH shave? what's that? I haven't shaved in a month.
16:11 GuShH there's a reason for this... I can't find the charger.
16:12 GuShH why should I have to buy another shaver... the charger should be here somewhere
16:13 GuShH And I rather leave the straight razor for another weekend.
16:26 rue_house you in #robotics, make a charget
16:26 rue_house r
16:26 rue_house bodge one togethor from an old pc power supply
16:31 GuShH rue_house: except it uses a very long dc barrel connector
16:31 GuShH not standard.
16:31 GuShH and you cant take it apart without destroying it
16:31 GuShH (the shaver)
16:32 GuShH kinda reminds me of cheap electric screwdrivers... with a metal clip and the legend "do not remove, for recycling purposes only -- cannot reassemble"
16:32 GuShH there are fancier ones with inductive chargers
16:32 GuShH actually my brother has one of those
16:34 GuShH bbl
16:40 rue_house so remove it and put in a standard one
16:41 rue_house ou can take anthing apart, the scrwes are under the sicker
16:41 rue_house amazing the work that companies will go to to make sure nobody can fix their stuff
16:51 GuShH not applicable in this case
17:19 rue_house I suppose if I'm trapped in my room I should clean it
17:20 GuShH rue_house: trapped why?
17:20 rue_house should I ditch materials for vandettas I will never collect on?
17:20 GuShH o.O
17:20 GuShH the rue I know wouldn't
17:24 rue_house I must have one hell of a fever
17:24 rue_house I know its not hot in here
17:25 rue_house 3d printer projects -> D cell holder for lantern battery
17:26 rue_house hmm what should be in my room and what shouldn't
17:27 rue_house I have 2 computer cases here, that for over 5 years, have been there for cats to sit on or jump up to places with
17:29 GuShH out with them
17:30 rue_house it would be an upgrade process
17:52 rue_house almost filled the box, and all I'v done is clear off the little side table by the door
17:52 rue_house and I'm not done yet
17:55 Tom_itx you should have started with a bigger box
18:14 rue_house box for a CF bulb, marked Apr 2011, dont think I'll worry about collecting on that one
18:17 rue_house too bad I cant sell top quality dust bunnies
18:17 rue_house some of these are doozies
18:55 GuShH rue_house: boxes just hide the actual mess!
18:55 GuShH boxes are mess-to-go!
18:55 GuShH PORTABLE MESS
19:09 rgantuaSauce just bundled the cardboard from a year's worth of online purch
19:09 GargantuaSauce boxes are the mess too
19:14 robotustra no, boxes are the reduction of enthropy
19:14 robotustra boxes are good
19:14 robotustra constains
19:21 rue_house ok I'v made a descision
19:22 rue_house since 2009 I been keeping recipts so I can work out where my money goes, I'm gonna stop end of 2013
19:22 GargantuaSauce do you pay cash for everything
19:24 rue_house nothing
19:24 Tom_itx stop keeping track
19:24 Tom_itx it'll just depress you
19:24 rue_house I roughed out the numbers once, and your right
19:25 rue_house in a year I spend over like $14000
19:25 GargantuaSauce then you don't need receipts, you have electronic records!
19:25 Tom_itx you know what you spend when you spend it. why keep reminding yourself?
19:38 MrCurious NEW RULE: bottle caps must be color coded twist off or opener... i am sick of raking my fingers!
19:38 rue_house just threw out a bottle opener
19:39 rue_house one of the old ones that would break the neck of the bottle off to open if so required
19:39 MrCurious i am looking at you STELLA ARTOIS!
19:48 GargantuaSauce http://www.youtube.com/watch?v=juXDmzk9sxA this is the only way to open a beer
19:53 MrCurious NICE
19:53 MrCurious not going to attempt at home. assuming he is a trained profesional
20:04 MrCurious anyone here in pillppines or vietnam area
20:04 MrCurious that storm looks insane. wind speed of a F4 tornado, but lasts 45 minutes instead of 45 sseconds
20:05 GargantuaSauce if there are any usually in this channel, they're probably not online right now
20:07 MrCurious yeah, i heard that side of the world is closed right now
20:18 rue_house I can feel it, I'm comming up to one of those "hey I should re-arrange the room like this" moments
20:19 rue_house my room needs a power/data closet/rack
20:20 GargantuaSauce i am doing that right now
20:20 GargantuaSauce hopefully tripling my workspace surface area
20:51 rue_house for a room that "I dont take anything apart in" there sure are a lot of loose screws around
20:51 rue_house this extension cord circles the room almost 3 times before ending about 2 feet from where it started....
20:52 MrCurious rue: a guy i met today is making a robot lawn mower like you :)
20:52 rue_house "it wont reach! we need one to tack on the end of it!"
20:52 rue_house Im happy to share what I learned
20:52 rue_house mine has over 10 years of tuning
20:53 MrCurious i told him of you
20:53 Tom_itx how many years of mowing?
20:53 MrCurious will connect you two once i get his info
20:54 Curious waits for "your ass is grass and rue is the mo
20:55 rue_house Tom_itx, operating hours?
20:55 Tom_itx i suppose that will do
20:56 Tom_itx did you figure your operating costs for it for a season?
20:56 rue_house hmm
20:56 rue_house orig runtime was 1/2hr
20:56 rue_house currenly is about 2 hrs
20:57 rue_house I put it out maybe 10 times a year
20:57 rue_house .calc 2.5/2
20:57 makepi 2.5/2 = 1.25
20:57 rue_house .calc 1.25*10
20:57 makepi 1.25*10 = 12.5
20:57 rue_house so 125 hours
20:57 rue_house ish
20:59 GargantuaSauce oh so the mower bot is actually a mower
20:59 GargantuaSauce i thought it just appropriated the platform
20:59 GargantuaSauce that was a pretty silly assumption
20:59 GargantuaSauce <--- idiot
21:00 Tom_itx he's made at least a couple i know of
21:00 rue_house yea its an autonomous mower
21:01 rue_house check it every 15/30 mins to make sure its not done something stupid
21:01 rue_house it likes to hump the shrubs, so if its close you poll more freq.
21:01 GargantuaSauce no video feed? :/
21:02 robotustra http://www.youtube.com/watch?v=2QREt8x-ogc&feature=youtu.be
21:02 GargantuaSauce the rc crowd has made video transmission pretty damn cheap
21:02 robotustra deify
21:02 rue_house its one of those things thats best to put a stop to immediatly rather than grab a camera
21:02 GuShh_ a flyback situation
21:03 GargantuaSauce thunk
21:03 rue_house http://www.youtube.com/watch?v=R4-I28nsCTc
21:03 rue_house http://www.youtube.com/watch?v=vNT-Yi9RCi8
21:04 rue_house http://www.youtube.com/watch?v=oHARwPR9DHg
21:06 GargantuaSauce i have a bunch of fringe bullshit in my recommended videos due to your crop circles title now
21:07 rue_house haha
22:08 rue_house objective 1 accomplished, I vaccumed under the carpet in the room
22:11 rue_house daer god, I seem to have used a crescent wrench as a spacer to tip back the chair
22:12 rue_house what was I thinking using a craescent wrench, I should have used old cell phones
22:12 robotustra dear
22:13 robotustra commit; sleep
22:13 rue_house me inserts a 120M HD into the chair
22:18 rue_house its only 8pm
22:18 rue_house there I found a 42M laptop drive thats a perfect fit
22:18 Tom_itx my watch says it's 10pm
22:20 robotustra eye is working I'm happy
22:22 rue_house you made the random eye??
22:22 robotustra yes
22:22 rue_house looks good :)
22:22 robotustra yep
22:23 robotustra I did it like half of year
22:23 rue_house heh, does it get a second eye?
22:24 robotustra yes
22:24 rue_house maybe some skin?
22:24 robotustra it's already exist but disassembled
22:24 robotustra not now
22:24 robotustra 1) second eye
22:24 robotustra 2) binocilar vision
22:25 robotustra 3) 3D rendering
22:25 robotustra ....
22:25 robotustra ...
22:25 robotustra 999) may be skin
22:25 rue_house you know binocular != depth perception
22:26 robotustra who told you that?
22:26 robotustra I'll do depth perception
22:26 robotustra it's easy
22:26 rue_house depth perception is more based on sheer planes
22:26 robotustra tell this story to somebody else
22:27 robotustra I will calculate the depth like human brain does
22:27 robotustra triangulation
22:27 robotustra why do you think I did a moving eye?
22:28 robotustra it know's it's angles
22:28 robotustra with respect to skull
22:28 rue_house heh
22:28 rue_house k
22:29 robotustra no opencv shit in the head of my robot
22:29 rue_house could you take on a project?
22:29 robotustra didn't got
22:29 rue_house do a studdy on the ability for people to work out differences in depth with and without forwarrd sheer planes against what they are looking at
22:29 rue_house at varrying distances
22:30 robotustra no, I will calibrate my eyes differently
22:31 robotustra do you know that does triangulation mean?
22:31 rue_house I know triangulation yea
22:32 rue_house and I'v done some studdies on human depth perception
22:32 robotustra and?
22:32 rue_house its almost more valid to look at what people *cant* do
22:32 Tom_itx or tell them they can't and see what happens next
22:33 robotustra anyway
22:33 robotustra I'll try to do my way, if it will not fly I'll do differently
22:33 rue_house I'm not saying it cant/dosnt work
22:33 rue_house I'm saying thats not how it seems to work in humans
22:33 robotustra for now it seems should work
22:34 robotustra I'm not sure that people DOES know completely how it's going on inside human brain
22:35 robotustra 100%
22:35 rue_house I'm reverse engineering one from the inside out
22:35 rue_house what I'm finding is disturbing tho
22:35 robotustra ok
22:36 robotustra now I have to think how to make selfcalibration
22:41 rue_house selfreplication eh?
23:27 rue_house buying things from ebay has taught me that in 22 days I tend to have forgotten why I wanted something
23:27 ace4016 lol