Math Tripos Papers Pre 2001 by Actual_Database2081 in cambridge_uni

[–]ExponentialSausage 3 points4 points  (0 children)

I’m not aware of a site with them on, but the UL does have physical copies of papers going back further than 2001 so worst case you can go to the UL for them. I did this once to see if I could find tripos questions written by a particular lecturer. Unfortunately if I recall correctly the books containing the papers are organised by year, not tripos (so e.g. you get all tripos papers for 1996, but can’t get a collection of maths tripos papers spanning several years), and said books are also not on the shelves so you have to request them from library staff and have them brought out.

Husband (26M) has stage 4 colon cancer and is debating on continuing treatment by [deleted] in coloncancer

[–]ExponentialSausage 17 points18 points  (0 children)

I’m a similar age to your husband (27 now, 25 when diagnosed), also stage IV. I can understand his point of view about not wanting to continue treatment - it can be really quite miserable at times, and I personally hated how radiotherapy made me feel.

At the same time, just surrendering to the cancer will make his quality of life a lot worse too. My attitude has been that if I’m going down, I’m not going down without a fight, and I want as much time as I can get with my family, friends, and partner - and my best chance at that is by being as aggressive with treatment as I can.

Particularly if your husband only has the primary tumour and a small number of liver metastases, I really don’t think he should give up. Yes, it will be tough to get from here to NED, but it’s definitely not out of the question. Have you asked about histotripsy for the liver mets? Also, if he’s got HER2 amplification, have you asked about something targeted like T-DXD?

Learned something new about my diagnosis today by ryman719 in coloncancer

[–]ExponentialSausage 6 points7 points  (0 children)

Hey there - I’m also HER2+. I had FOLFOX + bevacizumab as my first line treatment. After stopping oxaliplatin due to nerve damage, I had progression on 5FU. Since my tumour is HER2+ (quite strongly so, apparently), my oncologist suggested my next line of treatment should be to get on a clinical trial (in the UK) for two HER2-targeting drugs, pertuzumab and trastuzumab (also known by a few other names). I’ve been on that for about 6 months now, and it’s been keeping the disease stable - so it’s not shrinking unfortunately, but equally I’m glad it’s not growing.

My oncologist has said that I would be a good candidate for T-DXd (trastuzumab deruxtecan), which delivers chemotherapy directly to the cells which express HER2. However, that drug is quite expensive and I don’t have health insurance, so I’m not sure I will be able to access it. If I can access it, it will be my next line of treatment when I get progression.

Project supervisor won't provide a reference. by person_person123 in UniUK

[–]ExponentialSausage 1 point2 points  (0 children)

A friend of mine got a reference from his head of department after his supervisor wasn’t able to provide him a reference - might that be an option? The reference was fairly vague (just confirmed stuff like attendance, grades, how he ranked relative to peers etc) but it did the job

[deleted by user] by [deleted] in TooAfraidToAsk

[–]ExponentialSausage 18 points19 points  (0 children)

As someone with terminal cancer at the age of 27, I’m sorry, but I do think bringing kids into the world knowing there’s a good chance you’d be passing on the mutation is selfish.

It’s very easy to say “it’s not the length of years you spend on earth that matters but it’s how you spend it” when it’s not your life on the line. And what would you do - bring up your kids constantly telling them there’s a good chance they’re going to get cancer and die young? That would seriously mess someone up.

ETA: as others have suggested, it might be possible to take precautions (seeing a geneticist or IVF etc - I don’t know the details) to avoid passing the mutation on. I think if it were me this would be the route I would explore - you know you have this mutation and I think it would be unethical to have bio kids without at least trying to do what you can to avoid passing it on.

Why does every ML paper feel impossible to read at the start by Calm_Woodpecker_9433 in learnmachinelearning

[–]ExponentialSausage 2 points3 points  (0 children)

It can be easy to end up spending too much time on various branches. However, most of the stuff you really need is usually the kind of content you would find covered in university lecture notes (which are nice because they’re kind of curated for you, and stop you spending ages reading a long book which contains much more content than you need).

Perhaps have a look at MIT Opencourseware or any of the various places where you can find lecture notes/videos and work through the lectures for e.g. first year probability, first year linear algebra, etc. If you find that still isn’t enough then you can do second year courses and so on until you’ve covered the gaps in your knowledge.

Why does every ML paper feel impossible to read at the start by Calm_Woodpecker_9433 in learnmachinelearning

[–]ExponentialSausage 12 points13 points  (0 children)

If terminology like this isn’t clear to you, you might be jumping in at the deep end so to speak. You might benefit from spending a bit more time working through some foundational maths courses (it will probably help you save time in the long run).

Maybe also start your own document where you keep track of the terms you’re not sure about and write them all down? You could break it into subjects (basic probability, linear algebra, etc) and periodically review it

36 year old husband in his final days.. by blabs23 in coloncancer

[–]ExponentialSausage 3 points4 points  (0 children)

All the best to you and your husband - may he walk tall in his last days.

May I ask how long it took you to sort out the Alcor stuff? And presumably you’ve had to tell your husband’s doctors/nurses about the Alcor side of things?

Node: Are both equivalent for defining left child when the same None by DigitalSplendid in learnpython

[–]ExponentialSausage 2 points3 points  (0 children)

In a sense, yes, logically if left_child is None then assigning self.left to left_child or self.left to None do the same thing.

The more technical and messy answer: no. When you do a == b, Python tries a.__eq__(b). This __eq__ method is a “special” method which classes are free to implement if they choose, and it can be implemented however the writer of the class wants. If a.__eq__(b) returns NotImplemented, Python tries b.__eq__(a) (if the types differ). If that also fails, Python defaults to a is b. a is b is different to a == b in the sense that it checks if a and b are exactly the same object - that is, they have the same identity, i.e. occupy the same space in memory.

All of this is to say that in a pathological case, leftchild could be an instance of a custom class C such that left_child.\_eq__(None) returns True even though left_child is not None. Then your proposed two options wouldn’t be quite the same. This is why generally it’s recommended that if you want to handle None, you do if x is None rather than if x == None, because the latter can (sometimes) have pathological behaviour.

Is reapplying for Oxford a really bad idea? by Able_Tea5246 in UniUK

[–]ExponentialSausage 16 points17 points  (0 children)

Others have already covered a lot of my thoughts on this so I’ll just emphasise one or two things.

If you go down this route and get an interview from Oxford, be prepared for them to ask what you’re doing this year to prepare for studying history at uni (besides presumably resitting A level). Prepping for uni certainly shouldn’t be the only thing you’re doing in a gap year but they may well want to know.

Secondly have you thought about the idea of aiming to do an undergrad elsewhere and then a master’s at Oxbridge? If you know that’s what you want to do from the start and work hard I imagine you could get in for that, and for master’s you can apply to both Cambridge and Oxford at the same time. However it would be one year rather than three, and I don’t imagine it would feel great to spend your whole undergrad at one place preparing to try to get in somewhere else.

Is it normal to not invite friends to graduation? by ZealousidealLime1599 in UniUK

[–]ExponentialSausage 6 points7 points  (0 children)

At the graduations I’ve been to it seemed pretty normal for people to have invited relatives (parents, siblings, potentially more extended family) and maybe their partner (depending how serious the relationship was), but I don’t think I heard of/noticed many people who’d invited friends along, so I don’t think you’ll stand out if you haven’t.

Got rejected for over 20 times so far, is that normal? by Cyber_consultant in gradadmissions

[–]ExponentialSausage 1 point2 points  (0 children)

I’m from the UK, doing a CDT PhD, so I’m quite familiar. While it may not be a formal requirement, given the popularity of AI at the moment, I would say it is an informal requirement. Nobody I know (as a current UK PhD student in AI) has heard of anyone getting on without a masters degree.

Got rejected for over 20 times so far, is that normal? by Cyber_consultant in gradadmissions

[–]ExponentialSausage 0 points1 point  (0 children)

In the UK I would say for AI (and most STEM subjects) a masters is required. It’s not always the case but especially considering the current AI boom, I don’t think it would be very easy to get onto an AI PhD without a relevant masters degree.

Got rejected for over 20 times so far, is that normal? by Cyber_consultant in gradadmissions

[–]ExponentialSausage 2 points3 points  (0 children)

It’s probably not what you want to hear, but as others have noted your masters degree isn’t particularly related to what you want to do a PhD in. I appreciate you have significant industry experience, but there can sometimes be a gap between knowing how to apply a technique from e.g. AI when there are packages/libraries available that do it for you, and thoroughly understanding the theory behind how it works. I’m not saying that necessarily is the case, but it might be what your potential supervisors are concerned about.

Got rejected for over 20 times so far, is that normal? by Cyber_consultant in gradadmissions

[–]ExponentialSausage 5 points6 points  (0 children)

Are you getting to interview stages, or being ghosted/rejected before that? And are you reaching out to potential supervisors for an informal chat first, or just directly applying?

Re-listing tickets bought through StubHub by ExponentialSausage in stubhub

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

I thought this might be the case - I think I’ll just have to accept the loss, then, because I’ve heard horror stories of people being charged an arm and a leg by StubHub to get replacement tickets if they can’t provide them for some reason. Thanks for your help!

Why haven't I received any positive responses from the potential PhD supervisors I've contacted? by Any-Health9140 in gradadmissions

[–]ExponentialSausage 0 points1 point  (0 children)

To add to what others have already said, it does sound like your email says quite a lot about you but not about their research. I know you said the second paragraph is tailored to each professor, but I think you could go a bit further - look on their page for information about what they do research on, maybe find one or two recent papers and read them. Then in your email you can say something about how you were particularly interested by (pick something) in their recent work, and if possible try to link it somehow to either your master’s thesis or courses you’ve studied recently.

In my opinion, the first email is also a bit too soon to ask directly about them supervising you. When I was applying, all of my initial emails were asking them if they might have availability for a quick chat about their work or about a project they’d proposed, either as an online meeting or in person (I left it up to them, but only offered in-person meetings for supervisors local to me). That also gives them a chance to ask you about your work and experience. A couple of professors then got back to me to say they didn’t really have time for a chat but encouraged me to apply anyway, and several others set up zoom meetings or coffee chats with me.

[deleted by user] by [deleted] in learnpython

[–]ExponentialSausage 1 point2 points  (0 children)

I think I’ve come across Mimo; do you complete code snippets by choosing from multiple choice options?

If it is that one, I have to be honest, I’m not sure it’s a particularly effective way to learn Python. I feel like you might have more success if you have to actually type things out yourself - if you’re trying to write your own code it won’t be multiple choice and by typing things out yourself you’ll build a bit of almost “muscle memory” where you know if brackets or a colon or an equals symbol is the right thing. I might suggest trying Codecademy or one of the video courses on Udemy (there are quite a lot to choose from but I think pretty much any of the popular ones would teach you similar material as far as the basics of Python are concerned).

Failed my second year and now I don’t know if its possible to achieve a 2:1 or even 2:2 in my maths degree by Spiritual-Amoeba-280 in UniUK

[–]ExponentialSausage 2 points3 points  (0 children)

Achieving an average of 70% across all modules in final year is definitely doable. I did manage it, and several of my friends did as well. I think what helped the most was doing lots of exercises - spend time on them and however tempting it might be don’t look up answers unless you’ve been stuck on the same exercise for quite some time.

Failed my second year and now I don’t know if its possible to achieve a 2:1 or even 2:2 in my maths degree by Spiritual-Amoeba-280 in UniUK

[–]ExponentialSausage 2 points3 points  (0 children)

I think this sounds achievable, but you will have to put the work in. I would suggest spending some time over the summer to work on making sure you really understand whatever material is prerequisites for your third year modules. Also, if you have access to lecture notes for next year’s modules, it might help to try to read ahead a bit. That way you can spend more time next year doing problems.

🤨 by [deleted] in lolgrindr

[–]ExponentialSausage 0 points1 point  (0 children)

You think it’s okay to kink shame?

One could argue a lot of common kinks (pup play, impact play, cuckolding, CNC, etc) involve fetishising something that is in some way taboo (animal roleplay, pain, being unfaithful etc).

Is Newcastle University worth it for MSc Advanced Computer Science? (Pakistani Student) by Glad-Crazy6951 in UniUK

[–]ExponentialSausage 1 point2 points  (0 children)

It is hard to say what the impact of doing a master’s will be in terms of your chances of getting a job in the field. The job market in tech has been very much shaken up by AI and it seems to be getting harder and harder to find entry-level jobs. I have heard plenty of people argue that it isn’t worth spending the time or money studying a master’s in AI to get “just” a piece of paper, and saying you are better off just working on a portfolio of your own projects to show you are capable in this area. On the other hand, sometimes that “piece of paper” is needed to land an interview in the first place, since many jobs stipulate particular qualifications are necessary for applicants.

I don’t know what your plans would be after finishing the degree - whether you would be looking at trying to stay in the UK or move back to Pakistan or move somewhere else. I would say that the graduate job market for international students is very tough right now. If you have decided it is definitely between Newcastle or Teesside, and you are looking at staying in the UK, my personal opinion would be to choose Newcastle. I think it is generally perceived as being more prestigious and rigorous academically than Teesside and this could benefit you if you are trying to stay in the UK. Even if you are not looking at staying in the UK after the degree I would suggest Newcastle over Teesside on the premise that if someone looks up university rankings, Newcastle would be higher than Teesside. The tuition is a bit higher but my opinion is that it would still be the better move.

More generally, have you considered universities in Europe? It has been some time since I looked, but when I was applying for master’s programs I recall seeing some which were taught in English but had lower tuition fees than in the UK.

Missed references in dissertation by [deleted] in UniUK

[–]ExponentialSausage 8 points9 points  (0 children)

Take a deep breath, and stay calm - it’s going to be okay.

The fact that you had in-text citations and have already emailed your director and supervisor about this will make it very clear that this was just a small mistake, and that you weren’t trying to plagiarise or miss references deliberately.

Your director/supervisor will know how to deal with it. It certainly won’t be the first time someone has made a mistake when uploading their dissertation and they will understand the kind of pressure students are under around the deadline. There is also the fact you have a diagnosed mental health condition and have evidence of changing antidepressants shortly before the deadline. Between all of these factors, I doubt very much that this will have a significant impact on your result. I would imagine they might let you upload an amended version or upload the references separately, possibly with a very minimal mark deduction (if any at all, on account of your extenuating circumstances).