Pop-Up Thingie

Wicked Garden BBS
  • Home
  • Forum
  • Files
  • Log in

  1. Forum
  2. DOVE-Net
  3. Tech Talk
  • Apple Invites ¨, Nvidia CPUs ¨, StackOverflow's decline ¨

    From TLDR@VERT to tldr@synchro.net on Thursday, January 09, 2025 11:37:49
    References to an 'Apple Invites' app were first found in one of the
    iOS 18.2 betas. They were removed from the final version, but they are
    now
    back


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

    TLDR

    TOGETHER WITH [Vanta] [4]

    TLDR 2025-01-09

    BUILDING IN THE AGE OF AI: STARTUP LESSONS FOR EARLY-STAGE GROWTH
    (SPONSOR) [4]

    In an era where AI is reshaping how businesses operate, the journey
    of building an early-stage startup [4] has never been more
    dynamicÄor complex. How do founders navigate finding product-market
    fit, delegation, and scaling, all while adapting to technological
    innovations?

    Join on January 14 at 3 pm PT [4]for a fireside chat with Christina
    Cacioppo, CEO and Co-founder of Vanta, and Eric Ries, author of The
    Lean Startup and Founder of LTSE, as they explore the journey of the
    modern startup founder.

    Eric and Christina will discuss:

    * Learnings from their own experiences
    * How the principles of "founder mode" and lean methodology
    intersect
    * The ways that today's AI-driven landscape shapes early-stage
    growth and startup success

    Save your spot [4]

    ¨

    BIG TECH & STARTUPS

    IOS 18.3 HINTS AT NEW `INVITES' APP FROM APPLE TO CREATE AND MANAGE
    EVENTS (2 MINUTE READ) [5]

    References to an 'Apple Invites' app were first found in one of the
    iOS 18.2 betas. They were removed from the final version, but they are
    now back in iOS 18.3 beta 2. The app is likely designed to help users
    organize meetings and in-person events. It will essentially show a
    list of people invited to an event and who has already confirmed
    attendance. It is unclear whether Invites will be a standalone app or
    if Apple will integrate it with other parts of its system.

    NVIDIA MAY ENTER THE ARM CPU MARKET AFTER ALL (3 MINUTE READ) [6]

    Nvidia CEO Jensen Huang has hinted at broader ambitions for the
    Arm-based CPU within the GB10 Grace Blackwell chip. MediaTek, the
    chip's co-developer, also has its own aspirations. Huang recently
    introduced Nvidia's Project Digits at CES 2025. The cutting-edge
    $3,000 desktop AI supercomputer delivers an impressive 1 petaFLOPS of
    FP4 floating-point performance, making it a powerful tool for running
    AI models and workloads for home enthusiasts and researchers.

    ¨

    SCIENCE & FUTURISTIC TECHNOLOGY

    NASA HAS JUST TWO MARS SAMPLE RETURN MISSION LANDER OPTIONS LEFT (2
    MINUTE READ) [7]

    NASA will need until 2026 before making a final decision on how the
    Mars Sample Return mission will work. The space agency has whittled
    the options to two: use the Jet Propulsion Laboratory (JPL), which
    would employ the sky crane technology to deposit a lander on the
    surface of the red planet, or use a commercial vendor to get a lander
    to Mars. The plan relies on the Perseverance trundlebot being able to
    make it to the lander. The JPL option would cost between $6.6 billion
    and $7.7 billion, while the commercial providers may cost between $5.8
    billion and $7.1 billion. NASA has not provided details on what the
    commercial vendors suggested due to proprietary information concerns.

    CHINESE RISC-V PROJECT TEASES 2025 DEBUT OF FREELY LICENSED ADVANCED
    CHIP DESIGN (3 MINUTE READ) [8]

    The Institute of Computing Technology at the Chinese Academy of
    Sciences' Xiangshan project aims to use the permissively licensed
    RISC-V ISA to create a high-performance chip. It has published the
    designs of its third-generation chip called Kunminghu, a 64-bit RISC-V architecture that supports multiple parallel processing units capable
    of integer, floating-point, and vector operations. The designs will be available under a royalty-free, non-exclusive, irrevocable copyright
    license to reproduce, use, modify, or distribute.

    ¨

    PROGRAMMING, DESIGN & DATA SCIENCE

    STAGEHAND (GITHUB REPO) [9]

    Stagehand is a tool for building browser automations. It offers three
    simple AI APIs to provide the building blocks for web automation via
    natural language. Stagehand is fully compatible with Playwright - it
    makes Playwright more accessible to non-technical users and less
    vulnerable to minor changes in the UI/DOM. Anything that can be done
    in a browser can be done with Stagehand.

    DOUBLE-KEYED CACHING: HOW BROWSER CACHE PARTITIONING CHANGED THE WEB
    (12 MINUTE READ) [10]

    The web's caching model recently underwent a fundamental shift that
    challenges many performance optimization assumptions. Browsers
    traditionally maintained a simple key-value store for cached
    resources. While efficient, this model leaked information. With the
    new model, double-keyed caching, browsers use two pieces of
    information: the top-level site making the request and the resource's
    URL. It caches identical resources separately for each site that
    requests them, effectively partitioning the cache and preventing
    cross-site tracking and other privacy issues - a trade-off between
    security and efficiency.

    ¨

    MISCELLANEOUS

    STACKOVERFLOW DEC 2024 STATS (1 MINUTE READ) [11]

    StackOverflow received 87,105 new questions in March 2023. This
    number was reduced to 58,792 by March 2024, and by December it was
    25,566. The site is becoming more outdated and questions are being
    closed more than ever before. StackOverflow was already in decline
    before ChatGPT's launch. It was just so big that it took years to
    topple to the ground.

    CES 2025: ALL THE NEWS, GADGETS, AND SURPRISES (WEBSITE) [12]

    CES has so far been a big show for laptops, gaming, TVs, and smart
    home tech. This year has had a focus on some trendier emerging
    categories like AI and AR. This page contains a collection of articles
    that cover all the news from the event. Some of the highlights from
    the event include the Razer gaming chair, which heats and cools; a
    robotic vacuum with arms and legs; Nvidia's Digits supercomputer; and
    Mirumi, a shy sloth-like robot.

    ¨

    QUICK LINKS

    DITCH MINDLESS SCROLLING IN 2025. TLDR READERS GET LIFETIME 20% OFF
    BRILLIANT PREMIUM (SPONSOR) [13]

    Make the smartest use of your time with thousands of bite-sized,
    interactive lessons. Build real knowledge in math, data, programming,
    AI, and beyond. Try free + claim your Premium discount [14]

    RATCHET EFFECTS DETERMINE ENGINEER REPUTATION AT LARGE COMPANIES (4
    MINUTE READ) [15]

    This article looks at the factors that determine engineer status -
    who gets promoted, who doesn't, who gets assigned the exciting work,
    and who gets put on maintenance duty.

    OPERATING SYSTEM IN 1,000 LINES (BOOK) [16]

    This book guides readers on how to build a small operating system
    step-by-step from scratch.

    BROCCOLI (GITHUB REPO) [17]

    Broccoli is a robust message queue system for Rust applications that
    features asynchronous message processing, configurable retry
    strategies, connection pooling, type-safe message handling, flexible
    message processing patterns, and more.

    TESLA APPEALS DECISION AGAINST CEO ELON MUSK'S $56BN PAY PACKAGE (1
    MINUTE READ) [18]

    Elon Musk was originally granted the pay package in 2018, but
    Delaware Chancery Court Judge Kathaleen McCormick denied the payment
    twice.

    WE TALKED TO THE GUY WHO WAS STUCK IN A WAYMO ROBOTAXI ON A DIZZYING
    LOOP (4 MINUTE READ) [19]

    Mike Johns, founder and CEO of Digital Mind State, an AI consultancy,
    recently found himself stuck in a Waymo vehicle circling a parking
    lot, unable to get out.

    MICROSOFT CONFIRMS PERFORMANCE-BASED JOB CUTS ACROSS DEPARTMENTS (2
    MINUTE READ) [20]

    The job cuts will affect less than 1% of employees.

    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/ [21]

    Track your referrals here. [22]

    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 [23].

    Want to work at TLDR? ¨

    APPLY HERE [24] or send a friend's resume to jobs@tldr.tech and get
    $1k if we hire them!

    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 [25] or manage all of your TLDR newsletter
    subscriptions [26].



    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://a.tldrnewsletter.com/web-version?ep=1&lc=b5bb39ac-a04f-11ee-8692-6388dbdd6fd1&p=176fd470-ce60-11ef-90b8-13153b729ce2&pt=campaign&t=1736422669&s=87342507c966a72f7da1301d8d688552e278905ac01fb8725ac87186ae86a579
    [4] https://www.vanta.com/webinars/building-in-the-age-of-ai-startup-lessons-for-early-stage-growth?utm_campaign=vanta_for_startups&utm_source=tldr&utm_medium=newsletter
    [5] https://9to5mac.com/2025/01/08/ios-18-3-invites-app-events/?utm_source=tldrnewsletter
    [6] https://www.digitaltrends.com/computing/nvidia-hints-arm-cpu-plans/?utm_source=tldrnewsletter
    [7] https://www.theregister.com/2025/01/08/nasa_whittles_down_mars_sample/?utm_source=tldrnewsletter
    [8] https://www.theregister.com/2025/01/08/chinese_riscv_project_teases_2025/?utm_source=tldrnewsletter
    [9] https://github.com/browserbase/stagehand?utm_source=tldrnewsletter
    [10] https://addyosmani.com/blog/double-keyed-caching/?utm_source=tldrnewsletter
    [11] https://gist.github.com/hopeseekr/f522e380e35745bd5bdc3269a9f0b132?utm_source=tldrnewsletter
    [12] https://www.theverge.com/2025/1/4/24307731/ces-2025-tvs-gaming-smart-home-wearables-news?utm_source=tldrnewsletter
    [13] https://brilliant.org/tldrtech/?utm_source=tldrnewsletter
    [14] https://brilliant.org/tldrtech/
    [15] https://www.seangoedecke.com/ratchet-effects/?utm_source=tldrnewsletter [16] https://operating-system-in-1000-lines.vercel.app/en?utm_source=tldrnewsletter
    [17] https://github.com/densumesh/broccoli?utm_source=tldrnewsletter
    [18] https://www.teslarati.com/tesla-appeals-decision-against-ceo-elon-musks-56bn-pay-package/?utm_source=tldrnewsletter
    [19] https://techcrunch.com/2025/01/08/we-talked-to-the-guy-who-was-stuck-in-a-waymo-robotaxi-on-an-dizzying-loop/?utm_source=tldrnewsletter
    [20] https://www.cnbc.com/2025/01/08/microsoft-confirms-performance-based-job-cuts-across-departments.html?utm_source=tldrnewsletter
    [21] https://refer.tldr.tech/1fd848fa/
    [22] https://hub.sparklp.co/sub_32edf8dd66ae/1
    [23] https://advertise.tldr.tech/?utm_source=tldr&utm_medium=newsletter&utm_campaign=advertisecta
    [24] https://jobs.ashbyhq.com/tldr.tech
    [25] https://a.tldrnewsletter.com/unsubscribe?ep=1&l=cfa2d55a-b7be-11e8-a3c9-06b79b628af2&lc=b5bb39ac-a04f-11ee-8692-6388dbdd6fd1&p=176fd470-ce60-11ef-90b8-13153b729ce2&pt=campaign&pv=4&spa=1736420457&t=1736422669&s=b4dc8ccd1d94e9591312899dc4f310286844d4e98d256629570320a201e5011b
    [26] https://tldr.tech/tech/manage?email=tldr%40synchro.net
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • Who's Online

  • Recent Visitors

    • Guest
      Monday, February 23, 2026 11:44:19
      from System via Telnet
  • System Info

    Sysop: hdt
    Location: Melbourne, Vic.
    Users: 2
    Nodes: 16 (0 / 16)
    Uptime: 19:56:29
    Calls: 1
    Calls today: 1
    Files: 22
    D/L today: 18 files
    (17,805K bytes)
    Messages: 20,268

© Wicked Garden BBS, 2026