Me: Sometimes I Just Feel Frustrated And Wonder If I Am Wasting My Time.

Me: Sometimes I just feel frustrated and wonder if I am wasting my time.

Ben: St. Paul had to write two letters to the Corinthians.

More Posts from Mariaagnesi-fangirl-blog and Others

What were astronauts like when they first returned from outer space? Nurse Dee O'Hara: ‘They have something, a sort of wild look, I would say, as if they had fallen in love with a mystery up there, sort of as if they haven’t got their feet back on the ground, as if they regret having come back to us… a rage at having come back to earth. As if up there they’re not only freed from weight, from the force of gravity, but from desires, affections, passions, ambitions, from the body. Did you know that for months John [Glenn] and Wally [Schirra] and Scott [Carpenter] went around looking at the sky? You could speak to them and they didn’t answer, you could touch them on the shoulder and they didn’t notice; their only contact with the world was a dazed, absent, happy smile. They smiled at everything and everybody, and they were always tripping over things. They kept tripping over things because they never had their eyes on the ground.’

Craig Nelson, Rocket Men: The Epic Story of the First Men on the Moon (via m-l-rio)

😶 [Twitter/DianeTurnshek]

😶 [Twitter/DianeTurnshek]

Kurzgesagt on Neutron Stars – The most extreme things that are not black holes

"A True Theologian...is Someone Who Has Tasted Of God Directly."

"A true theologian...is someone who has tasted of God directly."

- Kyriacos Markides, Inner River

Tarusa Sovkhoz In Kaluga Region, Russia (1970)

Tarusa sovkhoz in Kaluga region, Russia (1970)

Generic Coding Tips

>> Know the intent of your code. What is the purpose of your code? What should the inputs be? What should it output? It can be useful (especially for larger projects) to write out a flow chart that maps how information moves from task to task through the program.

>> Divide your code into sections that fulfill specific tasks, then chain them together. Sometimes it’s worth devoting a code section to its own file to be used by multiple programs rather than coding multiple instances of the same thing into each program. Consider what tasks might be useful for future programs.

>> Create a main project folder and don’t be afraid to use subfolders. Folder hierarchies are your friend when it comes to juggling multiple files in an easy-to-understand manner.

>> Consider having a “resources” subfolder, with pdfs, webpages, etc. of information relevant to your project. For example, I’m currently working on a program to calculate relic densities, so my project folder has a resource subfolder with research papers about relic densities. 

>> Comment your code! Seriously, future you will appreciate it. (I usually also keep a README.txt file in the same folder which describes how to implement the code.)  In the same vein, explicitly state any conventions you’re using and where you’re getting any data you import.

>> Test each section as you build it. Throw in sample values (preferably where you know what the output should be) periodically and make sure it’s doing what you want it to do!

>> SAVE WORKING VERSIONS OF YOUR CODE. Do you have a working build? Save it, then–before augmenting anything–create a new file and work on the next version of the code there. I do this usually via “save” and then “save as”.  Version control is to coding as save points are to video games.

>> Generating a lot of data? Consider saving a sample instance of that data in a subfolder. It can be a massive pain to troubleshoot portions of your program if you have to wait to generate hundreds of data points every time you run it. 

>> Getting an unknown error in a massive amount of code? Isolate the section of code containing the error(s), then create a minimal working example of the section, and keep adding to that example until you either figure out 1. why your original code failed, or 2. until you’ve constructed a new functioning code.

  • 0nlyjesus
    0nlyjesus liked this · 4 years ago
  • iwatchtoomuchshonen
    iwatchtoomuchshonen liked this · 4 years ago
  • prescription-cactus
    prescription-cactus liked this · 4 years ago
  • paramorethemachine
    paramorethemachine liked this · 4 years ago
  • johawmetal
    johawmetal liked this · 4 years ago
  • welcome-to-the-battle
    welcome-to-the-battle reblogged this · 4 years ago
  • welcome-to-the-battle
    welcome-to-the-battle liked this · 4 years ago
  • steadywonderdream
    steadywonderdream reblogged this · 4 years ago
  • prolifecatholic139
    prolifecatholic139 reblogged this · 4 years ago
  • rinielsaerwen
    rinielsaerwen reblogged this · 4 years ago
  • red-winters
    red-winters liked this · 4 years ago
  • lilaccatholic
    lilaccatholic reblogged this · 4 years ago
  • paradox-oflife
    paradox-oflife liked this · 4 years ago
  • gracefulfolly
    gracefulfolly liked this · 4 years ago
mariaagnesi-fangirl-blog - The Farmer's Daughter
The Farmer's Daughter

"There is a pre-established harmony between thought and reality. Nature is the art of God." - Gottfried Willhelm Leibniz

164 posts

Explore Tumblr Blog
Search Through Tumblr Tags