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 ... 914 915 [916] 917 918 ... 1505
13726
Pics, Videos, & Links / Re: beast
« on: June 26, 2014, 09:15:23 am »
<a href="http://www.youtube.com/watch?v=xeO6IekbgU4" target="_blank">http://www.youtube.com/watch?v=xeO6IekbgU4</a>

 :motherofgod:

life without upvote is no life at all.. damn, teh fuk?

13727
News, Announcements, & Suggestions / Re: New hosting
« on: June 26, 2014, 03:00:38 am »
Yea I cant upvote the update lol! Thanks as always tho much appreciated!

I can't upvote your reply.. sheeit.  :lololol:

upvoting is high priority. Will look at it tomorrow.

13728
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.

13729
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 :)

13730
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.

13731
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>

13732
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.

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

13734
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.........

13735
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.

13736
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.

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

13739
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.

13740
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!

Pages: 1 ... 914 915 [916] 917 918 ... 1505