#arpnetworks 2014-01-31,Fri

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
***reardencode has quit IRC (Ping timeout: 265 seconds) [01:06]
................................ (idle for 2h39mn)
joepie91 is now known as no_
no_ is now known as joepie91
[03:45]
joepie91 is now known as halfeatenjoepie9
halfeatenjoepie9 is now known as joepie91
joepie91 is now known as cant_steal_my_ni
cant_steal_my_ni is now known as cantstealmynick
cantstealmynick is now known as Martin-D
Martin-D is now known as joepie91
[03:51]
................................................. (idle for 4h2mn)
phlux has quit IRC (Ping timeout: 253 seconds)
phlux has joined #arpnetworks
[07:58]
........ (idle for 38mn)
reardencode has joined #arpnetworks [08:38]
reardencodeup_the_irons: did kvr19 reboot at around 1am? [08:43]
antreardencode: i doubt that. my vps is on 19 and it didn't reboot [08:55]
.... (idle for 16mn)
reardencode*frown* wonder why my vps rebooted then... maybe time to update to fbsd10 :-P [09:11]
toddfprobably way off topic but .. anybody (RandalSchwartz?) have a simple example for OAuth2 in perl? if you have it working against coinbase thats double bonus points. can't seem to skin that cat ;-(
once I get this working (for whatever its worth) I'm going to push it onto github for all to find in the future, since nobody has yet to publish it in a way I can find it with a search engine ...
[09:14]
brycecWas going to recommend checking out ttytter/texapp's source, but then I remembered that they do all HTTP through system calls to curl.
May still be of interest if you're looking to get the "flow" down
[09:25]
..... (idle for 24mn)
***Grumptober has quit IRC (Ping timeout: 272 seconds) [09:49]
.... (idle for 17mn)
Grumptober has joined #arpnetworks
xiphias has quit IRC (Ping timeout: 265 seconds)
xiphias has joined #arpnetworks
xiphias has quit IRC (Changing host)
xiphias has joined #arpnetworks
[10:06]
....................... (idle for 1h53mn)
toddfperhaps, url would be 'preciated, there is a very big void for perl OAuth2 in general from what I'm not able to find [12:04]
***bravvve22 has joined #arpnetworks [12:15]
.... (idle for 19mn)
bravvve22 has quit IRC (Read error: Operation timed out) [12:34]
.... (idle for 15mn)
brycec@google texapp [12:49]
BryceBotSearching for 'text app' instead.
525,000,000 total results returned for 'text app', here's 3
textPlus Free Text + Calls - Android Apps on Google Play (https://play.google.com/store/apps/details?id=com.gogii.textplus) This is by far the best app I've used to make free texts and calls. The call quality is amazing and the texting is quick and you get your text back instantaneously ...
text+ - Free Calls and Texts (http://www.textplus.com/) Your device & your WiFi. +. text+ phone number & app. = Free unlimited text. ... We'll give you a free phone number and free unlimited text to any number in the ...
GO SMS Pro - Android Apps on Google Play (https://play.google.com/store/apps/details?id=com.jb.gosms&hl=en) GO SMS Pro - 60000000+ users' choice, all time #1 messaging app to ... Only works for text not Facebook and stuff like that but great app doe I rated it 5 stars.
[12:49]
brycecdamnit Google!
toddf: http://www.floodgap.com/software/ttytter/ http://www.floodgap.com/software/texapp/
Also, bummer about perl+oauth.
[12:49]
***bravvve22 has joined #arpnetworks [12:50]
mike-burnsDo you have to use Perl? [12:52]
brycecAs I recall, the rest of toddf's bitcoin trading bot is Perl
So... without a total rewrite, yes :p
[12:52]
mike-burnsOr an API. [12:52]
brycecmike-burns: but the API the bot is trying to use requires OAuth...
(bot needs to talk to coinbase.com's API in order to complete trades)
[12:53]
toddfmike-burns: CoinBase can use an apikey but thats dangerous, one key gets all functionality. I'd rather use OAuth2 which does limited functionality. [12:53]
brycecIn theory, you could write a proxy/middleware in a different language that has better OAuth libs... bot -> proxy -> coinbase [12:54]
mike-burnsbrycec: I meant split the bot into two parts, one of which talks with Coinbase and uses something besides Perl, and the other talks with that.
brycec: Yeah, don't use an API key please.
brycec: Yeah that's what I meant.
But you really should be able to do this in Perl.
[12:54]
toddfat the moment my invoice generation routines use perl, and I'm expecting understanding OAuth2 in perl will help in many scenarios not just with CoinBase so I'm looking around for code that isn't sphaghetti aka have to follow 5 different files with various references to perl modules I've never heard of to see what its magically doing. I want a simple example that just works ;-) [12:55]
brycecOkay... I won't? :P 12:53:30 >>@mike-burns<< brycec: Yeah, don't use an API key please. [12:55]
mike-burnsGreat? [12:55]
toddfsure I could hop to another language and find routines ready to go .. thats not the point [12:55]
mike-burnstoddf: have you done OAuth2 before? [12:55]
brycectoddf: well the "nice" thing about ttytter and texapp is there are basically 0 Perl module dependencies... [12:55]
toddfmike-burns: I've read enough to understand the flow of how to do OAuth2 .. now using Net::OAuth2 with coinbase or manually doing it to start with is my goal at the moment [12:56]
brycec(Because the author chose to reimplement everything by hand, like the SHA1 function for instance, and JSON encoding/decoding) [12:56]
toddfbrycec: sounds like something I'd like to read [12:56]
brycec12:48:43 < brycec> toddf: http://www.floodgap.com/software/ttytter/ http://www.floodgap.com/software/texapp/ [12:56]
toddfyeah, starting web browser now that I booted to a new kernel [12:57]
brycecI could've provided direct links too I guess, sorry [12:57]
toddfnomatter that gets me to where I need to go [12:57]
m0undshaha, i wonder if gosms still phones home to china [12:58]
brycec^ I wonder if it's going to take a two-week break starting today [12:58]
toddfso if you like sharing opinions, right now I have github.com/toddfries/Finance-CoinBase .. I'm thinking of naming it something like Spore-CLI-Examples or somesuch, suggestions? ;-) (it has some libs and I'm merging the various cli's into one 'cli' program to call various different apis to show the power of spore [12:58]
brycecI'm of the opinion that I don't like writing Perl. [12:59]
m0undsbrycec: is that because the people who would hand-sort the incoming packets aren't in the office? [12:59]
bryceclol, I just imagine *everything* stops for two weeks
BGP routes get pulled, interconnects pulled, everything
[13:00]
m0undsturn off the pakkit fountains folks, it's the year of the horse
trot on home
[13:00]
brycectoddf: It seems like 'voipms' doesn't really belong in this repo? [13:01]
toddfbrycec: see if https://github.com/toddfries/Finance-CoinBase/blob/master/cli helps you see power of perl *grin* [13:01]
brycecI'd already opened it :p [13:01]
toddfbrycec: anything that has a spore api in https://github.com/toddfries/api-description/ (voipms.json is under services/ as is coinbase and bter and ...)
so like I said
I need to rename Finance-CoinBase
I was going to do a lot of manual work similar to the Finance-btce project
[13:02]
brycecAnd no matter how nicely written Perl is, I still don't like writing it myself. (You did ask for opinions...) [13:02]
toddfbut the perl dudes pointed me at spore
brycec: no problem, not asking you to convert, just showin you what I've got .. and sayin 'yes Finance-CoinBase -> newname'
and spore made me realize that after I pared down the Finance/CoinBase.pm a bit I could do most bits in a single cli app
[13:02]
brycecnice [13:03]
toddfI likely will be pushing some of the function definitions back out to the CoinBase.pm module and such eventually but for now, getting the api to work on everywhere I'm interested in seems like a good short term goal to show it can work then flesh them all out (as ENOTIME permits) [13:04]
***bravvve22 has quit IRC (Quit: Quitte) [13:17]
........................ (idle for 1h56mn)
jcv has quit IRC (Read error: Connection reset by peer) [15:13]
jcv has joined #arpnetworks [15:18]
............................................................ (idle for 4h56mn)
solj has quit IRC (Ping timeout: 245 seconds) [20:14]
........................................... (idle for 3h31mn)
solj has joined #arpnetworks [23:45]

↑back Search ←Prev date Next date→ Show only urls(Click on time to select a line by its url)