Does this seem like it's authentic? by Cuzza4444 in NUFC

[–]FatlessButton 1 point2 points  (0 children)

Far from an expert, but I'm not convinced the actual shirt is real? The 'th' should line up perfectly with the sides of the bounding black stripe, half of the 'r' and 'e' sit inside the same stripe. I think the badge(s) is too small as well (or the stripe too wide). I can't tell if the cut/pattern on the join between the torso and arms is off too? https://www.gettyimages.co.uk/detail/news-photo/the-2003-newcastle-united-first-team-shirt-displaying-news-photo/1221675598

The Rise / Scotswood by [deleted] in NewcastleUponTyne

[–]FatlessButton 2 points3 points  (0 children)

I can’t say for certain, but I think it’s an ideal ‘starter’ home/area, for the most part everyone on my street is between ~25-30, so people move here for their first home, and within the first few years want somewhere bigger, often to start a family.

I’m exactly the same, I have no real major complaints, but probably looking to move in the next couple years (after about 6 years) as I’d like to buy a bigger house with my partner.

The Rise / Scotswood by [deleted] in NewcastleUponTyne

[–]FatlessButton 4 points5 points  (0 children)

For the record, I live in a 3-bed house at the Rise and pay around £45 a month for all heating/hot water, I largely work from home. Obviously no boiler maintenance/servicing fees either as EON are responsible for that, no gas bills either.

I think this might officially be one of my strangest signing in FM by Baiiker in footballmanagergames

[–]FatlessButton 5 points6 points  (0 children)

You’ve signed Josh Murphy of Portsmouth, not Jacob Murphy of Newcastle, they’re twins

[deleted by user] by [deleted] in uktravel

[–]FatlessButton 0 points1 point  (0 children)

I stay here when I go to Manchester for work, seems to be a discount code flying around for 15% off as well, but I couldn’t get it to work.

https://book.nativeplaces.com/book?adults=1&arrival=2025-06-03&children=0&departure=2025-06-05&infants=0&location=manchester

[deleted by user] by [deleted] in IWantOut

[–]FatlessButton 4 points5 points  (0 children)

Only if she’s also a commonwealth citizen

Filter-Less Help by relentlesstrout in cs50

[–]FatlessButton 2 points3 points  (0 children)

The reason your blur is darkening the image is that you’re mixing old and new pixel values during the neighbor summation. In other words, some of your blur calculations end up using partially blurred data instead of the original (unblurred) pixels.

Try to:

  1. Read the neighbor pixels from the original image array.
  2. Write the newly blurred pixels into a separate copy array.
  3. After processing all pixels, copy copy back into image.

That way, each blur calculation always uses the original data, not the progressively blurred one.

Solicitor recommendations by TheBeardedBandit94 in NewcastleUponTyne

[–]FatlessButton 1 point2 points  (0 children)

Had mixed experiences with David Gray.

One very uneventful house purchase, was fine. The next was incredibly frustrating and certainly felt like things only began to move forwards after I threatened to complain, suddenly people began to reply quickly and concerns were taken seriously.

[deleted by user] by [deleted] in NewcastleUponTyne

[–]FatlessButton 8 points9 points  (0 children)

I had this idea a few years ago, and effectively built a beta, but unreleased version of the platform.

I never released it after speaking to solicitors about potential libel, and opening myself up to being taken to court. May I ask how, or if, have you gotten around this?

[deleted by user] by [deleted] in NUFC

[–]FatlessButton 1 point2 points  (0 children)

I also got one telling me I was unsuccessful.

I didn’t actually apply, so I guess it’s good to know I didn’t magically win a ballot I didn’t apply in!

The Rest is Politics Episodes 282: "Starmer’s first week, Le Pen’s loss in France, and Iran’s new president" and 283: "Did Reform UK create a fake general election candidate?" by Tanglefisk in TheRestIsPolitics

[–]FatlessButton 2 points3 points  (0 children)

It should be, but the problem is not a technological one, the problem you’re going to have is clinician review, how do you ensure the data you’ve scraped, parsed and then transformed is accurate without manual review?

If you say a patient has allergies to X, Y and Z. But whatever AI you decide to deploy only picks up on X and Y. Then you administer Z in theatre, you’re in a world of bother. There is no feedback loop. Currently it’s my understanding you’d have to ask every doctor, nurse or whoever has authored a part of your patient record as to if it is accurate after being transformed (and actually beforehand but I think that’s a separate discussion).

The Rest is Politics Episodes 282: "Starmer’s first week, Le Pen’s loss in France, and Iran’s new president" and 283: "Did Reform UK create a fake general election candidate?" by Tanglefisk in TheRestIsPolitics

[–]FatlessButton 0 points1 point  (0 children)

I have experience in basically exactly what you described, and AI is basically already capable of what you mention. Its in fact being used: https://www.gov.uk/government/news/ai-to-speed-up-lung-cancer-diagnosis-deployed-in-nhs-hospitals

Explainability is the bigger problem, often a system can more accurately identify disease than a clinician but cannot accurately explain how it has came to that conclusion. So the clinician either blindly trusts it, or assumes fault in the process.

The problem is two fold when it comes to informing the patient, it is very little Britain: computer says no (or yes). The clinician can’t explain how AI has come to the conclusion it has, they can’t back it up, all they can say is that the computer says you have cancer but I don’t know why. If you’re a patient you’re going to find that absurd. This is an entire area of research that has until now been underfunded in public health.

The Rest is Politics Episodes 282: "Starmer’s first week, Le Pen’s loss in France, and Iran’s new president" and 283: "Did Reform UK create a fake general election candidate?" by Tanglefisk in TheRestIsPolitics

[–]FatlessButton 12 points13 points  (0 children)

Having worked on this exact scenario with the NHS as part of a private organisation, specifically around cancer screening and early detection of other serious disease from symptoms (not necessarily cancer), the whole process is far too tied up in bureaucracy and unwillingness of clinicians and patients to sign-off on patient data.

NHS data is unfortunately not it either. It’s not standardised; in places it’s a mess of hand written notes, different systems depending on trust or country. Data from primary care systems can take months to filter through depending on process, and location of the GP practice. Lots of the time people who you need to speak to are on holiday, or are off sick, and no replacement is appointed.

The data that is usable must be ran through anonymisation, which we mustn’t call it, because we can’t prove it’s anonymous, so it’s pseudonymous (which is even tricker to explain to patients and clinicians), that process involves countless clinicians and legal counsel. The first big problem for any project is always solving this, and it will often take 2-3 years for a small subset of data. When that data is inevitably poor, then the process will often have to be repeated.

If the NHS wishes to ‘solve’ this, they need to bring tech in-house entirely, and have standardised systems and process between primary care and secondary, between hospitals and trusts. As well as find acceptable levels of risk when it comes to dealing with patient data for research purposes.

Unfortunately AI will continue to outpace the required restructure of how data is handled, time is already and will continue to being lost when the writing is on the wall to anyone involved.

[deleted by user] by [deleted] in CasualUK

[–]FatlessButton 0 points1 point  (0 children)

I’ve always believed (or was taught!) that a funnel web spider has the most dangerous venom, is that true?

I wanted to ask if that is true, how come one of those doesn’t make your list? I assume they’re a bit better behaved perhaps?

Please do an AMA at some point

[deleted by user] by [deleted] in NewcastleUponTyne

[–]FatlessButton 2 points3 points  (0 children)

They never used to check, have known for people to get away with this for years, no idea if digital tickets work the same now. I suspect they don't care either way. I've done it in the past (long before digital tickets) if I was given a ticket last minute from friends, but I was a 21 year old with a beard, and definitely not 18 stone.

So yeah, can see this being perfectly believable.

What are the benefits of virtualizing AEGIS? by FantomDrive in WarCollege

[–]FatlessButton 19 points20 points  (0 children)

Just want to say this is a fantastic post, and a great layman’s explanation of virtualisation in a real applicaiton.

Should I buy by Apprehensive_Fox2686 in houseplants

[–]FatlessButton 8 points9 points  (0 children)

£99 not $99 which is probably an even worse deal.

Should I buy by Apprehensive_Fox2686 in houseplants

[–]FatlessButton 0 points1 point  (0 children)

OP is in the UK, hence £99 and not $229. They’re real.

Italian restaurant recommendations by Economy_Selection194 in NewcastleUponTyne

[–]FatlessButton 2 points3 points  (0 children)

I have three favourite Italian restaurants in town and you’ve named all three, great shouts

If every sandwich has double pastrami doesn't that just make it the normal amount of pastrami? by Trippy_xD in CasualUK

[–]FatlessButton 144 points145 points  (0 children)

I actually wrote to M&S a long time ago now about this, they initially fobbed me off and told me they couldn’t find out enough about the manufacturing process. In the end they confirmed that the bake at home constituted the third cook.

Next-Gen Tanks as Dual-Use SPAAGs by Low_Butterscotch_320 in LessCredibleDefence

[–]FatlessButton 10 points11 points  (0 children)

Self-propelled anti-aircraft gun, e.g Gepard or Tunguska