Skip to content
  • Announcements in relation to the community

    64 Topics
    726 Posts

    @crazycells yep. I get it! Good point.

  • Articles written by the site owner

    47 Topics
    301 Posts

    https://www.techerati.com/news-hub/uk-competition-regulator-concerned-about-ai-foundation-models/

  • Having issues with configuration ?

    241 Topics
    4k Posts

    @crazycells it is, yes - I think I’ll leave it as there is no specific PWA CSS classes I know of. Well, you could use something like the below, but this means multiple CSS files for different operating systems.

    /** * Determine the mobile operating system. * This function returns one of 'iOS', 'Android', 'Windows Phone', or 'unknown'. * * @returns {String} */ function getMobileOperatingSystem() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; // Windows Phone must come first because its UA also contains "Android" if (/windows phone/i.test(userAgent)) { return "Windows Phone"; } if (/android/i.test(userAgent)) { return "Android"; } if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return "iOS"; } return "unknown"; // return “Android” - one should either handle the unknown or fallback to a specific platform, let’s say Android }

    Once you’re in that rabbit hole, it’s impossible to get out of it.

  • Off-topic discussions that do not fit into any other categories.

    30 Topics
    337 Posts

    here mine 🙂

    image.png

  • Topics posted here are designed to attract discussion, thoughts, concerns, wisdom, etc.

    26 Topics
    245 Posts

    https://www.bbc.co.uk/news/business-68727857

    Seriously Google? For a company that makes billions to charge a premium fee to access it’s AI services is taking the p***. This in my view amounts to nothing more than corporate greed.

    The company, owned by Alphabet Inc, is said to be revamping its business model and looking at putting some of its core product behind a paywall.

    It would be the first time Google had charged for any of its content.

    Google said it did not have anything to announce “right now”.

    But you know for sure they will announce “something” soon. In 2023, Google turned a profit of approximately $305.6bn (£241bn), so it’s not like they need the money. As I said, nothing more than greed 😠

  • If you cannot find a dedicated tag to place your discussion, then it should go here

    55 Topics
    1k Posts

    @Norrad Are you looking for anything in particular? I only ask because Sudonix uses a number of custom functions which I wrote, but all are available on GitHub and fully supported here.

  • Hosting packages, VPS, etc…

    14 Topics
    106 Posts

    Just had a look through the new Free NGINX website, which looks like an 80’s throwback and that it was created using a ZX Spectrum 🙂

    https://freenginx.org

    Love the sarcastic note…

    image.png

  • This category is designed to offer practical advice, step by step guidance, and code suggestions for you to create you very own “Franken” build to suit your needs… “It’s Alive!!”

    18 Topics
    606 Posts

    Very good like always 😉

  • Need one-to-one, or one-to-many support?

    5 Topics
    27 Posts

    @dave1904 there isn’t one currently, but I can easily put something together

  • Issues with operating systems

    17 Topics
    221 Posts

    @DownPW any update?

  • A selection of resources useful to beginners and developers alike

    5 Topics
    28 Posts

    thank you Mark.

  • Need some help securing something?

    28 Topics
    213 Posts

    Now, “SBF” is beginning a lengthy prison sentence of 25 years for what prosecutors have described as “one of the biggest financial frauds in American history”.

    25 years for stealing billions of dollars? Seems pretty lenient to me 😠

    https://news.sky.com/story/sam-bankman-fried-disgraced-crypto-king-jailed-for-25-years-after-stealing-billions-of-dollars-from-ftx-customers-13103158

    Clearly, this early estimate was completely wrong

    The 30-year-old founder of FTX is being held on criminal charges over an alleged “brazen, multi-year” mass financial fraud, and faces up to 115 years in jail if convicted.

    I personally think that 115 years is more appropriate and even that will never compensate those that have lost their life savings because of this man’s greed and narcissism.

  • Some useful articles that can easily get you out of that hole you might have just fell into…:)

    10 Topics
    74 Posts

    @Hari Yes, that’s one (of many) I would recommend. It’s going to be easier to do this under Windows and the fact that you are already connected using SMB is a huge plus.

  • Get help with WordPress

    16 Topics
    306 Posts

    @Sala yes please.

Online
Statistics

2

Online

94

Users

579

Topics

8.6k

Posts
Tags
Extended Stats

Who's Online [Full List]

2 users active right now (0 members and 2 guests).

Board Statistics

Our members have made a total of 8.6k posts in 579 topics.
We currently have 94 members registered.
Please welcome our newest member, JoshB.
The most users online at one time was 16 on Wednesday, 5 April 2023.