[-] [email protected] 5 points 1 day ago

Spend time with your special boy, that's the best way to make them feel better, and hopefully not any time soon, but be sure to be there to send him over the rainbow bridge when it is his time.

A few years ago I had to say goodbye to my my first cat. It was a heartbreaking 2 weeks of very heavy ups and downs. On Christmas day, that he was sick and went into the final spiral of a terrible day and sometimes a little better, but he kept getting worse and worse generally, until the vet agreed that he wouldn't recover. He was put to sleep in my and wife's hands. Sometimes you have to help them to not suffer. And honestly we breathed a very heavy sigh of relief after knowing that he wouldn't be suffering any more and his final moments were with the humans he loved. Cats try their best not to show pain and discomfort so when they do, you know its really bad.

[-] [email protected] 5 points 5 days ago

Given what's happening over there right now, people who are due reparations will see exactly 0 and all the money would be stolen.

[-] [email protected] 14 points 5 days ago

I haven't tried myself, but suspect its more likely to be generally unethical tpwards the civets. From what i heard at least. Think battery hen farming.

But i have done no research beyond general unregulated market assumptions.

[-] [email protected] 38 points 1 month ago

Now do newspapers next!

[-] [email protected] 68 points 3 months ago* (last edited 3 months ago)

No dna tests were done, sounds like they should have been done to remove any allegations credibility if they are so adamantly claiming to not be at fault.

[-] [email protected] 106 points 3 months ago

Nono, it definitely gets worse, behold the two conjoined twins into a single fat entity... merged trunps

[-] [email protected] 65 points 3 months ago

Shocked? Absolutely not. Disturbed? Nope, content that some rich no clue CEO idiot went yolo? Perhaps

[-] [email protected] 110 points 3 months ago

Can someone explain for people on the other side of the pond please?

[-] [email protected] 39 points 6 months ago

Thats not a cop, but a "vote support officer" who help you vote for the right candidate even if you already have one in mind 😄😉

He saw that the lady clearly did not need support making a decision and went to get some coffee.

After all this is just a prime example of a far more efficient democracy in action. Why waste time voting individually? Its clearly faster to vote at the same time.

9
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]

Got a small walking treadmill, that now became a fire hazard, rhe motor is sparking, but replacing it seems not feasible as i cannot get a replacement part (the company stopped existing a while ago and doesn't seem like a main manufacturer). And it seems a slightly more permanent installation than not.

So looking to scrap it, but how to scrap it in London without a car? Council bulk pickup seems not to mention anything about fitness equipment and neither does the "not so local" recycling centre, tried calling it but the number goes nowhere. Its a fair trip on a taxi if i wanted to bring it to the centre and not a straightforward walk either.

So the question is, how to scrap it? Contacted a random "local" company that mentioned picking up gym equipment but they quoted £200, which is more than the bloody thing cost!

Going to email the council, but anything else i can try?

[-] [email protected] 42 points 9 months ago

It gets worse to put it through google translate... google translation of the image paints a far less politically correct translation.

[-] [email protected] 44 points 11 months ago

Could you not connect the yacht to the grid to run ac? Wouldn't that be cheaper?

[-] [email protected] 60 points 1 year ago

So really her diet being vegan is only because she ate 1 type of food for 7 years... Thats nothing to do with being vegan, it has everything to do with being silly.

But ofc British tabloids are always there just to cause controversy and not offer any real value to spread information.

8
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

Using react router and have a route definition:

  {
       path: '/',
       element: <Root pageTitle={pageTitle} />,
       errorElement: <ErrorPage setPageTitle={updatePageTitle} />,
       children: [
          ...
          {
             path: '*',
             element: <ErrorPage setPageTitle={updatePageTitle} />,
             loader: async () => {
                throw new Response('Not Found', { status: 404 });
             },
          },
       ],
    },

This shows me 404 page how I want but without the rest of the root element but also the http status is reported as 200. How do I properly throw it as a 404 and show it inside root element?

4
submitted 1 year ago by [email protected] to c/[email protected]

Using react router and have a route definition:

  {
       path: '/',
       element: <Root pageTitle={pageTitle} />,
       errorElement: <ErrorPage setPageTitle={updatePageTitle} />,
       children: [
          ...
          {
             path: '*',
             element: <ErrorPage setPageTitle={updatePageTitle} />,
             loader: async () => {
                console.log('throwing a 404');
                throw new Response('Not Found', { status: 404 });
             },
          },
       ],
    },

This does show me the 404 page how I want, but http status is reported as 200. How do I properly throw it as a 404?

It seems not to trigger the loader (console log does not appear), or is there another method to throw a 404 and show a pretty page?

1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

Cat recharging in the sun https://imgur.com/a/MgsUN8W

view more: next ›

OwlPaste

joined 1 year ago