• DeepSeek accelerates , S

    From TLDR@VERT to All on Wed Feb 26 11:40:00 2025
    DeepSeek is looking to maintain the momentum gained by the debut of
    its R1 reasoning model by rushing its R2 model to market as quickly as
    possible


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

    TLDR

    TOGETHER WITH [Wiz] [4]

    TLDR 2025-02-26

    STATE OF CODE SECURITY IN 2025 (SPONSOR) [4]

    Your code might be more vulnerable than you think.

    35% of GitHub repositories are public, exposing code to potential
    attackers.
    61% of organizations have leaked cloud secrets, like API keys and
    access tokens.

    In the new State of Code Security Report (2025) [4], the Wiz Threat
    Research team analyzed hundreds of thousands of repositories to
    uncover how attackers are exploiting modern development
    practicesand how you can stop them.

    Download the report [4] to discover the biggest security pitfalls and
    get actionable steps to protect your organization.



    BIG TECH & STARTUPS

    DEEPSEEK IS RUSHING TO GET ITS NEXT-GEN R2 MODEL OUT SOONER THAN
    EXPECTED (2 MINUTE READ) [5]

    DeepSeek is looking to maintain the momentum gained by the debut of
    its R1 reasoning model by rushing its new R2 model to market as
    quickly as possible. It first planned to launch R2 in early May, but
    it now wants to move the release date forward. The model will likely
    have improved coding skills and be able to reason in languages other
    than English. DeepSeek has a chance to shake up the market once again, especially with GPT-4.5's arrival in a few weeks.

    ANTHROPIC'S CLAUDE AI IS PLAYING POKMON ON TWITCH SLOWLY (3
    MINUTE READ) [6]

    Claude Plays Pokmon is a livestream on Twitch where Anthropic's
    newest AI model, Claude 3.7 Sonnet, plays a game of Pokmon Red.
    Anthropic says Pokmon is a good benchmark for its model as it can
    effectively 'think' through the sorts of puzzles the game contains.
    The model has managed to win three gym leader badges. However, it has
    run into several issues, such as being unable to navigate around a
    wall and confusing other NPCs for Professor Oak inside his laboratory.




    SCIENCE & FUTURISTIC TECHNOLOGY

    WEDNESDAY'S STACKED SPACEX LAUNCH IS SENDING GROUNDBREAKING SCIENCE
    TO THE MOON AND BEYOND (4 MINUTE READ) [7]

    A SpaceX Falcon 9 rocket containing a lunar robot, lander, and
    satellite, as well as a mission to an asteroid, is scheduled to blast
    off today. The blastoff will ideally occur at 7:17 PM ET. NASA will be livestreaming the launch on its website. This article contains links
    to the livestream and details about each of the payloads.

    IS IT LUNACY TO PUT A DATA CENTER ON THE MOON? (4 MINUTE READ) [8]

    One of the payloads on SpaceX's Falcon 9 rocket launch today is an
    Intuitive Machines mission that will stay on the surface of the moon
    for approximately three weeks before returning to Earth. The lander
    contains a mini data center belonging to Lonestar Data Holdings that
    weighs just 1 kilogram and contains 8 terabytes of SSD storage.
    Moon-based data centers would be protected from Earthly hazards such
    as natural disasters, war, and other disruptions. They would also not
    be subject to the laws of any nation, allowing them to accommodate a
    diverse customer base. These data centers could be powered entirely
    through solar and naturally cooled through the environment.



    PROGRAMMING, DESIGN & DATA SCIENCE

    GET CODING HELP FROM GEMINI CODE ASSIST NOW FOR FREE (4 MINUTE
    READ) [9]

    Gemini Code Assist for individuals is a free version of Gemini Code
    Assist that is now globally available in Visual Studio Code, GitHub,
    and JetBrains' IDEs. Powered by Gemini 2.0, it supports all
    programming languages in the public domain. Google is offering up to
    180,000 free code completions per month on Gemini Code Assist. The
    tool supports up to 128,000 input tokens in chat, allowing developers
    to use large files and ground Gemini Code Assist with a broader
    understanding of their codebases.

    FAST COLUMNAR JSON DECODING WITH ARROW-RS (25 MINUTE READ) [10]

    A lot of data pipelines spend the bulk of their CPU time
    deserializing JSON. If you want to build a fast stream processing
    engine, you need to start with a fast JSON deserialization strategy.
    This post is aimed at helping developers gain some intuition for how
    to work with columnar data, something many engineers find challenging
    and unfamiliar with in our typically row-oriented world. It covers
    batched decoding, column building, streaming extensions, and more.



    MISCELLANEOUS

    AI PROMISE AND CHIP PRECARIOUSNESS (32 MINUTE READ) [11]

    There is currently sufficient incentive for the leading research labs
    to raise money and continue investing in new foundation models, even
    as competition drives API prices down relentlessly. Getting to a
    future where the US has a strong AI industry running on US-made chips
    will take significant interventions in the market to undo the
    overwhelming incentives for US companies to simply rely on TSMC. Such
    a shift will take time, which is why making Taiwan indispensable to
    China's technology industry is the price that needs to be paid in the
    meantime.

    THE DEEP RESEARCH PROBLEM (6 MINUTE READ) [12]

    While the examples of the work Deep Research can do OpenAI has
    provided look great, there are several issues with the tool. It
    appears the tool made intern-level mistakes when sourcing its data for
    one of the examples. While these models are definitely getting better,
    any model that generates mistakes can't be trusted. The best use cases
    for tools like this so far are for tasks where the error rate doesn't
    matter.



    QUICK LINKS

    7PACE IS THE BEST WAY TO TRACK TIME IN JIRA (SPONSOR) [13]

    Record time in record time with 7PACE! Track billable hours, project
    progress, and more. Make the lives of managers and teams that much
    easier the one time tracker to rule them all. Learn more [13]

    ANTHROPIC'S LATEST FLAGSHIP AI MIGHT NOT HAVE BEEN INCREDIBLY COSTLY
    TO TRAIN (1 MINUTE READ) [14]

    Claude 3.7 Sonnet apparently cost just a few tens of millions of
    dollars to train, not factoring in related expenses - a sign of how
    relatively cheap it is becoming to release state-of-the-art models.

    HOW CORE GIT DEVELOPERS CONFIGURE GIT (13 MINUTE READ) [15]

    This post looks at the settings in git defaults that even the core
    developers change.

    THERE ISN'T MUCH POINT TO HTTP/2 PAST THE LOAD BALANCER (5 MINUTE
    READ) [16]

    Handling HTTP/2 is better left to the infrastructure entry point,
    typically the load balancer or reverse proxy, as they have to decrypt
    and decompress the request to know what to do with it, so there is no
    need to re-encrypt and re-compress it to forward to the app server.

    HARD PROBLEMS THAT REDUCE TO DOCUMENT RANKING (2 MINUTE READ) [17]

    Some complex problems can be solved by transforming them into
    document ranking problems, which large language models can be used
    effectively for.

    ARC VIRTUAL CELL ATLAS (WEBSITE) [18]

    This site contains a collection of high quality, open data sets
    assembled to accelerate the creation of virtual cell models.

    GOATDB (GITHUB REPO) [19]

    GoatDB is a real-time, version-controlled database for Deno, React,
    and low-friction deployments ideal for prototyping, self-hosting,
    single-tenant apps, and ultra-light multi-tenant setups without heavy
    backends or complex DBs.

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

    Track your referrals here. [21]

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

    Want to work at TLDR?

    APPLY HERE [23] 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 [24] & Stephen Flanders [25]

    Manage your subscriptions [26] to our other newsletters on tech,
    startups, and programming. Or if TLDR isn't for you, please
    unsubscribe [27].



    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=a1c2b27a-f41f-11ef-8182-8f4747dbfcf5&pt=campaign&t=1740570012&s=f632944107fe403fb23eed54c0d465f8bb819d92255441033be41140a1695c7e
    [4] https://www.wiz.io/reports/state-of-code-security-2025?utm_source=tldrtech&utm_medium=paid-email&utm_campaign=FY25Q4_INB_FORM_2025-State-Of-Code-Security-Report&sfcid=701Py00000JXBzXIAX&utm_term=FY26Q1-tldr-flagship-nl&utm_content=StateofCodeSecurity2025
    [5] https://bgr.com/tech/deepseek-is-rushing-to-get-its-next-gen-r2-model-out-sooner-than-expected/?utm_source=tldrnewsletter
    [6] https://techcrunch.com/2025/02/25/anthropics-claude-ai-is-playing-pokemon-on-twitch-slowly/?utm_source=tldrnewsletter
    [7] https://gizmodo.com/wednesdays-stacked-spacex-launch-is-sending-groundbreaking-science-to-the-moon-and-beyond-2000568339?utm_source=tldrnewsletter
    [8] https://spectrum.ieee.org/data-center-on-the-moon?utm_source=tldrnewsletter [9] https://blog.google/technology/developers/gemini-code-assist-free/?utm_source=tldrnewsletter
    [10] https://www.arroyo.dev/blog/fast-arrow-json-decoding?utm_source=tldrnewsletter
    [11] https://stratechery.com/2025/ai-promise-and-chip-precariousness/?utm_source=tldrnewsletter
    [12] https://www.ben-evans.com/benedictevans/2025/2/17/the-deep-research-problem?utm_source=tldrnewsletter
    [13] https://appfire.com/products/7pace-for-jira-atlassian?utm_source=tldr&utm_medium=paid_content&utm_campaign=grw_7paceatl
    [14] https://techcrunch.com/2025/02/25/anthropics-latest-flagship-ai-might-not-have-been-incredibly-costly-to-train/?utm_source=tldrnewsletter
    [15] https://blog.gitbutler.com/how-git-core-devs-configure-git/?utm_source=tldrnewsletter
    [16] https://byroot.github.io/ruby/performance/2025/02/24/http2-past-the-load-balancer.html?utm_source=tldrnewsletter
    [17] https://noperator.dev/posts/document-ranking-for-complex-problems/?utm_source=tldrnewsletter
    [18] https://arcinstitute.org/tools/virtualcellatlas?utm_source=tldrnewsletter [19] https://github.com/goatplatform/goatdb?utm_source=tldrnewsletter
    [20] https://refer.tldr.tech/1fd848fa/
    [21] https://hub.sparklp.co/sub_32edf8dd66ae/1
    [22] https://advertise.tldr.tech/?utm_source=tldr&utm_medium=newsletter&utm_campaign=advertisecta
    [23] https://jobs.ashbyhq.com/tldr.tech
    [24] https://twitter.com/tldrdan
    [25] https://twitter.com/SteveFlanders22
    [26] https://tldr.tech/tech/manage?email=tldr%40synchro.net
    [27] https://a.tldrnewsletter.com/unsubscribe?ep=1&l=cfa2d55a-b7be-11e8-a3c9-06b79b628af2&lc=b5bb39ac-a04f-11ee-8692-6388dbdd6fd1&p=a1c2b27a-f41f-11ef-8182-8f4747dbfcf5&pt=campaign&pv=4&spa=1740567674&t=1740570012&s=a39212b2f6b05d1a11723e5cf4f584be0150b0f65aff2d176f4240f90e6ea96e
  • From TLDR@VERT to All on Wed Feb 26 11:40:00 2025
    --f-wdsquz
    Content-Type: text/plain; charset=utf-8
    Content-Transfer-Encoding: quoted-printable

    DeepSeek is looking to maintain the momentum gained by the debut of
    its R=
    1 reasoning model by rushing its R2 model to market as quickly as
    possibl=
    e=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0= =E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2= =A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C= =C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80= =8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0= =E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=C2=A0=E2=80=8C=C2=A0=E2=80= =8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0= =E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2= =A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C= =C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80= =8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0= =E2=80=8C=C2=A0


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

    =
    =09=09TLDR=20

    =09=09TOGETHER WITH [Wiz] [4]

    TLDR 2025-02-26

    S=
    TATE OF CODE SECURITY IN 2025 (SPONSOR) [4]=20

    Your code might be more =
    vulnerable than you think.

    =F0=9F=94=93 35% of GitHub repositories are=
    public, exposing code to potential
    attackers.
    =F0=9F=94=91 61% of orga=
    nizations have leaked cloud secrets, like API keys and
    access tokens.
    =

    In the new State of Code Security Report (2025) [4], the Wiz Threat
    Re=
    search team analyzed hundreds of thousands of repositories to
    uncover how=
    attackers are exploiting modern development
    practices=E2=80=94and how yo=
    u can stop them.

    Download the report [4] to discover the biggest secur=
    ity pitfalls and
    get actionable steps to protect your organization.

    =
    =F0=9F=93=B1=20

    BIG TECH & STARTUPS

    DEEPSEEK IS RUSHING TO GET ITS=
    NEXT-GEN R2 MODEL OUT SOONER THAN
    EXPECTED (2 MINUTE READ) [5]=20

    De=
    epSeek is looking to maintain the momentum gained by the debut of
    its R1 =
    reasoning model by rushing its new R2 model to market as
    quickly as possi=
    ble. It first planned to launch R2 in early May, but
    it now wants to move=
    the release date forward. The model will likely
    have improved coding ski=
    lls and be able to reason in languages other
    than English. DeepSeek has a=
    chance to shake up the market once again,
    especially with GPT-4.5's arri=
    val in a few weeks.=20

    ANTHROPIC'S CLAUDE AI IS PLAYING POK=C3=89MON ON=
    TWITCH =E2=80=94 SLOWLY (3
    MINUTE READ) [6]=20

    Claude Plays Pok=
    =C3=A9mon is a livestream on Twitch where Anthropic's
    newest AI model, Cl=
    aude 3.7 Sonnet, plays a game of Pok=C3=A9mon Red.
    Anthropic says Pok=
    =C3=A9mon is a good benchmark for its model as it can
    effectively 'think'=
    through the sorts of puzzles the game contains.
    The model has managed to=
    win three gym leader badges. However, it has
    run into several issues, su=
    ch as being unable to navigate around a
    wall and confusing other NPCs for=
    Professor Oak inside his laboratory.


    =F0=9F=9A=80=20

    SCIENCE & =
    FUTURISTIC TECHNOLOGY

    WEDNESDAY'S STACKED SPACEX LAUNCH IS SENDING GR=
    OUNDBREAKING SCIENCE
    TO THE MOON AND BEYOND (4 MINUTE READ) [7]=20

    A =
    SpaceX Falcon 9 rocket containing a lunar robot, lander, and
    satellite, a=
    s well as a mission to an asteroid, is scheduled to blast
    off today. The =
    blastoff will ideally occur at 7:17 PM ET. NASA will be
    livestreaming the=
    launch on its website. This article contains links
    to the livestream and=
    details about each of the payloads.=20

    IS IT LUNACY TO PUT A DATA CENT=
    ER ON THE MOON? (4 MINUTE READ) [8]=20

    One of the payloads on SpaceX's =
    Falcon 9 rocket launch today is an
    Intuitive Machines mission that will s=
    tay on the surface of the moon
    for approximately three weeks before retur=
    ning to Earth. The lander
    contains a mini data center belonging to Lonest=
    ar Data Holdings that
    weighs just 1 kilogram and contains 8 terabytes of =
    SSD storage.
    Moon-based data centers would be protected from Earthly haza=
    rds such
    as natural disasters, war, and other disruptions. They would als=
    o not
    be subject to the laws of any nation, allowing them to accommodate =
    a
    diverse customer base. These data centers could be powered entirely
    t=
    hrough solar and naturally cooled through the environment.=20

    =
    =F0=9F=92=BB=20

    PROGRAMMING, DESIGN & DATA SCIENCE

    GET CODING HELP=
    FROM GEMINI CODE ASSIST =E2=80=94 NOW FOR FREE (4 MINUTE
    READ) [9]=20
    =

    Gemini Code Assist for individuals is a free version of Gemini Code
    A=
    ssist that is now globally available in Visual Studio Code, GitHub,
    and J=
    etBrains' IDEs. Powered by Gemini 2.0, it supports all
    programming langua=
    ges in the public domain. Google is offering up to
    180,000 free code comp=
    letions per month on Gemini Code Assist. The
    tool supports up to 128,000 =
    input tokens in chat, allowing developers
    to use large files and ground G=
    emini Code Assist with a broader
    understanding of their codebases.=20

    =
    FAST COLUMNAR JSON DECODING WITH ARROW-RS (25 MINUTE READ) [10]=20

    A l=
    ot of data pipelines spend the bulk of their CPU time
    deserializing JSON.=
    If you want to build a fast stream processing
    engine, you need to start =
    with a fast JSON deserialization strategy.
    This post is aimed at helping =
    developers gain some intuition for how
    to work with columnar data, someth=
    ing many engineers find challenging
    and unfamiliar with in our typically =
    row-oriented world. It covers
    batched decoding, column building, streamin=
    g extensions, and more.=20

    =F0=9F=8E=81=20

    MISCELLANEOUS

    AI PRO=
    MISE AND CHIP PRECARIOUSNESS (32 MINUTE READ) [11]=20

    There is currentl=
    y sufficient incentive for the leading research labs
    to raise money and c=
    ontinue investing in new foundation models, even
    as competition drives AP=
    I prices down relentlessly. Getting to a
    future where the US has a strong=
    AI industry running on US-made chips
    will take significant interventions=
    in the market to undo the
    overwhelming incentives for US companies to si=
    mply rely on TSMC. Such
    a shift will take time, which is why making Taiwa=
    n indispensable to
    China's technology industry is the price that needs to=
    be paid in the
    meantime.=20

    THE DEEP RESEARCH PROBLEM (6 MINUTE READ=
    ) [12]=20

    While the examples of the work Deep Research can do OpenAI ha=
    s
    provided look great, there are several issues with the tool. It
    appea=
    rs the tool made intern-level mistakes when sourcing its data for
    one of =
    the examples. While these models are definitely getting better,
    any model=
    that generates mistakes can't be trusted. The best use cases
    for tools l=
    ike this so far are for tasks where the error rate doesn't
    matter.=20

    =
    =E2=9A=A1=20

    QUICK LINKS

    =E2=8F=B3 7PACE IS THE BEST WAY TO TRACK =
    TIME IN JIRA (SPONSOR) [13]=20

    Record time in record time with 7PACE! T=
    rack billable hours, project
    progress, and more. Make the lives of manage=
    rs and teams that much
    easier the one time tracker to rule them all. Lear=
    n more [13]=20

    ANTHROPIC'S LATEST FLAGSHIP AI MIGHT NOT HAVE BEEN INCRE=
    DIBLY COSTLY
    TO TRAIN (1 MINUTE READ) [14]=20

    Claude 3.7 Sonnet appar=
    ently cost just a few tens of millions of
    dollars to train, not factoring=
    in related expenses - a sign of how
    relatively cheap it is becoming to r=
    elease state-of-the-art models.=20

    HOW CORE GIT DEVELOPERS CONFIGURE GI=
    T (13 MINUTE READ) [15]=20

    This post looks at the settings in git defau=
    lts that even the core
    developers change.=20

    THERE ISN'T MUCH POINT T=
    O HTTP/2 PAST THE LOAD BALANCER (5 MINUTE
    READ) [16]=20

    Handling HTTP=
    /2 is better left to the infrastructure entry point,
    typically the load b=
    alancer or reverse proxy, as they have to decrypt
    and decompress the requ=
    est to know what to do with it, so there is no
    need to re-encrypt and re-=
    compress it to forward to the app server.=20

    HARD PROBLEMS THAT REDUCE =
    TO DOCUMENT RANKING (2 MINUTE READ) [17]=20

    Some complex problems can b=
    e solved by transforming them into
    document ranking problems, which large=
    language models can be used
    effectively for.=20

    ARC VIRTUAL CELL ATL=
    AS (WEBSITE) [18]=20

    This site contains a collection of high quality, o=
    pen data sets
    assembled to accelerate the creation of virtual cell models=
    .=20

    GOATDB (GITHUB REPO) [19]=20

    GoatDB is a real-time, version-co=
    ntrolled database for Deno, React,
    and low-friction deployments ideal for=
    prototyping, self-hosting,
    single-tenant apps, and ultra-light multi-ten=
    ant setups without heavy
    backends or complex DBs.=20

    Love TLDR? Tell y=
    our friends and get rewards!

    Share your referral link below with frie=
    nds to get free TLDR swag!=20

    https://refer.tldr.tech/1fd848fa/ [20] =


    =09=09 Track your referrals here. [21]=20

    Want to advertise in TLD=
    R? =F0=9F=93=B0

    If your company is interested in reaching an audience=
    of tech
    executives, decision-makers and engineers, you may want to ADVER=
    TISE
    WITH US [22].=20

    Want to work at TLDR? =F0=9F=92=BC

    APPLY H=
    ERE [23] or send a friend's resume to jobs@tldr.tech and get
    $1k if we hi=
    re them!=20

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

    Thanks for reading,=20
    Dan Ni [24] & Stephen Flanders [25]=20
    =

    Manage your subscriptions [26] to our other newsletters on tech,
    star=
    tups, and programming. Or if TLDR isn't for you, please
    unsubscribe [27].=
    =20

    =20

    Links:
    ------
    [1] https://tldr.tech/signup?utm_source=3Dt=
    ldr
    [2] https://advertise.tldr.tech/?utm_source=3Dtldr&utm_medium=3Dnewsl= etter&utm_campaign=3Dadvertisetopnav
    [3] https://a.tldrnewsletter.com/web= -version?ep=3D1&lc=3Db5bb39ac-a04f-11ee-8692-6388dbdd6fd1&p=3Da1c2b27a-f41f= -11ef-8182-8f4747dbfcf5&pt=3Dcampaign&t=3D1740570012&s=3Df632944107fe403fb2= 3eed54c0d465f8bb819d92255441033be41140a1695c7e
    [4] https://www.wiz.io/rep= orts/state-of-code-security-2025?utm_source=3Dtldrtech&utm_medium=3Dpaid-em= ail&utm_campaign=3DFY25Q4_INB_FORM_2025-State-Of-Code-Security-Report&sfcid= =3D701Py00000JXBzXIAX&utm_term=3DFY26Q1-tldr-flagship-nl&utm_content=3DStat= eofCodeSecurity2025
    [5] https://bgr.com/tech/deepseek-is-rushing-to-get-i= ts-next-gen-r2-model-out-sooner-than-expected/?utm_source=3Dtldrnewsletter=

    [6] https://techcrunch.com/2025/02/25/anthropics-claude-ai-is-playing-po= kemon-on-twitch-slowly/?utm_source=3Dtldrnewsletter
    [7] https://gizmodo.c= om/wednesdays-stacked-spacex-launch-is-sending-groundbreaking-science-to-th= e-moon-and-beyond-2000568339?utm_source=3Dtldrnewsletter
    [8] https://spec= trum.ieee.org/data-center-on-the-moon?utm_source=3Dtldrnewsletter
    [9] htt= ps://blog.google/technology/developers/gemini-code-assist-free/?utm_source= =3Dtldrnewsletter
    [10] https://www.arroyo.dev/blog/fast-arrow-json-decodi= ng?utm_source=3Dtldrnewsletter
    [11] https://stratechery.com/2025/ai-promi= se-and-chip-precariousness/?utm_source=3Dtldrnewsletter
    [12] https://www.= ben-evans.com/benedictevans/2025/2/17/the-deep-research-problem?utm_source= =3Dtldrnewsletter
    [13] https://appfire.com/products/7pace-for-jira-atlass= ian?utm_source=3Dtldr&utm_medium=3Dpaid_content&utm_campaign=3Dgrw_7paceatl=

    [14] https://techcrunch.com/2025/02/25/anthropics-latest-flagship-ai-mig= ht-not-have-been-incredibly-costly-to-train/?utm_source=3Dtldrnewsletter
    =
    [15] https://blog.gitbutler.com/how-git-core-devs-configure-git/?utm_source= =3Dtldrnewsletter
    [16] https://byroot.github.io/ruby/performance/2025/02/= 24/http2-past-the-load-balancer.html?utm_source=3Dtldrnewsletter
    [17] htt= ps://noperator.dev/posts/document-ranking-for-complex-problems/?utm_source= =3Dtldrnewsletter
    [18] https://arcinstitute.org/tools/virtualcellatlas?ut= m_source=3Dtldrnewsletter
    [19] https://github.com/goatplatform/goatdb?utm=
    _source=3Dtldrnewsletter
    [20] https://refer.tldr.tech/1fd848fa/
    [21] ht=
    tps://hub.sparklp.co/sub_32edf8dd66ae/1
    [22] https://advertise.tldr.tech/= ?utm_source=3Dtldr&utm_medium=3Dnewsletter&utm_campaign=3Dadvertisecta
    [2=
    3] https://jobs.ashbyhq.com/tldr.tech
    [24] https://twitter.com/tldrdan
    =
    [25] https://twitter.com/SteveFlanders22
    [26] https://tldr.tech/tech/mana=
    ge?email=3Dtldr%40synchro.net
    [27] https://a.tldrnewsletter.com/unsubscri= be?ep=3D1&l=3Dcfa2d55a-b7be-11e8-a3c9-06b79b628af2&lc=3Db5bb39ac-a04f-11ee-= 8692-6388dbdd6fd1&p=3Da1c2b27a-f41f-11ef-8182-8f4747dbfcf5&pt=3Dcampaign&pv= =3D4&spa=3D1740567674&t=3D1740570012&s=3Da39212b2f6b05d1a11723e5cf4f584be01= 50b0f65aff2d176f4240f90e6ea96e
    --f-wdsquz
    Content-Type: text/html; charset=utf-8
    Content-Transfer-Encoding: quoted-printable

    <!DOCTYPE html><html lang=3D"en"><head><meta http-equiv=3D"Content-Type" co= ntent=3D"text/html charset=3DUTF-8"><meta charset=3D"UTF-8"><meta name=3D"v= iewport" content=3D"width=3Ddevice-width"><meta name=3D"x-apple-disable-mes= sage-reformatting"><title>TLDR</title><meta name=3D"color-scheme" content= =3D"light dark"><meta name=3D"supported-color-schemes" content=3D"light dar= k"><style type=3D"text/css">
    =09=09=09:root {
    =09=09=09=09color-scheme: light dark; supported-color-schemes: light dark; =09=09=09}
    =09=09=09
    =09=09=09*,
    =09=09=09*:after,
    =09=09=09*:before {
    =09=09=09=09-webkit-box-sizing: border-box; -moz-box-sizing: border-box; bo= x-sizing: border-box;
    =09=09=09}
    =09=09=09
    =09=09=09* {
    =09=09=09=09-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; =09=09=09}
    =09=09=09
    =09=09=09html,
    =09=09=09body,
    =09=09=09.document {
    =09=09=09=09width: 100% !important; height: 100% !important; margin: 0; pad= ding: 0;
    =09=09=09}
    =09=09=09
    =09=09=09body {
    =09=09=09=09-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: g= rayscale; text-rendering: optimizeLegibility;
    =09=09=09}
    =09=09=09
    =09=09=09div[style*=3D"margin: 16px 0"] {
    =09=09=09=09margin: 0 !important;
    =09=09=09}
    =09=09=09
    =09=09=09table,
    =09=09=09td {
    =09=09=09=09mso-table-lspace: 0pt; mso-table-rspace: 0pt;
    =09=09=09}
    =09=09=09
    =09=09=09table {
    =09=09=09=09border-spacing: 0; border-collapse: collapse; table-layout: fix= ed; margin: 0 auto;
    =09=09=09}
    =09=09=09
    =09=09=09img {
    =09=09=09=09-ms-interpolation-mode: bicubic; max-width: 100%; border: 0; =09=09=09}
    =09=09=09
    =09=09=09*[x-apple-data-detectors] {
    =09=09=09=09color: inherit !important; text-decoration: none !important; =09=09=09}
    =09=09=09
    =09=09=09.x-gmail-data-detectors,
    =09=09=09.x-gmail-data-detectors *,
    =09=09=09.aBn {
    =09=09=09=09border-bottom: 0 !important; cursor: default !important;
    =09=09=09}
    =09=09=09
    =09=09=09.btn {
    =09=09=09=09-webkit-transition: all 200ms ease; transition: all 200ms ease; =09=09=09}
    =09=09=09
    =09=09=09.btn:hover {
    =09=09=09=09background-color: #f67575; border-color: #f67575;
    =09=09=09}
    =09=09=09
    =09=09=09* {
    =09=09=09=09font-family: Arial, Helvetica, sans-serif; font-size: 18px; =09=09=09}
    =09=09=09
    =09=09=09@media screen and (max-width: 600px) {
    =09=09=09=09.container {
    =09=09=09=09=09width: 100%; margin: auto;
    =09=09=09=09}
    =09=09=09=09.stack {
    =09=09=09=09=09display: block!important; width: 100%!important; max-width: = 100%!important;
    =09=09=09=09}
    =09=09=09=09.btn {
    =09=09=09=09=09display: block; width: 100%; text-align: center;
    =09=09=09=09}
    =09=09=09}
    =09=09=09
    =09=09=09body,
    =09=09=09p,
    =09=09=09td,
    =09=09=09tr,
    =09=09=09.body,
    =09=09=09table,
    =09=09=09h1,
    =09=09=09h2,
    =09=09=09h3,
    =09=09=09h4,
    =09=09=09h5,
    =09=09=09h6,
    =09=09=09div,
    =09=09=09span {
    =09=09=09=09background-color: #FEFEFE !important; color: #010101 !important=
    ;
    =09=09=09}
    =09=09=09
    =09=09=09@media (prefers-color-scheme: dark) {
    =09=09=09=09body,
    =09=09=09=09p,
    =09=09=09=09td,
    =09=09=09=09tr,
    =09=09=09=09.body,
    =09=09=09=09table,
    =09=09=09=09h1,
    =09=09=09=09h2,
    =09=09=09=09h3,
    =09=09=09=09h4,
    =09=09=09=09h5,
    =09=09=09=09h6,
    =09=09=09=09div,
    =09=09=09=09span {
    =09=09=09=09=09background-color: #27292D !important; color: #FEFEFE !import= ant;
    =09=09=09=09}
    =09=09=09}
    =09=09=09
    =09=09=09a {
    =09=09=09=09color: inherit !important; text-decoration: underline !importan=
    t;
    =09=09=09}

    =09=09</style><!--[if mso | ie]>
    =09=09<style type=3D"text/css">
    =09=09=09a {
    =09=09=09=09background-color: #FEFEFE !important; color: #010101 !important=
    ;
    =09=09=09}
    =09=09=09@media (prefers-color-scheme: dark) {
    =09=09=09=09a {
    =09=09=09=09=09background-color: #27292D !important; color: #FEFEFE !import= ant;
    =09=09=09=09}
    =09=09=09}
    =09 </style>
    =09=09=09<![endif]--></head><body class=3D"">



    <div style=3D"display: none; max-height: 0px; overflow: hidden;">DeepSeek i=
    s looking to maintain the momentum gained by the debut of its R1 reasoning = model by rushing its R2 model to market as quickly as possible&nbsp;=E2=80= =8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80= =8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80= =8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80= =8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80= =8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80= =8C&nbsp;&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;= =E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;= =E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;= =E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;= =E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;=E2=80=8C&nbsp;= =E2=80=8C&nbsp;=E2=80=8C&nbsp;</div>


    <div style=3D"display: none; max-height: 0px; overflow: hidden;">

    </div>

    <table align=3D"center" class=3D"document"><tbody><tr><td valign=3D"top">

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" cl= ass=3D"container" width=3D"600"><tbody><tr class=3D"inner-body"><td>

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr class=3D"header"><td bgcolor=3D"" class=3D"containe=


    <table width=3D"100%"><tbody><tr><td class=3D"container">

    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" style=3D"margin-top: 0px;" width=3D"100%"><tbody><tr><td style= =3D"padding: 0px;">

    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng: 15px 15px;">
    <div style=3D"text-align: center;">
    <span style=3D"margin-right: 0px;"><a href=3D"https://tracking.tldrnewslett= er.com/CL0/https:%2F%2Ftldr.tech%2Fsignup%3Futm_source=3Dtldr/1/01000195420= eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-000000/gHIrChJubD10j5q_BGrUtSTxR= vL1-aiqEfKm7I4PipM=3D394" rel=3D"noopener noreferrer" target=3D"_blank"><sp= an>Sign Up</span></a>
    <span>|</span><span style=3D"margin-right: 2px; margin-left: 2px;"><a href= =3D"https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fadvertise.tldr.tech= %2F%3Futm_source=3Dtldr%26utm_medium=3Dnewsletter%26utm_campaign=3Dadvertis= etopnav/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-000000/O3GK= GF9D-wLvsey8H07y2sieViyZHAPhF7l2PBM-Q48=3D394" rel=3D"noopener noreferrer" = target=3D"_blank"><span>Advertise</span></a></span><span>|</span><span styl= e=3D"margin-left: 2px;"><a href=3D"https://tracking.tldrnewsletter.com/CL0/= https:%2F%2Fa.tldrnewsletter.com%2Fweb-version%3Fep=3D1%26lc=3Db5bb39ac-a04= f-11ee-8692-6388dbdd6fd1%26p=3Da1c2b27a-f41f-11ef-8182-8f4747dbfcf5%26pt=3D= campaign%26t=3D1740570012%26s=3Df632944107fe403fb23eed54c0d465f8bb819d92255= 441033be41140a1695c7e/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d426= 5a-000000/QH6NM56_KHSFgWAa6-FKKlvm7DWF2bTBemL7tZd1GSE=3D394"><span>View Onl= ine</span></a></span>

    </span></div>
    </td></tr></tbody></table>

    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"text-= align: center;"><span data-darkreader-inline-color=3D"" style=3D"--darkread= er-inline-color:#3db3ff; color: rgb(51, 175, 255) !important; font-size: 30= px;">T</span><span style=3D"font-size: 30px;"><span data-darkreader-inline-= color=3D"" style=3D"color: rgb(232, 192, 96) !important; --darkreader-inlin= e-color:#e8c163; font-size:30px;">L</span><span data-darkreader-inline-colo= r=3D"" style=3D"color: rgb(101, 195, 173) !important; --darkreader-inline-c= olor:#6ec7b2; font-size:30px;">D</span></span><span data-darkreader-inline-= color=3D"" style=3D"--darkreader-inline-color:#dd6e6e; color: rgb(220, 107,=
    107) !important; font-size: 30px;">R</span>

    </td></tr></tbody></table>



    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr id=3D"together-with"><td align=3D"cent= er" height=3D"20" style=3D"vertical-align:middle !important;" valign=3D"mid= dle" width=3D"100%"><strong style=3D"vertical-align:middle !important; heig= ht: 100%;">Together With </strong>
    <a href=3D"https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fwww.wiz.io%2= Freports%2Fstate-of-code-security-2025%3Futm_source=3Dtldrtech%26utm_medium= =3Dpaid-email%26utm_campaign=3DFY25Q4_INB_FORM_2025-State-Of-Code-Security-= Report%26sfcid=3D701Py00000JXBzXIAX%26utm_term=3DFY26Q1-tldr-flagship-nl%26= utm_content=3DStateofCodeSecurity2025/1/01000195420eaae2-30c51ae5-f586-42ac= -a653-1a00c2d4265a-000000/jofOPscWuyqCXNCLoRAZCFxtt3lCFUiMoOp8_IDvA6A=3D394= "><img src=3D"https://images.tldr.tech/wiz50.png" valign=3D"middle" style= =3D"vertical-align: middle !important; height: 100%;" alt=3D"Wiz"></a></td>= </tr></tbody></table>

    <table style=3D"table-layout: fixed; width:100%;" width=3D"100%"><tbody><tr= ><td style=3D"padding:0;border-collapse:collapse;border-spacing:0;margin:0;=

    <div style=3D"text-align: center;">

    <h1><strong>TLDR <span id=3D"date">2025-02-26</span></strong></h1>
    </div>
    </td></tr>
    <tr id=3D"sponsy-copy"><td class=3D"container" style=3D"padding: 15px 15px;=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fwww.wiz.io%2Freports%2Fstate-of-code-security-2025%3Fut= m_source=3Dtldrtech%26utm_medium=3Dpaid-email%26utm_campaign=3DFY25Q4_INB_F= ORM_2025-State-Of-Code-Security-Report%26sfcid=3D701Py00000JXBzXIAX%26utm_t= erm=3DFY26Q1-tldr-flagship-nl%26utm_content=3DStateofCodeSecurity2025/2/010= 00195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-000000/5E_GdrTD0AyI6ERDP= 3tPLOA9rKXAS06oee5q2r68528=3D394">
    <span>
    <strong>State of Code Security in 2= 025 (Sponsor)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    Your code might be more vulnerable than=
    you think.<p></p><p>=F0=9F=94=93 35% of GitHub repositories are public, ex= posing code to potential attackers.<br>=F0=9F=94=91 61% of organizations ha=
    ve leaked cloud secrets, like API keys and access tokens.</p><p>In the new =
    <a href=3D"https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fwww.wiz.io%2= Freports%2Fstate-of-code-security-2025%3Futm_source=3Dtldrtech%26utm_medium= =3Dpaid-email%26utm_campaign=3DFY25Q4_INB_FORM_2025-State-Of-Code-Security-= Report%26sfcid=3D701Py00000JXBzXIAX%26utm_term=3DFY26Q1-tldr-flagship-nl%26= utm_content=3DStateofCodeSecurity2025/3/01000195420eaae2-30c51ae5-f586-42ac= -a653-1a00c2d4265a-000000/XHJnyow-R16yDKUQQOWPMcnZA1yxMlj85I1UVRnj_bQ=3D394=
    " rel=3D"noopener noreferrer nofollow" target=3D"_blank"><span>State of Cod=
    e Security Report (2025)</span></a>, the Wiz Threat Research team analyzed = hundreds of thousands of repositories to uncover how attackers are exploiti=
    ng modern development practices=E2=80=94and how you can stop them.</p>

    <p><a href=3D"https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fwww.wiz.i= o%2Freports%2Fstate-of-code-security-2025%3Futm_source=3Dtldrtech%26utm_med= ium=3Dpaid-email%26utm_campaign=3DFY25Q4_INB_FORM_2025-State-Of-Code-Securi= ty-Report%26sfcid=3D701Py00000JXBzXIAX%26utm_term=3DFY26Q1-tldr-flagship-nl= %26utm_content=3DStateofCodeSecurity2025/4/01000195420eaae2-30c51ae5-f586-4= 2ac-a653-1a00c2d4265a-000000/tT4DaWGZVMItRKteoX2Fx2oOkVh1aA7iDQ3XvFymJ5A=3D= 394" rel=3D"noopener noreferrer nofollow" target=3D"_blank"><span>Download = the report</span></a> to discover the biggest security pitfalls and get act= ionable steps to protect your organization.



    </span></span></div>
    </td></tr></tbody></table>
    </td></tr></tbody></table>
    </td></tr></tbody></table>
    </td></tr>
    <tr bgcolor=3D""><td class=3D"container">

    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td style=3D"padding: 0px;">

    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
    <div class=3D"text-block">
    <div style=3D"text-align: center;"><span style=3D"font-size: 36px;">=F0=9F= =93=B1</span></div></div>
    </td></tr></tbody></table>

    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
    <div class=3D"text-block">
    <div style=3D"text-align: center;">

    <h1><strong>Big Tech &amp; Startups</strong></h1>
    </div>
    </div>
    </td></tr></tbody></table>

    <table style=3D"table-layout: fixed; width: 100%;" width=3D"100%"><tbody><t= r><td style=3D"padding:0;border-collapse:collapse;border-spacing:0;margin:0=
    ;" valign=3D"top">

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fbgr.com%2Ftech%2Fdeepseek-is-rushing-to-get-its-next-ge= n-r2-model-out-sooner-than-expected%2F%3Futm_source=3Dtldrnewsletter/1/0100= 0195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-000000/ZNmPiW3tpwNGhgVe7L= P0ocUBq6G5by5IaYsfRRJMsKE=3D394">
    <span>
    <strong>DeepSeek is rushing to get = its next-gen R2 model out sooner than expected (2 minute read)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    DeepSeek is looking to maintain the mom= entum gained by the debut of its R1 reasoning model by rushing its new R2 m= odel to market as quickly as possible. It first planned to launch R2 in ear=
    ly May, but it now wants to move the release date forward. The model will l= ikely have improved coding skills and be able to reason in languages other = than English. DeepSeek has a chance to shake up the market once again, espe= cially with GPT-4.5's arrival in a few weeks.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Ftechcrunch.com%2F2025%2F02%2F25%2Fanthropics-claude-ai-= is-playing-pokemon-on-twitch-slowly%2F%3Futm_source=3Dtldrnewsletter/1/0100= 0195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-000000/pUuHMZWOdv0jiUwuLA= AU5KUNnzNNSZaz9tn2D7a4_ZQ=3D394">
    <span>
    <strong>Anthropic's Claude AI is pl= aying Pok=C3=A9mon on Twitch =E2=80=94 slowly (3 minute read)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    Claude Plays Pok=C3=A9mon is a livestre=
    am on Twitch where Anthropic's newest AI model, Claude 3.7 Sonnet, plays a = game of Pok=C3=A9mon Red. Anthropic says Pok=C3=A9mon is a good benchmark f=
    or its model as it can effectively 'think' through the sorts of puzzles the=
    game contains. The model has managed to win three gym leader badges. Howev= er, it has run into several issues, such as being unable to navigate around=
    a wall and confusing other NPCs for Professor Oak inside his laboratory.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    </td></tr></tbody></table>


    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
    <div class=3D"text-block">
    <div style=3D"text-align: center;"><span style=3D"font-size: 36px;">=F0=9F= =9A=80</span></div>
    </div>
    </td></tr></tbody></table>

    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
    <div class=3D"text-block">
    <div style=3D"text-align: center;">

    <h1><strong>Science &amp; Futuristic Technology</strong></h1>
    </div>
    </div>
    </td></tr></tbody></table>

    <table style=3D"table-layout: fixed; width: 100%;" width=3D"100%"><tbody><t= r><td style=3D"padding:0;border-collapse:collapse;border-spacing:0;margin:0=
    ;" valign=3D"top">

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fgizmodo.com%2Fwednesdays-stacked-spacex-launch-is-sendi= ng-groundbreaking-science-to-the-moon-and-beyond-2000568339%3Futm_source=3D= tldrnewsletter/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-0000= 00/4NhZq2vx46dLWp6N8UA9CO6Jo5MEbCqSIvaOF_hMAuU=3D394">
    <span>
    <strong>Wednesday's Stacked SpaceX = Launch Is Sending Groundbreaking Science to the Moon and Beyond (4 minute r= ead)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    A SpaceX Falcon 9 rocket containing a l= unar robot, lander, and satellite, as well as a mission to an asteroid, is = scheduled to blast off today. The blastoff will ideally occur at 7:17 PM ET=
    . NASA will be livestreaming the launch on its website. This article contai=
    ns links to the livestream and details about each of the payloads.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fspectrum.ieee.org%2Fdata-center-on-the-moon%3Futm_sourc= e=3Dtldrnewsletter/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-= 000000/JgP2iCkjVpt_SJJseydRT4AiB4QG10mXcfHsufOhfJA=3D394">
    <span>
    <strong>Is it Lunacy to Put a Data = Center on the Moon? (4 minute read)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    One of the payloads on SpaceX's Falcon =
    9 rocket launch today is an Intuitive Machines mission that will stay on th=
    e surface of the moon for approximately three weeks before returning to Ear= th. The lander contains a mini data center belonging to Lonestar Data Holdi= ngs that weighs just 1 kilogram and contains 8 terabytes of SSD storage. Mo= on-based data centers would be protected from Earthly hazards such as natur=
    al disasters, war, and other disruptions. They would also not be subject to=
    the laws of any nation, allowing them to accommodate a diverse customer ba= se. These data centers could be powered entirely through solar and naturall=
    y cooled through the environment.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    </td></tr></tbody></table>


    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
    <div class=3D"text-block">
    <div style=3D"text-align: center;"><span style=3D"font-size: 36px;">=F0=9F= =92=BB</span></div></div>
    </td></tr></tbody></table>

    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
    <div class=3D"text-block">
    <div style=3D"text-align: center;">

    <h1><strong>Programming, Design &amp; Data Science</strong></h1>
    </div>
    </div>
    </td></tr></tbody></table>

    <table style=3D"table-layout: fixed; width: 100%;" width=3D"100%"><tbody><t= r><td style=3D"padding:0;border-collapse:collapse;border-spacing:0;margin:0=
    ;" valign=3D"top">

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fblog.google%2Ftechnology%2Fdevelopers%2Fgemini-code-ass= ist-free%2F%3Futm_source=3Dtldrnewsletter/1/01000195420eaae2-30c51ae5-f586-= 42ac-a653-1a00c2d4265a-000000/dnf1ee3SHRwm9ojszyJdqfBiUlzXf0BABWvR9e0sURA= =3D394">
    <span>
    <strong>Get coding help from Gemini=
    Code Assist =E2=80=94 now for free (4 minute read)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    Gemini Code Assist for individuals is a=
    free version of Gemini Code Assist that is now globally available in Visua=
    l Studio Code, GitHub, and JetBrains' IDEs. Powered by Gemini 2.0, it suppo= rts all programming languages in the public domain. Google is offering up t=
    o 180,000 free code completions per month on Gemini Code Assist. The tool s= upports up to 128,000 input tokens in chat, allowing developers to use larg=
    e files and ground Gemini Code Assist with a broader understanding of their=
    codebases.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fwww.arroyo.dev%2Fblog%2Ffast-arrow-json-decoding%3Futm_= source=3Dtldrnewsletter/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4= 265a-000000/H-w0EjsncDGdWpobMS1G0MIsthqOgTnHOUPrfCj5pGI=3D394">
    <span>
    <strong>Fast columnar JSON decoding=
    with arrow-rs (25 minute read)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    A lot of data pipelines spend the bulk =
    of their CPU time deserializing JSON. If you want to build a fast stream pr= ocessing engine, you need to start with a fast JSON deserialization strateg=
    y. This post is aimed at helping developers gain some intuition for how to = work with columnar data, something many engineers find challenging and unfa= miliar with in our typically row-oriented world. It covers batched decoding=
    , column building, streaming extensions, and more.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    </td></tr></tbody></table>



    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
    <div class=3D"text-block">
    <div style=3D"text-align: center;"><span style=3D"font-size: 36px;">=F0=9F= =8E=81</span></div></div>
    </td></tr></tbody></table>

    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
    <div class=3D"text-block">
    <div style=3D"text-align: center;"><strong><h1>Miscellaneous</h1></strong><= /div>
    </div>
    </td></tr></tbody></table>

    <table bgcolor=3D"" style=3D"table-layout: fixed; width: 100%;" width=3D"10= 0%"><tbody><tr><td style=3D"padding:0;border-collapse:collapse;border-spaci= ng:0;margin:0;" valign=3D"top">

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fstratechery.com%2F2025%2Fai-promise-and-chip-precarious= ness%2F%3Futm_source=3Dtldrnewsletter/1/01000195420eaae2-30c51ae5-f586-42ac= -a653-1a00c2d4265a-000000/Pih0FEHqboqNI_fDIo4ochUIlxsx4iFe_-6pNaekveo=3D394=

    <span>
    <strong>AI Promise and Chip Precari= ousness (32 minute read)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    There is currently sufficient incentive=
    for the leading research labs to raise money and continue investing in new=
    foundation models, even as competition drives API prices down relentlessly=
    . Getting to a future where the US has a strong AI industry running on US-m= ade chips will take significant interventions in the market to undo the ove= rwhelming incentives for US companies to simply rely on TSMC. Such a shift = will take time, which is why making Taiwan indispensable to China's technol= ogy industry is the price that needs to be paid in the meantime.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fwww.ben-evans.com%2Fbenedictevans%2F2025%2F2%2F17%2Fthe= -deep-research-problem%3Futm_source=3Dtldrnewsletter/1/01000195420eaae2-30c= 51ae5-f586-42ac-a653-1a00c2d4265a-000000/5ZHvD4pn8gYoB1SGbSQ1LikhCCkUTLCGSt= VY6lUC-ao=3D394">
    <span>
    <strong>The Deep Research problem (=
    6 minute read)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    While the examples of the work Deep Res= earch can do OpenAI has provided look great, there are several issues with = the tool. It appears the tool made intern-level mistakes when sourcing its = data for one of the examples. While these models are definitely getting bet= ter, any model that generates mistakes can't be trusted. The best use cases=
    for tools like this so far are for tasks where the error rate doesn't matt= er.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    </td></tr></tbody></table>


    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
    <div class=3D"text-block">
    <div style=3D"text-align: center;"><span style=3D"font-size: 36px;">=E2=9A= =A1</span></div></div>
    </td></tr></tbody></table>

    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
    <div class=3D"text-block">
    <div style=3D"text-align: center;">

    <h1><strong>Quick Links</strong></h1>
    </div>
    </div>
    </td></tr></tbody></table>

    <table bgcolor=3D"" style=3D"table-layout: fixed; width: 100%;" width=3D"10= 0%"><tbody><tr><td style=3D"padding:0;border-collapse:collapse;border-spaci= ng:0;margin:0;" valign=3D"top">

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fappfire.com%2Fproducts%2F7pace-for-jira-atlassian%3Futm= _source=3Dtldr%26utm_medium=3Dpaid_content%26utm_campaign=3Dgrw_7paceatl/1/= 01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-000000/A3g1AnTFuaTFN8= fAuvoP9QNXI00j5V8o-3Er9pKIlgo=3D394">
    <span>
    <strong>=E2=8F=B3 7pace is the best=
    way to track time in Jira (Sponsor)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    Record time in record time with <strong= >7pace</strong>! Track billable hours, project progress, and more. Make the=
    lives of managers and teams that much easier the one time tracker to rule = them all. <a href=3D"https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fap= pfire.com%2Fproducts%2F7pace-for-jira-atlassian%3Futm_source=3Dtldr%26utm_m= edium=3Dpaid_content%26utm_campaign=3Dgrw_7paceatl/2/01000195420eaae2-30c51= ae5-f586-42ac-a653-1a00c2d4265a-000000/p1LZg3a9Fj2ea15c-J-PIVuPDNGyhVPTi4Gk= 8_JQM80=3D394" rel=3D"noopener noreferrer nofollow" target=3D"_blank"><span= >Learn more</span></a>
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Ftechcrunch.com%2F2025%2F02%2F25%2Fanthropics-latest-fla= gship-ai-might-not-have-been-incredibly-costly-to-train%2F%3Futm_source=3Dt= ldrnewsletter/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-00000= 0/Tej7vhW-7M7VbowaMMEadlKvKvkGskwwag_58y1_4s8=3D394">
    <span>
    <strong>Anthropic's latest flagship=
    AI might not have been incredibly costly to train (1 minute read)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    Claude 3.7 Sonnet apparently cost just =
    a few tens of millions of dollars to train, not factoring in related expens=
    es - a sign of how relatively cheap it is becoming to release state-of-the-= art models.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fblog.gitbutler.com%2Fhow-git-core-devs-configure-git%2F= %3Futm_source=3Dtldrnewsletter/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1= a00c2d4265a-000000/TTq6p_7IkbmTQH5X_28mUtbAdQtyHr8Gomdud_gBVtI=3D394">
    <span>
    <strong>How Core Git Developers Con= figure Git (13 minute read)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    This post looks at the settings in git = defaults that even the core developers change.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fbyroot.github.io%2Fruby%2Fperformance%2F2025%2F02%2F24%= 2Fhttp2-past-the-load-balancer.html%3Futm_source=3Dtldrnewsletter/1/0100019= 5420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-000000/8H7K2EYGER5ScLvv9lHCG= aAIKxMX-Nv9KzYQtTjVMpE=3D394">
    <span>
    <strong>There Isn't Much Point to H= TTP/2 Past The Load Balancer (5 minute read)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    Handling HTTP/2 is better left to the i= nfrastructure entry point, typically the load balancer or reverse proxy, as=
    they have to decrypt and decompress the request to know what to do with it=
    , so there is no need to re-encrypt and re-compress it to forward to the ap=
    p server.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fnoperator.dev%2Fposts%2Fdocument-ranking-for-complex-pr= oblems%2F%3Futm_source=3Dtldrnewsletter/1/01000195420eaae2-30c51ae5-f586-42= ac-a653-1a00c2d4265a-000000/IPFSdr35XJoEQ4wD7-WYb3asjtW6ebhodpLQYqzPgrw=3D3=

    <span>
    <strong>Hard problems that reduce t=
    o document ranking (2 minute read)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    Some complex problems can be solved by = transforming them into document ranking problems, which large language mode=
    ls can be used effectively for.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Farcinstitute.org%2Ftools%2Fvirtualcellatlas%3Futm_sourc= e=3Dtldrnewsletter/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-= 000000/SmxwAl9fIfzBeLoLDyZHD-ib3D1PoDw7_udpRLA4PI4=3D394">
    <span>
    <strong>Arc Virtual Cell Atlas (Web= site)</strong>
    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    This site contains a collection of high=
    quality, open data sets assembled to accelerate the creation of virtual ce=
    ll models.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    <table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=

    <div class=3D"text-block">
    <span>
    <a href=3D"https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fgithub.com%2Fgoatplatform%2Fgoatdb%3Futm_source=3Dtldrn= ewsletter/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-000000/vT= LSrFnq3do-vEfcEjJ5RRbHew6qEB6-upE335btMmg=3D394">
    <span>
    <strong>GoatDB (GitHub Repo)</stron=

    </span>



    <span style=3D"font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, V= erdana, sans-serif;">
    GoatDB is a real-time, version-controll=
    ed database for Deno, React, and low-friction deployments ideal for prototy= ping, self-hosting, single-tenant apps, and ultra-light multi-tenant setups=
    without heavy backends or complex DBs.
    </span>
    </span>
    </div>
    </td></tr></tbody></table>

    </td></tr></tbody></table>


    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td align=3D"left" style=3D"word-break=
    : break-word; vertical-align: top; padding: 5px 10px;">

    <p style=3D"padding: 0; margin: 0; font-size: 22px; color: #000000; line-he= ight: 1.6; font-weight: bold;">
    Love TLDR? Tell your friends and get rewards!

    </td></tr>
    <tr><td class=3D"container" style=3D"padding: 0px 10px 15px;">
    <div class=3D"text-block">
    Share your referral link below with friends to get free TLDR swag!
    </div>
    </td></tr>
    <tr><td align=3D"left" style=3D"padding: 10px;">
    <div class=3D"text-block">
    <a href=3D"https://tracking.tldrnewsletter.com/CL0/https:%2F%2Frefer.tldr.t= ech%2F1fd848fa%2F/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-0= 00000/yLGvKB7uashpe0M98lCtQDDkI5mYKQt4z7Htm8YjDIY=3D394" style=3D"color: #4= 64ba4; text-decoration: underline;">https://refer.tldr.tech/1fd848fa/</a> </div>
    </td></tr>
    <tr></tr>
    <tr><td align=3D"left" style=3D"padding:5px 10px;">
    <a href=3D"https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fhub.sparklp.= co%2Fsub_32edf8dd66ae%2F1/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2= d4265a-000000/ZiYdCh9uphaIZYH8uRChvIEloEYqzeSSSn5wTYCaXPw=3D394" style=3D"f= ont-size: 16px; line-height: 1.6; padding: 10px 0; display: inline-block; =
    text-decoration: underline;"><span style=3D"mso-text-raise:13pt; text-deco= ration: underline;">Track your referrals here.</span></a> </td></tr></tbody></table>




    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td align=3D"left" style=3D"word-break=
    : break-word; vertical-align: top; padding: 5px 10px;">

    <p style=3D"padding: 0; margin: 0; font-size: 22px; color: #000000; line-he= ight: 1.6; font-weight: bold;">
    Want to advertise in TLDR? =F0=9F=93=B0

    <div class=3D"text-block" style=3D"margin-top: 10px;">
    If your company is interested in reaching an audience of tech executives, d= ecision-makers and engineers, you may want to <a href=3D"https://tracking.t= ldrnewsletter.com/CL0/https:%2F%2Fadvertise.tldr.tech%2F%3Futm_source=3Dtld= r%26utm_medium=3Dnewsletter%26utm_campaign=3Dadvertisecta/1/01000195420eaae= 2-30c51ae5-f586-42ac-a653-1a00c2d4265a-000000/p4xkmWnJKVhNcjyB1UsGpLGBEUk6R= cQk6dupBjgReeU=3D394"><strong><span>advertise with us</span></strong></a>. </div>


    <!-- New "Want to work at TLDR?" section -->

    <p style=3D"padding: 0; margin: 0; font-size: 22px; color: #000000; line-he= ight: 1.6; font-weight: bold;">
    Want to work at TLDR? =F0=9F=92=BC

    <div class=3D"text-block" style=3D"margin-top: 10px;">
    <a href=3D"https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fjobs.ashbyhq= .com%2Ftldr.tech/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-00= 0000/uf9MxGjYK2pQfa1xctDPrpTprXpJ1hq0aSOCFDzJKJ0=3D394" rel=3D"noopener nor= eferrer" style=3D"color: #0000EE; text-decoration: underline;" target=3D"_b= lank"><strong>Apply here</strong></a> or send a friend's resume to <a href= =3D"mailto:jobs@tldr.tech" style=3D"color: #0000EE; text-decoration: underl= ine;">jobs@tldr.tech</a> and get $1k if we hire them!
    </div>


    <div class=3D"text-block">
    If you have any comments or feedback, just respond to this email!

    <br> Thanks for reading,

    <a href=3D"https://tracking.tldrnewsletter.com/CL0/https:%2F%2Ftwitter.com%= 2Ftldrdan/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d4265a-000000/KO= qR9l_GDxPIxIM_vZVBwXxJGPb7tzXX2HiDXdgtBXI=3D394"><span>Dan Ni</span></a> &a= mp; <a href=3D"https://tracking.tldrnewsletter.com/CL0/https:%2F%2Ftwitter.= com%2FSteveFlanders22/1/01000195420eaae2-30c51ae5-f586-42ac-a653-1a00c2d426= 5a-000000/jnGG6n828E0cTkbj7T5CdY-ogriRCQ21op3IYmf6U1o=3D394"><span>Stephen = Flanders</span></a>


    </div>

    </td></tr></tbody></table>

    <table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng: 15px 15px;">
    <div class=3D"text-block" id=3D"testing-id">
    <a href=3D"https://tracking.tldrnewsletter.com/CL0/https:%2F%2Ftldr.tech%2F= tech%2Fmanage%3Femail=3Dtldr%2540synchro.net/1/01000195420eaae2-30c51ae5-f5= 86-42ac-a653-1a00c2d4265a-000000/dlBe_m9udWYW3W2cOos2YK7a-phNzwlfId51uVA9hO= U=3D394">Manage your subscriptions</a> to our other newsletters on tech, st= artups, and programming. Or if TLDR isn't for you, please <a href=3D"https:= //tracking.tldrnewsletter.com/CL0/https:%2F%2Fa.tldrnewsletter.com%2Funsubs= cribe%3Fep=3D1%26l=3Dcfa2d55a-b7be-11e8-a3c9-06b79b628af2%26lc=3Db5bb39ac-a= 04f-11ee-8692-6388dbdd6fd1%26p=3Da1c2b27a-f41f-11ef-8182-8f4747dbfcf5%26pt= =3Dcampaign%26pv=3D4%26spa=3D1740567674%26t=3D1740570012%26s=3Da39212b2f6b0= 5d1a11723e5cf4f584be0150b0f65aff2d176f4240f90e6ea96e/1/01000195420eaae2-30c= 51ae5-f586-42ac-a653-1a00c2d4265a-000000/KFkY-328j2rrM0gyivulHrZ_SFBnV2OEbo= I9djAzjP4=3D394">unsubscribe</a>.

    </div>
    </td></tr></tbody></table>
    </td></tr></tbody></table>
    </td></tr></tbody></table>
    </td></tr></tbody></table>
    </td></tr></tbody></table>



    <img alt=3D"" src=3D"http://tracking.tldrnewsletter.com/CI0/01000195420eaae= 2-30c51ae5-f586-42ac-a653-1a00c2d4265a-000000/Yv0fGDGN7gO4RCKxB5itHlMHQ8rWo= IegsBLgx5NzZQo=3D394" style=3D"display: none; width: 1px; height: 1px;"> </body></html>
    --f-wdsquz--


    ---
    Synchronet Vertrauen Home of Synchronet [vert/cvs/bbs].synchro.net