Pop-Up Thingie

ON3PLZ BBS
  • Home
  • Forum
  • Files
  • Log in

  1. Forum
  2. DOVE-Net
  3. Tech Talk
  • SpaceX Starlink cellular ¨, Anthropic's data connector ¨, S3 conditional writes ¨¨

    From TLDR@VERT to tldr@synchro.net on Tue Nov 26 11:36:19 2024
    SpaceX now over 320 'direct to cell' Starlink satellites, enough to
    offer commercial services for its cellular Starlink
    system.


    Sign Up [1] |Advertise [2]|View Online [3]

    TLDR

    TOGETHER WITH [Devii] [4]

    TLDR 2024-11-26

    WHAT IF YOU NEVER HAD TO MANUALLY BUILD A SINGLE API AGAIN? (SPONSOR)
    [4]

    Introducing Devii, the instant API engine that auto-generates
    complete, production-ready APIs for any SQL database with a single
    click.

    Created by a team with decades of enterprise technology experience,
    Devii eliminates the most time-consuming aspects of software
    development: building and maintaining APIs [4].

    With Devii, you can:

    * SAVE THOUSANDS OF CODING HOURS by generating perfect APIs in
    record time.
    * REDUCE ENDPOINT SECURITY BURDENS with robust, policy-based access control.
    * ENHANCE SOFTWARE FUNCTIONALITY by allowing developers to create
    more dynamic and responsive applications.
    * FACILITATE FASTER INTEGRATIONS with geospatial, multimedia, and microservice needs.
    * SECURE YOUR APPLICATIONS with a deny-by-default policy suitable
    for enterprise, government, university, and startup data access
    requirements.

    Ready to streamline your API development process and focus on
    higher-level tasks? Try free for 30 days [4]

    ¨

    BIG TECH & STARTUPS

    SPACEX: CELLULAR STARLINK SERVICE IS READY TO GO (2 MINUTE READ) [5]

    SpaceX now has enough satellites in Earth's orbit to offer commercial
    services for its cellular Starlink system. The company now has over
    320 'direct to cell' Starlink satellites in space. The service will
    work with normal mobile phones without any extra equipment or special
    apps. SpaceX is partnering with T-Mobile to offer cellular satellite
    technology to consumers. The company still needs approval from the FCC
    before it can operate a commercial cellular service.

    'IPHONE 17 AIR' RUMORED TO SURPASS IPHONE 6 AS THINNEST IPHONE EVER
    (3 MINUTE READ) [6]

    The iPhone 17 Air will be around 6mm thick, according to rumors. This
    will make it the thinnest iPhone ever. Most sources agree that it will
    have around a 6.6-inch display. The device is expected to have a
    standard A19 chip, a Dynamic Island, a single rear camera, and an Apple-designed 5G modem. The iPhone 17 Air will likely be unveiled in
    September 2025.

    ¨

    SCIENCE & FUTURISTIC TECHNOLOGY

    MUSK'S NEURALINK LAUNCHES STUDY OF MIND-CONTROLLED ROBOTIC ARM (1
    MINUTE READ) [7]

    Neuralink is starting to test a technology that could allow paralyzed
    people to control a robotic arm. It is conducting an early-stage study
    aimed at letting patients with Neuralink devices implanted in their
    brains manipulate robotic arms. Neuralink's device allows patients to
    control computer cursors, iPads, and similar digital tools. It is
    currently implanted in at least two humans.

    US SUPERSONIC JET SOARS TO RECORD 25,040 FEET, FUELS SPEEDY TRAVEL
    DREAMS (3 MINUTE READ) [8]

    Boom Supersonic's XB-1 demonstrator aircraft recently completed its
    eighth flight and set a new altitude record. It reached an altitude of
    25,040 feet during the 54 minute flight and a top speed of Mach 0.82,
    tying its previous speed record. Boom Supersonic has planned a few
    more subsonic flights before it will attempt to break the sound
    barrier. While the XB-1 will be capable of exceeding Mach 1, the
    company plans to fly its aircraft at Mach 0.94 over land to avoid the disruptive noise caused by sonic booms.

    ¨

    PROGRAMMING, DESIGN & DATA SCIENCE

    INTRODUCING THE MODEL CONTEXT PROTOCOL (3 MINUTE READ) [9]

    Anthropic's Model Context Protocol (MCP) is a new standard for
    connecting AI assistants to data systems. It is aimed at helping
    frontier models produce better, more relevant responses. MCP provides
    a universal open standard for connecting AI systems with data sources, resulting in a simpler, more reliable way to give AI systems access to
    the data they need. It uses a straightforward architecture that allows developers to either expose their data through MCP servers or build AI applications that connect to these servers.

    AMAZON S3 ADDS NEW FUNCTIONALITY FOR CONDITIONAL WRITES (1 MINUTE
    READ) [10]

    Amazon S3 can now perform conditional writes that evaluate if an
    object is unmodified before updating it. This will help developers
    coordinate simultaneous writes to the same object and prevent multiple concurrent writers from unintentionally overwriting the object without
    knowing the state of its content. Conditional writes simplify how
    distributed applications with multiple clients concurrently update
    data across shared datasets. The new conditional header can help
    improve the efficiency of large-scale analytics, distributed machine
    learning, and other highly parallelized workloads by offloading
    compare and swap operations to S3. The new conditional-write
    functionality is available at no additional charge in all AWS regions.


    ¨

    MISCELLANEOUS

    THE PROBLEM WITH REASONERS (20 MINUTE READ) [11]

    o1 reasoners are the most exciting models to come out since the
    original GPT-4, but they suck on important problems. o1 uses a
    reinforcement learning (RL) environment where reasoning steps are
    actions, previous tokens are observations, and reward is the
    solution's correctness. RL is great for games, high-frequency trading,
    protein folding, and other problems, but not for open-ended thought
    without clear feedback. RL-based reasoners struggle to perform in
    domains outside of their training, which is most fields.
    Transformative AI will likely come from scaling rather than through
    reasoning models.

    VALVE, STEAM, AND THE ENTIRE PC GAMING INDUSTRY WERE SAVED BY A
    SINGLE INTERN (5 MINUTE READ) [12]

    Valve recently released a documentary to celebrate the Half-Life 2's
    20th birthday. One of the facts shared in the documentary was that the
    entire PC gaming industry as we know it today wouldn't have been
    possible if it wasn't for a single Korean-speaking intern named
    Andrew. Andrew found a document that proved that a company Valve was
    fighting against in a lawsuit was destroying evidence related to the
    case. The company had buried Valve in documents to slow down the
    process, with many of the documents written in Korean. Andrew's
    discovery helped Valve win the lawsuit, securing Valve the rights to
    the Half-Life and Counter-Strike franchises, ultimately leading Steam
    to evolve from a small software client into the largest digital
    distribution platform and storefront.

    ¨

    QUICK LINKS

    GOOGLE IS INSERTING SEARCH LINKS INTO WEBPAGES IN THE GOOGLE APP NOW
    (1 MINUTE READ) [13]

    The Google App for iOS is automatically converting some website text
    into links to Google Search results without explicitly asking users or
    site owners first.

    THE TWO FACTIONS OF C++ (14 MINUTE READ) [14]

    There's a growing rift between the two factions in C++ - those with
    good tooling that can effortlessly build from source vs those with
    poor tooling who can't build from source - that likely won't be
    closing anytime soon.

    WESQL (GITHUB REPO) [15]

    WeSQL is a MySQL distribution with a storage backed by S3 that can
    run on any cloud.

    TESLA APPEARS TO BE BUILDING A TELEOPERATIONS TEAM FOR ITS ROBOTAXI
    SERVICE (3 MINUTE READ) [16]

    Tesla is hiring a software engineer to help develop a teleoperations
    system that will allow human operators to remotely access and control
    the company's upcoming robotaxis and humanoid robots.

    NOTICE OF BREAKING CHANGES FOR GITHUB ACTIONS (3 MINUTE READ) [17]

    There are several significant changes coming to GitHub Actions,
    including the migration of the 'ubuntu-latest' label to 'ubuntu 24'
    starting on December 5.

    HAS GOOGLE'S TENSOR PROJECT FAILED? (12 MINUTE READ) [18]

    Google's next two generations of smartphones will continue to leave
    power users wanting in many regards.

    Love TLDR? Tell your friends and get rewards!

    Share your referral link below with friends to get free TLDR swag!

    https://refer.tldr.tech/1fd848fa/ [19]

    Track your referrals here. [20]

    Want to advertise in TLDR? ¨

    If your company is interested in reaching an audience of tech
    executives, decision-makers and engineers, you may want to ADVERTISE
    WITH US [21].

    If you have any comments or feedback, just respond to this email!

    Thanks for reading,
    Dan Ni & Stephen Flanders

    If you don't want to receive future editions of TLDR, please
    unsubscribe from TLDR [22] or manage all of your TLDR newsletter
    subscriptions [23].



    Links:
    ------
    [1] https://tldr.tech/signup?utm_source=tldr
    [2] https://advertise.tldr.tech/?utm_source=tldr&utm_medium=newsletter&utm_campaign=advertisetopnav
    [3] https://berenice.eomail3.com/web-version?ep=1&lc=b5bb39ac-a04f-11ee-8692-6388dbdd6fd1&p=67c0af84-abcf-11ef-aa0a-031cb21945a7&pt=campaign&t=1732620979&s=6102645dc820fb24b99d8b78d29906be8cda95700b1de5a9ced7b76f346c62bb
    [4] https://tldr.devii.io/
    [5] https://links.tldrnewsletter.com/jrSbgQ
    [6] https://www.macrumors.com/2024/11/18/iphone-17-air-could-be-thinnest-iphone-ever/?utm_source=tldrnewsletter
    [7] https://www.bloomberg.com/news/articles/2024-11-25/elon-musk-s-neuralink-launches-study-of-mind-controlled-robotic-arm?accessToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb3VyY2UiOiJTdWJzY3JpYmVyR2lmdGVkQXJ0aWNsZSIsImlhdCI6MTczMjU3ODQyNCwiZXhwIjoxNzMzMTgzMjI0LCJhcnRpY2xlSWQiOiJTTklTOVJEV0xVNjgwMCIsImJjb25uZWN0SWQiOiJFQTExNDNDNTM4NEE0RUY5QTg5RjJEN0IxMTg2MzcwOSJ9.0CRJwCWSWHJJWGo3A2lhPJy5ouTgYLvY6kVhb_1sGhE&utm_source=tldrnewsletter
    [8] https://interestingengineering.com/transportation/us-supersonic-jet-soars-to-record-25040-feet?utm_source=tldrnewsletter
    [9] https://www.anthropic.com/news/model-context-protocol?utm_source=tldrnewsletter
    [10] https://aws.amazon.com/about-aws/whats-new/2024/11/amazon-s3-functionality-conditional-writes/?utm_source=tldrnewsletter
    [11] https://aidanmclaughlin.notion.site/reasoners-problem?utm_source=tldrnewsletter
    [12] https://80.lv/articles/valve-steam-the-entire-pc-gaming-industry-were-saved-by-a-single-intern/?utm_source=tldrnewsletter
    [13] https://www.theverge.com/2024/11/25/24305922/google-app-ios-inserting-search-links-websites?utm_source=tldrnewsletter
    [14] https://herecomesthemoon.net/2024/11/two-factions-of-cpp/?utm_source=tldrnewsletter
    [15] https://github.com/wesql/wesql?utm_source=tldrnewsletter
    [16] https://techcrunch.com/2024/11/25/tesla-appears-to-be-building-a-teleoperations-team-for-its-robotaxi-service/?utm_source=tldrnewsletter
    [17] https://github.blog/changelog/2024-11-05-notice-of-breaking-changes-for-github-actions/?utm_source=tldrnewsletter
    [18] https://www.androidauthority.com/has-google-tensor-failed-3499240/?utm_source=tldrnewsletter
    [19] https://refer.tldr.tech/1fd848fa/
    [20] https://hub.sparklp.co/sub_32edf8dd66ae/1
    [21] https://advertise.tldr.tech/?utm_source=tldr&utm_medium=newsletter&utm_campaign=advertisecta
    [22] https://berenice.eomail3.com/unsubscribe?ep=1&l=cfa2d55a-b7be-11e8-a3c9-06b79b628af2&lc=b5bb39ac-a04f-11ee-8692-6388dbdd6fd1&p=67c0af84-abcf-11ef-aa0a-031cb21945a7&pt=campaign&pv=4&spa=1732618854&t=1732620979&s=c44332d83c28daaa03eab200f01965ff7d6047b28db67894a9419e8a6c76e946
    [23] https://tldr.tech/tech/manage?email=tldr%40synchro.net

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • Who's Online

  • Recent Visitors

  • System Info

    Sysop: Jp
    Location: Brussels, BE
    Users: 2
    Nodes: 4 (0 / 4)
    Uptime: 93:23:02
    Calls: 0
    Messages: 35,009

© ON3PLZ BBS, 2026