[–] 9 points 4 months ago* (1 child)

Perhaps strong words, but i absolutely despise this pointless topic. i am not in US jurisdiction (not that it would make any difference if i was), i don't want their nonsense and i believe very strongly against it. we have enough of our own nonsense from politicians who understand nothing to deal with.

Anyway i edited it now

  • source
  • parent
  • context
  • [–] 18 points 4 months ago* (last edited 4 months ago) (6 children)

    Linux will not care, if some corporate distros sell out, no matter. Just spin up any other million distros which are not [redacted]. Or just gentoo it.

  • source
  • [–] 4 points 4 months ago

    He looks like a deer in headlights... And then complains about iran attacking nearby countries, conveniently missing out the bit where those other countries are gosting US bases... what a total mong...

  • source
  • [–] 59 points 5 months ago (5 children)

    I mean it took a very long time to get him but also the chargers are not about his extra carricular activities... They are about sharing some secrets or something... its a sham

  • source
  • submitted 8 months ago* (last edited 8 months ago) by to c/mikrotik@lemmy.world
     

    I am trying to create a setup script for configuring router + AP via CAPsMAN, but would like to ask if there is an easy way to clear my settings as I am testing and exploring the setup to clean up the various config changes I am doing to clear the state easier?

    I am changing things like

    /caps-man datapath
    /caps-man configuration
    /caps-man provisioning
    

    And others. Is there some way I can just drop all entries from those config paths? Or something like that to tidy up config while I am editing and trying out things?

     

    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

    submitted 1 year ago* (last edited 1 year ago) by to c/cat@lemmy.world
     

    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

     

    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!

     

    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?

    submitted 3 years ago* (last edited 3 years ago) by to c/react@programming.dev
     

    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?

     

    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?

     

    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

    view more: next ›