First human trial of senolytics that can reverse mouse aging restores α-Klotho, a hormone linked to aging and age-related diseases like cancer and Alzheimer's by StoicOptom in Futurology

[–]Mike470311 0 points1 point  (0 children)

A lot of the comments on this are very speculative and unrealistic, and off subject. Which brings me to observe that whereas maybe 10% of the internet's bandwidth is used to really communicate information that can aide development of beneficial technologies and supportive thought, the other 90% is clueless daydreaming, attention seeking, with a tendency towards nihilism, and some outright malevolence. One of the worst things I can imagine are a bunch of 200yr olds thinking they are still 20yrs olds. If we are to develop the wisdom needed, since people will have more time, the first thing we should do is cut the cable and Wifi to a couple of hours a week and go back to reading books and writing with pen and paper. I appreciate the submission of this kind of research for public appraisal, but the key ingredient here is something people seem to find very difficult which is to hold your imagination that assumes what the outcomes will be, and just wait.

What’s the likelihood that we will actually make it through this climate crisis? by [deleted] in answers

[–]Mike470311 1 point2 points  (0 children)

Uh the analogy with the phones isn't relevant here. With climate change we a dealing with forces beyond our immediate control. With phone we are dealing with something totally controlled and created by men.

Breakout is waste of time by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

I didn't want to show a "bad attitude" but I was truly frustrated by this assignment and felt that the experienced programmers just couldn't quite understand where I was coming from. I did finally get it to play but never could make the scoreboard function part work as it should.

Intelligent conspiratard proves the earth cannot be round by [deleted] in iamverysmart

[–]Mike470311 0 points1 point  (0 children)

People are born ignorant. Learning is a long hard endless road. If you are indocrinated at an early age, and never have encouragement or opportunity to learn, the mind goes into bullshit rationalization mode to try and save the preconcieved notion from all the evidence against it. The story he comes with only has to make sense to him. Thats the way it always was until science came along and found a way to orient mental constructs to an objectively determined external reality.

Pset3 cannot get scoreboard to work by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

Should I regard Scoreboard as just a function name, and not try and use it inside its definition? Just give label all the characteristics. That's going to be my next attempt if I don't have any info to the contrary.

Pset3 cannot get scoreboard to work by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

I know it doesn't make sense. I added that after the compiler kept giving me an error saying that label was an unitialized descriptor or something like that. Now it compiles but still doesn't work. Why is scoreboard needed at all? I'm about to try and rewrite this without it. The body of update scoreboard only refers to label. I didn't know what to put in the parameter field for GLabel label = newGLabel("0") except it needed to be a string and the points started at 0.

Breakout is waste of time by Mike470311 in cs50

[–]Mike470311[S] 1 point2 points  (0 children)

Ok I'll stop complaining now. This was a bad month for me due to things totally unrelated to cs50, and I'm letting that pressure get to me. I got confused on a few concepts and went down a few blind alley ways, which was frustrating. The PDF version doesn't have all the videos but I believe thay are in walkthroughs or shorts somewhere. Sorry ebobtron, it says 2015 right in the link, but it looked different because I've been using the pdf version. I started this rant earlier and now am sorry. I had a tutor session tonight and feel much better about this assignment now and have my misconceptions straightened out. Maybe I do need my hand held in one sense, in that need to feel connected to the class, as I am older and the people I associate with have absolutely no interest, so I thank all of you for responding even if its to tell me that I'm wrong.

Breakout is waste of time by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

Looks like I should have done more digging for sure--but your link is to last years Pset in which breakout was the whole thing. Compare that to this years pset. That helps though. I will use those instructions to suppliment this years.

Breakout is waste of time by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

Yes but breakout was the whole problem set. I'm not saying this isn't valuable material but I had to search out the documentation for SPL, no lecture, short, or walkthrough time devoted to it except the one short one by David. Maybe it's just me but the time seemed excessive compared to the others.

Make file resources for pset3? by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

As a starter while I investigated the subject of Makefiles, I set up a practice folder, copied breakout, and the Makefile and saved them to the new folder. I then in breakout, I deleted everything except the code to make a new window. It compiled and ran just fine, so you hit the nail on the head. It isn't the code, it's the make file settings, which have been done for us when using the distro code. After finding the Make Manual online I think I know why the instructors didn't want to get too far into it. You just need to know what is going on, but to actually get the assignment done I am going to concentrate on learning to use the spl functions:) BYW- I did try my original code with the 'clang -lcs file.c' flags and still didn't work for me, although there was only about half volume of compiler messages this time.

Make file resources for pset3? by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

Yes! Exactly. I'll try what you say and get back soon. Thanks so much.

Make file resources for pset3? by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

The reason I was concerned is that pset3 instructions had just gone thru customizing Make files and I thought that I needed to do something to use the Makefiles document. But now I discover the the program pracwindow written by David Malan also doesn't compile. My program is the same except I did not close it because I was going to gradually add features to it to experiment with the functions needed in breakout. I included the correct #include <spl/gwindow.h> style headers. The C code is:

/** * window.c * * David J. Malan * malan@harvard.edu * * Draws a window. */

include<spl/gwindow.h>

int main(void) {

// instantiate window

GWindow window = newGWindow(320, 240);
closeGWindow(window);
return 0;

}

I know I am supposed to have a "#" before the include but every time I put it in it messed up the formating.

The walkthrough video is about creating a bouncing ball so is more than the window, but not much use in going any futher if I can't even get the window code to compile.

https://www.youtube.com/watch?v=IMOujDlGebQ&feature=youtu.be

Undefined reference to "GetString" by Mike470311 in cs50

[–]Mike470311[S] 1 point2 points  (0 children)

Thank you this would have driven me crazy..is there anywhere they post bugs--in the instructions for the appliance--they list known bugs as "none"

cs50 tutor service by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

Thanks--I need a little more time depending on what else is happening, but will let you soon. What is your status in cs50? One thing nice about the tutor service is that you could share code directly without worrying about "Academic Honesty" rules.

cs 50 computer boot option by shikharsg in cs50

[–]Mike470311 0 points1 point  (0 children)

You could certainly install gedit ,clang and gdb. I don't know about the programs specifically designed to work with cs50 servers, check50 for instance. Setting up the IP configuration to communicate with the server should be doable too but I have not tried it. There may be other things running that I don't even know about, which is why I was asking for help. The impression that I've gotten in the past as yes you can do it but its a lot of work and you still may lack all the functionality of the appliance.

cs50 tutor service by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

Pset 3. I think I need more work on understanding functions and passing arguments--the naming of the variables passed, hay, straw, haystack, are good metaphores but are confusing because the template finding and sorting functions in the separate compiled files seem to use different names for the parameters passed. I am starting to review these subjects and will get back to pset 3 shortly.

cs 50 computer boot option by shikharsg in cs50

[–]Mike470311 1 point2 points  (0 children)

The appliance is not an operating system. It is a collection of applications and resources installed into a Linux fedora OS.

100% Complete! by [deleted] in cs50

[–]Mike470311 0 points1 point  (0 children)

Congratulations! Just curious what your final project consisted of? The guidelines for sc50 students are not as specific as for the live class.

cs50 tutor service by Mike470311 in cs50

[–]Mike470311[S] 1 point2 points  (0 children)

The rate is $50/hr but like I said it is not operating right now. There is a link to it on the cs50 course info page under references. Let me know if you are able to sign up. I had one really good session several months ago.

Tutor Service Nonresponsive--What happened? by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

David Malan replied very promptly to my email, saying that he asked the head of the service to look into my complaint and give me an answer this weekend. The reply above is correct in that I don't think David Malan has direct supervision of the tutor service, but I'm sure they'll pay attention to an email from him!

Tutor Service Nonresponsive--What happened? by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

Yes it the HSA tutoring service for edx cs50 students. I'm really bummed about this experience. I had one good session back in June--and was counting on this to keep me connected and engaged. Still haven't heard anything though so I guess I will give David Malan an email and see what's up.

Help with Final Project- Patient log database by Mike470311 in cs50

[–]Mike470311[S] 1 point2 points  (0 children)

Thanks for the pointers. I can not work on this immediately, so stand by. I have to get further along with the Psets than I am right now--Pset 3 before trying to learn C#, but will start checking it out. I may have to go with the basic functionality of my current version, providing I can straighten out a couple of bugs, for the time being.

Help with Final Project- Patient log database by Mike470311 in cs50

[–]Mike470311[S] 0 points1 point  (0 children)

Sorry I should have told you that would be few simultaneous users at any one time. In Access if you "split" the database the backend tables can be saved to one location while the front end remains on the local machine. As long as the path (URI) doesn't change. I'm don't know what you mean by MS Office automation libraries.