• 2 Posts
  • 39 Comments
Joined 2 months ago
cake
Cake day: February 6th, 2026

help-circle




  • I don’t know where you’re getting any of that from. It was travelling at 8 knots before and after the turnaround. The bit in the animation where it slows and drifts almost due south is actually marinetraffic not having AIS data for that period so it just interpolates between the two known positions. Maybe I should have made that clearer.

    That turnaround period is also close to 3.5 (edit: 2.5) hours, not 30 minutes.

    According to the same data the ship is now close to the Strait of Hormuz that it passed through yesterday; it seems pretty clear it did not get where it wanted to go.


  • Everyone is reporting on these ships making it through the strait which is still under Iranian control. Few seem to mention the part in the Gulf of Oman where the US is actually implementing its blockade. The poster child, Rich Starry, mentioned in the article, did this a few hours after clearing the strait, still far from the Arabian Sea:

    Marine tracker timelapse showing RICH STARRY travelling southeast out of the Strait of Hormuz, halting and showing stale data for around 3.5 hours, and then returning back the way it came at speed.

    That sure doesn’t look like a ship breaching a blockade without incident.

    It’s too early to say how this will play out on a larger scale but for these specific ships a lot of reporting is really fucking misleading at the moment.





  • Many people seem to have this confused.

    • The US blockade is on (as currently implemented) the Gulf of Oman, not the Strait of Hormuz.
    • As far as I know, one tanker, Elpis, has transited the Strait, and then stopped – I have to assume was stopped, by somebody – a short way into the Gulf.
    • Rich Starry has not yet passed the Gulf. It has not even reached the point where Elpis stopped, but it’s on track to do so pretty soon.
    • Elpis departed an Iranian port. This directly defies the stated US blockade.
    • Rich Starry departed the UAE, which does not actually violate the stated US blockade (which explicitly allows ships transiting “to and from non-Iranian ports”).
    • Rich Starry is under US sanctions due to previously being determined as aiding Iran. It is also Chinese-owned. Unclear how these factors will play into things.

    So in summary Rich Starry hasn’t passed the US blockade yet, and even if it does that says nothing about the effectiveness of the blockade, because by the blockade’s wording it should be allowed through anyway.

    Source https://xcancel.com/DropSiteNews/status/2043921010311741860, CENTCOM, and AIS data.

    Edit 10:30 UTC: https://www.marinetraffic.com/ shows no AIS updates from Starry in the last 2 hours, seems like it stopped sending data in a similar area to Elpis. AIS didn’t actually show the ship coming to a stop, just a lack of updates. The last update had it keeping course at a relatively fast 8.1 knots. I read that there may be GPS jamming and other stuff going on in the area, so not sure what this really means.

    Edit 2 12:00 UTC: nope, they are outttta there. I’m guessing they’re not going to China today.

    Marine tracker timelapse showing RICH STARRY travelling southwest at speed, halting and showing stale data for around 3.5 hours, and then returning back the way it came at speed.




  • I think this comment is based on an extremely optimistic – bordering on fantastical – outlook.

    The complexity of dealing with such large amounts of information will keep increasing forever as the amount of information also grows

    The capacity and capability to handle the data will grow too.

    AI struggles with conflicting information and mistakes, which happen a lot especially when humans are involved, so eventually you will have lots of “garbage in garbage out” issues causing problems

    This is what data analysis is though. Extracting patterns from noisy data. Ignoring outliers. I don’t think anybody is suggesting they’ll just dump a CSV of your web history into ChatGPT and ask it if you’re probably going to a protest this weekend (although does it sound so far fetched that that might actually work?), it’ll be used in combination with existing and constantly improving data mining techniques.

    The data one might be able to track will continuously be challenged or removed on legal/compliance bases over time, reducing its availability

    Are you implying data protection laws will not only not be inexorably eroded year upon year by increasingly surveillance-hungry governments, but will actually get a significantly better than their current milquetoast state? I’ve gotta say, that’s seeming increasingly unlikely to me; right now we’re seeing mandatory identity verification being legislated on more and more things by more and more governments.

    Yes the NSA might want our chatbot logs, but after enough people realize they might be/are getting them, people will stop feeding it as much, or introduce noise on purpose

    This has to be a sarcastic reference to Snowden, right? The thing where the entire world found out about the how NSA absolutely is – not “might be” – monitoring your internet and conversation logs, and basically nobody did a fucking thing to change? That was 12 years ago.

    And the sheer volume of information relative to the computing power necessary to process everything will also become a problem if they keep trying to process every single thing.

    Good thing they’re not doing anything crazy to get more computing power, like buying up practically the entire global supply of RAM or building data centres at an exponentially increasing rate.


  • apparia@discuss.tchncs.detoFuck AI@lemmy.worldthe first ai agent worm
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    2
    ·
    1 month ago

    What? They’re just computer programs. Almost all computers have high quality entropy sources that can generate truly random numbers. LLMs’ whole thing is basically turning sequences of random numbers into sequences of less random stuff that makes sense. They have a built-in dial for nondeterminism, and it’s almost never at zero.

    I feel like I’m missing your meaning because the literal interpretation is nonsense.





  • apparia@discuss.tchncs.detoPrivacy@lemmy.mlIs GPS private?
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 months ago

    My first answer is “WTF is RTK?”; my answer after consulting Wikipedia is “no, they’re separate things”.

    RTK doesn’t sound like it broadcasts any data out but I barely understood what I just read. The Wikipedia coverage on this whole topic seems rather poor quality, I don’t think it’s just because I’m dumb.




  • apparia@discuss.tchncs.detoPrivacy@lemmy.mlIs GPS private?
    link
    fedilink
    English
    arrow-up
    23
    ·
    2 months ago

    It’s not as clear-cut as most people here are saying.

    In short, GPS itself is just listening to satellites, and nothing is leaked that way, but most modern phones use “Assisted GPS” of some sort. The most common (I believe) AGPS is SUPL, which seems to be used by most phones. This involves sending your approximate location to an Internet server, which returns satellite data based on that approximate location.

    To nobody’s surprise, in Android this is a Google server. I’m pretty sure most Android distros don’t give you any control over when it’s used, or which servers it uses. Anecdotally, my phone without Google Play services has a horrible time obtaining a GPS fix, so I suspect without GPlay it’s only using raw GPS, but I’ve not bothered to actually dig into it.

    As I understand it, SUPL means even if you’re in aeroplane mode, if you have an Internet connection over WiFi you might still be leaking (approximate) location data when using GPS.

    I learned about this from this excellent series of blog posts, which is a very thorough comparison of various Android ROMs’ privacy. It has a background section (search for “Assisted GPS”) in each of the ROM-specific posts which explains it better than I can.