Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: ding Clear Filter

Mistral raises 1.7B€, partners with ASML

We are announcing a Series C funding round of 1.7B€ at a 11.7B€ post-money valuation. This investment fuels our scientific research to keep pushing the frontier of AI to tackle the most critical and sophisticated technological challenges faced by strategic industries. The Series C funding round is led by leading semiconductor equipment manufacturer, ASML Holding NV (ASML). “ASML is proud to enter a strategic partnership with Mistral AI, and to be lead investor in this funding round. The collab

A new experimental Go API for JSON

Joe Tsai, Daniel Martí, Johan Brandhorst-Satzkorn, Roger Peppe, Chris Hines, and Damien Neil 9 September 2025 Introduction JavaScript Object Notation (JSON) is a simple data interchange format. Almost 15 years ago, we wrote about support for JSON in Go, which introduced the ability to serialize and deserialize Go types to and from JSON data. Since then, JSON has become the most popular data format used on the Internet. It is widely read and written by Go programs, and encoding/json now ranks

Topics: encoding error json v1 v2

Inside the Man vs. Machine Hackathon

On a breezy San Francisco afternoon last Saturday, I found myself at a nondescript coworking space filled with shoeless coders. Just over a hundred visitors had crowded into an office building in the Duboce Triangle neighborhood for a showdown that would pit teams armed with AI coding tools against those made up of only humans (all were asked to ditch their shoes at the door). The hackathon was dubbed “Man vs. Machine,” and its goal was to test whether AI really does help people code faster—and

US HS students lose ground in math and reading, continuing yearslong decline

WASHINGTON (AP) — A decade-long slide in high schoolers’ reading and math performance persisted during the COVID-19 pandemic, with 12th graders’ scores dropping to their lowest level in more than 20 years, according to results released Tuesday from an exam known as the nation’s report card. Eighth-grade students also lost significant ground in science skills, according to the results from the National Assessment of Education Progress. The assessments were the first since the pandemic for eight

Canon's tiny C50 cinema camera can shoot widescreen and vertical video simultaneously

Canon has announced the EOS C50, its smallest cinema camera yet with features designed to appeal to social media creators and filmmakers alike. It has an RF mirrorless mount and all-new full-frame sensor that supports up to 7K 60p internal RAW recording and 32MP photo capture, making it a do-it-all camera for working pros. Despite the small size and light 1.5 pound weight, the EOS C50 is feature-rich. The full-frame CMOS sensor has a dual ISO system that operates in Canon Log 2 (C-Log 2) at ISO

The Last Programmers

I quit my job at Amazon in May to join a startup called Icon. Best career decision I ever made, but not for the reasons you might think. At Amazon, I was on the Amazon Q Developer team, building their AI coding assistant. You'd think being at the center of Amazon's AI developer tools would be exciting, but it was actually deeply frustrating. It was apparent to anyone outside the Amazon bubble that we were losing the AI game badly. The leadership was constantly playing catch-up because there was

Mistral AI raises 1.7B€, enters strategic partnership with ASML

We are announcing a Series C funding round of 1.7B€ at a 11.7B€ post-money valuation. This investment fuels our scientific research to keep pushing the frontier of AI to tackle the most critical and sophisticated technological challenges faced by strategic industries. The Series C funding round is led by leading semiconductor equipment manufacturer, ASML Holding NV (ASML). “ASML is proud to enter a strategic partnership with Mistral AI, and to be lead investor in this funding round. The collab

Mistral AI raises €1.7B to accelerate technological progress with AI

We are announcing a Series C funding round of 1.7B€ at a 11.7B€ post-money valuation. This investment fuels our scientific research to keep pushing the frontier of AI to tackle the most critical and sophisticated technological challenges faced by strategic industries. The Series C funding round is led by leading semiconductor equipment manufacturer, ASML Holding NV (ASML). “ASML is proud to enter a strategic partnership with Mistral AI, and to be lead investor in this funding round. The collab

Massive Leak Shows How a Chinese Company Is Exporting the Great Firewall to the World

A leak of more than 100,000 documents shows that a little-known Chinese company has been quietly selling censorship systems seemingly modeled on the Great Firewall to governments around the world. Geedge Networks, a company founded in 2018 that counts the “father” of China’s massive censorship infrastructure as one of its investors, styles itself as a network-monitoring provider, offering business-grade cybersecurity tools to “gain comprehensive visibility and minimize security risks” for its c

DJI Mic Mini deal: Get a great microphone for just $59!

The DJI Mic 3 may be the latest and greatest from the brand right now, but not everyone needs the top-of-the-line microphone. Not to mention that one is not on sale, and it’s not cheap! If you want to save cash on a quality microphone to begin your content-creation journey, something like the DJI Mic Mini will be much more fitting, and it’s currently at a record-low price of just $59! Buy the DJI Mic Mini for just $59 ($30 off) This offer is available from Amazon as a “limited time deal.” We’re

Programmers Using AI Create Way More Glaring Security Issues, Data Shows

Artificial intelligence has notorious problems with accuracy — so maybe it's not surprising that using it as a coding assistant creates more security problems, too. As a security firm called Apiiro found in new research, developers who used AI produce ten times more security problems than their counterparts who don't use the technology. Looking at code from thousands of developers and tens of thousand repositories, Apiiro found that AI-assisted devs were indeed producing three or four times mo

Writing code is easy, reading it isn't

Writing code is easy. Once you have a solution in mind, and have mastered the syntax of your favorite programming language, writing code is easy. Having an LLM write entire functions for you? Even easier. But the hard part isn’t the writing. It’s the reading. It’s the time it takes to load the mental model of the system into your head. That’s where all the cost really is. A mental model is the thing you build when you read code. It’s your internal map of how the system works, where the tricky p

Sports streaming piracy service with 123M yearly visits shut down

​Calcio, a large piracy sports streaming platform with more than 120 million visits in the past year, was shut down following a collaborative effort by the Alliance for Creativity and Entertainment (ACE) and DAZN. This massive illegal streaming service received more than 123 million visits over the past 12 months across 134 domains, with over 6 million monthly visits from Italy alone, making it the country's most popular sports streaming site, according to ACE. In total, more than 80% of Calci

Writing Code Is Easy. Reading It Isn't

Writing code is easy. Once you have a solution in mind, and have mastered the syntax of your favorite programming language, writing code is easy. Having an LLM write entire functions for you? Even easier. But the hard part isn’t the writing. It’s the reading. It’s the time it takes to load the mental model of the system into your head. That’s where all the cost really is. A mental model is the thing you build when you read code. It’s your internal map of how the system works, where the tricky p

How Trump’s policies are affecting early-career scientists—in their own words

Looking ahead, an academic at a public university in Texas, where the money granted for indirect costs funds student salaries, said he plans to hire fewer students for his own lab. “It’s very sad that I cannot promise [positions] at this point because of this,” he told us, adding that the cap could also affect the competitiveness of public universities in Texas, since schools elsewhere may fund their student researchers differently. At the same time, two people with funding through the Defense

Look Out for Bugs

Look Out For Bugs One of my biggest mid-career shifts in how I write code was internalizing the idea from this post: Don’t Write Bugs Historically, I approached coding with an iteration-focused mindset — you write a draft version of a program, you set up some kind of a test to verify that it does what you want it to do, and then you just quickly iterate on your draft until the result passes all the checks. This was a great approach when I was only learning to code, as it allowed me to iterate

I Hate My AI Friend

Schiffmann seems to be doing well, compared to the last times either of us spoke to him. When he first announced the Friend, he talked about how he had come up with the idea for an AI buddy while traveling alone and yearning for companionship. Schiffmann posits himself as older now, wiser, more experienced than he was when he first debuted the Friend necklace. (He is 22.) He has grown out his hair and cultivated a beard, and he seems to have more real-life personal connections than when he first

AI Adoption Rate Trending Down for Large Companies

The US Census Bureau conducts a biweekly survey of 1.2 million firms, and one question is whether a business has used AI tools such as machine learning, natural language processing, virtual agents or voice recognition to help produce goods or services in the past two weeks. Recent data by firm size shows that AI adoption has been declining among companies with more than 250 employees, see chart below. This presentation may not be distributed, transmitted or otherwise communicated to others in w

Nintendo wins a $2 million lawsuit against popular Switch modding webstore

Nintendo has just won another major battle in its longstanding war against piracy. Earlier this summer, a US federal court ruled in favor of Nintendo in a lawsuit against Ryan Daly and the Modded Hardware website. The site was known for selling devices that allowed users to get around Nintendo's piracy protections, including the popular MIG Switch flashcart that lets buyers play official Nintendo games without the need for a physical cartridge. Besides requiring Daly to pay $2 million to Nintend

Apple TV+ sees early Emmys success with wins for Severance and The Studio

The 77th Emmy Awards ceremony officially takes place next Sunday, where the biggest industry TV awards will be given out. But, the Emmys actually has so many awards they reveal some of the winners a week early. Based on these preliminary results, Apple TV+ is set for success. In total, the service amassed 15 wins, thanks to its powerhouse players this season of comedy The Studio and sci-fi drama Severance. The Studio has been the frontrunner to win the prestigious Outstanding Comedy Series awa

Show HN: Send kind and aspirational words to a stranger who needs it

This message will be translated to English before sending: Choose your preferences and let AI craft a beautiful message We'll make sure you don't receive your own message Please provide a different email address to continue. ⚠️ Your saved email is not available for sending. ⚠️ Your saved email is not available for sending. (We never share your contact info with receiver, all emails are sent anonymously) Adding your country will be an additional joy to the recipient to see people from othe

The Ivalice Chronicles team had to remake the original Final Fantasy Tactics' source code from scratch

The Square Enix team behind Final Fantasy Tactics — The Ivalice Chronicles didn't just remaster the iconic strategy RPG, they had to go through the trouble of remaking the source code from scratch, according to Bloomberg. In an interview with Bloomberg's Jason Schreier, the game's director Kazutoyo Maehiro explained the arduous process of designing The Ivalice Chronicles, which is set to release at the end of the month. When getting to work on the remake, Maehiro and his team discovered they ha

Development speed is not a bottleneck

"You are wrong, Pawel. You can vibe code a successful product without any technical skills. Here's one example." I liked the challenge, especially since it referenced a source. What I thought would be a short comment evolved into a series of articles. This post is the last one (or at least I believe so at the time of writing), and I will focus on the product management side. Well, just one aspect of it. The perception that the pace of shipping features (or building in general) is the bottlene

How big are our embeddings now and why?

Sep 1 2025 #embeddings #openai #anthropic #huggingface #dimensionality A few years ago, I wrote a paper on embeddings. At the time, I wrote that 200-300 dimension embeddings were fairly common in industry, and that adding more dimensions during training would create diminishing returns for the effectiveness of your downstream tasks (classification, recommendation, semantic search, topic modeling, etc.) I wrote the paper to be resilient to changes in the industry since it focuses on fundamenta

OpenAI links up with Broadcom to produce its own AI chips

OpenAI is set to produce its own artificial intelligence chip for the first time next year, as the ChatGPT maker attempts to address insatiable demand for computing power and reduce its reliance on chip giant Nvidia. The chip, co-designed with US semiconductor giant Broadcom, would ship next year, according to multiple people familiar with the partnership. Broadcom’s chief executive Hock Tan on Thursday referred to a mystery new customer committing to $10 billion in orders. OpenAI’s move foll

Development Speed Has Never Been a Bottleneck

"You are wrong, Pawel. You can vibe code a successful product without any technical skills. Here's one example." I liked the challenge, especially since it referenced a source. What I thought would be a short comment evolved into a series of articles. This post is the last one (or at least I believe so at the time of writing), and I will focus on the product management side. Well, just one aspect of it. The perception that the pace of shipping features (or building in general) is the bottlene

The Morning After: reMarkable’s new e-ink device is the size of a notepad

reMarkable is making a move away from its giant e-ink slate. The new Paper Pro Move is a smaller iteration with a 7.3-inch display the same size as a reporter’s notepad. The idea is an eink device you can write and edit on while on the move. Hence the name. Engadget There are some drawbacks, however. With the Move, the only way to write and edit typed text is with the on-screen keyboard. Bigger reMarkable devices can connect to a companion keyboard. Engadget’s Daniel Cooper spent some time wit

‘People Are So Proud of This’: How River and Lake Water Is Cooling Buildings

“In the old days, it was more like a luxury project,” says Deo de Klerk, team lead for heating and cooling solutions at the Dutch energy firm Eneco. Today, his company’s clients increasingly ask for district cooling as well as district heating systems. Eneco has 33 heating and cooling projects under construction. In Rotterdam, Netherlands, one of the company’s installations helps to cool buildings, including apartment blocks, police offices, a theater and restaurants, using water from the River

How Anthropic's enterprise dominance fueled its monster $183B valuation

PM Images/DigitalVision via Getty Follow ZDNET: Add us as a preferred source on Google. ZDNET's key takeaways Anthropic is valued at $183 billion after a new funding round. The company currently serves over 300,000 enterprise customers. A marketing emphasis on safety could be a major driving factor. Anthropic is soaring, and the popularity of its tools among enterprise clients is providing much of the lift. The AI start-up announced on Tuesday that its latest funding round raised $13 bill