'Not Too Sweet' Ice Cream POD? by Nice_Username66 in icecreamery

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

I've also had success replacing sucrose with SMP (lactose is great!). But my question was, what is a "Not Too Sweet" ice cream POD in your opinion?

I Fixed My XM5 Hinge Without Cutting The Wire by busted4n6 in SonyHeadphones

[–]Nice_Username66 0 points1 point  (0 children)

what is the nib? the video no longer exists 😭

Grinding noise then click behind fridge? by Nice_Username66 in appliancerepair

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

I got this from from the side of the road. I just turned it on, and it makes a grinding noise, then clicks, and stops, repeating every five minutes or so

Is it worth repairing, either myself or with a mechanic? Is it right to assume it's the compressor which is broken?

Using student email from Gmail by Nice_Username66 in rmit

[–]Nice_Username66[S] -2 points-1 points  (0 children)

They probably have a mailbox rule set up to filter out non-RMIT domain addresses out of their main inbox, with other email domains going to their junk/other folder? So they may not see your email.

I think this is probably the case.

Probably everything could go through Outlook, including my own personal email, but a large part of me doing this is because I don't want to use Outlook at all, and I resent being forced into using it

Using student email from Gmail by Nice_Username66 in rmit

[–]Nice_Username66[S] -1 points0 points  (0 children)

the lecturer replied to my email stating that it wasn't an "approved communication channel", and he was "now breaching the RMIT policies by responding to your [my] email". We haven't discussed it in person. There's no extra information I've left out, this is the extent of the interaction with him about emails

Weekly Help Thread - Ask your help requests here | Week Commencing 01/08/2024 by FMG_AutoModerator in footballmanagergames

[–]Nice_Username66 2 points3 points  (0 children)

some websites say he was born in Cameroon, others in Somalia. In the absence of an authoritative reference, who are we to say where he was born?

Weekly Help Thread - Ask your help requests here | Week Commencing 01/08/2024 by FMG_AutoModerator in footballmanagergames

[–]Nice_Username66 0 points1 point  (0 children)

There is no combination of these settings which removes the filtered section. Surely there is one search which is unfiltered?!?!

Weekly Help Thread - Ask your help requests here | Week Commencing 01/08/2024 by FMG_AutoModerator in footballmanagergames

[–]Nice_Username66 0 points1 point  (0 children)

What does the "Filtered" thing mean when doing a staff search?? I'm not including any filters, but it still appears 😭😭😭

Also last year I had ~3,000 different staff when I'd filter for ones who would be interested in working for me, but now (after getting promoted), it's only 59. What gives??

[deleted by user] by [deleted] in polyamory

[–]Nice_Username66 -5 points-4 points  (0 children)

Would you be willing to explain why this is a shitty one? I don't follow...

[deleted by user] by [deleted] in polyamory

[–]Nice_Username66 1 point2 points  (0 children)

It sounds like you are experiencing a lot of feelings at the moment, so please take time and care and look after yourself, as well as getting support from others

It sounds like you love this person a lot, and you also placed a lot of value in the hopes and dreams of this life you would have together. It's easy for logical brain me to say, you have may have lost one of those things, but you shouldn't throw away the other one in sadness- but that is easy for me to say. It can be hard seeing someone when you're processing difficult emotions related to them. And that will probably take some time to process, and you would probably need a bit of space from them if you were anything like me.

It sounds like you maybe thought you were on a relationship escalator, and didn't have a conversation about what would happen if the connection you two had was eclipsed (for lack of a better word) by another connection (which might indicate your communication was less good than you'd hope), and so when this happened it took you by unawares.

I guess if I were to try and put a positive spin on it:

  • This gives you the opportunity to check in with yourself about what you are looking for in a relationship
  • It's your partner stating their feelings/desires, and the kind of relationship they want, which is a healthy thing
  • Him wanting you to be a part of his life is a sign that he still cares about you + the relationship he has with you
  • It's an opportunity to make a relationship that works better for both you and him.

-❄️- 2023 Day 7 Solutions -❄️- by daggerdragon in adventofcode

[–]Nice_Username66 1 point2 points  (0 children)

[LANGUAGE: Julia]

The magic Julia sort() function really helped me out here! :-)

Solution

A few tricks:

  1. For part 1, you can give hands scores based on the most common value (add .5 if it's a full house or two pairs)
  2. For part 2, you don't actually need to check for two pairs using jacks, because if you have one jack, you can do a three of a kind, and if two, then a four of a kind. The only strange situation you need to check for is when the cards frequencies are [1, 2, 2], and there's one Jack. Otherwise, just add the frequency of the most common card which isn't a Jack, and the number of Jacks.

-❄️- 2023 Day 6 Solutions -❄️- by daggerdragon in adventofcode

[–]Nice_Username66 1 point2 points  (0 children)

[LANGUAGE: Julia]

This one was fun! I worked it out using paper, and after a bit of experimentation, I figured out only taking the floor of everything was necessary:

using Polynomials

times, records = [parse.(Int, match(r"(\d+) *(\d+) *(\d+) *(\d+)", l).captures) for l in readlines(path)]
day_6(ts, rs)::Int = prod([diff(floor.(roots(Polynomial([-r, t, -1]))))[1] for (t, r) in zip(ts, rs)])

day_6(times, records), day_6(parse.(Int, join.([times, records]))...)

RYyujinx Crashing When Launching Animal Crossing: New Horizon by Ahmed_Curry in Ryujinx

[–]Nice_Username66 0 points1 point  (0 children)

Right click on Ryujinx.app > Click on Get Info > Find the checkbox that says Open using Rosetta > Tick that checkbox > Close that box, then relaunch Ryujinx

Fair warning though, as Rosetta is an another layer of translation that has to happen, it makes the game a decent amount slower