[-] [email protected] 54 points 2 months ago* (last edited 2 months ago)

The same report released in May found the DWP had known since 2021 that overpayment of Carer's Allowance has left some people in financial difficulty.

Remind me when were last general elections again? Another conservative mine they left hanging about by sweeping it under the rug.

https://www.bbc.co.uk/news/articles/c20jln81w72o

Not a fan of labour but please give credit where its due, as to which government did nothing first.

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

I got a cable channel going between floors with a backbox on the ground floor wall and a hidden plastic guide channel for the cables on floor above.

so wanted to ask, is there a faceplate that hides cables into trunking to a side in a nice way? got some d-line trunking that would come to this box but id prefer not to have cables sticking out of it and just pop into the trunking.

pic of the box location, i need the cables to pop out towards the brown colour wall (but probably going up first to coven level) but would like the cables to not be visible

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

Hiya, anyone has recommendations for bike carriers for cats? I would prefer something in the front so i can keep an eye on my cat mostly for going to the vet.

Wifes bike is one of those folding ones so there is no carry bit at the back so looking for something that either secures to the handlebars or between the seat and handlebars.

Seen a few whicker basket types, but never used those before. Would appreciate any recommendations 🐱

Cat tax (and future carrier user) Cat sitting in the garden

[-] [email protected] 49 points 5 months ago

if trump is "less interested in other countries" he should get the fuck out of Greenland and Gaza

[-] [email protected] 216 points 5 months ago

Queen moves into a space that stops king from moving as you cannot move into a check. It's a forced draw.

1
submitted 6 months ago by [email protected] to c/[email protected]

A Qnap NAS has a drive with some bad sectors, I want to RMA it, but before just want to figure out how to prepare a drive? It's part of a raid 5 setup of 4 drives unencrypted. So I want to remove it and wipe it. Got a Linux machine I can use, but never done this before.

What are common Linux tools to do that sensibly?

66
Almost a void seal (lemmy.world)
submitted 8 months ago by [email protected] to c/[email protected]

almost entirely black cat on sofa looking like a seal

She's almost a void, just a couple of drops of not void paint.

1
submitted 8 months ago by [email protected] to c/[email protected]

So I wanted to ask what are people thinking might happen with mortgage rates?

The reason for this question is, should I consider going from a 2 year fixed mortgage to a 5 year one on the basis that Trump's economic policy of tariffs is likely to not do any favours to interest rates and world economy?

[-] [email protected] 136 points 9 months ago* (last edited 9 months ago)

My favourite part from this story covered on another site was

Howells says that if only the council had entertained his excavation requests, "Newport would look like Dubai." Currently, it still looks like Newport.

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

I need to record information about what my cat eats and does, as she might have a food allergy and I need to track down what it is.

So I am after some kind of a user friendly locally hosted database (maybe via some kind of app), preferably Linux friendly.

It would be nice if it had similar relationships to the added image, some kind of relational DB that I can fill with data. But essentially I need to have a bunch of lookup tables to return some data specific to difference events.

Its a bit of a pain (and takes time) to have to write an entire webapp to manage all this from scratch, that's why I am looking for some kind of user friendly GUI way to do it. Surely there must be some kind of relational database managing "application" that lets you set up some lookup tables and enter data in a nice and easy GUI way to do it? sqllitebrowser doesn't count as it doesn't handle linked tables in a nice way (would be nice if its friendly for my wife to use) :)

Cheers!

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

Thats so cute, love it how the other cats "help" by kicking and biting the victims 😂🤣

[-] [email protected] 67 points 1 year ago* (last edited 1 year 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] 108 points 1 year ago

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

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

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

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

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

[-] [email protected] 60 points 1 year ago* (last edited 1 year ago)

Once you live a few decades, years rush by no matter what. Do what makes you happy.

(Ps i do think its weird but who gives a shit what random internet person thinks, you do you)

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

Are they just late for 1st of April?

[-] [email protected] 60 points 2 years 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 2 years ago* (last edited 2 years 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 2 years 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 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

Say I have a Films library

Is it possible to make a shortcut on the left hand side menu to a specific tag or collection from this library? I was not able to find this option.

And a side question, if I have media in multiple languages, whats the best way of signalling it? Via tags of some kind? Or {edition- labelling?

Cheers

7
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

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

1
submitted 2 years ago by [email protected] to c/[email protected]

Picture of a road sign swallowed by a tree.

view more: next ›

OwlPaste

0 post score
0 comment score
joined 2 years ago