Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - adarqui

Pages: 1 ... 913 914 [915] 916 917 ... 1504
13711
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: June 26, 2014, 02:26:43 am »
lomanchenk was most impressive ^^^ what a beast.


excited to run tomorrow... looking forward to getting back into running little by little.

13712
News, Announcements, & Suggestions / Re: New hosting
« on: June 26, 2014, 02:07:02 am »
Sounds cool.
It'll be good to have a fast and reliable server.

Thanks for keeping this site up and running and maintaining it!

np man..

just noticed good post/bad post is gone.. eh!@!$!@$!@

added a bunch of things back but that package is broken.. fml :)

13713
News, Announcements, & Suggestions / New hosting
« on: June 26, 2014, 01:16:26 am »
Ok so again, more down time... Basically, the server adarq.org was previously hosted on was wrecked. Not only that server, but the hosting itself. They had some serious OpenVZ issues which were wreaking havoc.. That's also why we had a ~day of data loss; last night's backups were corrupted.

So that's the bad news.. The good news is I purchased some legit hosting. This box is 10x faster than the previous one. It's also on SSD.

The SMF forum software we were using was incredibly old. I couldn't get it to install on these new 14.04 LTS ubuntu containers etc. So I did a pseudo upgrade - that's what you're seeing. This is the basic SMF theme.

As for programming, if any of you want to do some coding on here, i'm going to be setting up a little lab environment. We're going to have a dedicated lab environment. I'll be working on the new forum prototypes on here too etc. I'll create sub domain urls so we can test them out live with our current data, ie: yesod.adarq.org will be the first one.

If the forum is wrekt please let me know.. need to bring a few things back, such as pretty urls.

peace folks.

13714
Basketball / Re: A WHOLE BUNCH OF DUNKS AND SHIT.
« on: June 23, 2014, 12:01:50 am »
damn that was a good contest.. the best dunk IMO, is the one at 2:54 over ziani on the chair.. ridiculous

<a href="http://www.youtube.com/watch?v=xDs0QqvnsCc" target="_blank">http://www.youtube.com/watch?v=xDs0QqvnsCc</a>

13715
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: June 22, 2014, 02:09:28 pm »
I don't get the unicode reference? ;F

bleh.. server acting weird today, site was wrecked.


06/21/2014:

ran ~2 miles, walked another 1.5

got some crappy running shoes, but they are safer for now until I get my feet/legs a bit more in shape.. then it's NZWR's.

13716
Futbol (soccer) / Re: USA 2 - 1 Ghana
« on: June 21, 2014, 11:48:41 am »
altidore out against portugal... eh!!!! :<

13717
Basketball / Re: A WHOLE BUNCH OF DUNKS AND SHIT.
« on: June 20, 2014, 12:42:04 pm »
I mean....... we've all seen this myree video but, I don't think i ever fully realized how high he got on this dunk:



insane.........

13718
Futbol (soccer) / Re: USA 2 - 1 Ghana
« on: June 19, 2014, 02:03:08 pm »
SWEET VENGEAAAAAAAAAAANCE!!!!!!!!!!!!!

 :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf: :wowthatwasnutswtf:

was so epic.

13719
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: June 19, 2014, 02:33:04 am »
Very productive day.. tomorrow probably won't be nearly as productive mainly because i'm up way too f'n late. Lots of reading and coding. Here's one small tool I wrote tonight (using my various DevUtils libraries):

MySQL slow query/num query health checker, experimental ::: https://github.com/adarqui/Darqios/blob/master/experimental/scripts/mysql-alert-processlist.hs ::: haskell, mysql, health

I'm still struggling* to wrap my mind around my haskell darqios variant.. mainly because i'm still a haskell noob. I plan on playing with some Cloud Haskell examples to see if I should use that framework for the darqios haskell project. It's pretty attractive right now, except for perhaps the security/encryption/auth 'issues'.

One of the main things I want to do with the new Darqios will be to turn whatever cluster of clients I have connecting to the server, into a compute mesh. Cloud Haskell would be a big step in that direction because of how you can "send" closures/data/functions over to a CH node. With this, I could conjure up all kinds of useful distributed work/computations across the mesh. Would be ridiculously dope.

I think I've decided I will scratch any kind of DB store, for storing the darqios client metadata etc. Instead, I'm going to make it filesystem based. This way I can easily manipulate everything via normal unix tools. I could easily turn the fs into a mem fs to speed things up if I need to.

Also, i'm thinking about scratching dsl/parsing/etc from the stored client metadata, ie, how I deal with groups/mitigation/polling/health/state etc. Instead, I'm leaning towards having all of that consist of compiled modules. So, real haskell code. This would give me great power when crunching data returned by a server action. For example, currently in the go version I have groups[] in each account object. Then, in a policies object I have those groups defined (see if process isnt running, check disk space, ping something, see if something is down etc). All of this uses a very crude "string" + ["args","1","2","N"] approach etc. If I stored everything inside of actual haskell .hs modules, I could then use real haskell abstract data types, functions, etc. Then I wouldn't be restricted at all by the limitations of such a crude string parser.

Right now, I'm thinking about an 'auto assembly' approach to dynamically build the darqios environment from a "Core" plus untracked modules etc. These modules would be specific to whomever is using this system. So i'd lay the ground work and then come up with a way to link everything together. One problem would be; when adding new groups/modules etc, you'd have to recompile. Honestly though, it's not an issue. Once you've compiled a haskell package, partial recompilation (without total recompilation), is fast.

man im wrecked.

gn





Are you right now at the level where you can "break in" copyrighted software and crack it (if you were to put your mind to that)?

nah.. that's not my 'forte' ;f

I guess I have the skillsets -> c/asm background, low level process/kernel hacking background etc.. not into cracking though.

13721
Basketball / Re: A WHOLE BUNCH OF DUNKS AND SHIT.
« on: June 15, 2014, 02:33:34 pm »
damn thaine getting up good..

13722
Boxing / provodnokiv vs algieri - wowwwww
« on: June 15, 2014, 01:11:09 am »
anyone see this fight?

amazing performance by algieri.. he got absolutely wrecked in the first round, yet he was able to outbox provodnikov for pretty much the entire fight..

his conditioning is top notch. He was completely fresh in the 12th round surprisingly because he sustained some serious punches.

he's actually a pro sports nutritionist.

provodnikov should have gone to the body more.....


very interested to see algieri's next fight.



on a side note: andrade has some serious skills.

13723
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: June 12, 2014, 01:33:43 am »
Decided to do some code ripping tonight. Ripped this badass RESP parser out of Hedis and made it a standalone repo.

https://github.com/adarqui/RESP


Tied in cabal bench, which I wanted to do this weekend.. Need to tie in cabal test tomorrow.


Glad I got that done tonight, was fun.. man that code is amazing. Even more so when you compare it to it's counterparts (C, go, java, node etc).

gn!

13724
Boxing / Re: Sergio Martinez vs Miguel Cotto
« on: June 11, 2014, 09:52:19 am »
Oh man what a brilliant fight . Wt am devastated that Sergio lost.

He shouldn't have taken the fight after Murray fight with all the injury, he just was not the same powerful guy.

ya he definitely needed a fight before cotto.... man he got wrecked.



Quote
Round 1  3 knockdowns by cot to roach did a good job perfection the left power of cotto, I was scared it would end first round but good it didn't.
Sergio had a good start but got caught with cottos left and clever body punches to reduce his recovery by cotto.

impressive that sergio was able to survive.. no one's ever questioned his heart.


Quote
Second round an onwards to round 9 Sergio was fast but speed had no power against cotto who was bigger muscularly and was very polished in his boxing jabbing and power punches, he landed 54% power punches which is crazy.

The fourth knockdown didn't look like a knock down his gloves didn't look like they touched the floor.

But cotto was his best since his fight against margarito but Martinez lost his power and accuracy, mainly accuracy I see a lot of straight towards cotto but lands over shoulder even cot to wasn't moving much. I don't know if It was his knee or other injuries but I think we might have seen past prime Martinez due to injury or was it the first round ko that affected his performance, but people cannot say he should win as he did against bigger people like Paul Williams, others as that was a while ago and shouldn't criticise him for it.

Then they stopped the fight as was getting hit a lot and cannot comeback as he would require a ko to win but would not last many rounds but permanent injury so I guess it was a god job of Pablo to stop the fight.

Cot to is very good with roach he loves power punchers cot to has a durable chin and only goes down himself no one can topple him easily, as roach is good at attack and power but not good with defence which did have surprisingly as well but he can take shots, now first puerto Rican to win in four divisions.

Cotto vs gennady, Martinez would not last against gennady, cot to has a good chance of beating golovkin.

Not going to get rematch with may weather he should fight canelo.

Good fight for both.
 :headbang:


cotto looked so good.. god damn. Roach has him better than ever.

I'd like to see GGG vs cotto eventually. Cotto could dominate 155 right now.




Did you see the andy lee KO? amazing.

13725
Basketball / Re: A WHOLE BUNCH OF DUNKS AND SHIT.
« on: June 09, 2014, 09:25:02 pm »
dunk thread is nuts lately..

Pages: 1 ... 913 914 [915] 916 917 ... 1504