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 ... 799 800 [801] 802 803 ... 1504
12001
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: March 26, 2016, 03:37:03 am »
yesterday:

rained all day.. decided to rest another day.

03/24/2016

Bio: Morning

sleep = 7 hours
wakeup = 1 PM
bw = 155 lb.
morning resting heart rate = didn't measure
soreness = none
aches = right tennis elbow barely
injuries = toenails wrekt
feel = tired



Food

1 PM

- greek yogurt
- orange juice
- some chocolates
- banana



Food

7 PM

- nearly 1.5 cups of sorghum, with curry, tons of olives/garlic/serrano/red chili pepper/mixed nuts
- orange
- hot mint tea
- biscotti



Food

12 AM

- a bunch of blue corn chips
- greek yogurt



Food

3 AM

- greek yogurt

12002
Progress Journals & Experimental Routines / Re: THE DREAM JOURNAL
« on: March 26, 2016, 03:13:07 am »
When you said "I get to this fork in the road" I imagined an actual fork, you know, the kind that's used to eat with, that was "pitch black". So a black eating fork. lol

nah.. either go left, or go right.

in haskell that's the Either data type. ;/



Quote
You should take some ZMA for more vivid dreams.

ya i've taken zma before, long ago.. did notice an effect on my dreams at the time.

as for now, not on any supps. so i'll have to rely on nature lul.

12004
- daily routine
knees better, got really good sleep last night for the first time since last weekend. maybe sleep correlates super acutely to knee and/or other joint pain? something to track.

was going to post a DAMMIT to your previous post.. really good to hear that your knees are feeling better (so far).

sub-optimal sleep definitely makes me more achy. there's probably a bunch of studies out there to support or debunk it.

pc!

12006
Progress Journals & Experimental Routines / Re: THE DREAM JOURNAL
« on: March 24, 2016, 05:15:15 pm »
another weird dream last night.. walking through the city, very desolate.. then I get to this fork in the road, but, it's pitch black.. you can't see where either road leads.. so I pick the left route, just dead trees everywhere, but still can barely see, even with a flash light. then out of nowhere it leads to someone's back yard. I'm actually fenced in, in their yard, and come upon a wooden gate.. so i open the gate and as i walk out, i'm in this really well off community that has x-mas lights and ornaments everywhere. so i just walked around checking out the scenery.

i'm dreaming more lately it seems.. could be that i'm going to bed late, yet still getting an adequate amount of sleep. dno

12007
Progress Journals & Experimental Routines / Re: THE DREAM JOURNAL
« on: March 24, 2016, 05:12:12 pm »
What does "he was very twisted" mean?

in a nutshell, a homicidal psycho. HEH!

lel, who knew I'm writing math books in Andrew's dreams?!

nah.. this guy made you look like a saint. trust.

12008
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: March 24, 2016, 12:30:29 pm »
hey

I decided to expand on my programming skills to increase chance of employability by learning different python frameworks, I have learned python itself but am going to try and learn 3 of the many frameworks django, flask and pyramid. any advice on making the learning easier, how to follow tutorials, so to learn instead of memorizing it. it is the first time I would be dwelling into web development. the things you have to do.

nice!

well, web stuff is my arch enemy.. i excel more at non-gui backend stuff. but i guess the same techniques apply.

one thing I like to do is find some simple code out there on github, download it, get it to run, then start to pick it apart. So, it could be some simple web app in flask for example. Now, instead of reading a tutorial and simply implementing it verbatim, you now have to do more investigative work. You can also go back through the commit history and "unravel it from the beginning". It's hard to do this with big apps, so find small tools/repositories and read the code, but also mess around with it, making tweaks and such.

I always have some project I implement when learning a new language, or in your case, framework. For most people it's a TODO app (TodoMvc) etc. For backend stuff it could be file parsers, irc bots, etc. As for TodoMVC, you'll probably be interested in this if you havn't found it already:

http://www.todobackend.com/

they have backend versions of todo apps written in the frameworks you mentioned. Those would be a good resources. Also, i've done that todo-backend exercise in a few languages, it's actually worth it. They have some nice test page where you give them the url to your app, and it piece by piece helps you code it in a TDD (test driven development) style. So they ask you to respond to a GET / with all todos, and you implement it. Then they give you the next task.

I guess the common theme in those two approaches is the "do/tinker" technique. Memorization is very important, it allows you to just fly through a project when you don't have to check the docs. But in the early stages, writing a small project from scratch where you can't "easily cheat yourself" by looking up the answers, is important imho.

Tutorials are good though too.. After you've messed around and completed some small projects, just going on a tutorial binge can open up all kinds of new ideas/techniques that would have taken you so much longer to find. So I like binging on tutorials, just spending all day going through tons of them and jotting down things I want to really look into.

Lastly, i'd watch/star a few active repositories in github that cover what you are trying to improve. That way you get email notifications and such when people accept pull requests etc. You want to read commits to those projects daily. Even if you don't understand the architecture of the project, you just want to read those commits to pick up on things people who are professional with those frameworks are doing (their style, comments, techniques, tricks, libraries they use etc).

let me know if that helps! that's my 2 cents on it.

pc!

That was really helpful, thanks.

cool!


Quote
I didn't realize it was your arch enemy, the way you run and maintain this site, the coding and everything.
pc  :highfive:

ya but i'm using popular forum software called SMF. most everything I code is backend/non-web stuff. My only real web project is making this site my own code. It's fun, but more difficult for me than it should be. Lots of backend programmers "suffer" from this, from what i've seen (and met irl). They just want nothing to do with graphical user interfaces and such.

the first search result:

http://programmers.stackexchange.com/questions/40590/why-do-some-programmers-hate-the-ui-part-of-the-development/40597

Quote
and there's only so many times one can put a checkbox on the screen before going slightly mental. And that's not even touching on spending hours aligning pixels "just so".

ya.. aligning pixels = hell. which is odd, because I like aligning my code when I format it as I write it.. and i like using pretty printers for console output such as Text.PrettyPrint in haskell. When interfacing with things, I just like raw text/command line tools alot more than anything I would do in a browser or on a phone etc.

on a fun note.. I registered antigui.{net,org,com} several years ago, but havn't put up a site for it.. which makes sense, since it's called antigui. lololol.

pc!

12009
nah it was a really localized pain point a bit above the front of my ankle. i've had shin splints before, this wasn't that. completely gone today, fwiw.

i read about a condition called ehlers-danos recently. i don't have it, thank god, but it kind of made me wonder again whether there is something congenitally wrong with my joints.* i am pretty much always in discomfort somewhere or other, and in fact i think i always have been. the pain comes and goes without apparent cause, at least most of the time.

*other than my big toes, which i know there is something congenitally wrong with them. namely, arthritis.

Yeah sounds OK then, maybe your ankle joint is just getting a bit jammed from all these new plyo exercises. Obviously I can't feel your pain but just sounds like the athletic lifestyle to me, not necessarily a bad thing. I can't remember the last time I was 100% completely fresh, no issues at all. I've avoided any major acute injuries but there's always some little annoyance or two.

Consistent 35'' though! You should craigslist yourself a lobber with all that new $$$, get this done!

craigslist yourself a lobber.......  :wowthatwasnutswtf:  :goodjobbro:

an epic quote if i must say so.

12010
Progress Journals & Experimental Routines / Re: THE DREAM JOURNAL
« on: March 24, 2016, 04:48:35 am »
What does "he was very twisted" mean?

in a nutshell, a homicidal psycho. HEH!

12011
while ur on about cars.. i'll take a tesla model-S





i saw one of those slingshot's the other day.. or at least it looked like one. don't see how you can reg it as a motorcycle though wtf.

12012
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: March 24, 2016, 03:55:11 am »
did anyone see the @midnight fake presidential debate between fake-trump and fake-sanders on comedy central? epic!@$ was damn good.. 1 hour long fake debate, worth checking out.

woke up at 2PM.. crap.



03/23/2016

Bio: Morning

sleep = 8 hours
wakeup = 2 PM
bw = 151 lb.
morning resting heart rate = didn't measure
soreness = quads slightly
aches = right tennis elbow barely
injuries = toenails wrekt
feel = tired



Food

2 PM

- greek yogurt
- orange juice
- banana



Food

4 PM

- chicken sandwich
- some squash medley
- hot mint tea
- biscotti



Food

8 PM

- 2 x veggie egg rolls from whole foods (solid)
- bunch of blue corn chips
- red kidney beans with serrano pepper + garlic (could have done without the garlic)
- water w/ lemon
- a few chocolates


Food

12 AM

- hot mint tea
- biscotti



Food

2 AM

- water w/ lemon
- greek yogurt

some stretching



Food

4:51 AM
- damn im starving

- banana
- 2 x wheat bread w/ butter



legs feel pretty good.. tired as hell today tho. trying to get better with this purescript-halogen framework, destroying my brain.

pc!

12013
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: March 24, 2016, 03:50:57 am »
You have a very diverse range of food, some that I wouldn't expect to go together in the same meal sometimes haha.

diverse? dno.. but, ya I agree on how I combine some of these foods into the same meal.

Quote
Are you on some kind of plan like a list of foods you can have or you just eat what your heart desires at a much smaller proportion than me? haha

hah, ya smaller proportions.

whatever the heart desires.. though, it desires much more. my heart desires tubs of haagen dazs and anthony's pizza. ;f

I like eating lighter earlier, then heavier after I train. When I eat heavy early, even on off days, I get more lethargic & weak mentally. So eating light early keeps my mind sharp. Then I just eat whatever at night. That's why you see me eating larger/more at night than early/during the day.

My favorite meals right now, by far, are my spicy couscous meal with grilled chicken, and my lentil soup. Also that beef + chili bean soup from whole foods was ridiculous.. need to get some more of that.

pc!!

12014
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: March 24, 2016, 03:45:12 am »
hey

I decided to expand on my programming skills to increase chance of employability by learning different python frameworks, I have learned python itself but am going to try and learn 3 of the many frameworks django, flask and pyramid. any advice on making the learning easier, how to follow tutorials, so to learn instead of memorizing it. it is the first time I would be dwelling into web development. the things you have to do.

nice!

well, web stuff is my arch enemy.. i excel more at non-gui backend stuff. but i guess the same techniques apply.

one thing I like to do is find some simple code out there on github, download it, get it to run, then start to pick it apart. So, it could be some simple web app in flask for example. Now, instead of reading a tutorial and simply implementing it verbatim, you now have to do more investigative work. You can also go back through the commit history and "unravel it from the beginning". It's hard to do this with big apps, so find small tools/repositories and read the code, but also mess around with it, making tweaks and such.

I always have some project I implement when learning a new language, or in your case, framework. For most people it's a TODO app (TodoMvc) etc. For backend stuff it could be file parsers, irc bots, etc. As for TodoMVC, you'll probably be interested in this if you havn't found it already:

http://www.todobackend.com/

they have backend versions of todo apps written in the frameworks you mentioned. Those would be a good resources. Also, i've done that todo-backend exercise in a few languages, it's actually worth it. They have some nice test page where you give them the url to your app, and it piece by piece helps you code it in a TDD (test driven development) style. So they ask you to respond to a GET / with all todos, and you implement it. Then they give you the next task.

I guess the common theme in those two approaches is the "do/tinker" technique. Memorization is very important, it allows you to just fly through a project when you don't have to check the docs. But in the early stages, writing a small project from scratch where you can't "easily cheat yourself" by looking up the answers, is important imho.

Tutorials are good though too.. After you've messed around and completed some small projects, just going on a tutorial binge can open up all kinds of new ideas/techniques that would have taken you so much longer to find. So I like binging on tutorials, just spending all day going through tons of them and jotting down things I want to really look into.

Lastly, i'd watch/star a few active repositories in github that cover what you are trying to improve. That way you get email notifications and such when people accept pull requests etc. You want to read commits to those projects daily. Even if you don't understand the architecture of the project, you just want to read those commits to pick up on things people who are professional with those frameworks are doing (their style, comments, techniques, tricks, libraries they use etc).

let me know if that helps! that's my 2 cents on it.

pc!

12015
News, Announcements, & Suggestions / Re: instagram embedding fixed?
« on: March 23, 2016, 06:11:36 pm »
Works fine in windows 10 / firefox.

It may still be too big though, and my screen here is 1920x1080, i imagine it is still gigantic in smaller resolutions. Maybe use 50% ?

gj anyway  :highfive:

done. how's it look now?

 :highfive:



I have made a terrible mistake!!!
MAKE IT BIGGER AGAIN!!!

:lololol:

25%?

Pages: 1 ... 799 800 [801] 802 803 ... 1504