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 ... 796 797 [798] 799 800 ... 1504
11956
Basketball / Re: March Madness 2016
« on: April 05, 2016, 08:10:57 pm »
nova's coach reaction = solid

he said he thought there was 0.7 left and he was gonna have to get a bunch of 18-22 year olds to calm down and play D.

ah.. that makes more sense



Quote
but yeah, pretty gangster reaction. someone should do a thug life clip of it. game-winning three-pointer: no expression.

lmao yup. he looks like a big time crime boss with those pinstripe suits.



Quote
i am pleased.

edit: vine: http://www.usatoday.com/story/sports/ncaab/finalfour/2016/04/05/jay-wrights-non-reaction-reaction-buzzer-beater/82641978/

what a boss.

11957
WEIGHT: 186.6 (170.6)
SORENESS: glutes a little
ACHES/INJURIES: right knee, right toe kind of bad
MENTAL STATE: good

- warm up

- skater jump x 20

- one-step RVJ x 5,5
hit 33 multiple times with the vest on, PR

damn nice!


Quote
- DLRVJ x 12
vest off. had a dude try a few lobs but his throws sucked. probably wasn't getting high enough anyway. did get two very hard dunks with the dodgeball.

- bound-bound-jump x 3
vest back on. knee displeased.

- MB throws x 10
got a few on vid, new phone has slow-mo...yeah baby.

- paused speed squat 285 x 5,5

- DB OHP 60s x 5; 50s x 5
wrists hurt, need to back off on these and then build back up.

- daily routine

that super sick HD quality too?  :highfive:

11958
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: April 05, 2016, 08:07:18 pm »
had a dream about the moment-like library i need to write today.. got to writing it after i wokeup/ate:

Code: [Select]
> timeDiffMaybe (fromString "04-05-2016 09:09:09.09") (fromString "03-01-2015 01:01:01.01")
Just (TimeDiff {years=1,months=1,days=4,hours=7,minutes=8,seconds=8,milliSeconds=80})


might go run/jump now.. so, when I get back, need to turn that into:
"1 year ago"
"1 year and 1 month ago"
"1 year and 1 month and 4 days ago"
...

i'd like to add the ability to 'round'.. ie, the first result is rounded to a year, second to years and months, third to...

so on the forum if we see a post, it will say:
Created 4 years ago.

The type also takes into account the future..

anyway will think about it when i run.

pC!

I wish I was a "computer nerd" is the best way I can put it.  I've seen a few IT jobs for Xerox lately that pay like 50 and 65 bucks an hour.  If they need someone to set up a basic directory for porn sites then I'm you're man but other than that I'm useless with computers.

ya the tech world is weird.. even simple IT jobs can pay insane money.




50-65 $ an hour? Wait... so that would be the salary I get per month in one day.

damn

don't click on this: https://www.hackerrank.com/jobs

ever mess with things like hackerrank? can be a nice way to improve your skills while having fun (if you find it fun). alot of those sites link up with companies looking for talent/remote work etc, which is pretty cool.



50-65 $ an hour? Wait... so that would be the salary I get per month in one day.

Yeah, there was a few private computer guys that ran their own business that used to charge the terminal that my dad used to run a couple grand to fix the computers which usually took maybe a few hours.  Computers is the thing to get into these days.

but people still want to be coal workers....  :trollface:

ya the possibilities with tech/science are endless. A great example, to me, is Elon Musk. He's the job creator "of the future". Transforming the auto industry, battery industry, solar industry, space industry, even public transpo/transit i think soon. He's the kind of person this country should be preparing kids to work for, or become, IMHO.. A real emphasis on math/chemistry/science/computer science is drastically needed. I can only speak from my experience with the public school system in USA; it's a disgrace.

We should be preparing kids to fix this planet & colonize mars..

;f

11959
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: April 05, 2016, 04:06:14 pm »
had a dream about the moment-like library i need to write today.. got to writing it after i wokeup/ate:

Code: [Select]
> timeDiffMaybe (fromString "04-05-2016 09:09:09.09") (fromString "03-01-2015 01:01:01.01")
Just (TimeDiff {years=1,months=1,days=4,hours=7,minutes=8,seconds=8,milliSeconds=80})


might go run/jump now.. so, when I get back, need to turn that into:
"1 year ago"
"1 year and 1 month ago"
"1 year and 1 month and 4 days ago"
...

i'd like to add the ability to 'round'.. ie, the first result is rounded to a year, second to years and months, third to...

so on the forum if we see a post, it will say:
Created 4 years ago.

The type also takes into account the future..

anyway will think about it when i run.

pC!

11960
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: April 05, 2016, 05:26:35 am »
04/04/2016

Bio: Morning

sleep = 7 hours
wakeup =  1:30 PM
bw = 150
morning resting heart rate = didn't measure
soreness = adductors alot (especially right)
aches = right tennis elbow slightly, right adductor
injuries = toenails wrekt
feel = good



Food

4 PM

- boston market: quarter chicken
- small serving of stuffing, mashed potatoes



Session: Evening

8 PM

run:
- 9.19 mi in 1h:11m:54s
- moderate run, worked on stride mostly but stayed relaxed
- right adductor bugging a little bit at times



Food

9:30 PM

- small bit of ice cream
- hot mint tea



Food

12 AM

- big bowl of cheerios with 2% milk & honey
- greek yogurt
- grape fruit juice



Food

5 AM

- greek yogurt
- some black bean chips




lots of coding today.. got some decent stuff done. also added in moment.js via purescript-simple-moment to the code.. so now timestamps are displayed all pretty. however, i have to jump through some hoops to get those timestamps, which really sucks.. but that's the separation of the view from the eval function in a purely functional lang, i can't do anything with side effects inside the view.. so I have to created the moment-ified date strings in the eval function .... which means I have to created new fields for each data structure:

createdAt :: DateMaybe,
createdAtMoment :: String,

then I have to patch each data structure once I pull them in via the api with ajax.. I mean it's fine but, it's more work creating those fields and patching each data type after I pull it in. Don't see any other way around it though.. i'm locked in with no ability to communicate with the outside world, when i'm in these pure views.

HEHE

EDIT:

or....... create a pure version of moment, entirely in purescript. Then I wouldn't have to go through any of this trouble..

https://github.com/moment/moment
http://momentjs.com/docs/

that's alot of code for such a simple lib.. ;f I could probably knock something out that's much more simple and does the job just fine.

pc!

11961
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: April 05, 2016, 02:54:40 am »
He was a big fan of sickening vendetta + avishek = love

vendetta got a little nutty.. avishek just loves to experiment, but i think he knows what he really needs to do.

i saw a vid where i did sick3n1n.v3nd3tta hops, on adarqtv.. i should have unprivated it.

;f

11962
Basketball / Re: March Madness 2016
« on: April 04, 2016, 11:30:02 pm »
nova's coach reaction = solid

11963
Basketball / Re: March Madness 2016
« on: April 04, 2016, 11:28:29 pm »
OMFG#!@#@!!@$!

GAME WINNING 3 POINTER BY NOVA

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

11964
Basketball / Re: March Madness 2016
« on: April 04, 2016, 11:26:04 pm »
OMFG GAME TYING 3 POINTER IN THE FINALS WITH 4 SECONDS LEFT, BY PAIGE

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

11965
Basketball / Re: A Bunch of Ball Handling Videos
« on: April 04, 2016, 06:32:29 pm »
sticking this here because for a 7'1 guy, this is very impressive.

thon maker made the right decision going straight to the nba.. skills

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

11966
Basketball / Re: A WHOLE BUNCH OF DUNKS AND SHIT.
« on: April 04, 2016, 06:07:24 pm »
DJ Stephens is insane. wtf. ridiculous bounce.

<a href="http://www.youtube.com/watch?v=7mtyht-iSRU" target="_blank">http://www.youtube.com/watch?v=7mtyht-iSRU</a>

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

crazy ^^^^^^^^^   :wowthatwasnutswtf:



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

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

btl off of a made layup:

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

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

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

11967
Basketball / Re: A WHOLE BUNCH OF DUNKS AND SHIT.
« on: April 04, 2016, 05:48:45 pm »

11968
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: April 04, 2016, 02:11:18 pm »
dammit. adductors too sore to jump etc. going to rest another day.



146?!

ya i dno, weird right? ;f


Quote
That's lighter than my highschool days. I weighed 67 kg back then. 144 = 66 kg. The least I've ever weighed was 64 kg when I was 21, due to eating 1 per day off ~5$ per day, me and my mom. So I was living with 2.5$ per day for food then.

damn

i think i lived off of ~$5 for food or less in h.s. too. i wasn't a good eater back then, but i played tonssss of basketball.. so needless to say, was skinny as fuck.

i remember when I wasn't self conscious at all in h.s.. but i took my shirt off after basketball, and some teammates mentioned how caved in my chest was.. i always remember that because, prior to that moment, I never actually thought about any of that. I just played bball all day and was getting into computers. stuff like that didn't even cross my mind.

HEH!

Here too. I had a friend, djoe, who used to be on TVS and also here, that told me back in the day that "you don't have any chest AT ALL" and I was like "why would I?" :D

He's in the UK now, btw (or actually, he might've gotten back to Romania to have a farm).

ahh, i remember djoe.

Pages: 1 ... 796 797 [798] 799 800 ... 1504