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 ... 919 920 [921] 922 923 ... 1504
13801
Article & Video Discussion / Re: Derrick Rose's injury
« on: November 30, 2013, 01:17:04 pm »
imo, rose just got too powerful for his own body.. for some reason his ligaments can't keep up.. if he isn't going to dial it back, then he's going to get injured over and over.. we're just looking at a rare phenom who has a weak architecture.. strong muscles/tendons, weak ligaments/joints. ;/

13803
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: November 24, 2013, 01:03:05 am »
been sick for the last 5 days.. so no working out. the great thing about computers tho, is that sickness doesn't impact performance!

GOLANG:

been writing lots of golang lately.. working on a server monitoring tool similar to nagios, called darqios.. so far so good, need to finish off the base code though.. go is really sick, i highly recommend learning it.. it's uber fast because of it's native speed, but the message passing/concurrency (go routines) is what makes it incredibly fun to develop with.

FUSE/0mq:

wrote a little logfs thing a while ago, concept... had some stupid unix domain socket method of logging in it.. been messing with 0mq (zeromq) lately though, so decided to add zmq to the fuse-logfs.

great decision:

- logfs is a publisher (ZMQ_PUB)
- logserv is a daemon which subscribes (ZMQ_SUB) to 'log' and just logs to a file.
- so you mount logfs over /var/log for example, and now you have all of your logs sent to logserv via a zeromq PUB/SUB toplogy.

the setup is real simple.. What's cool about it is, zeromq does all of the dirty work of re-establishing a 'session' and queueing up data/re-sending it once reconnected etc.. so I have a max queue of 1k.. If the connection dies, it'll queue up 1k messages. Once re-established, it'll flush all of that data to the server.. If 1k hits and connection is still down, zmq will just drop the packets.

I was using a PUSH/PULL zmq setup prior to PUB/SUB, but PUSH blocks if the connection dies and the queue hits max.. so in fuse your userland tools would block until it's back up.. Not good.


ok what else..... working on some redisfs thing. Want to play more with rust, but go kind of took over.


Here's the logfs thing I was talking about:

https://github.com/adarqui/logfs

13804
Basketball / Re: A WHOLE BUNCH OF DUNKS AND SHIT.
« on: November 22, 2013, 05:46:28 pm »
<a href="http://www.youtube.com/watch?v=wSsyW-tY2is" target="_blank">http://www.youtube.com/watch?v=wSsyW-tY2is</a>

very impressive

13805
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: November 21, 2013, 04:33:35 pm »
JOURNAL TRANSITIION

euuugh.

from now on, i'm going to be journaling my nerdiness as well as my unfrequent strength training.... just a warning to those who don't want to see any nerd talk in here :F

it must be done.

13806
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: November 21, 2013, 04:11:20 pm »
ya i dont know.. i mean, if i don't lift i get weaker for sure, but, i gain my strength back fast because of all of the previous training.

a good example is squat.. a few days ago i was struggling to rep out 125 because i havn't squatted in a while.. i wrecked my legs doing sets of 5-10 on 5 se paused squats with 125.

but my lack of sleep also contributes :D

13807
Progress Journals & Experimental Routines / Re: ARowe's Journal
« on: November 18, 2013, 10:01:29 pm »
yo!!!!

13808
Basketball / Re: A WHOLE BUNCH OF DUNKS AND SHIT.
« on: November 16, 2013, 11:35:04 am »

13809
Basketball / Re: A WHOLE BUNCH OF DUNKS AND SHIT.
« on: November 12, 2013, 02:14:21 pm »
^ that could have been SOO bad.. if that backboard would have crushed his head.

13810
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: November 11, 2013, 09:01:46 pm »
oooh, 2 hours sleep, gr8 little workout.

11/11/2013

single arm db bench press: 90 lb @ (L=6,R=8), (L=7,R=9), (L=4,R=7)
single arm db row: 90 lb @ 3 x 5
 

13811
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: November 08, 2013, 07:21:26 am »
knew this workout was going to suck.. my stomach was wrecked from some food i ate earlier.

11/07/2013

S1: single arm db bp: 70 @ 10, 80 @ 10
S1: single arm db row: 70 @ 10, 80 @ 5

wrEcKd!!

13812
Boxing / Re: GGG tomorrow
« on: November 07, 2013, 10:31:59 pm »
I don't think as well since his last fight, he seems to be slowing down and his age seems to be showing.
Sergio would beat him when he faced paul williams, but now it's hard to tell.

ya .. sergio was ridiculous a few years ago.. those recent fights took alot out of him.. every time he finishesa fight he has like torn acl/ligaments etc..

i still think he's got a few more in him.. hope they give GGG a shot to fight him.

13814
Boxing / Re: GGG tomorrow
« on: November 07, 2013, 10:34:40 am »
He needs serious competition and stevens wasn't that.

stevens looked pretty good tho.. fast, slick, strong, good movement.. when GGG touches people though, it causes srs damage.

I still think sergio would beat GGG, well, a healthy sergio..... not sure if we'll be able to see that though.

Pages: 1 ... 919 920 [921] 922 923 ... 1504