Author Topic: ADARQ's journal  (Read 2587461 times)

0 Members and 1 Guest are viewing this topic.

Raptor

  • Hero Member
  • *****
  • Posts: 14620
  • Respect: +2539
    • Yahoo Instant Messenger - raptorescu
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6120 on: April 04, 2016, 06:25:06 am »
+1
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).
Current PR status:

All time squat: 165 kg/Old age squat: 130 kg
All time deadlift: 184 kg/Old age deadlift: 140 kg
All time bench: 85 kg/Old age bench: 70kgx5reps
All time hip thrust (same as old age hip thrust): 160kgx5reps

adarqui

  • Administrator
  • Hero Member
  • *****
  • Posts: 34034
  • who run it.
  • Respect: +9112
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6121 on: April 04, 2016, 02:11:18 pm »
0
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.

Raptor

  • Hero Member
  • *****
  • Posts: 14620
  • Respect: +2539
    • Yahoo Instant Messenger - raptorescu
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6122 on: April 05, 2016, 02:50:09 am »
+1
He was a big fan of sickening vendetta + avishek = love
Current PR status:

All time squat: 165 kg/Old age squat: 130 kg
All time deadlift: 184 kg/Old age deadlift: 140 kg
All time bench: 85 kg/Old age bench: 70kgx5reps
All time hip thrust (same as old age hip thrust): 160kgx5reps

adarqui

  • Administrator
  • Hero Member
  • *****
  • Posts: 34034
  • who run it.
  • Respect: +9112
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6123 on: April 05, 2016, 02:54:40 am »
+1
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

adarqui

  • Administrator
  • Hero Member
  • *****
  • Posts: 34034
  • who run it.
  • Respect: +9112
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6124 on: April 05, 2016, 05:26:35 am »
0
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!

adarqui

  • Administrator
  • Hero Member
  • *****
  • Posts: 34034
  • who run it.
  • Respect: +9112
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6125 on: April 05, 2016, 04:06:14 pm »
0
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!

John Stamos

  • Hero Member
  • *****
  • Posts: 3580
  • Respect: +1465
    • View Profile
Re: ADARQ's journal
« Reply #6126 on: April 05, 2016, 04:24:27 pm »
+1
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.
Every Monday
50 JR
10-1
BURPEES
WALLBALL X 20LB
JJ

PR: 19:51 --> 17:41

Raptor

  • Hero Member
  • *****
  • Posts: 14620
  • Respect: +2539
    • Yahoo Instant Messenger - raptorescu
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6127 on: April 05, 2016, 04:27:42 pm »
+1
50-65 $ an hour? Wait... so that would be the salary I get per month in one day.
Current PR status:

All time squat: 165 kg/Old age squat: 130 kg
All time deadlift: 184 kg/Old age deadlift: 140 kg
All time bench: 85 kg/Old age bench: 70kgx5reps
All time hip thrust (same as old age hip thrust): 160kgx5reps

John Stamos

  • Hero Member
  • *****
  • Posts: 3580
  • Respect: +1465
    • View Profile
Re: ADARQ's journal
« Reply #6128 on: April 05, 2016, 04:34:22 pm »
0
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.
Every Monday
50 JR
10-1
BURPEES
WALLBALL X 20LB
JJ

PR: 19:51 --> 17:41

adarqui

  • Administrator
  • Hero Member
  • *****
  • Posts: 34034
  • who run it.
  • Respect: +9112
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6129 on: April 05, 2016, 08:07:18 pm »
0
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

adarqui

  • Administrator
  • Hero Member
  • *****
  • Posts: 34034
  • who run it.
  • Respect: +9112
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6130 on: April 06, 2016, 05:13:23 am »
0
04/05/2016

Bio: Morning

sleep = 8 hours
wakeup =  2 PM
bw = 150
morning resting heart rate = didn't measure
soreness = right adductor slightly
aches = right tennis elbow slightly, right adductor
injuries = toenails wrekt
feel = good



Food

2:30 PM

- 2 x wheat bread with peanut butter
- sugarless pure green tea
- greek yogurt



Session: Afternoon

3:30 PM
- beautiful day

run 1: to bball court
- 3.72 mi in 34:49
- just relaxing

jumps:
- 15 jumps each leg
- L-SLRVJ: a bunch of 10-10'3"'s, a few 10'4"'s, a 10'5"
- R-SLRVJ: submax, just backboard touches
- left quad (VL) tightened up a few jumps in.. still jumped though.
- felt pretty good, except for the quad tightening.. i've had this before though with SLRVJ.. any time I actually jump hard, it surfaces.. need to progress slowly.

run 2: scenic route to home
- 6.34 mi in 59:06
- just relaxing.. felt great.. ran thru a bunch of busy 'shop streets' in the city.

happy about the jumps.. if I can get back to 10'9" or so, I should be able to land some lobs.

felt great jumping in my NB 5000 v2's... much better than my XC flats. I love these shoes.



Food

7 PM

- beet juice + tart cherry juice



Food

8 PM

- rice and beans with grilled chicken
- 2 x pita bread (with butter grilled onto it)
- a few black bean chips (i really like these)



Food

10 PM

- small bit of java chip ice cream
- hot mint tea



ISSUE:
- left heal started hurting around ~12 AM
- annoying



Food

4:30 AM

- big bowl of cheerios + honey + 2% milk
- grape fruit juice
- banana




left quad is tight, left heal is tender, right adductor is slightly achy, right elbow is slightly achy..

tomorrow i'll probably rest.. I enjoy these run-to-court, jump, run-back sessions ALOT.

jumping = great feeling ;f

pC!

Raptor

  • Hero Member
  • *****
  • Posts: 14620
  • Respect: +2539
    • Yahoo Instant Messenger - raptorescu
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6131 on: April 06, 2016, 05:58:20 am »
+1
Is it true that the school in the USA is that bad? Like what I see in American movies, stuff you do in 11th or 12th grade we used to do in 7th grade or so, lol.

On the other hand, maybe college is better there, although I highly doubt it. College is free here, if you qualify. People learn here, using Romania's state money, and then they leave for other countries :D
Current PR status:

All time squat: 165 kg/Old age squat: 130 kg
All time deadlift: 184 kg/Old age deadlift: 140 kg
All time bench: 85 kg/Old age bench: 70kgx5reps
All time hip thrust (same as old age hip thrust): 160kgx5reps

adarqui

  • Administrator
  • Hero Member
  • *****
  • Posts: 34034
  • who run it.
  • Respect: +9112
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6132 on: April 06, 2016, 02:38:08 pm »
+1
Is it true that the school in the USA is that bad? Like what I see in American movies, stuff you do in 11th or 12th grade we used to do in 7th grade or so, lol.

ya I was taking trigonometry and algebra 2 my senior year in h.s.. those are pre-h.s. classes in Europe from what i've heard. If you don't push yourself in K-12 (kindergarten through 12th grade) in public schools in USA, no one will push you (for the most part). So for example, no one really got through to me as to why I should take school seriously at all. It was easy for me. I just took the prescribed classes and passed them. All I cared about was basketball and programming (luckily). I had basketball class my junior year, and twice in my senior year. Believe it or not, I really didn't know what a "final exam" was until I got to college. In H.S., it would just be another test to me; "oh a test? whatever".

Actually I can recall one instance where I did push myself.. In my senior year I enrolled myself in Pascal Programming class.. but they kicked me out because I lacked the math pre-reqs. They put me in BASIC. I remember being very annoyed.. because at that time, I had already been fluent in C and several assembly languages (sparc, intel, mips, alpha). I was writing kernel modules, exploits, client/server code, .. all kinds of things. I tried to show the teacher (some old nasty lady) some code of mine. She refused to look at it.

So long story short.. I just coasted through h.s.. I was mostly reading my programming books while class was going on, or actually programming on paper (to transfer it to the computer when I got home); it was that easy. I was in classes full of knuckle heads, trouble makers, etc.. They would interrupt class, cause disturbances, drag the classes down, make it harder for people to learn. The teachers weren't so inspiring.. In fact, on several occasions I got detentions for reading my computer programming/unix internals books in class.. During "Drop everything and read", I had this amazing thing happen to me. I start reading my "Unix Internals by Vahalia" book. English Teacher comes up to me, and tells me to put that away and to find something enjoyable to read. I laughed and told her that I enjoy reading about software engineering etc.. She handed me a magazine. I gave it back to her.. She ended up giving me a detention. LMFAO. I've mentioned this before in my journal.

So high school was trash... middle school was even worse. I went to a middle school that was VERY bad.

College was better, but still a disappointment. I remember once I really got into my major at FAU (exercise science), a really tough class became easy-as-cake once nearly everyone failed the first test. That was another sad moment that stuck with me. It was a fill-in-the-blank/essay question test for Kinesiology. Really tough but I loved it. Tons of questions, really making sure you knew every insertion, origin, action, plane, etc. So after so many people bombed, every subsequent test was multiple choice. It became a joke.

I also challenged this one teach a few times, even went up to the president on the Board of Education etc. She marked questions wrong, that were scientifically correct. For example, she marked an answer wrong where I wrote "rectus femoris". The correct answer to her, was "quadriceps femoris". So I showed her an anatomy book.. She states; "that's not how I teach it in class". She was referring to one muscle, the rectus femoris, as the quadriceps femoris. Long story short, I didn't win.. Even after taking it to nearly the highest office at the university.

I guess those are some quick lessons in "Lesser education" in America.

Had I gone to really prestigious schools throughout (elementary, middle, high, college), I Imagine I would have different stories. But, I went to public schools in a C rated district, then public college (2 year) and finally FAU (4 year, decent but nothing amazing).

so that should give you an example perhaps.. lol.

pC!



Quote
On the other hand, maybe college is better there, although I highly doubt it. College is free here, if you qualify. People learn here, using Romania's state money, and then they leave for other countries :D

free public college would help here.. too many people stop at 12th grade. It should be K-4yrcollege in our current world.

John Stamos

  • Hero Member
  • *****
  • Posts: 3580
  • Respect: +1465
    • View Profile
Re: ADARQ's journal
« Reply #6133 on: April 06, 2016, 03:58:12 pm »
+1
Quick college and HS stuff.

My CJ professor for one of my classes was the captain of the PD in that city and he just talked about old stories of him when he used to patrol the streets.  We had 2 tests and he gave us the answers the day before, had us write them down and just copy it over to the test.

As far as HS, I graduated in the top 20 of my class and I was more focused on getting my NO Xplode mixed, programming my workout for the day and going to the library to check out new WSBB, EliteFTS and T-nation articles.


Adarq, have you still been playing tennis? Idt I've seen it in your posts or i just missed it lately.
« Last Edit: April 06, 2016, 04:01:24 pm by Eric »
Every Monday
50 JR
10-1
BURPEES
WALLBALL X 20LB
JJ

PR: 19:51 --> 17:41

Raptor

  • Hero Member
  • *****
  • Posts: 14620
  • Respect: +2539
    • Yahoo Instant Messenger - raptorescu
    • View Profile
    • Email
Re: ADARQ's journal
« Reply #6134 on: April 06, 2016, 04:26:29 pm »
+1
What you're describing sounds somewhat similar to what's happening here, too. We didn't even had a teacher of computer science in high school - nobody would come to teach at the school for a salary of 200$ per month in this domain.

Plus, I absolutely hated programming with all my heart, all my life. Started badly, was "teached" poorly, and I have always thought to myself "these programmers brag about how smart they are. If they're so smart, how come they need 1000 lines of code to calculate two numbers??? Why does it have to be that complicated, with so many words written, to calculate two numbers?".

And based on that, I absolutely hated programming. This continued in college too - I would not go to the classes and play ball instead. And we did Java and PHP in college, I barely attended the classes and was never interested in what was in them, couldn't understand a thing. It was basically the teacher writing weird stuff on the blackboard, continuously, and that was it, you go home. Nothing to understand.

Obviously it was very complicated for me back then too, as my mom and dad would break dishes and swear at each other and threaten each other and had to go in ambulances with my mom and emergency hospitals and crazy, crazy, crazy stuff, while also being in love like crazy on top of it all.

In the class, by the way, people would smoke and play poker, and throw papers at the teacher (in high school).

So... yeah... it is what it is.

There's so much to write about, lol.
Current PR status:

All time squat: 165 kg/Old age squat: 130 kg
All time deadlift: 184 kg/Old age deadlift: 140 kg
All time bench: 85 kg/Old age bench: 70kgx5reps
All time hip thrust (same as old age hip thrust): 160kgx5reps