• I can no longer use WhatsApp Business. They’ve been blocking my account because I receive too many messages every day.

    I work with my team doing university assignments for people who don’t have the time or who don’t understand the material because their professors don’t explain it well.

    I’m afraid to open a WhatsApp API account because, according to what I’ve asked the AI, Meta could block my account if they find out that I do assignments for others, since “it goes against Meta’s policies.”

    I want to know how real this is.

    If I open the WhatsApp API, could Meta block my account if they find out that my team and I are doing university assignments for others?

  • A while back, I was working on localization with GPs and had a thought: could we encode vehicle dynamics directly into the GP kernel?

    I know GPs are used to model parameters in physical models. But my idea was that a car’s trajectory resembles a smooth GP sample. A faster car takes smoother paths, just like longer length scales produce smoother GPs. Instead of modeling `y(x)` directly, I used cumulative distance `s` as the input, and trained two separate GPs:

    * `x(s)`
    * `y(s)`

    Both use an RBF kernel. So we are basically maximizing the probability function:

    https://preview.redd.it/ksoisiw9r9ef1.png?width=430&format=png&auto=webp&s=e01f1827f3c74550f596de2ee02fe4b7d2e93178

    Which translates to something like

    *“Given a speed, how probable is it that these data points came from this vehicle?”*

    **The algorithm goes like this:**

    1. Collect data
    2. Optimize the kernel
    3. Construct the `l(v)` function
    4. Optimize the lap

    I fitted the kernel’s length scale `l` as a function of speed: `l(v)`. To do this, I recorded driving data in batches at different constant speeds, optimized the GP on each batch, then fit a simple `l(v)` relation, which turned out to be very linear.

    With the optimized kernel in hand, you can ask questions like:

    *“Given this raceline and a speed, can my car follow it?”*

    As the GP is a probabilistic model, it doesn’t give a binary answer that we requested. We could optimize for “the most likely speed” the same way we optimized the length scales. However, this would be more like asking, “What is the most likely speed this raceline can be achieved?”, which is okay for keeping your Tesla on the road, but not optimal for racing. My approach was to define an acceptable tolerance for the deviation from the raceline. With these constraints in hand, I run a heuristic window-based optimization for a given raceline:

    **Results?**

    Simulator executed lap plan times were close to human-driven laps. The model didn’t account for acceleration limits, so actual performance fell slightly short of the predicted plan, but I think it proved the concept.

    There are a lot of things that could be improved in the model. One of the biggest limitations is the independent models for x and y coordinates. Some of the things I also tried:

    1. Absolute angle and cumulative distance model – This one considers the dynamics in terms of the absolute heading angle with respect to cumulative distance. This solves the problem of intercorrelation between X and Y coordinates, but introduces two more problems. First, to go back from the angle-domain, you need to integrate. This will lead to drifting errors. And even if you don’t want to go back to trajectory space, you still lose the direct link between the error definition of the two domains. And second, this function is not entirely smooth, so you need a fancier Kernel to capture the features. A Matérn at least.
    2. “Unfolding the trajectory” – This was one of my favorites, since it is the closest to the analogy of modeling y relation to x directly, wiggly road style. In the original domain, you would face the multivalued problem, where for a single x-value, there can be multiple y-values. One can “unfold” the lap (loop) by reducing the corner angles until you have unfolded the points to a single-valued function. This, however, also destroys the link to the original domain error values.

    Here is the code and the data if you want to make it better:
    [https://github.com/Miikkasna/gpdynalgo](https://github.com/Miikkasna/gpdynalgo)

  • Good afternoon, I have auto products that are displayed on website and I have not added any price or anything. Our website’s structure is in a way that our products are listed on our website but without any price, ratings, add to card or buy now buttons. The customer checks the auto’s specs and pictures and then reach out to us via WhatsApp or Email directly.

    The error to be precise: Either “offers”, “review”, or “aggregateRating” should be specified

    Now I am facing this issue with structured data that I recently added using json. Will this error cause a drop in my rankings or something and should I leave it as it is?

    And what sort of product structured data should I use if I do not post any price, offer, review anything on the product page on whole site?

  • Hey guys need advice I’m a complete newbie here so I need all the help I can get . So my mom has a skin care clinic that been running for 30+ year dealing with all types of skin issues and her products are all natural and they work . Because of the quality of treatment and products she’s arrives through word of mouth and barely any advertising online . She has a line up that’s quite popular and get ordered from customers from all over Canada and us through email than e-transfer then she mails it . No there are some products she wants to get online as kind of the next phase of the business because she’s 75 and needs to retire soon . I’ve been tasked with helping her in this next chapter and don’t know we’re to begin really . She was looking at shopify but again any advice on we’re to start would be great books/ courses etc thank you

  • Hellow ML/Al folks,

    I’m working on an upcoming Machine Learning in Quantitative Finance conference, my role is to outreach and engage relevant professionals.

    While I’ve handled other events before, this field is new to me. I’d appreciate any quick tips, resources, or key concepts to get up to speed.

    Also, if you have advice on how to approach senior roles (MDs, Heads of Departments, Chiefs, Presidents) effectively in this space.

    Thanks

  • Boson AI has recently open-sourced the Higgs Audio V2 model.
    [https://huggingface.co/bosonai/higgs-audio-v2-generation-3B-base](https://huggingface.co/bosonai/higgs-audio-v2-generation-3B-base)

    The model demonstrates strong performance in automatic prosody adjustment and generating natural multi-speaker dialogues across languages .

    Notably, it achieved a 75.7% win rate over GPT-4o-mini-tts in emotional expression on the EmergentTTS-Eval benchmark . The total parameter count for this model is approximately 5.8 billion (3.6B for the LLM and 2.2B for the Audio Dual FFN)

  • I’m doing some local SEO for a firm and came across a business with two sites, two GBPs (!), using what looks like a massive doorway page setup across several sites.

    They’ve got thousands of pages like:

    /repair-and-service-centre-stockport.php

    /repair-and-service-centre-cheadle.php

    /repair-and-service-centre-manchester.php

    Same content every time. Just the town name swapped. No real local relevance. Thin copy, no useful information. Textbook doorway spam.

    But here’s what stands out. You can type anything you like in the URL and it still works. For example, you can insert…

    /repair-and-service-centre-big-boobs.php

    /repair-and-service-centre-wife-from-thailand.php

    …or anything you want in the URL. The site just dynamically inserts whatever you put in the URL. It’s all templated. Anyone with a script could generate thousands of these in a few minutes.

    This stuff is ranking well in local results. I’ve reported it through the Google report page a few times, but nothing ever seems to happen. I don’t even know if they read them?

    How is this still working in 2025? Has Google just given up on this type of spam?

    If anyone’s curious, I put together a short list of example URLs here: [https://pastebin.com/Wd4Bq6Yt](https://pastebin.com/Wd4Bq6Yt) \- It includes working manipulated URLs and examples of their broader spam setup. They lead you to manipulated versions too, lists of their pages doing it – all of it. How to get this network of spam actually noticed by Google?

    I’d be interested to know if anyone’s actually managed to get something like this taken down, or if we’re all just wasting our time with the report form. And more to the point, wasting our time trying to do local SEO properly? If rubbish like this still works, we may as well all just put up sites with a few thousand spammy doorway pages full of AI slop for every customer.

  • Hey fellow travelers,

    I just wanted to share my recent experience booking with SparrowBid and let you know how amazed I am with their service. I had been searching for a unique and affordable hotel for my upcoming trip, and that’s when I stumbled upon SparrowBid.

    Their auction hotel model intrigued me, so I decided to give it a try. I placed a bid on a luxury hotel in my desired destination and crossed my fingers. To my delight, I won the bid and secured an incredible deal on a top-notch hotel!

    The entire process was smooth and straightforward. SparrowBid’s platform was user-friendly, and I could easily navigate through the available options. The bidding system was exciting, and I found it to be a fun way to get a great price on a high-quality hotel.

    But it doesn’t stop there. The customer service I received from SparrowBid was outstanding. From the moment I made my booking, I had a dedicated travel advisor who guided me through the entire journey. They were responsive, knowledgeable, and went above and beyond to ensure I had a seamless experience.

    Not only did SparrowBid help me save a significant amount of money, but they also provided excellent recommendations and tips for my destination. They truly personalized my trip and made me feel valued as a customer.

    If you’re looking for a unique and affordable way to book your next hotel, I highly recommend checking out SparrowBid. Their auction hotel model is a game-changer, and their customer service is top-notch. Trust me, you won’t be disappointed!

    Happy travels!

    sparrowbid.com